]> gitweb.michael.orlitzky.com - numerical-analysis.git/commitdiff
Update cabal file for the separate project/repo.
authorMichael Orlitzky <michael@orlitzky.com>
Tue, 5 Feb 2013 02:29:36 +0000 (21:29 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Tue, 5 Feb 2013 02:29:36 +0000 (21:29 -0500)
numerical-analysis.cabal

index df2d3833b18e4c5af097d59e4409416720509962..ff7aaaa2d417365c21c8592818f5d0830aed52f5 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
@@ -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