about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2019-07-15 08:35:42 +0200
committerPeter Simons <simons@cryp.to>2019-08-03 17:34:29 +0200
commit844d26ddbd74bf3532e3f3824bc18581d4415ffe (patch)
tree80786e9ccea6a95c63571b67f77717cb3506658c /pkgs/development/haskell-modules
parent2b4d44573a641b5711d28c47fd3b5b277ca4a3ee (diff)
downloadnixlib-844d26ddbd74bf3532e3f3824bc18581d4415ffe.tar
nixlib-844d26ddbd74bf3532e3f3824bc18581d4415ffe.tar.gz
nixlib-844d26ddbd74bf3532e3f3824bc18581d4415ffe.tar.bz2
nixlib-844d26ddbd74bf3532e3f3824bc18581d4415ffe.tar.lz
nixlib-844d26ddbd74bf3532e3f3824bc18581d4415ffe.tar.xz
nixlib-844d26ddbd74bf3532e3f3824bc18581d4415ffe.tar.zst
nixlib-844d26ddbd74bf3532e3f3824bc18581d4415ffe.zip
haskell-skylighting: fix overrides for the new version
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 5cddf2f36723..226306b83554 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1253,8 +1253,8 @@ self: super: {
   cmark-gfm = self.cmark-gfm_0_2_0;
   pandoc = dontCheck (doDistribute super.pandoc_2_7_3);  # test suite failure: https://github.com/jgm/pandoc/issues/5582
   pandoc-citeproc = doDistribute super.pandoc-citeproc_0_16_2;
-  skylighting = self.skylighting_0_8_1_1;
-  skylighting-core = self.skylighting-core_0_8_1_1;
+  skylighting = self.skylighting_0_8_2;
+  skylighting-core = self.skylighting-core_0_8_2;
 
   # Current versions of tasty-hedgehog need hedgehog 1.x, which
   # we don't have in LTS-13.x.