From bda77139a85371cd57c24ba790c04923a14a1d49 Mon Sep 17 00:00:00 2001 From: nek0 Date: Sun, 18 Feb 2018 01:42:29 +0100 Subject: [PATCH] wrong dependency --- haskelloids.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haskelloids.cabal b/haskelloids.cabal index 625972d..845bf6d 100644 --- a/haskelloids.cabal +++ b/haskelloids.cabal @@ -67,7 +67,7 @@ executable haskelloids -- Other library packages from which modules are imported. build-depends: base >=4.9 && <4.11 - , affection <= 0.0.0.9 + , affection >= 0.0.0.9 , sdl2 >= 2.1.3.1 , OpenGL , containers