File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11cabal-version : 2.2
22name : haskell-ci
3- version : 0.19.20250604
3+ version : 0.19.20250605
44synopsis : Haskell CI script generator
55description :
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
197197executable 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
You can’t perform that action at this time.
0 commit comments