diff --git a/shell.nix b/shell.nix index 140d817..3de23cd 100644 --- a/shell.nix +++ b/shell.nix @@ -11,7 +11,7 @@ let }: mkDerivation { pname = "affection"; - version = "0.0.0.9"; + version = "0.0.0.10"; src = ../affection; isLibrary = true; isExecutable = true; diff --git a/tracer-game.cabal b/tracer-game.cabal index 13156a4..80b802e 100644 --- a/tracer-game.cabal +++ b/tracer-game.cabal @@ -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