diff options
author | Albert Krewinkel <albert+github@zeitkraut.de> | 2017-04-14 11:57:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-14 11:57:30 +0200 |
commit | 932e395e535e10e7fdbfadd5617b7427a2141343 (patch) | |
tree | 54a2fdea10ea81694357d1f6a7884431490b287b /pandoc.cabal | |
parent | 624ccbd45e24b1862e32252b3a03af7ee652bd16 (diff) | |
parent | 07f41a5515c0d753c8b3fa074132ba219db8360c (diff) | |
download | pandoc-932e395e535e10e7fdbfadd5617b7427a2141343.tar.gz |
Merge pull request #3569 from tarleb/lua-destructured-filter-functions
Destructuring lua filter functions
Diffstat (limited to 'pandoc.cabal')
-rw-r--r-- | pandoc.cabal | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index ef3f8fd04..27ccdb15b 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -300,7 +300,6 @@ Library pandoc-types >= 1.17 && < 1.18, aeson >= 0.7 && < 1.2, aeson-pretty >= 0.8 && < 0.9, - hslua-aeson >= 0.1.0.2 && < 1, tagsoup >= 0.13.7 && < 0.15, base64-bytestring >= 0.1 && < 1.1, zlib >= 0.5 && < 0.7, |