X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;ds=sidebyside;f=numerical-analysis.cabal;h=85e2a666ab226a0dea0d54c54914d425c3aeceae;hb=6cef8c88b8d81e08790d3222c3745b7cb8a54cb4;hp=0e6412a585415c3d2a7d4134b02595d3c5707e82;hpb=09e51d85570bb01e8df81cfdb579bee7cd445329;p=numerical-analysis.git 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/