Initial commit
[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: 660ff8e879eb4a519e292cfbf17d186b582431162b1b29ddbd65870573fb4d48
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       Lib
31   other-modules:
32       Paths_avoidance
33   hs-source-dirs:
34       src
35   build-depends:
36       base >=4.7 && <5
37   default-language: Haskell2010
38
39 executable avoidance
40   main-is: Main.hs
41   other-modules:
42       Paths_avoidance
43   hs-source-dirs:
44       app
45   ghc-options: -threaded -rtsopts -with-rtsopts=-N
46   build-depends:
47       avoidance
48     , base >=4.7 && <5
49   default-language: Haskell2010
50
51 test-suite avoidance-test
52   type: exitcode-stdio-1.0
53   main-is: Spec.hs
54   other-modules:
55       Paths_avoidance
56   hs-source-dirs:
57       test
58   ghc-options: -threaded -rtsopts -with-rtsopts=-N
59   build-depends:
60       avoidance
61     , base >=4.7 && <5
62   default-language: Haskell2010