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 { mkDerivation {
pname = "affection"; pname = "affection";
version = "0.0.0.9"; version = "0.0.0.10";
src = ../affection; src = ../affection;
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;

View file

@ -59,7 +59,7 @@ executable tracer-game
, DataKinds , DataKinds
-- other-extensions: -- other-extensions:
build-depends: base >=4.10 && <5 build-depends: base >=4.10 && <5
, affection == 0.0.0.9 , affection == 0.0.0.10
, sdl2 >= 2.4.0.0 , sdl2 >= 2.4.0.0
, OpenGL , OpenGL
, nanovg >= 0.6.0.0 , nanovg >= 0.6.0.0