diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-12-06 02:41:52 +0100 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-12-06 02:41:52 +0100 |
| commit | 97535354f19912d7663d2b2569df42f976e660a2 (patch) | |
| tree | ee4c3d27be390136eef3519e4092995c8c0c6d20 | |
| parent | d30e060e91d84718a79b3c2bcf925ff249f5b68d (diff) | |
| download | trivmix-97535354f19912d7663d2b2569df42f976e660a2.tar trivmix-97535354f19912d7663d2b2569df42f976e660a2.tar.gz trivmix-97535354f19912d7663d2b2569df42f976e660a2.tar.bz2 trivmix-97535354f19912d7663d2b2569df42f976e660a2.tar.xz trivmix-97535354f19912d7663d2b2569df42f976e660a2.zip | |
Haskell bump
| -rw-r--r-- | trivmix.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/trivmix.cabal b/trivmix.cabal index 78ec056..49b14c2 100644 --- a/trivmix.cabal +++ b/trivmix.cabal | |||
| @@ -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.7 && <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 | ||
| 46 | executable adjmix | 46 | executable adjmix |
| 47 | main-is: Adjmix.hs | 47 | main-is: Adjmix.hs |
| 48 | build-depends: base >=4.7 && <4.8 | 48 | build-depends: base >=4.7 && <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 |
