]> gitweb.michael.orlitzky.com - spline3.git/commitdiff
Bump dependencies in the cabal file.
authorMichael Orlitzky <michael@orlitzky.com>
Tue, 17 Apr 2012 01:30:17 +0000 (21:30 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Tue, 17 Apr 2012 01:30:17 +0000 (21:30 -0400)
Add doctest and test-framework-doctest as dependencies.

spline3.cabal

index df7697dcb61cf8c60ad739544d5436b314242979..6ffcef28a5f12b60f99c5b0db4df0a2a472fd10e 100644 (file)
@@ -19,13 +19,15 @@ flag LLVM
 executable spline3
   build-depends:
     base                        == 4.5.*,
+    doctest                     == 0.6.*,
     filepath                    == 1.*,
     HUnit                       == 1.2.*,
     QuickCheck                  == 2.4.*,
-    repa                        == 3.*,
-    repa-algorithms             == 3.*,
-    repa-io                     == 3.*,    
-    test-framework              == 0.4.*,
+    repa                        == 3.1.*,
+    repa-algorithms             == 3.1.*,
+    repa-io                     == 3.1.*,
+    test-framework              == 0.6.*,
+    test-framework-doctest      == 0.2.*,
     test-framework-hunit        == 0.2.*,
     test-framework-quickcheck2  == 0.2.*,
     vector                      == 0.9.*