diff options
-rw-r--r-- | pandoc.cabal | 2 | ||||
-rw-r--r-- | stack.yaml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index b3643784e..80cf24106 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -392,7 +392,7 @@ library tagsoup >= 0.14.6 && < 0.15, base64-bytestring >= 0.1 && < 1.1, zlib >= 0.5 && < 0.7, - skylighting >= 0.8.1 && < 0.9, + skylighting >= 0.8.1.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 6d52dbe20..595a3e2da 100644 --- a/stack.yaml +++ b/stack.yaml @@ -17,8 +17,8 @@ extra-deps: - hslua-1.0.3.1 - hslua-module-system-0.2.0 - tasty-lua-0.2.0 -- skylighting-core-0.8.1 -- skylighting-0.8.1 +- skylighting-core-0.8.1.1 +- skylighting-0.8.1.1 ghc-options: "$locals": -Wall -fno-warn-unused-do-bind -Wincomplete-record-updates -Wnoncanonical-monad-instances -Wnoncanonical-monadfail-instances -Wincomplete-uni-patterns -Widentities -Wcpp-undef -fhide-source-paths -Wno-missing-home-modules resolver: lts-13.17 |