bump affection version
This commit is contained in:
parent
d9a8045daa
commit
7a5e30c6ed
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ let
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "affection";
|
||||
version = "0.0.0.9";
|
||||
version = "0.0.0.10";
|
||||
src = ../affection;
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
|
|
|
@ -59,7 +59,7 @@ executable tracer-game
|
|||
, DataKinds
|
||||
-- other-extensions:
|
||||
build-depends: base >=4.10 && <5
|
||||
, affection == 0.0.0.9
|
||||
, affection == 0.0.0.10
|
||||
, sdl2 >= 2.4.0.0
|
||||
, OpenGL
|
||||
, nanovg >= 0.6.0.0
|
||||
|
|
Loading…
Reference in a new issue