From: Michael Orlitzky Date: Tue, 21 Aug 2012 19:52:27 +0000 (-0400) Subject: Add dependencies on cmdargs and MissingH. X-Git-Tag: 0.0.1~46 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=spline3.git;a=commitdiff_plain;h=dba4d4af1a19b54e392f8e41b03e40714c4ac6ab Add dependencies on cmdargs and MissingH. --- 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.*,