From a31c30d31ae68f5b862c92d43973b990a5740307 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sun, 28 Aug 2022 08:05:16 -0400 Subject: [PATCH] hath.cabal: revert back to cabal-version: 3.0. Hackage won't accept anything higher. Ha ha! Fuck me. --- hath.cabal | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/hath.cabal b/hath.cabal index d5ea0b7..482daed 100644 --- a/hath.cabal +++ b/hath.cabal @@ -1,4 +1,4 @@ -cabal-version: 3.4 +cabal-version: 3.0 name: hath version: 0.5.5 author: Michael Orlitzky @@ -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: -- 2.43.2