X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=numerical-analysis.cabal;h=5076a920916af9d908c26ba5bc7e1d93ee304d34;hb=ddad82e5f42a7d38d542fbb77e981dc7309089f4;hp=7bd0fb409795c36257f88e0393ecb439b0e298de;hpb=61dcb661ee35ff693a9d64d4d21a65791a480a52;p=numerical-analysis.git diff --git a/numerical-analysis.cabal b/numerical-analysis.cabal index 7bd0fb4..5076a92 100644 --- a/numerical-analysis.cabal +++ b/numerical-analysis.cabal @@ -19,7 +19,9 @@ library exposed-modules: Roots.Simple, Roots.Fast build-depends: - base == 4.5.*, + base == 4.6.*, + numbers == 3000.1.*, + -- Test deps HUnit == 1.2.*, QuickCheck == 2.*, test-framework == 0.6.*, @@ -52,9 +54,11 @@ test-suite doctests hs-source-dirs: test main-is: Doctests.hs build-depends: - base == 4.5.*, + base == 4.6.*, + 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: