X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=numerical-analysis.cabal;fp=numerical-analysis.cabal;h=0e6412a585415c3d2a7d4134b02595d3c5707e82;hb=764b157fb65e4973a6830530e88dd1055a6da718;hp=5076a920916af9d908c26ba5bc7e1d93ee304d34;hpb=ea770ce8d107e2736576fadd32cbd8aa38ddc319;p=numerical-analysis.git diff --git a/numerical-analysis.cabal b/numerical-analysis.cabal index 5076a92..0e6412a 100644 --- a/numerical-analysis.cabal +++ b/numerical-analysis.cabal @@ -16,17 +16,12 @@ description: data-files: makefile library - exposed-modules: Roots.Simple, Roots.Fast + exposed-modules: Integration.Simpson, Integration.Trapezoid, + Misc, ODE.IVP, Roots.Simple, Roots.Fast build-depends: - base == 4.6.*, - 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, + numbers == 3000.1.* hs-source-dirs: src/ @@ -54,8 +49,7 @@ test-suite doctests hs-source-dirs: test main-is: Doctests.hs build-depends: - base == 4.6.*, - numbers == 3000.1.*, + base >= 3 && < 5, -- Additional test dependencies. doctest == 0.9.*, filemanip == 0.3.6.*