]> gitweb.michael.orlitzky.com - spline3.git/commitdiff
Bump the cmdargs dep to 0.10.*.
authorMichael Orlitzky <michael@orlitzky.com>
Fri, 12 Oct 2012 00:11:50 +0000 (20:11 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Fri, 12 Oct 2012 00:11:50 +0000 (20:11 -0400)
spline3.cabal

index fe196f19f27c415d9546b8819af05cf9da483cbd..e09f80472e8eaf05044a0f6f0ae836eb01441a78 100644 (file)
@@ -29,7 +29,7 @@ flag LLVM
 executable spline3
   build-depends:
     base                        == 4.5.*,
-    cmdargs                     == 0.9.*,
+    cmdargs                     == 0.10.*,
     filepath                    == 1.*,
     MissingH                    == 1.1.*,
     repa                        == 3.2.*,
@@ -122,7 +122,7 @@ test-suite testsuite
   main-is: TestSuite.hs
   build-depends:
     base                        == 4.5.*,
-    cmdargs                     == 0.9.*,
+    cmdargs                     == 0.10.*,
     filepath                    == 1.*,
     MissingH                    == 1.1.*,
     repa                        == 3.2.*,