diff options
author | John MacFarlane <jgm@berkeley.edu> | 2019-09-25 17:36:17 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-09-25 17:36:17 -0700 |
commit | fe72c9bbe441677314cc79c9c461afd6522ee8f1 (patch) | |
tree | 0dff793272747879595ac765501217c682e0b1bc | |
parent | c40e0c9e62be60801896aa580d02783767e8b0f8 (diff) | |
download | pandoc-fe72c9bbe441677314cc79c9c461afd6522ee8f1.tar.gz |
Use latest skylighting.
This addresses #5776 for now, though ultimately we need a
new release of regex-pcre-builtin or some other solution.
-rw-r--r-- | pandoc.cabal | 4 | ||||
-rw-r--r-- | stack.yaml | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 37a01c333..183ed7d53 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -396,8 +396,8 @@ library tagsoup >= 0.14.6 && < 0.15, base64-bytestring >= 0.1 && < 1.1, zlib >= 0.5 && < 0.7, - skylighting >= 0.8.2 && < 0.9, - skylighting-core >= 0.8.2 && < 0.9, + skylighting >= 0.8.2.1 && < 0.9, + skylighting-core >= 0.8.2.1 && < 0.9, data-default >= 0.4 && < 0.8, temporary >= 1.1 && < 1.4, blaze-html >= 0.9 && < 0.10, diff --git a/stack.yaml b/stack.yaml index 10f69b5b3..50a6c8fe1 100644 --- a/stack.yaml +++ b/stack.yaml @@ -16,6 +16,8 @@ extra-deps: commit: 860788f105cc9b3fec2ab062d993b7aebd68c9c0 - pandoc-types-1.17.6.1 - texmath-0.11.2.3 +- skylighting-0.8.2.1 +- skylighting-core-0.8.2.1 - doclayout-0.1 - HsYAML-0.2.0.0 - HsYAML-aeson-0.2.0.0 |