X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=numerical-analysis.cabal;h=333613518435776e965913f3c53c44a352ef495b;hb=d73b885c0958de342762a15644302f7eccbb0039;hp=995395de97a683f4384b3329e74d50e761e64a47;hpb=3a03a2bdc233f1504764b21149a13162486fc3bf;p=numerical-analysis.git diff --git a/numerical-analysis.cabal b/numerical-analysis.cabal index 995395d..3336135 100644 --- a/numerical-analysis.cabal +++ b/numerical-analysis.cabal @@ -19,7 +19,7 @@ library exposed-modules: Roots.Simple, Roots.Fast build-depends: - base == 4.5.*, + base == 4.6.*, numbers == 3000.1.*, -- Test deps HUnit == 1.2.*, @@ -57,7 +57,8 @@ test-suite doctests 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: