Skip to content

Commit

Permalink
Try #3192:
Browse files Browse the repository at this point in the history
  • Loading branch information
iohk-bors[bot] authored Mar 23, 2022
2 parents 8106b84 + 6e69ebd commit 028b7b5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,11 @@ allow-newer:

constraints:
hedgehog >= 1.0.2
-- QUICK FIX: hedgehog >= 1.1 defines Rec constructor, PlutusIR also defines
-- Rec constructor, and imports Hedgehog unqualified, leading to ambiguous
-- reference to Rec.
-- FIXME: https://input-output.atlassian.net/browse/ADP-1545
, hedgehog < 1.1
, hashable < 1.4
, bimap >= 0.4.0
, libsystemd-journal >= 1.4.4
Expand Down

0 comments on commit 028b7b5

Please sign in to comment.