]> gitweb.michael.orlitzky.com - spline3.git/blobdiff - spline3.cabal
Update repa, quickcheck, and doctest version bounds.
[spline3.git] / spline3.cabal
index df7697dcb61cf8c60ad739544d5436b314242979..e65f0cc7975745521d9898b114b3a8cd847ed493 100644 (file)
@@ -19,13 +19,15 @@ flag LLVM
 executable spline3
   build-depends:
     base                        == 4.5.*,
+    doctest                     == 0.7.*,
     filepath                    == 1.*,
     HUnit                       == 1.2.*,
-    QuickCheck                  == 2.4.*,
-    repa                        == 3.*,
-    repa-algorithms             == 3.*,
-    repa-io                     == 3.*,    
-    test-framework              == 0.4.*,
+    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.*,
     test-framework-quickcheck2  == 0.2.*,
     vector                      == 0.9.*