diff options
author | John MacFarlane <jgm@berkeley.edu> | 2021-02-22 22:25:10 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2021-02-22 22:25:10 -0800 |
commit | 9767386676d3fae04e3cd7f2a3622ff1f60cc1f3 (patch) | |
tree | 4abaadedfd3c2131626c6c012e780be3047330f9 | |
parent | d7cfa0ef4c926d6bb91d0a870edeea8911d81c3a (diff) | |
download | pandoc-9767386676d3fae04e3cd7f2a3622ff1f60cc1f3.tar.gz |
Use latest skylighting.
-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 e4001abb8..0f5e8312f 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -480,8 +480,8 @@ library random >= 1 && < 1.2, safe >= 0.3 && < 0.4, scientific >= 0.3 && < 0.4, - skylighting >= 0.10.2 && < 0.11, - skylighting-core >= 0.10.2 && < 0.11, + skylighting >= 0.10.3 && < 0.11, + skylighting-core >= 0.10.3 && < 0.11, split >= 0.2 && < 0.3, syb >= 0.1 && < 0.8, tagsoup >= 0.14.6 && < 0.15, diff --git a/stack.yaml b/stack.yaml index 4af76f19e..88109f26c 100644 --- a/stack.yaml +++ b/stack.yaml @@ -13,6 +13,8 @@ extra-deps: - commonmark-pandoc-0.2.0.1 - tasty-bench-0.2.1 - citeproc-0.3.0.7 +- skylighting-0.10.3 +- skylighting-core-0.10.3 #- citeproc: # git: https://github.com/jgm/citeproc.git # commit: feb3b7580c6738eec3b23921f7c1739cfba611aa |