From: Michael Orlitzky Date: Fri, 17 Apr 2015 00:49:25 +0000 (-0400) Subject: Instate Repa upper bound (due to its GHC dependency). X-Git-Tag: 0.0.1^0 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=spline3.git;a=commitdiff_plain;h=a1ceb2d031565de4684ad00bbbc72911c37a5f38 Instate Repa upper bound (due to its GHC dependency). --- diff --git a/spline3.cabal b/spline3.cabal index 808541f..0ebc08d 100644 --- a/spline3.cabal +++ b/spline3.cabal @@ -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,