File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed
Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1+ ## 0.18 - 2024-02-13
2+
3+ - Update Haskell dependencies (e.g. ShellCheck), support compilation wigh GHC-9.8
4+ - Add new GHC versions upto GHC-9.8.1 etc.
5+ - Update tool dependencies too
6+
17## 0.16.6 - 2023-07-10
28
39- Add ` cabal-plan topo ` to the constraint set steps
Original file line number Diff line number Diff line change 1- HC ?= ghc-9.2.7
1+ HC ?= ghc-9.2.8
22
33build :
44 cabal v2-build -w $(HC )
Original file line number Diff line number Diff line change 11cabal-version : 2.2
22name : cabal-install-parsers
33version : 0.6.1.1
4- x-revisions : 1
54synopsis : Utilities to work with cabal-install files
65description :
76 @cabal-install-parsers@ provides parsers for @cabal-install@ files :
Original file line number Diff line number Diff line change 11cabal-version : 2.2
22name : haskell-ci
3- version : 0.17.20240109
3+ version : 0.18
44synopsis : Cabal package script generator for Travis-CI
55description :
66 Script generator (@haskell-ci@) for
@@ -170,7 +170,7 @@ library haskell-ci-internal
170170 , attoparsec ^>= 0.14.1
171171 , base-compat ^>= 0.13.0
172172 , base16-bytestring ^>= 1.0.1.0
173- , cabal-install-parsers ^>= 0.6
173+ , cabal-install-parsers ^>= 0.6.1.1
174174 , cryptohash-sha256 ^>= 0.11.101.0
175175 , exceptions ^>= 0.10.0
176176 , generic-lens-lite ^>= 0.1
You can’t perform that action at this time.
0 commit comments