X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=hath.cabal;h=07755e001a2a116e7d3883f90e75e9855fa0bafc;hb=0a4025cffbf2cdb921e653ac11b2f62746f28513;hp=d5ea0b7949fadd5168db9af2eb16d0a75bbdb6a2;hpb=159a7ae1933fe6ad7efd69c7c36405964a6bfdfb;p=hath.git diff --git a/hath.cabal b/hath.cabal index d5ea0b7..07755e0 100644 --- a/hath.cabal +++ b/hath.cabal @@ -1,9 +1,10 @@ -cabal-version: 3.4 +cabal-version: 3.0 name: hath -version: 0.5.5 +version: 0.5.7 author: Michael Orlitzky maintainer: Michael Orlitzky 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 @@ -87,6 +88,9 @@ description: executable hath + default-language: + Haskell2010 + main-is: Main.hs @@ -108,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, @@ -119,6 +123,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: @@ -130,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, @@ -142,10 +147,11 @@ 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