Skip to content

Commit

Permalink
Relax template-haskell upper bound for persistent (#1484)
Browse files Browse the repository at this point in the history
* Relax template-haskell upper bound for persistent

* Update CI matrix (incl. adding GHC 9.6.1/Cabal 3.10)

* Bump to latest Stackage Nightly

* Bump CI from GHC 9.4.4 to GHC 9.4.5

---------

Co-authored-by: Matt von Hagen (Parsons) <parsonsmatt@gmail.com>
  • Loading branch information
mpilgrem and parsonsmatt authored Dec 7, 2023
1 parent 7fb12cb commit 7223083
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,11 @@ jobs:
- "8.8.4"
- "8.10.7"
- "9.0.2"
- "9.2.4"
- "9.4.1"
- "9.6.1"
- "9.2.7"
- "9.4.5"
include:
- ghc: "9.6.1"
cabal: "3.10"

env:
CONFIG: "--enable-tests --enable-benchmarks"
Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resolver: nightly-2022-12-16
resolver: nightly-2023-05-03 # GHC 9.4.5

packages:
- ./persistent
Expand Down

0 comments on commit 7223083

Please sign in to comment.