X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=numerical-analysis.cabal;h=333613518435776e965913f3c53c44a352ef495b;hb=d73b885c0958de342762a15644302f7eccbb0039;hp=28eba57849a80137889ff230e9b12b4ec7f58771;hpb=d3930131f90c86d216c12827b89029476d622c75;p=numerical-analysis.git diff --git a/numerical-analysis.cabal b/numerical-analysis.cabal index 28eba57..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.9.* + doctest == 0.9.*, + filemanip == 0.3.6.* -- It's not entirely clear to me why I have to reproduce all of this. ghc-options: