diff options
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 |