]> gitweb.michael.orlitzky.com - hath.git/blobdiff - hath.cabal
hath.cabal: update to v0.5.6.
[hath.git] / hath.cabal
index 47753e5ec297c2e23aadff0f47259d2d4a07c0f8..c88197bd0dbbc12db380c5fae2e9e48184d30ada 100644 (file)
@@ -1,6 +1,6 @@
-cabal-version:  3.4
+cabal-version:  3.0
 name:           hath
-version:        0.5.3
+version:        0.5.6
 author:         Michael Orlitzky
 maintainer:    Michael Orlitzky <michael@orlitzky.com>
 homepage:       http://michael.orlitzky.com/code/hath.xhtml
@@ -87,6 +87,9 @@ description:
 
 
 executable hath
+  default-language:
+    Haskell2010
+
   main-is:
     Main.hs
 
@@ -104,6 +107,9 @@ executable hath
     Octet
     Paths_hath
 
+  autogen-modules:
+    Paths_hath
+
   build-depends:
     base                        >= 4.15,
     cmdargs                     >= 0.10,
@@ -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:
@@ -139,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: