]> gitweb.michael.orlitzky.com - spline3.git/commitdiff
Add dependencies on cmdargs and MissingH.
authorMichael Orlitzky <michael@orlitzky.com>
Tue, 21 Aug 2012 19:52:27 +0000 (15:52 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Tue, 21 Aug 2012 19:52:27 +0000 (15:52 -0400)
spline3.cabal

index a1be0aa2db1d429856f997cfff92864bb32a926f..6b725613379bc3678734f507135b6640f1ea21e8 100644 (file)
@@ -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.*,