]> gitweb.michael.orlitzky.com - hath.git/commitdiff
hath.cabal: specify default-language for medium-age cabals.
authorMichael Orlitzky <michael@orlitzky.com>
Sun, 28 Aug 2022 11:24:08 +0000 (07:24 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Sun, 28 Aug 2022 11:24:08 +0000 (07:24 -0400)
hath.cabal

index 2fd8eaf45872b656875eead9de837bc02b583d64..6e28afe7b816430a04b1f6428209b5c25ea5cbac 100644 (file)
@@ -1,6 +1,6 @@
 name:           hath
 version:        0.5.2
-cabal-version:  >= 1.10
+cabal-version:  >= 1.12
 author:         Michael Orlitzky
 maintainer:    Michael Orlitzky <michael@orlitzky.com>
 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: