Skip to content

Commit

Permalink
Merge pull request #573 from haskell-CI/prepare-0.14
Browse files Browse the repository at this point in the history
Prepare 0.14 release
  • Loading branch information
phadej committed Jan 5, 2022
2 parents 8d038b2 + 4aac4fe commit f33df14
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.14 - 2022-01-05

- Add GHC-9.0 releases and GHC-9.2.1
- Add ghcup setup method. It is used by default for GHC versions not in hvr-ppa.
- GHA: Specify GHC memory limit
- GHA: timeout-minutes configuration option
- Update cabal-docspec versions used

## 0.12.1 - 2021-03-20

- Use HLint-3.3
Expand Down
4 changes: 2 additions & 2 deletions haskell-ci.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.2
name: haskell-ci
version: 0.13.20220105
version: 0.14
synopsis: Cabal package script generator for Travis-CI
description:
Script generator (@haskell-ci@) for
Expand Down Expand Up @@ -157,7 +157,7 @@ library haskell-ci-internal
, attoparsec ^>=0.14.1
, base-compat ^>=0.11 || ^>=0.12
, base16-bytestring ^>=1.0.1.0
, cabal-install-parsers ^>=0.4.1
, cabal-install-parsers ^>=0.4.4
, cryptohash-sha256 ^>=0.11.101.0
, exceptions ^>=0.10.0
, generic-lens-lite ^>=0.1
Expand Down

0 comments on commit f33df14

Please sign in to comment.