X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=numerical-analysis.cabal;h=e08978da2f5c53827524e832f9afc50534c012cf;hb=08d08d4b0616286e5344d9aa9cc585a871ebc232;hp=7bd0fb409795c36257f88e0393ecb439b0e298de;hpb=61dcb661ee35ff693a9d64d4d21a65791a480a52;p=numerical-analysis.git diff --git a/numerical-analysis.cabal b/numerical-analysis.cabal index 7bd0fb4..e08978d 100644 --- a/numerical-analysis.cabal +++ b/numerical-analysis.cabal @@ -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,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: