Depend on parsec 3 - for applicative instances used in LaTeX reader.

This is okay now that parsec 3 is the standard version in the Haskell
platform, and the speed issues have been addressed.
This commit is contained in:
John MacFarlane 2012-02-04 19:38:51 -08:00
parent 800d5cdb07
commit 1fc57ed250

View file

@ -192,7 +192,7 @@ Library
-- It needs to be duplicated because of the library & executable flags.
-- BEGIN DUPLICATED SECTION
Build-Depends: containers >= 0.1 && < 0.5,
parsec >= 2.1 && < 3.2,
parsec >= 3.1 && < 3.2,
blaze-html >= 0.4.3.0 && < 0.5,
mtl >= 1.1 && < 2.1,
network >= 2 && < 2.4,
@ -284,7 +284,7 @@ Executable pandoc
-- It needs to be duplicated because of the library & executable flags.
-- BEGIN DUPLICATED SECTION
Build-Depends: containers >= 0.1 && < 0.5,
parsec >= 2.1 && < 3.2,
parsec >= 3.1 && < 3.2,
blaze-html >= 0.4.3.0 && < 0.5,
mtl >= 1.1 && < 2.1,
network >= 2 && < 2.4,