Skip to content

Commit

Permalink
Build liquid-fixpoint with ghc-9.4.7 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
facundominguez committed Nov 19, 2023
1 parent 1ccf4b3 commit 55618f6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cabal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
matrix:
cabal: ["3.6"]
ghc:
- "8.10.7"
- "9.4.7"
- "9.2.3"
z3:
- "4.10.2"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
matrix:
cabal: ["3.6"]
ghc:
- "8.10.7"
- "9.4.7"

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion liquid-fixpoint.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ library
, smtlib-backends-process >= 0.3
, stm
, store
, vector < 0.13
, vector < 0.14
, syb
, text
, transformers
Expand Down
3 changes: 1 addition & 2 deletions stack.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

resolver: lts-20.1
resolver: lts-21.20
allow-newer: true

flags:
Expand All @@ -10,7 +10,6 @@ packages:
- '.'

extra-deps:
- hashable-1.4.2.0
- rest-rewrite-0.4.1
- smtlib-backends-0.3
- smtlib-backends-z3-0.3
Expand Down

0 comments on commit 55618f6

Please sign in to comment.