X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=hath.cabal;h=0123dd3bff879b8c02b0aa187d9a7e97f8112862;hb=c6f0e6da344a0a376c10b102b39dcb62dc894194;hp=47753e5ec297c2e23aadff0f47259d2d4a07c0f8;hpb=76fb2495cdfb30eefe53a3ecd1ecf66c7874f51b;p=hath.git diff --git a/hath.cabal b/hath.cabal index 47753e5..0123dd3 100644 --- a/hath.cabal +++ b/hath.cabal @@ -1,14 +1,16 @@ -cabal-version: 3.4 +cabal-version: 3.0 name: hath -version: 0.5.3 +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: AGPL-3.0-or-later license-file: doc/LICENSE build-type: Simple extra-source-files: + doc/COPYING doc/man1/hath.1 test/shell/*.test synopsis: @@ -87,6 +89,9 @@ description: executable hath + default-language: + Haskell2010 + main-is: Main.hs @@ -104,8 +109,11 @@ executable hath Octet Paths_hath + autogen-modules: + Paths_hath + build-depends: - base >= 4.15, + base >= 4.15 && < 5.0, cmdargs >= 0.10, split >= 0.2, tasty >= 0.8, @@ -116,6 +124,7 @@ executable hath test-suite testsuite type: exitcode-stdio-1.0 hs-source-dirs: src test + default-language: Haskell2010 main-is: TestSuite.hs other-modules: @@ -127,7 +136,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, @@ -139,14 +148,15 @@ test-suite testsuite test-suite shelltests type: exitcode-stdio-1.0 hs-source-dirs: test + default-language: Haskell2010 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