]> gitweb.michael.orlitzky.com - numerical-analysis.git/commitdiff
Bump deps for ghc-7.6.
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 5 Dec 2012 16:06:53 +0000 (11:06 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Wed, 5 Dec 2012 16:06:53 +0000 (11:06 -0500)
numerical-analysis.cabal

index e08978da2f5c53827524e832f9afc50534c012cf..333613518435776e965913f3c53c44a352ef495b 100644 (file)
@@ -19,7 +19,7 @@ library
   exposed-modules: Roots.Simple, Roots.Fast
 
   build-depends:
-    base                        == 4.5.*,
+    base                        == 4.6.*,
     numbers                     == 3000.1.*,
     -- Test deps
     HUnit                       == 1.2.*,