X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=spline3.cabal;h=6b725613379bc3678734f507135b6640f1ea21e8;hb=35b9e3c87866d956c1ffd34ec5f4823947f51fc2;hp=a1be0aa2db1d429856f997cfff92864bb32a926f;hpb=205ed82460c2b8c3f94cc30a338f315baa315dbf;p=spline3.git diff --git a/spline3.cabal b/spline3.cabal index a1be0aa..6b72561 100644 --- a/spline3.cabal +++ b/spline3.cabal @@ -20,7 +20,9 @@ flag LLVM executable spline3 build-depends: base == 4.5.*, + cmdargs == 0.9.*, filepath == 1.*, + MissingH == 1.1.*, repa == 3.2.*, repa-algorithms == 3.2.*, repa-io == 3.2.*, @@ -111,7 +113,9 @@ test-suite testsuite main-is: TestSuite.hs build-depends: base == 4.5.*, + cmdargs == 0.9.*, filepath == 1.*, + MissingH == 1.1.*, repa == 3.2.*, repa-algorithms == 3.2.*, repa-io == 3.2.*,