Soften version constraints
authorAuke Booij <auke@tulcod.com>
Wed, 17 Feb 2016 15:46:18 +0000 (15:46 +0000)
committerAuke Booij <auke@tulcod.com>
Wed, 17 Feb 2016 15:46:18 +0000 (15:46 +0000)
cubicaltt.cabal

index ca1fe2d321f322bf76fd709d595342f439dac96c..4aae1b3a413d0b65cdb34595d59813beb39cb352 100644 (file)
@@ -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