aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2021-11-05 03:25:29 +0100
committerGitHub <noreply@github.com>2021-11-04 19:25:29 -0700
commita1b6bf69f2266f6b1beb0db4383915a9c4a4eb83 (patch)
tree4cc8c8f22e0e3f61714669d8a86033d2bb76c7d8 /pandoc.cabal
parent0b254ea4af38cf53c027eb5e9977e96c2b7975c7 (diff)
downloadpandoc-a1b6bf69f2266f6b1beb0db4383915a9c4a4eb83.tar.gz
Lua: include lpeg module (#7649)
Compiles the 'lpeg' library (Parsing Expression Grammars For Lua) into the program. Package maintainers may choose to rely on package dependencies to make lpeg available, in which case they can compile the with the constraint `lpeg +rely-on-shared-lpeg-library`.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 1d9ca19dd..8911cdb1b 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -561,6 +561,7 @@ library
http-types >= 0.8 && < 0.13,
ipynb >= 0.1.0.2 && < 0.2,
jira-wiki-markup >= 1.4 && < 1.5,
+ lpeg >= 1.0 && < 1.1,
mtl >= 2.2 && < 2.3,
network >= 2.6,
network-uri >= 2.6 && < 2.8,