diff options
-rw-r--r-- | pandoc.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index bf71f20f7..54b1592aa 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -46,7 +46,7 @@ Library Build-Depends: base < 3 if flag(highlighting) Build-depends: highlighting-kate - Build-Depends: parsec, xhtml, mtl, network, filepath + Build-Depends: parsec < 3, xhtml, mtl, network, filepath Hs-Source-Dirs: . Exposed-Modules: Text.Pandoc, Text.Pandoc.Blocks, |