]> gitweb.michael.orlitzky.com - spline3.git/commitdiff
Update repa, quickcheck, and doctest version bounds.
authorMichael Orlitzky <michael@orlitzky.com>
Sun, 19 Aug 2012 16:32:22 +0000 (12:32 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Sun, 19 Aug 2012 16:32:22 +0000 (12:32 -0400)
spline3.cabal

index 6ffcef28a5f12b60f99c5b0db4df0a2a472fd10e..e65f0cc7975745521d9898b114b3a8cd847ed493 100644 (file)
@@ -19,13 +19,13 @@ flag LLVM
 executable spline3
   build-depends:
     base                        == 4.5.*,
-    doctest                     == 0.6.*,
+    doctest                     == 0.7.*,
     filepath                    == 1.*,
     HUnit                       == 1.2.*,
-    QuickCheck                  == 2.4.*,
-    repa                        == 3.1.*,
-    repa-algorithms             == 3.1.*,
-    repa-io                     == 3.1.*,
+    QuickCheck                  == 2.*,
+    repa                        == 3.2.*,
+    repa-algorithms             == 3.2.*,
+    repa-io                     == 3.2.*,
     test-framework              == 0.6.*,
     test-framework-doctest      == 0.2.*,
     test-framework-hunit        == 0.2.*,