diff options
author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-06-29 20:44:17 +0200 |
---|---|---|
committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-06-29 20:44:17 +0200 |
commit | f13bdd71f3cf4c3d3d1f58fbd0c75d66b0eb3e23 (patch) | |
tree | 370349cd3e467f5cb181cc549f4a09e17f368608 | |
parent | aabc92ea332edb6d5a11c7f2316e439896d07277 (diff) | |
download | trivmix-f13bdd71f3cf4c3d3d1f58fbd0c75d66b0eb3e23.tar trivmix-f13bdd71f3cf4c3d3d1f58fbd0c75d66b0eb3e23.tar.gz trivmix-f13bdd71f3cf4c3d3d1f58fbd0c75d66b0eb3e23.tar.bz2 trivmix-f13bdd71f3cf4c3d3d1f58fbd0c75d66b0eb3e23.tar.xz trivmix-f13bdd71f3cf4c3d3d1f58fbd0c75d66b0eb3e23.zip |
haskell version bumps
-rw-r--r-- | trivmix.cabal | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/trivmix.cabal b/trivmix.cabal index 8de83e4..d62ef99 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.8 && <4.9 | 22 | build-depends: base >=4.8 && <5 |
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.8 && <4.9 | 30 | build-depends: base >=4.8 && <5 |
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 | ||
46 | executable adjmix | 46 | executable adjmix |
47 | main-is: Adjmix.hs | 47 | main-is: Adjmix.hs |
48 | build-depends: base >=4.8 && <4.9 | 48 | build-depends: base >=4.8 && <5 |
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 |