]> gitweb.michael.orlitzky.com - numerical-analysis.git/blobdiff - numerical-analysis.cabal
Bump to fixed-vector-0.2.*.
[numerical-analysis.git] / numerical-analysis.cabal
index df2d3833b18e4c5af097d59e4409416720509962..88455aa6b969bb16ec38bb2517079de432390ea7 100644 (file)
@@ -9,10 +9,11 @@ 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
@@ -21,7 +22,7 @@ library
 
   build-depends:
     base              >= 3 && < 5,
-    fixed-vector      == 0.1.*,
+    fixed-vector      == 0.2.*,
     numbers           == 3000.1.*,
     vector            == 0.10.*
 
@@ -70,5 +71,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