X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=numerical-analysis.cabal;h=85e2a666ab226a0dea0d54c54914d425c3aeceae;hb=6cef8c88b8d81e08790d3222c3745b7cb8a54cb4;hp=708644fbcd0ee4169a3daeabebc5470f8b8cb574;hpb=898622d362b9dad42296af6298e20bc9f8410b63;p=numerical-analysis.git diff --git a/numerical-analysis.cabal b/numerical-analysis.cabal index 708644f..85e2a66 100644 --- a/numerical-analysis.cabal +++ b/numerical-analysis.cabal @@ -16,15 +16,14 @@ description: data-files: makefile library - exposed-modules: Roots + exposed-modules: Integration.Simpson, Integration.Trapezoid, FixedVector, + Matrix, Misc, ODE.IVP, Roots.Simple, Roots.Fast build-depends: - base == 4.5.*, - HUnit == 1.2.*, - QuickCheck == 2.*, - test-framework == 0.6.*, - test-framework-hunit == 0.2.*, - test-framework-quickcheck2 == 0.2.* + base >= 3 && < 5, + fixed-vector == 0.1.*, + numbers == 3000.1.*, + vector == 0.10.* hs-source-dirs: src/ @@ -52,9 +51,10 @@ test-suite doctests hs-source-dirs: test main-is: Doctests.hs build-depends: - base == 4.5.*, + base >= 3 && < 5, -- 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: