Skip to content

Commit 1769a66

Browse files
authored
Merge pull request #657 from haskell-CI/prepare-0.16
Prepare 0.16
2 parents e2eb9b0 + 177a65d commit 1769a66

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 0.16 - 2023-04-06
2+
3+
- Add compiler up to GHC-9.6.1
4+
- Update tools (hlint, cabal-docspec, cabal-plan, doctest, cabal-install)
5+
- Use ShellCheck-0.9.0
6+
- Use postgresql 14
7+
- head.hackage overrides hackage
8+
- Update GHA actions
9+
- Save GHA cache in failing jobs also
10+
- Add `-Werror=missing-fields` in addition to existing `-Werror=missing-methods`
11+
112
## 0.14.3 - 2022-03-07
213

314
- Add GHC-9.2.2

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ There is also legacy Travis-CI configuration generator, which is unmaintained.
88
or [`ghcup`](https://www.haskell.org/ghcup/) to install GHC
99
and `cabal-install`.
1010

11-
GHC-7.0.1 — GHC-9.2.1 are supported.
11+
GHC-7.0.1 — GHC-9.6.1 are supported.
1212

1313
### Quick-start instructions
1414

@@ -37,7 +37,7 @@ GHC-7.0.1 — GHC-9.2.1 are supported.
3737
```bash
3838
$ cat your-project.cabal
3939
...
40-
Tested-With: GHC ==8.6.3 || ==8.4.4 || ==8.2.2
40+
Tested-With: GHC ==8.6.5 || ==8.4.4 || ==8.2.2
4141
...
4242
```
4343

haskell-ci.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22
name: haskell-ci
3-
version: 0.15.20230406
3+
version: 0.16
44
synopsis: Cabal package script generator for Travis-CI
55
description:
66
Script generator (@haskell-ci@) for

0 commit comments

Comments
 (0)