Eta-reduction for randomRange.
[avoidance.git] / avoidance.cabal
1 cabal-version: 1.12
2
3 -- This file has been generated from package.yaml by hpack version 0.33.0.
4 --
5 -- see: https://github.com/sol/hpack
6 --
7 -- hash: 520f87668084a72f8c390a727f65ee5f23fa26348e0bad127fae867e456ba625
8
9 name:           avoidance
10 version:        0.1.0.0
11 description:    Please see the README on GitHub at <https://github.com/githubuser/avoidance#readme>
12 homepage:       https://github.com/githubuser/avoidance#readme
13 bug-reports:    https://github.com/githubuser/avoidance/issues
14 author:         Author name here
15 maintainer:     example@example.com
16 copyright:      2021 Author name here
17 license:        BSD3
18 license-file:   LICENSE
19 build-type:     Simple
20 extra-source-files:
21     README.md
22     ChangeLog.md
23
24 source-repository head
25   type: git
26   location: https://github.com/githubuser/avoidance
27
28 library
29   exposed-modules:
30       Game
31   other-modules:
32       Paths_avoidance
33   hs-source-dirs:
34       src
35   build-depends:
36       ansi-terminal-game ==1.0.0.0
37     , base >=4.7 && <5
38     , mtl ==2.2.2
39     , random ==1.1
40   default-language: Haskell2010
41
42 executable avoidance
43   main-is: Main.hs
44   other-modules:
45       Paths_avoidance
46   hs-source-dirs:
47       app
48   ghc-options: -threaded -rtsopts -with-rtsopts=-N
49   build-depends:
50       ansi-terminal-game ==1.0.0.0
51     , avoidance
52     , base >=4.7 && <5
53     , mtl ==2.2.2
54     , random ==1.1
55   default-language: Haskell2010
56
57 test-suite avoidance-test
58   type: exitcode-stdio-1.0
59   main-is: Spec.hs
60   other-modules:
61       Paths_avoidance
62   hs-source-dirs:
63       test
64   ghc-options: -threaded -rtsopts -with-rtsopts=-N
65   build-depends:
66       ansi-terminal-game ==1.0.0.0
67     , avoidance
68     , base >=4.7 && <5
69     , mtl ==2.2.2
70     , random ==1.1
71   default-language: Haskell2010