]> gitweb.michael.orlitzky.com - numerical-analysis.git/blobdiff - numerical-analysis.cabal
Use filemanip to automatically doctest all source files.
[numerical-analysis.git] / numerical-analysis.cabal
index 708644fbcd0ee4169a3daeabebc5470f8b8cb574..e08978da2f5c53827524e832f9afc50534c012cf 100644 (file)
@@ -16,10 +16,12 @@ description:
 data-files: makefile
 
 library
-  exposed-modules: Roots
+  exposed-modules: Roots.Simple, Roots.Fast
 
   build-depends:
     base                        == 4.5.*,
+    numbers                     == 3000.1.*,
+    -- Test deps
     HUnit                       == 1.2.*,
     QuickCheck                  == 2.*,
     test-framework              == 0.6.*,
@@ -53,8 +55,10 @@ test-suite doctests
   main-is: Doctests.hs
   build-depends:
     base      == 4.5.*,
+    numbers   == 3000.1.*,
     -- Additional test dependencies.
-    doctest   == 0.7.*
+    doctest   == 0.9.*,
+    filemanip == 0.3.6.*
 
   -- It's not entirely clear to me why I have to reproduce all of this.
   ghc-options: