From f13bdd71f3cf4c3d3d1f58fbd0c75d66b0eb3e23 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 29 Jun 2016 20:44:17 +0200 Subject: haskell version bumps --- trivmix.cabal | 6 +++--- 1 file 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 hs-source-dirs: src default-language: Haskell2010 exposed-modules: Trivmix.Types - build-depends: base >=4.8 && <4.9 + build-depends: base >=4.8 && <5 , data-default >=0.5 && <1 , case-insensitive >=1.2 && <2 @@ -27,7 +27,7 @@ executable trivmix main-is: Trivmix.hs -- other-modules: -- other-extensions: - build-depends: base >=4.8 && <4.9 + build-depends: base >=4.8 && <5 , jack >=0.7 && <1 , optparse-applicative >=0.11 && <1 , directory >=1.2 && <2 @@ -45,7 +45,7 @@ executable trivmix executable adjmix main-is: Adjmix.hs - build-depends: base >=4.8 && <4.9 + build-depends: base >=4.8 && <5 , optparse-applicative >=0.11 && <1 , filepath >=1.3 && <2 , filelock >=0.1 && <1 -- cgit v1.2.3