From: Michael Orlitzky Date: Sun, 19 Aug 2012 16:32:22 +0000 (-0400) Subject: Update repa, quickcheck, and doctest version bounds. X-Git-Tag: 0.0.1~49 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=spline3.git;a=commitdiff_plain;h=6fd38e6a2a1e588c9026bfe5a1f73c321d027faa Update repa, quickcheck, and doctest version bounds. --- diff --git a/spline3.cabal b/spline3.cabal index 6ffcef2..e65f0cc 100644 --- a/spline3.cabal +++ b/spline3.cabal @@ -19,13 +19,13 @@ flag LLVM executable spline3 build-depends: base == 4.5.*, - doctest == 0.6.*, + doctest == 0.7.*, filepath == 1.*, HUnit == 1.2.*, - QuickCheck == 2.4.*, - repa == 3.1.*, - repa-algorithms == 3.1.*, - repa-io == 3.1.*, + QuickCheck == 2.*, + repa == 3.2.*, + repa-algorithms == 3.2.*, + repa-io == 3.2.*, test-framework == 0.6.*, test-framework-doctest == 0.2.*, test-framework-hunit == 0.2.*,