]> gitweb.michael.orlitzky.com - numerical-analysis.git/commitdiff
numerical-analysis.cabal: update fixed-vector and doctest dependencies.
authorMichael Orlitzky <michael@orlitzky.com>
Fri, 7 Dec 2018 14:32:22 +0000 (09:32 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Fri, 7 Dec 2018 14:32:22 +0000 (09:32 -0500)
numerical-analysis.cabal

index 6dfb49886d1da0970760983bfaadd9d97a3e05fb..61be5c1332b1f04d0d3c736072faa2fb6300566b 100644 (file)
@@ -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.