Skip to content

Commit

Permalink
Merge pull request #9643 from ffaf1/containers
Browse files Browse the repository at this point in the history
Relax `containers` upper bound in `Cabal-syntax`
  • Loading branch information
bgamari committed Jan 23, 2024
2 parents adc283a + 0959677 commit ae3c40a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cabal-syntax/Cabal-syntax.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ library
base >= 4.9 && < 5,
binary >= 0.7 && < 0.9,
bytestring >= 0.10.0.0 && < 0.13,
containers >= 0.5.0.0 && < 0.7,
containers >= 0.5.0.0 && < 0.8,
deepseq >= 1.3.0.1 && < 1.6,
directory >= 1.2 && < 1.4,
filepath >= 1.3.0.1 && < 1.6,
Expand Down

0 comments on commit ae3c40a

Please sign in to comment.