X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=hath.cabal;h=7ffd9e3d4fb409c38de90c69f82a712cb22673e8;hb=a6a8f5fb70c485dbdf1e345069bfaa75979b8c99;hp=c88197bd0dbbc12db380c5fae2e9e48184d30ada;hpb=36f3b6dcdc70215fee6658ebe1b40ad1e9c42556;p=hath.git diff --git a/hath.cabal b/hath.cabal index c88197b..7ffd9e3 100644 --- a/hath.cabal +++ b/hath.cabal @@ -1,9 +1,10 @@ cabal-version: 3.0 name: hath -version: 0.5.6 +version: 0.5.8 author: Michael Orlitzky -maintainer: Michael Orlitzky -homepage: http://michael.orlitzky.com/code/hath.xhtml +maintainer: Michael Orlitzky +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