X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=numerical-analysis.cabal;h=df2d3833b18e4c5af097d59e4409416720509962;hb=40d36d56c1320b5ab38841e9e154c4edcbef7d12;hp=995395de97a683f4384b3329e74d50e761e64a47;hpb=3a03a2bdc233f1504764b21149a13162486fc3bf;p=numerical-analysis.git diff --git a/numerical-analysis.cabal b/numerical-analysis.cabal index 995395d..df2d383 100644 --- a/numerical-analysis.cabal +++ b/numerical-analysis.cabal @@ -16,17 +16,14 @@ description: data-files: makefile library - exposed-modules: Roots.Simple, Roots.Fast + exposed-modules: Integration.Simpson, Integration.Trapezoid, Matrix + Misc, Normed, ODE.IVP, Roots.Simple, Roots.Fast, Vector build-depends: - base == 4.5.*, - numbers == 3000.1.*, - -- Test deps - 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/ @@ -54,10 +51,10 @@ test-suite doctests hs-source-dirs: test main-is: Doctests.hs build-depends: - base == 4.5.*, - numbers == 3000.1.*, + 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: