]> gitweb.michael.orlitzky.com - spline3.git/blobdiff - spline3.cabal
Add a preliminary README.
[spline3.git] / 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.*,