]> 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 ff7aaaa2d417365c21c8592818f5d0830aed52f5..71c15241ec9f60cec3ef5d54d1faf085b085fd65 100644 (file)
@@ -17,12 +17,13 @@ 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,
-    fixed-vector      == 0.1.*,
+    fixed-vector      == 0.2.*,
     numbers           == 3000.1.*,
     vector            == 0.10.*