X-Git-Url: http://gitweb.michael.orlitzky.com/?p=numerical-analysis.git;a=blobdiff_plain;f=numerical-analysis.cabal;fp=numerical-analysis.cabal;h=61be5c1332b1f04d0d3c736072faa2fb6300566b;hp=6dfb49886d1da0970760983bfaadd9d97a3e05fb;hb=35f07ef15c0c2f1198788f0a2f931fb7f3291f18;hpb=be30f3a5a4c10d4a3c9eb42e38e2ce3306d42c85 diff --git a/numerical-analysis.cabal b/numerical-analysis.cabal index 6dfb498..61be5c1 100644 --- a/numerical-analysis.cabal +++ b/numerical-analysis.cabal @@ -39,7 +39,7 @@ library build-depends: base >= 3 && < 5, - fixed-vector == 0.6.*, + fixed-vector == 0.8.*, numbers == 3000.2.*, numeric-prelude == 0.4.* @@ -71,7 +71,7 @@ test-suite doctests build-depends: base >= 3 && < 5, -- Additional test dependencies. - doctest == 0.9.*, + doctest == 0.*, filemanip == 0.3.6.* -- It's not entirely clear to me why I have to reproduce all of this.