X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=spline3.cabal;h=e65f0cc7975745521d9898b114b3a8cd847ed493;hb=6fd38e6a2a1e588c9026bfe5a1f73c321d027faa;hp=6ffcef28a5f12b60f99c5b0db4df0a2a472fd10e;hpb=c2d65fb39e821086b6e9ae39f9843c91da015dea;p=spline3.git 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.*,