]> gitweb.michael.orlitzky.com - hath.git/blobdiff - hath.cabal
hath.cabal: add a bug-reports field.
[hath.git] / hath.cabal
index c88197bd0dbbc12db380c5fae2e9e48184d30ada..07755e001a2a116e7d3883f90e75e9855fa0bafc 100644 (file)
@@ -1,9 +1,10 @@
 cabal-version:  3.0
 name:           hath
-version:        0.5.6
+version:        0.5.7
 author:         Michael Orlitzky
 maintainer:    Michael Orlitzky <michael@orlitzky.com>
 homepage:       http://michael.orlitzky.com/code/hath.xhtml
+bug-reports:    mailto:michael@orlitzky.com
 category:       Utils
 license:        AGPL-3.0-only
 license-file:   doc/LICENSE
@@ -111,7 +112,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 +135,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 +151,7 @@ test-suite shelltests
   main-is: ShellTests.hs
 
   build-depends:
-    base                        >= 4.15,
+    base                        >= 4.15 && < 5.0,
     process                     >= 1.1