X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=numerical-analysis.cabal;h=995395de97a683f4384b3329e74d50e761e64a47;hb=3a03a2bdc233f1504764b21149a13162486fc3bf;hp=708644fbcd0ee4169a3daeabebc5470f8b8cb574;hpb=898622d362b9dad42296af6298e20bc9f8410b63;p=numerical-analysis.git diff --git a/numerical-analysis.cabal b/numerical-analysis.cabal index 708644f..995395d 100644 --- a/numerical-analysis.cabal +++ b/numerical-analysis.cabal @@ -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,6 +55,7 @@ test-suite doctests main-is: Doctests.hs build-depends: base == 4.5.*, + numbers == 3000.1.*, -- Additional test dependencies. doctest == 0.7.*