From 2f26600653a26e890c850b64f8755bb5f5f302b7 Mon Sep 17 00:00:00 2001 From: Vidar Holen Date: Mon, 19 Apr 2021 17:19:21 -0700 Subject: [PATCH] Update Cabal version for Hackage --- ShellCheck.cabal | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ShellCheck.cabal b/ShellCheck.cabal index b474f47..766b1d6 100644 --- a/ShellCheck.cabal +++ b/ShellCheck.cabal @@ -8,7 +8,7 @@ Author: Vidar Holen Maintainer: vidar@vidarholen.net Homepage: https://www.shellcheck.net/ Build-Type: Simple -Cabal-Version: >= 1.8 +Cabal-Version: >= 1.10 Bug-reports: https://github.com/koalaman/shellcheck/issues Description: The goals of ShellCheck are: @@ -83,6 +83,7 @@ library ShellCheck.Regex other-modules: Paths_ShellCheck + default-language: Haskell98 executable shellcheck if impl(ghc < 8.0) @@ -103,6 +104,7 @@ executable shellcheck QuickCheck >= 2.7.4, regex-tdfa, ShellCheck + default-language: Haskell98 main-is: shellcheck.hs test-suite test-shellcheck @@ -122,5 +124,6 @@ test-suite test-shellcheck QuickCheck >= 2.7.4, regex-tdfa, ShellCheck + default-language: Haskell98 main-is: test/shellcheck.hs