]> gitweb.michael.orlitzky.com - hath.git/commitdiff
hath.cabal: add back upper bounds on the "base" package.
authorMichael Orlitzky <michael@orlitzky.com>
Sun, 28 Aug 2022 12:08:56 +0000 (08:08 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Sun, 28 Aug 2022 12:08:56 +0000 (08:08 -0400)
Piece of shit Hackage won't accept the tarball without this either.

hath.cabal

index c88197bd0dbbc12db380c5fae2e9e48184d30ada..53201abdc9f23ab30654749963697a7b32e56254 100644 (file)
@@ -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