bump affection version

This commit is contained in:
nek0 2020-05-05 00:48:05 +02:00
parent d9a8045daa
commit 7a5e30c6ed
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ let
}:
mkDerivation {
pname = "affection";
version = "0.0.0.9";
version = "0.0.0.10";
src = ../affection;
isLibrary = true;
isExecutable = true;

View File

@ -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