summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2015-10-17 22:47:04 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2015-10-17 22:47:04 +0200
commit981b96409f450708e43a240fc6e895886d07aa9d (patch)
tree7a3525a85a6143f6f224b06c590c9d75322aefb7
parent439946b59c478e391202e1e15f20087948d1464f (diff)
downloadtrivmix-981b96409f450708e43a240fc6e895886d07aa9d.tar
trivmix-981b96409f450708e43a240fc6e895886d07aa9d.tar.gz
trivmix-981b96409f450708e43a240fc6e895886d07aa9d.tar.bz2
trivmix-981b96409f450708e43a240fc6e895886d07aa9d.tar.xz
trivmix-981b96409f450708e43a240fc6e895886d07aa9d.zip
base version bump
-rw-r--r--trivmix.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/trivmix.cabal b/trivmix.cabal
index 78ec056..8de83e4 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.8 && <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
@@ -27,7 +27,7 @@ executable trivmix
27 main-is: Trivmix.hs 27 main-is: Trivmix.hs
28 -- other-modules: 28 -- other-modules:
29 -- other-extensions: 29 -- other-extensions:
30 build-depends: base >=4.7 && <4.8 30 build-depends: base >=4.8 && <4.9
31 , jack >=0.7 && <1 31 , jack >=0.7 && <1
32 , optparse-applicative >=0.11 && <1 32 , optparse-applicative >=0.11 && <1
33 , directory >=1.2 && <2 33 , directory >=1.2 && <2
@@ -45,7 +45,7 @@ executable trivmix
45 45
46executable adjmix 46executable adjmix
47 main-is: Adjmix.hs 47 main-is: Adjmix.hs
48 build-depends: base >=4.7 && <4.8 48 build-depends: base >=4.8 && <4.9
49 , optparse-applicative >=0.11 && <1 49 , optparse-applicative >=0.11 && <1
50 , filepath >=1.3 && <2 50 , filepath >=1.3 && <2
51 , filelock >=0.1 && <1 51 , filelock >=0.1 && <1