X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=spline3.cabal;h=6ffcef28a5f12b60f99c5b0db4df0a2a472fd10e;hb=429558a71324dc10606d05497117b0222b959adc;hp=df7697dcb61cf8c60ad739544d5436b314242979;hpb=3c8ffa0ba6a5b67f6a3d15d4f11b5604983a3a87;p=spline3.git diff --git a/spline3.cabal b/spline3.cabal index df7697d..6ffcef2 100644 --- a/spline3.cabal +++ b/spline3.cabal @@ -19,13 +19,15 @@ flag LLVM executable spline3 build-depends: base == 4.5.*, + doctest == 0.6.*, filepath == 1.*, HUnit == 1.2.*, QuickCheck == 2.4.*, - repa == 3.*, - repa-algorithms == 3.*, - repa-io == 3.*, - test-framework == 0.4.*, + repa == 3.1.*, + repa-algorithms == 3.1.*, + repa-io == 3.1.*, + test-framework == 0.6.*, + test-framework-doctest == 0.2.*, test-framework-hunit == 0.2.*, test-framework-quickcheck2 == 0.2.*, vector == 0.9.*