Eta-reduction for randomRange.
[avoidance.git] / avoidance.cabal
index db5a136..c36a7e0 100644 (file)
@@ -4,7 +4,7 @@ cabal-version: 1.12
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: 87a537766b62d585df8459c87acf35954734419e1001087d8ee7a31a18ef7b8e
+-- hash: 520f87668084a72f8c390a727f65ee5f23fa26348e0bad127fae867e456ba625
 
 name:           avoidance
 version:        0.1.0.0
@@ -35,6 +35,7 @@ library
   build-depends:
       ansi-terminal-game ==1.0.0.0
     , base >=4.7 && <5
+    , mtl ==2.2.2
     , random ==1.1
   default-language: Haskell2010
 
@@ -49,6 +50,7 @@ executable avoidance
       ansi-terminal-game ==1.0.0.0
     , avoidance
     , base >=4.7 && <5
+    , mtl ==2.2.2
     , random ==1.1
   default-language: Haskell2010
 
@@ -64,5 +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