X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=numerical-analysis.cabal;h=2bc74688ae23cb5bdb010f625204f8bdcfec2b9d;hb=d9089a0f219795b9f4ff7f8b5576cef678fbe36d;hp=df2d3833b18e4c5af097d59e4409416720509962;hpb=40d36d56c1320b5ab38841e9e154c4edcbef7d12;p=numerical-analysis.git diff --git a/numerical-analysis.cabal b/numerical-analysis.cabal index df2d383..2bc7468 100644 --- a/numerical-analysis.cabal +++ b/numerical-analysis.cabal @@ -9,21 +9,24 @@ bug-reports: mailto:michael@orlitzky.com build-type: Simple category: Text synopsis: - A library of numerical analysis functions for UMBC's MATH620. + A library of numerical analysis functions. description: - Haskell implementations of algorithms from UMBC's Numerical - Analysis course, MATH620. + Haskell implementations of algorithms from numerical + analysis. Includes fixed arbitrary-length vectors and + arbitrary-precision real numbers where possible. data-files: makefile library - exposed-modules: Integration.Simpson, Integration.Trapezoid, Matrix - Misc, Normed, ODE.IVP, Roots.Simple, Roots.Fast, Vector + exposed-modules: Integration.Simpson, Integration.Trapezoid, + Linear.Iteration, Linear.Matrix, Linear.System, Linear.Vector, + Misc, Normed, ODE.IVP, Polynomials.Orthogonal, Roots.Simple, + Roots.Fast build-depends: base >= 3 && < 5, - fixed-vector == 0.1.*, - numbers == 3000.1.*, - vector == 0.10.* + fixed-vector == 0.6.*, + numbers == 3000.2.*, + numeric-prelude == 0.4.* hs-source-dirs: src/ @@ -70,5 +73,5 @@ test-suite doctests source-repository head type: git - location: http://git.michael.orlitzky.com/umbc/math620.git + location: http://michael.orlitzky.com/git/numerical-analysis.git branch: master