]> gitweb.michael.orlitzky.com - numerical-analysis.git/blobdiff - numerical-analysis.cabal
Move the Vector and Matrix modules under Linear.
[numerical-analysis.git] / numerical-analysis.cabal
index 88455aa6b969bb16ec38bb2517079de432390ea7..71c15241ec9f60cec3ef5d54d1faf085b085fd65 100644 (file)
@@ -17,8 +17,9 @@ description:
 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.Matrix, Linear.Vector, Misc, Normed, ODE.IVP, Roots.Simple,
+    Roots.Fast
 
   build-depends:
     base              >= 3 && < 5,