Skip to content

Commit

Permalink
Support for GHC 9.2 (jaspervdj#926)
Browse files Browse the repository at this point in the history
* Support for GHC 9.2

* CI: ensure cabal dependencies are up-to-date

* CI: GHC 9.2.2 not available via chocolatey

* CI: use cabal 3.6
  • Loading branch information
LaurentRDC authored Mar 15, 2022
1 parent 884db62 commit 83fb2e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,13 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
cabal: ["3.4"]
cabal: ["3.6"]
ghc:
- "8.6.5"
- "8.8.4"
- "8.10.7"
- "9.0.2"
- "9.2.1"
exclude:
- os: macOS-latest
ghc: 8.8.4
Expand All @@ -42,6 +43,7 @@ jobs:

- name: Freeze
run: |
cabal update
cabal freeze
- uses: actions/cache@v1
Expand Down
2 changes: 1 addition & 1 deletion hakyll.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ Library
resourcet >= 1.1 && < 1.3,
scientific >= 0.3.4 && < 0.4,
tagsoup >= 0.13.1 && < 0.15,
template-haskell >= 2.14 && < 2.18,
template-haskell >= 2.14 && < 2.19,
text >= 0.11 && < 1.3,
time >= 1.8 && < 1.12,
time-locale-compat >= 0.1 && < 0.2,
Expand Down

0 comments on commit 83fb2e6

Please sign in to comment.