Eta-reduction for randomRange.
[avoidance.git] / avoidance.cabal
index 5050e3a..c36a7e0 100644 (file)
@@ -4,7 +4,7 @@ cabal-version: 1.12
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: a487f145932021e6d83c8b3989b615bddbb0c6e27ff93006bc87b13e7840fbcd
+-- hash: 520f87668084a72f8c390a727f65ee5f23fa26348e0bad127fae867e456ba625
 
 name:           avoidance
 version:        0.1.0.0
@@ -35,6 +35,8 @@ library
   build-depends:
       ansi-terminal-game ==1.0.0.0
     , base >=4.7 && <5
+    , mtl ==2.2.2
+    , random ==1.1
   default-language: Haskell2010
 
 executable avoidance
@@ -48,6 +50,8 @@ executable avoidance
       ansi-terminal-game ==1.0.0.0
     , avoidance
     , base >=4.7 && <5
+    , mtl ==2.2.2
+    , random ==1.1
   default-language: Haskell2010
 
 test-suite avoidance-test
@@ -62,4 +66,6 @@ test-suite avoidance-test
       ansi-terminal-game ==1.0.0.0
     , avoidance
     , base >=4.7 && <5
+    , mtl ==2.2.2
+    , random ==1.1
   default-language: Haskell2010