Skip to content

Use ShellCheck 0.10 #784

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 5, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions haskell-ci.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.2
name: haskell-ci
version: 0.19.20250604
version: 0.19.20250605
synopsis: Haskell CI script generator
description:
Script generator (@haskell-ci@) for
Expand Down Expand Up @@ -185,14 +185,14 @@ library haskell-ci-internal
, ini ^>=0.4.1
, lattices ^>=2.2
, network-uri ^>=2.6.1.0
, optparse-applicative ^>=0.18.1.0
, optparse-applicative ^>=0.19.0.0
, temporary ^>=1.3
, unordered-containers ^>=0.2.10.0
, zinza ^>=0.2

-- ShellCheck. Would need newer transformers for older GHC
if flag(shellcheck)
build-depends: ShellCheck ==0.9.0
build-depends: ShellCheck ==0.10.0

executable haskell-ci
main-is: Main.hs
Expand Down Expand Up @@ -224,7 +224,7 @@ test-suite golden
-- dependencies needing explicit constraints
build-depends:
, ansi-terminal >=1.0 && <1.2
, Diff ^>=0.4.0 || ^>=0.5
, Diff ^>=1.0.2
, tasty ^>=1.4.1 || ^>=1.5
, tasty-golden ^>=2.3.1.1
, tasty-hunit