From: Auke Booij Date: Wed, 17 Feb 2016 15:46:18 +0000 (+0000) Subject: Soften version constraints X-Git-Url: https://git.ak3n.com/?a=commitdiff_plain;h=9d6e436f3a4b25d060a31c43a860f18763f47333;p=cubicaltt.git Soften version constraints --- diff --git a/cubicaltt.cabal b/cubicaltt.cabal index ca1fe2d..4aae1b3 100644 --- a/cubicaltt.cabal +++ b/cubicaltt.cabal @@ -40,15 +40,16 @@ executable cubical CPP, MagicHash build-depends: - base >=4.8 && <4.9,containers >=0.5 && <0.6, + base >=4.6 && <5, + containers >=0.5 && <0.6, pretty >=1.1 && <1.2, - QuickCheck >=2.8 && <2.9, + QuickCheck >=2.6 && <2.10, mtl >=2.2 && <2.3, - time >=1.5 && <1.6, + time >=1.4 && <1.6, directory >=1.2 && <1.3, filepath >=1.4 && <1.5, haskeline >=0.7 && <0.8, - array >=0.5 && <0.6 + array >=0.4 && <0.6 -- hs-source-dirs: build-tools: alex, happy, bnfc default-language: Haskell2010