Skip to content

Commit 783c86d

Browse files
authored
Merge pull request #702 from haskell-CI/prepare-0.18
Prepare 0.18 release
2 parents b80197c + 1528b74 commit 783c86d

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
HC ?= ghc-9.2.7
1+
HC ?= ghc-9.2.8
22

33
build :
44
cabal v2-build -w $(HC)

cabal-install-parsers/cabal-install-parsers.cabal

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
cabal-version: 2.2
22
name: cabal-install-parsers
33
version: 0.6.1.1
4-
x-revisions: 1
54
synopsis: Utilities to work with cabal-install files
65
description:
76
@cabal-install-parsers@ provides parsers for @cabal-install@ files:

haskell-ci.cabal

Lines changed: 2 additions & 2 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.17.20240109
3+
version: 0.18
44
synopsis: Cabal package script generator for Travis-CI
55
description:
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

0 commit comments

Comments
 (0)