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:
parent
800d5cdb07
commit
1fc57ed250
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue