X-Git-Url: https://gitweb.michael.orlitzky.com/?p=spline3.git;a=blobdiff_plain;f=spline3.cabal;h=0ebc08decc5a95f611db3c19d9944af359ec71c4;hp=808541f792dccee298959110b965bcac24d223b8;hb=a1ceb2d031565de4684ad00bbbc72911c37a5f38;hpb=6c0620002bd5c088ce55a514e9c9ccc19e1cfbf9 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,