From 6cef8c88b8d81e08790d3222c3745b7cb8a54cb4 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sun, 3 Feb 2013 15:08:38 -0500 Subject: [PATCH] Add FixedVector and Matrix to the compiled modules. Update deps for the new modules. --- numerical-analysis.cabal | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/numerical-analysis.cabal b/numerical-analysis.cabal index 0e6412a..85e2a66 100644 --- a/numerical-analysis.cabal +++ b/numerical-analysis.cabal @@ -16,12 +16,14 @@ description: data-files: makefile library - exposed-modules: Integration.Simpson, Integration.Trapezoid, - Misc, ODE.IVP, Roots.Simple, Roots.Fast + exposed-modules: Integration.Simpson, Integration.Trapezoid, FixedVector, + Matrix, Misc, ODE.IVP, Roots.Simple, Roots.Fast build-depends: - base >= 3 && < 5, - numbers == 3000.1.* + base >= 3 && < 5, + fixed-vector == 0.1.*, + numbers == 3000.1.*, + vector == 0.10.* hs-source-dirs: src/ -- 2.43.2