Skip to content

Commit

Permalink
Update GHC versions
Browse files Browse the repository at this point in the history
  • Loading branch information
AshleyYakeley committed Nov 19, 2023
1 parent 4e0c924 commit 83fb15e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macOS-latest]
ghc: ['9.4.4', '9.2.5', '9.0.2']
ghc: ['9.8.1', '9.6.3', '9.4.8']
steps:
- uses: actions/checkout@v4
- uses: haskell/actions/setup@v2
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ghc: ['9.4.4', '9.2.5', '9.0.2']
ghc: ['9.8.1', '9.6.3', '9.4.8']
steps:
- uses: actions/checkout@v4
- uses: haskell/actions/setup@v2
Expand Down
2 changes: 1 addition & 1 deletion fullcheck
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PATH=$HOME/.ghcup/bin:$PATH
ghcup upgrade
ghcup install cabal latest
ghcup set cabal latest
for c in 9.0.2 9.2.5 9.4.4
for c in 9.4.8 9.6.3 9.8.1
do
ghcup install ghc $c
ghcup set ghc $c
Expand Down
2 changes: 1 addition & 1 deletion fullcheck.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if (!$?) {Exit 1}
if (!$?) {Exit 1}
& "ghcup" "set" "cabal" "latest"
if (!$?) {Exit 1}
ForEach ($c in "9.0.2","9.2.5","9.4.4")
ForEach ($c in "9.4.8","9.6.3","9.8.1")
{
& "ghcup" "install" "ghc" "$c"
if (!$?) {Exit 1}
Expand Down
6 changes: 3 additions & 3 deletions time.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ description: Time, clocks and calendars
category: Time
build-type: Configure
tested-with:
GHC == 9.0.2,
GHC == 9.2.5,
GHC == 9.4.4
GHC == 9.4.8,
GHC == 9.6.3,
GHC == 9.8.1
x-follows-version-policy:

extra-source-files:
Expand Down

0 comments on commit 83fb15e

Please sign in to comment.