From 03eef8de1304c96f1d08648771d378e64c6f1937 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sun, 28 Aug 2022 07:24:08 -0400 Subject: [PATCH] hath.cabal: specify default-language for medium-age cabals. --- hath.cabal | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/hath.cabal b/hath.cabal index 2fd8eaf..6e28afe 100644 --- a/hath.cabal +++ b/hath.cabal @@ -1,6 +1,6 @@ name: hath version: 0.5.2 -cabal-version: >= 1.10 +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: @@ -140,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: -- 2.43.2