X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=hath.cabal;h=260c1276422902f61542e605f739908a77b16b09;hb=866dfd9b745efe8b46dce888ac1594d26bd9b897;hp=1c4bac33963cb970b0c80d6bc5e68f3abee245e5;hpb=8f94d4d38bdb03a01d83d0e4afd82493046a9445;p=hath.git diff --git a/hath.cabal b/hath.cabal index 1c4bac3..260c127 100644 --- a/hath.cabal +++ b/hath.cabal @@ -1,6 +1,6 @@ name: hath -version: 0.5.0 -cabal-version: >= 1.8 +version: 0.5.3 +cabal-version: >= 1.12 author: Michael Orlitzky maintainer: Michael Orlitzky homepage: http://michael.orlitzky.com/code/hath.xhtml @@ -87,6 +87,8 @@ description: executable hath + default-language: + Haskell2010 main-is: Main.hs @@ -117,6 +119,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: @@ -129,7 +132,6 @@ test-suite testsuite build-depends: base >= 4.15, - cmdargs >= 0.10, split >= 0.2, tasty >= 0.8, tasty-hunit >= 0.8, @@ -141,6 +143,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: