X-Git-Url: http://gitweb.michael.orlitzky.com/?p=hath.git;a=blobdiff_plain;f=hath.cabal;h=c88197bd0dbbc12db380c5fae2e9e48184d30ada;hp=d5ea0b7949fadd5168db9af2eb16d0a75bbdb6a2;hb=36f3b6dcdc70215fee6658ebe1b40ad1e9c42556;hpb=159a7ae1933fe6ad7efd69c7c36405964a6bfdfb diff --git a/hath.cabal b/hath.cabal index d5ea0b7..c88197b 100644 --- a/hath.cabal +++ b/hath.cabal @@ -1,6 +1,6 @@ -cabal-version: 3.4 +cabal-version: 3.0 name: hath -version: 0.5.5 +version: 0.5.6 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 @@ -119,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: @@ -142,6 +146,7 @@ test-suite testsuite test-suite shelltests type: exitcode-stdio-1.0 hs-source-dirs: test + default-language: Haskell2010 main-is: ShellTests.hs build-depends: