Skip to content

Commit

Permalink
ghc bump
Browse files Browse the repository at this point in the history
  • Loading branch information
glguy committed Apr 22, 2024
1 parent 58c10e7 commit 23fbc8c
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ jobs:
strategy:
matrix:
include:
- compiler: ghc-9.8.1
- compiler: ghc-9.8.2
compilerKind: ghc
compilerVersion: 9.8.1
compilerVersion: 9.8.2
setup-method: ghcup
allow-failure: false
- compiler: ghc-9.6.4
- compiler: ghc-9.6.5
compilerKind: ghc
compilerVersion: 9.6.4
compilerVersion: 9.6.5
setup-method: ghcup
allow-failure: false
- compiler: ghc-9.4.8
Expand Down
2 changes: 1 addition & 1 deletion asmprog/asmprog.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ author: Eric Mertens
maintainer: [email protected]
copyright: 2021 Eric Mertens
build-type: Simple
Tested-With: GHC ==9.4.8, GHC ==9.6.3, GHC ==9.8.1
Tested-With: GHC ==9.4.8, GHC ==9.6.5, GHC ==9.8.2

library
hs-source-dirs: .
Expand Down
2 changes: 1 addition & 1 deletion common/advent.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ copyright: 2021 Eric Mertens
homepage: https://github.com/glguy/advent
bug-reports: https://github.com/glguy/advent/issues
build-type: Simple
Tested-With: GHC ==9.4.8, GHC ==9.6.3, GHC ==9.8.1
Tested-With: GHC ==9.4.8, GHC ==9.6.5, GHC ==9.8.2

source-repository head
type: git
Expand Down
2 changes: 1 addition & 1 deletion intcode
2 changes: 1 addition & 1 deletion knothash/knothash.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ author: Eric Mertens
maintainer: [email protected]
copyright: 2021 Eric Mertens
build-type: Simple
Tested-With: GHC ==9.4.8, GHC ==9.6.3, GHC ==9.8.1
Tested-With: GHC ==9.4.8, GHC ==9.6.5, GHC ==9.8.2

library
hs-source-dirs: .
Expand Down
2 changes: 1 addition & 1 deletion solutions/solutions.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ copyright: 2021 Eric Mertens
homepage: https://github.com/glguy/advent2021
bug-reports: https://github.com/glguy/advent2021/issues
build-type: Simple
Tested-With: GHC ==9.4.8, GHC ==9.6.3, GHC ==9.8.1
Tested-With: GHC ==9.4.8, GHC ==9.6.5, GHC ==9.8.2

source-repository head
type: git
Expand Down

0 comments on commit 23fbc8c

Please sign in to comment.