summaryrefslogtreecommitdiff
path: root/sequence.cabal
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-06-10 02:14:31 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2016-06-10 02:14:31 +0200
commit736e78441ae8b0cffa610de4baa7248f726cf69c (patch)
tree31a0bfec2f2df5e8e483553ae005012110e6cfd6 /sequence.cabal
parent85486c4838e23ca6d8b643c759d4e2a3035ef61d (diff)
download2017-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.cabal2
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