X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=numerical-analysis.cabal;h=df2d3833b18e4c5af097d59e4409416720509962;hb=40d36d56c1320b5ab38841e9e154c4edcbef7d12;hp=85e2a666ab226a0dea0d54c54914d425c3aeceae;hpb=6dbbf1130a3318a1cc408f948ac15e74090710ec;p=numerical-analysis.git diff --git a/numerical-analysis.cabal b/numerical-analysis.cabal index 85e2a66..df2d383 100644 --- a/numerical-analysis.cabal +++ b/numerical-analysis.cabal @@ -16,8 +16,8 @@ description: data-files: makefile library - exposed-modules: Integration.Simpson, Integration.Trapezoid, FixedVector, - Matrix, Misc, ODE.IVP, Roots.Simple, Roots.Fast + exposed-modules: Integration.Simpson, Integration.Trapezoid, Matrix + Misc, Normed, ODE.IVP, Roots.Simple, Roots.Fast, Vector build-depends: base >= 3 && < 5,