]> gitweb.michael.orlitzky.com - spline3.git/commitdiff
Instate Repa upper bound (due to its GHC dependency). 0.0.1
authorMichael Orlitzky <michael@orlitzky.com>
Fri, 17 Apr 2015 00:49:25 +0000 (20:49 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Fri, 17 Apr 2015 00:49:25 +0000 (20:49 -0400)
spline3.cabal

index 808541f792dccee298959110b965bcac24d223b8..0ebc08decc5a95f611db3c19d9944af359ec71c4 100644 (file)
@@ -47,9 +47,9 @@ executable spline3
     cmdargs                     >= 0.10,
     filepath                    >= 1,
     MissingH                    >= 1,
-    repa                        >= 3.3,
-    repa-algorithms             >= 3.3,
-    repa-io                     >= 3.3,
+    repa                        < 3.4,
+    repa-algorithms             < 3.4,
+    repa-io                     < 3.4,
     vector                      >= 0.10,
     -- Additional test dependencies.
     tasty                       >= 0.8,
@@ -158,9 +158,9 @@ test-suite testsuite
     cmdargs                     >= 0.10,
     filepath                    >= 1,
     MissingH                    >= 1,
-    repa                        >= 3.3,
-    repa-algorithms             >= 3.3,
-    repa-io                     >= 3.3,
+    repa                        < 3.4,
+    repa-algorithms             < 3.4,
+    repa-io                     < 3.4,
     vector                      >= 0.10,
     -- Additional test dependencies.
     tasty                       >= 0.8,