Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Releases: haskell/actions

v2.3.7

23 Mar 22:46
Compare
Choose a tag to compare

Use choco cabal-3.10.1.1 for 3.10.1.0

What's Changed

Full Changelog: v2.3.6...v2.3.7

v2.3.6

16 Mar 13:38
Compare
Choose a tag to compare

Fixes for cabal 3.10.1.0

Full Changelog: v2.3.5...v2.3.6

v2.3.5

12 Mar 22:48
Compare
Choose a tag to compare

Support GHC 9.6.1 and cabal 3.10.1.0

What's Changed

Full Changelog: v2.3.4...v2.3.5

v2.3.4

07 Mar 10:20
Compare
Choose a tag to compare

Officially support GHC 9.2.7 and 9.2.6 (@andreasabel in #200).
GHC 9.2 will now resolve to 9.2.7.

Dependency bumps

Full Changelog: v2.3.3...v2.3.4

v2.3.3

17 Jan 15:31
56a793a
Compare
Choose a tag to compare

Add support for ghcup release channel (#175)

New action input ghcup-release-channel to provide a ghc (pre)release channel for ghcup which will be added via ghcup config add-release-channel. Useful for installing ghc prereleases.
Tested with GHC 9.6.1 alpha (9.6.0.20230111).

Fixes: #108.

What's Changed

  • Bump @typescript-eslint/parser from 5.48.1 to 5.48.2 in /setup by @dependabot in #173
  • Bump @typescript-eslint/eslint-plugin from 5.48.0 to 5.48.2 in /setup by @dependabot in #174
  • Add support for ghcup release channel by @wismill in #175

Full Changelog: v2.3.2...v2.3.3

v2.3.2

16 Jan 18:11
Compare
Choose a tag to compare

setup action: Update ghcup to 0.1.19.0 by @wismill in #172

What's Changed

New Contributors

Full Changelog: v2.3.1...v2.3.2

v2.3.1

10 Jan 19:09
c73a875
Compare
Choose a tag to compare

Fix #130: ensure cabal installdir is in the PATH (#165)

Add ~/.cabal/bin to the PATH under Linux and macOS.
(Windows' chocolatey install already takes care of this.)

What's Changed

Full Changelog: v2.3.0...v2.3.1

v2.3.0

10 Jan 17:46
2742846
Compare
Choose a tag to compare

Fix #29: new input cabal-update: false to skip 'cabal update' (#146)

This version introduces a new boolean input cabal-update that defaults to true.
If set to false, the cabal update step will be skipped.

The new flag cabal-update is proper boolean, it only accepts the YAML 1.2 truth values true and false (also in captial and uppercase).
This is contrast to other "boolean" flags that are "unset" by default and can be "set" with any non-empty string.

What's Changed

New Contributors

Full Changelog: v2.2...v2.3.0

v1.2.2: Merge pull request #59 from haskell/ldettwy/fix-install

12 Jun 06:43
59fda86
Compare
Choose a tag to compare
Use PPA for ghc

actions/virtual-environments#3268