Eta-reduction for randomRange.
[avoidance.git] / avoidance.cabal
index cdeaa19..c36a7e0 100644 (file)
@@ -4,7 +4,7 @@ cabal-version: 1.12
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: 660ff8e879eb4a519e292cfbf17d186b582431162b1b29ddbd65870573fb4d48
+-- hash: 520f87668084a72f8c390a727f65ee5f23fa26348e0bad127fae867e456ba625
 
 name:           avoidance
 version:        0.1.0.0
@@ -27,13 +27,16 @@ source-repository head
 
 library
   exposed-modules:
-      Lib
+      Game
   other-modules:
       Paths_avoidance
   hs-source-dirs:
       src
   build-depends:
-      base >=4.7 && <5
+      ansi-terminal-game ==1.0.0.0
+    , base >=4.7 && <5
+    , mtl ==2.2.2
+    , random ==1.1
   default-language: Haskell2010
 
 executable avoidance
@@ -44,8 +47,11 @@ executable avoidance
       app
   ghc-options: -threaded -rtsopts -with-rtsopts=-N
   build-depends:
-      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
@@ -57,6 +63,9 @@ test-suite avoidance-test
       test
   ghc-options: -threaded -rtsopts -with-rtsopts=-N
   build-depends:
-      avoidance
+      ansi-terminal-game ==1.0.0.0
+    , avoidance
     , base >=4.7 && <5
+    , mtl ==2.2.2
+    , random ==1.1
   default-language: Haskell2010