diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-12-06 02:45:00 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-12-06 02:45:00 +0100 |
commit | 3e9a4410d19483aa9d77de40c71f4f0fd491a0bb (patch) | |
tree | c971f194d41a2bd6649100b696c49982767a7d08 /trivmix.cabal | |
parent | 8c0ee03791ae6901e31b3b79cfe5a1279fb24396 (diff) | |
download | trivmix-3e9a4410d19483aa9d77de40c71f4f0fd491a0bb.tar trivmix-3e9a4410d19483aa9d77de40c71f4f0fd491a0bb.tar.gz trivmix-3e9a4410d19483aa9d77de40c71f4f0fd491a0bb.tar.bz2 trivmix-3e9a4410d19483aa9d77de40c71f4f0fd491a0bb.tar.xz trivmix-3e9a4410d19483aa9d77de40c71f4f0fd491a0bb.zip |
ditto
Diffstat (limited to 'trivmix.cabal')
-rw-r--r-- | trivmix.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trivmix.cabal b/trivmix.cabal index 49b14c2..30cb33f 100644 --- a/trivmix.cabal +++ b/trivmix.cabal | |||
@@ -19,7 +19,7 @@ library | |||
19 | hs-source-dirs: src | 19 | hs-source-dirs: src |
20 | default-language: Haskell2010 | 20 | default-language: Haskell2010 |
21 | exposed-modules: Trivmix.Types | 21 | exposed-modules: Trivmix.Types |
22 | build-depends: base >=4.7 && <4.8 | 22 | build-depends: base >=4.7 && <4.9 |
23 | , data-default >=0.5 && <1 | 23 | , data-default >=0.5 && <1 |
24 | , case-insensitive >=1.2 && <2 | 24 | , case-insensitive >=1.2 && <2 |
25 | 25 | ||