diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-06-02 23:29:36 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-06-02 23:29:36 +0200 |
commit | 1b7f21ba636e4034f76495deafd0ac6ca9758a4e (patch) | |
tree | f8cdffa91a9c6643df51d851d367de0daafb6d5d /sequence.cabal | |
parent | e4fe9710287960438856fa78b697ccae64b7e2eb (diff) | |
download | 2017-01-16_17:13:37-1b7f21ba636e4034f76495deafd0ac6ca9758a4e.tar 2017-01-16_17:13:37-1b7f21ba636e4034f76495deafd0ac6ca9758a4e.tar.gz 2017-01-16_17:13:37-1b7f21ba636e4034f76495deafd0ac6ca9758a4e.tar.bz2 2017-01-16_17:13:37-1b7f21ba636e4034f76495deafd0ac6ca9758a4e.tar.xz 2017-01-16_17:13:37-1b7f21ba636e4034f76495deafd0ac6ca9758a4e.zip |
rudimentary state
Diffstat (limited to 'sequence.cabal')
-rw-r--r-- | sequence.cabal | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/sequence.cabal b/sequence.cabal index 0cea160..3d9e66f 100644 --- a/sequence.cabal +++ b/sequence.cabal | |||
@@ -17,8 +17,21 @@ cabal-version: >=1.10 | |||
17 | 17 | ||
18 | executable sequence | 18 | executable sequence |
19 | main-is: Main.hs | 19 | main-is: Main.hs |
20 | -- other-modules: | 20 | other-modules: Sequence.Types |
21 | -- other-extensions: | 21 | -- other-extensions: |
22 | build-depends: base >=4.8 && <4.9 | 22 | build-depends: base >=4.8 && <5 |
23 | , Shellac | ||
24 | , Shellac-haskeline | ||
25 | , data-default | ||
26 | , xdg-basedir | ||
27 | , filepath | ||
28 | , directory | ||
29 | , containers | ||
30 | , case-insensitive | ||
31 | , lens | ||
32 | , bimap | ||
33 | , mtl | ||
34 | , table-layout | ||
35 | , game-probability | ||
23 | hs-source-dirs: src | 36 | hs-source-dirs: src |
24 | default-language: Haskell2010 \ No newline at end of file | 37 | default-language: Haskell2010 \ No newline at end of file |