diff options
-rw-r--r-- | pandoc.cabal | 4 | ||||
-rw-r--r-- | stack.yaml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 673df76eb..b95446883 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -433,8 +433,8 @@ library random >= 1 && < 1.2, safe >= 0.3 && < 0.4, scientific >= 0.3 && < 0.4, - skylighting >= 0.10 && < 0.11, - skylighting-core >= 0.10 && < 0.11, + skylighting >= 0.10.1 && < 0.11, + skylighting-core >= 0.10.1 && < 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 f18cec419..201d61ae0 100644 --- a/stack.yaml +++ b/stack.yaml @@ -9,8 +9,8 @@ extra-deps: - texmath-0.12.0.3 - rfc5051-0.2 - haddock-library-1.9.0 -- skylighting-0.10.0.3 -- skylighting-core-0.10.0.3 +- skylighting-0.10.1 +- skylighting-core-0.10.1 - doclayout-0.3 - emojis-0.1 - hslua-1.1.2 |