Skip to content

Commit

Permalink
update ghc version
Browse files Browse the repository at this point in the history
  • Loading branch information
noinia committed Feb 10, 2024
1 parent 094c3de commit 4d095f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
strategy:
matrix:
include:
- compiler: ghc-9.6.1
- compiler: ghc-9.6.4
compilerKind: ghc
compilerVersion: 9.6.1
compilerVersion: 9.6.4
setup-method: ghcup
allow-failure: false
# - compiler: ghc-9.4.4
Expand Down
2 changes: 1 addition & 1 deletion hgeometry/hgeometry.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ data-files:
tested-with:
GHC == 9.2.5
, GHC == 9.4.4
, GHC == 9.6.1
, GHC == 9.6.4

source-repository head
type: git
Expand Down

0 comments on commit 4d095f2

Please sign in to comment.