From 764b157fb65e4973a6830530e88dd1055a6da718 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sat, 2 Feb 2013 21:34:00 -0500 Subject: [PATCH] Remove unused dependencies. Set looser base version bounds. Expose (and thus compile) more modules. --- numerical-analysis.cabal | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) 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.* -- 2.43.2