Skip to content

Commit

Permalink
Relax upper bound to accommodate ansi-terminal-1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mpilgrem authored and moodmosaic committed May 19, 2023
1 parent 291880e commit 3fee0d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hedgehog/hedgehog.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ library
build-depends:
-- GHC 8.0.1 / base-4.9.0.0 (May 2016)
base >= 4.9 && < 5
, ansi-terminal >= 0.6 && < 0.12
, ansi-terminal >= 0.6 && < 1.1
, async >= 2.0 && < 2.3
, barbies >= 1.0 && < 2.1
, bytestring >= 0.10 && < 0.12
Expand Down

0 comments on commit 3fee0d3

Please sign in to comment.