]> gitweb.michael.orlitzky.com - numerical-analysis.git/blobdiff - numerical-analysis.cabal
Bump the doctest dependency.
[numerical-analysis.git] / numerical-analysis.cabal
index 7bd0fb409795c36257f88e0393ecb439b0e298de..28eba57849a80137889ff230e9b12b4ec7f58771 100644 (file)
@@ -20,6 +20,8 @@ library
 
   build-depends:
     base                        == 4.5.*,
+    numbers                     == 3000.1.*,
+    -- Test deps
     HUnit                       == 1.2.*,
     QuickCheck                  == 2.*,
     test-framework              == 0.6.*,
@@ -53,8 +55,9 @@ test-suite doctests
   main-is: Doctests.hs
   build-depends:
     base      == 4.5.*,
+    numbers   == 3000.1.*,
     -- Additional test dependencies.
-    doctest   == 0.7.*
+    doctest   == 0.9.*
 
   -- It's not entirely clear to me why I have to reproduce all of this.
   ghc-options: