From 0536d566881cf82aaa35dd9e29d724dcded0d063 Mon Sep 17 00:00:00 2001 From: Eisuke Kawashima Date: Sun, 17 May 2026 07:18:38 +0900 Subject: [PATCH] build: add missed default-language field to shellcheck-dev > Warning: Packages using 'cabal-version: >= 1.10' and before > 'cabal-version: 3.4' must specify the 'default-language' field for > each component (e.g. Haskell98 or Haskell2010). If a component uses > different languages in different modules then list the other ones in > the 'other-languages' field. --- ShellCheck.cabal | 1 + 1 file changed, 1 insertion(+) diff --git a/ShellCheck.cabal b/ShellCheck.cabal index 71eb62638..f6070a701 100644 --- a/ShellCheck.cabal +++ b/ShellCheck.cabal @@ -139,6 +139,7 @@ executable shellcheck-dev base, containers, ShellCheck + default-language: Haskell2010 main-is: shellcheck-dev.hs test-suite test-shellcheck