X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;ds=sidebyside;f=hath.cabal;h=4a01c2da836232fdbd1e220e8c9315f39128c149;hb=feff8474098037df0f6573ad6ebe5a95093fea95;hp=c88197bd0dbbc12db380c5fae2e9e48184d30ada;hpb=36f3b6dcdc70215fee6658ebe1b40ad1e9c42556;p=hath.git diff --git a/hath.cabal b/hath.cabal index c88197b..4a01c2d 100644 --- a/hath.cabal +++ b/hath.cabal @@ -1,9 +1,10 @@ cabal-version: 3.0 name: hath -version: 0.5.6 +version: 0.5.7 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