Skip to content

Commit 11d776e

Browse files
authored
Merge pull request #784 from haskell-CI/ShellCheck-0.10
Use ShellCheck 0.10
2 parents aa25c31 + ea974b3 commit 11d776e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

haskell-ci.cabal

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22
name: haskell-ci
3-
version: 0.19.20250604
3+
version: 0.19.20250605
44
synopsis: Haskell CI script generator
55
description:
66
Script generator (@haskell-ci@) for
@@ -185,14 +185,14 @@ library haskell-ci-internal
185185
, ini ^>=0.4.1
186186
, lattices ^>=2.2
187187
, network-uri ^>=2.6.1.0
188-
, optparse-applicative ^>=0.18.1.0
188+
, optparse-applicative ^>=0.19.0.0
189189
, temporary ^>=1.3
190190
, unordered-containers ^>=0.2.10.0
191191
, zinza ^>=0.2
192192

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

197197
executable haskell-ci
198198
main-is: Main.hs
@@ -224,7 +224,7 @@ test-suite golden
224224
-- dependencies needing explicit constraints
225225
build-depends:
226226
, ansi-terminal >=1.0 && <1.2
227-
, Diff ^>=0.4.0 || ^>=0.5
227+
, Diff ^>=1.0.2
228228
, tasty ^>=1.4.1 || ^>=1.5
229229
, tasty-golden ^>=2.3.1.1
230230
, tasty-hunit

0 commit comments

Comments
 (0)