From e82c826063836ea0f6f968a33a0ae29e7e6fed50 Mon Sep 17 00:00:00 2001 From: nek0 Date: Sat, 16 Dec 2017 19:41:13 +0100 Subject: [PATCH] take only newest affection version --- haskelloids.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haskelloids.cabal b/haskelloids.cabal index cc314a1..8586a48 100644 --- a/haskelloids.cabal +++ b/haskelloids.cabal @@ -65,7 +65,7 @@ executable haskelloids -- Other library packages from which modules are imported. build-depends: base >=4.9 && <4.11 - , affection + , affection <= 0.0.0.7 , sdl2 >= 2.1.3.1 , containers , random