From a1ceb2d031565de4684ad00bbbc72911c37a5f38 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Thu, 16 Apr 2015 20:49:25 -0400 Subject: [PATCH] Instate Repa upper bound (due to its GHC dependency). --- spline3.cabal | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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, -- 2.43.2