Skip to content
Snippets Groups Projects
Unverified Commit e5a204d5 authored by mergify[bot]'s avatar mergify[bot] Committed by GitHub
Browse files

Merge pull request #9653 from haskell/mergify/bp/3.10/pr-9643

Relax `containers` upper bound in `Cabal-syntax` (backport #9643)
parents 5807b8df 53e8c38c
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,7 @@ library ...@@ -32,7 +32,7 @@ library
base >= 4.9 && < 5, base >= 4.9 && < 5,
binary >= 0.7 && < 0.9, binary >= 0.7 && < 0.9,
bytestring >= 0.10.0.0 && < 0.13, 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, deepseq >= 1.3.0.1 && < 1.6,
directory >= 1.2 && < 1.4, directory >= 1.2 && < 1.4,
filepath >= 1.3.0.1 && < 1.6, filepath >= 1.3.0.1 && < 1.6,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment