X-Git-Url: http://gitweb.michael.orlitzky.com/?p=hath.git;a=blobdiff_plain;f=hath.cabal;fp=hath.cabal;h=53201abdc9f23ab30654749963697a7b32e56254;hp=c88197bd0dbbc12db380c5fae2e9e48184d30ada;hb=5be9b4cd358ea9c37f7f32d9c07da97dc20212ca;hpb=36f3b6dcdc70215fee6658ebe1b40ad1e9c42556 diff --git a/hath.cabal b/hath.cabal index c88197b..53201ab 100644 --- a/hath.cabal +++ b/hath.cabal @@ -111,7 +111,7 @@ executable hath Paths_hath build-depends: - base >= 4.15, + base >= 4.15 && < 5.0, cmdargs >= 0.10, split >= 0.2, tasty >= 0.8, @@ -134,7 +134,7 @@ test-suite testsuite Octet build-depends: - base >= 4.15, + base >= 4.15 && < 5.0, split >= 0.2, tasty >= 0.8, tasty-hunit >= 0.8, @@ -150,7 +150,7 @@ test-suite shelltests main-is: ShellTests.hs build-depends: - base >= 4.15, + base >= 4.15 && < 5.0, process >= 1.1