Skip to content

Commit

Permalink
CI: Add ghc-9.2.4 to the build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
erikd committed Feb 6, 2023
1 parent ee8eea2 commit 2592ca6
Show file tree
Hide file tree
Showing 10 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/haskell.yml
Expand Up @@ -24,7 +24,7 @@ jobs:
# number instances is a good way to trigger flaky build failures
n: [1]

ghc: ["8.10.7"]
ghc: ["8.10.7", "9.2.4"]
cabal: ["3.8.1.0"]
os: [ubuntu-latest, macos-latest, windows-latest]

Expand Down
1 change: 0 additions & 1 deletion bench/locli/locli.cabal
Expand Up @@ -92,7 +92,6 @@ library

other-modules: Paths_locli
autogen-modules: Paths_locli

build-depends: aeson
, Histogram
, aeson-pretty
Expand Down
2 changes: 1 addition & 1 deletion cardano-api/cardano-api.cabal
Expand Up @@ -18,7 +18,7 @@ extra-source-files: README.md, ChangeLog.md
common project-config
default-language: Haskell2010
default-extensions: OverloadedStrings
build-depends: base >= 4.14 && < 4.15
build-depends: base >= 4.14 && < 4.17

ghc-options: -Wall
-Wcompat
Expand Down
2 changes: 1 addition & 1 deletion cardano-cli/cardano-cli.cabal
Expand Up @@ -24,7 +24,7 @@ common project-config

default-extensions: NoImplicitPrelude
OverloadedStrings
build-depends: base >= 4.14 && < 4.15
build-depends: base >= 4.14 && < 4.17

ghc-options: -Wall
-Wcompat
Expand Down
2 changes: 1 addition & 1 deletion cardano-client-demo/cardano-client-demo.cabal
Expand Up @@ -18,7 +18,7 @@ extra-source-files: CHANGELOG.md

common project-config
default-language: Haskell2010
build-depends: base >= 4.14 && < 4.15
build-depends: base >= 4.14 && < 4.17

executable scan-blocks
import: project-config
Expand Down
2 changes: 1 addition & 1 deletion cardano-node-chairman/cardano-node-chairman.cabal
Expand Up @@ -17,7 +17,7 @@ build-type: Simple
common project-config
default-language: Haskell2010
default-extensions: NoImplicitPrelude
build-depends: base >= 4.14 && < 4.15
build-depends: base >= 4.14 && < 4.17

ghc-options: -Wall
-Wcompat
Expand Down
1 change: 0 additions & 1 deletion cardano-submit-api/cardano-submit-api.cabal
Expand Up @@ -16,7 +16,6 @@ category: Cardano,
Web,
build-type: Simple
extra-source-files: CHANGELOG.md

common project-config
default-language: Haskell2010
build-depends: base >= 4.14 && < 4.15
Expand Down
2 changes: 1 addition & 1 deletion cardano-testnet/cardano-testnet.cabal
Expand Up @@ -17,7 +17,7 @@ build-type: Simple
common project-config
default-language: Haskell2010
default-extensions: NoImplicitPrelude
build-depends: base >= 4.14 && < 4.15
build-depends: base >= 4.14 && < 4.17

ghc-options: -Wall
-Wcompat
Expand Down
2 changes: 1 addition & 1 deletion cardano-tracer/cardano-tracer.cabal
Expand Up @@ -18,7 +18,7 @@ extra-doc-files: README.md

common project-config
default-language: Haskell2010
build-depends: base >= 4.14 && < 4.15
build-depends: base >= 4.14 && < 4.17

ghc-options: -Wall
-Wcompat
Expand Down
2 changes: 1 addition & 1 deletion trace-forward/trace-forward.cabal
Expand Up @@ -19,7 +19,7 @@ extra-doc-files: README.md

common project-config
default-language: Haskell2010
build-depends: base >= 4.14 && < 4.15
build-depends: base >= 4.14 && < 4.17

ghc-options: -Wall
-Wcompat
Expand Down

0 comments on commit 2592ca6

Please sign in to comment.