Skip to content

Commit

Permalink
Move to a newer lower GHC bound
Browse files Browse the repository at this point in the history
  • Loading branch information
nikita-volkov committed Jul 28, 2024
1 parent 25a14b0 commit a2c4c11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
include:
- ghc: 8.8.1
- ghc: 8.10.1
ghc-options: ""
ignore-haddock: true
ignore-cabal-check: true
Expand Down
2 changes: 1 addition & 1 deletion hasql-cursor-transaction.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ library
Hasql.CursorTransaction.Transactions

build-depends:
base >=4.9 && <5,
base >=4.14 && <5,
base-prelude >=1 && <2,
bytestring >=0.10 && <0.14,
bytestring-tree-builder ^>=0.2,
Expand Down

0 comments on commit a2c4c11

Please sign in to comment.