Skip to content

Commit

Permalink
don't bump containers upper bound
Browse files Browse the repository at this point in the history
  • Loading branch information
byorgey committed Jan 8, 2024
1 parent 195bdae commit ac77ec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diagrams-lib.cabal
Expand Up @@ -101,7 +101,7 @@ Library
Diagrams.TwoD.Vector,
Diagrams.Util
Build-depends: base >= 4.9 && < 4.20,
containers >= 0.3 && < 0.8,
containers >= 0.3 && < 0.7,
array >= 0.3 && < 0.6,
semigroups >= 0.3.4 && < 0.21,
monoid-extras >= 0.6 && < 0.7,
Expand Down

0 comments on commit ac77ec5

Please sign in to comment.