diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-06-10 02:14:31 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-06-10 02:14:31 +0200 |
commit | 736e78441ae8b0cffa610de4baa7248f726cf69c (patch) | |
tree | 31a0bfec2f2df5e8e483553ae005012110e6cfd6 /sequence.cabal | |
parent | 85486c4838e23ca6d8b643c759d4e2a3035ef61d (diff) | |
download | 2017-01-16_17:13:37-736e78441ae8b0cffa610de4baa7248f726cf69c.tar 2017-01-16_17:13:37-736e78441ae8b0cffa610de4baa7248f726cf69c.tar.gz 2017-01-16_17:13:37-736e78441ae8b0cffa610de4baa7248f726cf69c.tar.bz2 2017-01-16_17:13:37-736e78441ae8b0cffa610de4baa7248f726cf69c.tar.xz 2017-01-16_17:13:37-736e78441ae8b0cffa610de4baa7248f726cf69c.zip |
refactoring & combat rounds
Diffstat (limited to 'sequence.cabal')
-rw-r--r-- | sequence.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sequence.cabal b/sequence.cabal index 2def576..931cba6 100644 --- a/sequence.cabal +++ b/sequence.cabal | |||
@@ -19,7 +19,7 @@ executable sequence | |||
19 | main-is: Main.hs | 19 | main-is: Main.hs |
20 | other-modules: Sequence.Types | 20 | other-modules: Sequence.Types |
21 | -- other-extensions: | 21 | -- other-extensions: |
22 | build-depends: base >=4.8 && <5 | 22 | build-depends: base >=4.9 && <5 |
23 | , Shellac | 23 | , Shellac |
24 | , Shellac-haskeline | 24 | , Shellac-haskeline |
25 | , data-default | 25 | , data-default |