From: Michael Orlitzky Date: Wed, 20 Feb 2013 19:31:33 +0000 (-0500) Subject: Add numeric-prelude to the deps. X-Git-Url: http://gitweb.michael.orlitzky.com/?p=numerical-analysis.git;a=commitdiff_plain;h=532872b402b57f23cb499d303964f543642ceecd Add numeric-prelude to the deps. --- diff --git a/numerical-analysis.cabal b/numerical-analysis.cabal index 71c1524..0024786 100644 --- a/numerical-analysis.cabal +++ b/numerical-analysis.cabal @@ -25,7 +25,7 @@ library base >= 3 && < 5, fixed-vector == 0.2.*, numbers == 3000.1.*, - vector == 0.10.* + numeric-prelude == 0.3.* hs-source-dirs: src/