]> gitweb.michael.orlitzky.com - numerical-analysis.git/blobdiff - numerical-analysis.cabal
Fix import and module list names.
[numerical-analysis.git] / numerical-analysis.cabal
index 85e2a666ab226a0dea0d54c54914d425c3aeceae..df2d3833b18e4c5af097d59e4409416720509962 100644 (file)
@@ -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,