From 59666f79f32b535f9208ff015c810ed859977534 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 20 Feb 2017 13:31:15 +0100 Subject: [PATCH] Use latest skylighting (0.3). --- pandoc.cabal | 4 ++-- stack.pkg.yaml | 4 ++-- stack.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pandoc.cabal b/pandoc.cabal index 91971e935..4668acefa 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -279,7 +279,7 @@ Library tagsoup >= 0.13.7 && < 0.15, base64-bytestring >= 0.1 && < 1.1, zlib >= 0.5 && < 0.7, - skylighting >= 0.2 && < 0.3, + skylighting >= 0.2 && < 0.4, data-default >= 0.4 && < 0.8, temporary >= 1.1 && < 1.3, blaze-html >= 0.5 && < 0.10, @@ -503,7 +503,7 @@ Test-Suite test-pandoc directory >= 1 && < 1.4, filepath >= 1.1 && < 1.5, process >= 1 && < 1.5, - skylighting >= 0.2 && < 0.3, + skylighting >= 0.2 && < 0.4, Diff >= 0.2 && < 0.4, test-framework >= 0.3 && < 0.9, test-framework-hunit >= 0.2 && < 0.4, diff --git a/stack.pkg.yaml b/stack.pkg.yaml index 73d01be24..e84aa09b3 100644 --- a/stack.pkg.yaml +++ b/stack.pkg.yaml @@ -18,5 +18,5 @@ packages: commit: 9de619a02f79544bec933e4366a0d2f92ae2fe13 extra-dep: false extra-deps: -- skylighting-0.2 -resolver: lts-8.0 +- skylighting-0.3 +resolver: lts-8.2 diff --git a/stack.yaml b/stack.yaml index c7fad49f2..3c736c89d 100644 --- a/stack.yaml +++ b/stack.yaml @@ -8,5 +8,5 @@ flags: packages: - '.' extra-deps: -- skylighting-0.2 -resolver: lts-8.0 +- skylighting-0.3 +resolver: lts-8.2