Skip to content

Commit

Permalink
ci: override some dependency upper bounds
Browse files Browse the repository at this point in the history
This is needed to build with GHC 9.4.1.
  • Loading branch information
robx committed Aug 11, 2022
1 parent 16152c0 commit 89c1f75
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions cabal.project
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
packages: .
allow-newer:
-- https://github.com/protolude/protolude/pull/141
protolude:base,
protolude:ghc-prim,
-- https://github.com/simonmar/async/issues/133
async:base

0 comments on commit 89c1f75

Please sign in to comment.