Skip to content

Commit

Permalink
Make it build with ghc 9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
erikd committed Jun 16, 2024
1 parent a4b4890 commit 4d58344
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,8 @@ allow-newer:
-- type: git
-- location: https://github.com/ysangkok/hedis
-- tag: 6f36989836b49974f51a6ee8edaf156490590980

-- These should be removed before this PR is merged.
allow-newer:
, postgresql-libpq:base
, bytestring-lexing:base
2 changes: 1 addition & 1 deletion persistent-redis/persistent-redis.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ library
, persistent >= 2.12 && < 3.0
, aeson >= 1.0
, binary >= 0.8 && < 0.9
, bytestring >= 0.10.8 && < 0.12
, bytestring >= 0.10.8 && < 0.13
, hedis >= 0.9
, http-api-data
, mtl >= 2.2.1 && < 2.4
Expand Down
2 changes: 1 addition & 1 deletion persistent/persistent.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ library
, resourcet >= 1.1.10
, scientific
, silently
, template-haskell >= 2.13 && < 2.22
, template-haskell >= 2.13 && < 2.23
, text >= 1.2
, th-lift-instances >= 0.1.14 && < 0.2
, time >= 1.6
Expand Down

0 comments on commit 4d58344

Please sign in to comment.