X-Git-Url: http://gitweb.michael.orlitzky.com/?p=hath.git;a=blobdiff_plain;f=hath.cabal;h=4d7abd8ea61d12a0686c75ed4d89985eb0ada272;hp=8800c2c0a53c6a341eda38515891653f13a48be4;hb=5531fdace1587f4229a62c5284a4e76230f952ae;hpb=8d1a64ed070bf9465cbd094d495a14e64ab96656 diff --git a/hath.cabal b/hath.cabal index 8800c2c..4d7abd8 100644 --- a/hath.cabal +++ b/hath.cabal @@ -1,6 +1,6 @@ -cabal-version: 3.4 +cabal-version: 3.0 name: hath -version: 0.5.4 +version: 0.5.7 author: Michael Orlitzky maintainer: Michael Orlitzky homepage: http://michael.orlitzky.com/code/hath.xhtml @@ -87,6 +87,9 @@ description: executable hath + default-language: + Haskell2010 + main-is: Main.hs @@ -104,8 +107,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 +122,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 +134,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,10 +146,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