Skip to content

Commit

Permalink
Drop support for GHC 9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sol authored Oct 4, 2024
1 parent aa2c6aa commit 3d49898
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
os:
- ubuntu-latest
ghc:
- '9.2'
- '9.4'
- '9.6'
- '9.8'
Expand All @@ -43,11 +42,7 @@ jobs:
restore-keys: ${{ runner.os }}-${{ steps.setup-haskell.outputs.ghc-version }}-

- shell: bash
# The macOS runner comes with an outdated version of cabal:
# https://github.com/actions/runner-images/blob/macOS-12/20230416.1/images/macos/macos-12-Readme.md#tools
#
# (on Linux this is a noop)
run: ghcup install cabal 3.10 --set
run: ghcup install cabal latest --set

- shell: bash
run: git config --global init.defaultBranch main
Expand Down
4 changes: 0 additions & 4 deletions test/TriggerSpec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -263,11 +263,7 @@ spec = do
_ <- trigger session
writeFile name passingSpec
trigger session `shouldReturn` (Success, [
#if __GLASGOW_HASKELL__ < 904
"[1 of 1] Compiling Spec"
#else
"[1 of 1] Compiling Spec [Source file changed]"
#endif
, modulesLoaded Ok ["Spec"]
, withColor Green "RELOADING SUCCEEDED"
, ""
Expand Down

0 comments on commit 3d49898

Please sign in to comment.