]> gitweb.michael.orlitzky.com - hath.git/blobdiff - hath.cabal
src/IPv4Address.hs: fix -Woperator-whitespace warnings
[hath.git] / hath.cabal
index 482daede9cf92b2b1fa4201f7f7c06c4bb67c96e..4a01c2da836232fdbd1e220e8c9315f39128c149 100644 (file)
@@ -1,9 +1,10 @@
 cabal-version:  3.0
 name:           hath
-version:        0.5.5
+version:        0.5.7
 author:         Michael Orlitzky
-maintainer:    Michael Orlitzky <michael@orlitzky.com>
-homepage:       http://michael.orlitzky.com/code/hath.xhtml
+maintainer:     Michael Orlitzky <michael@orlitzky.com>
+homepage:       https://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,11 +151,11 @@ test-suite shelltests
   main-is: ShellTests.hs
 
   build-depends:
-    base                        >= 4.15,
+    base                        >= 4.15 && < 5.0,
     process                     >= 1.1
 
 
 source-repository head
   type: git
-  location: http://gitweb.michael.orlitzky.com/hath.git
+  location: https://gitweb.michael.orlitzky.com/hath.git
   branch: master