From e09978f7c891cf2d752f841ad6b90a0b51c9da9d Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Mon, 4 Feb 2013 21:29:36 -0500 Subject: [PATCH] Update cabal file for the separate project/repo. --- numerical-analysis.cabal | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/numerical-analysis.cabal b/numerical-analysis.cabal index df2d383..ff7aaaa 100644 --- a/numerical-analysis.cabal +++ b/numerical-analysis.cabal @@ -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 -- 2.43.2