Bump containers upper bound to <0.6

Since containers 0.5 is in the wild as of ghc 7.6
This commit is contained in:
Ben Gamari 2012-09-21 09:29:23 -04:00
parent 1e7599cf6a
commit 92c7029492

View file

@ -199,7 +199,7 @@ Library
-- Note: the following is duplicated in all stanzas.
-- It needs to be duplicated because of the library & executable flags.
-- BEGIN DUPLICATED SECTION
Build-Depends: containers >= 0.1 && < 0.5,
Build-Depends: containers >= 0.1 && < 0.6,
parsec >= 3.1 && < 3.2,
mtl >= 1.1 && < 2.2,
network >= 2 && < 2.4,
@ -311,7 +311,7 @@ Executable pandoc
-- Note: the following is duplicated in all stanzas.
-- It needs to be duplicated because of the library & executable flags.
-- BEGIN DUPLICATED SECTION
Build-Depends: containers >= 0.1 && < 0.5,
Build-Depends: containers >= 0.1 && < 0.6,
parsec >= 3.1 && < 3.2,
mtl >= 1.1 && < 2.2,
network >= 2 && < 2.4,
@ -396,7 +396,7 @@ Test-Suite test-pandoc
QuickCheck >= 2.4 && < 2.6,
HUnit >= 1.2 && < 1.3,
template-haskell >= 2.4 && < 2.8,
containers >= 0.1 && < 0.5,
containers >= 0.1 && < 0.6,
ansi-terminal == 0.5.*
Other-Modules: Tests.Old
Tests.Helpers