summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2020-01-23 19:31:12 +0100
committerPeter Simons <simons@cryp.to>2020-01-24 21:02:42 +0100
commit05a54d417b6eae61194331a238c7a07efbe2bce6 (patch)
treeef9fc6a1babb9ff646529e7e1e56c3bb0100d287 /pkgs/development
parentbb3a93fdb5c8def0b7f91803595a0f13a354ca05 (diff)
downloadnixpkgs-05a54d417b6eae61194331a238c7a07efbe2bce6.tar
nixpkgs-05a54d417b6eae61194331a238c7a07efbe2bce6.tar.gz
nixpkgs-05a54d417b6eae61194331a238c7a07efbe2bce6.tar.bz2
nixpkgs-05a54d417b6eae61194331a238c7a07efbe2bce6.tar.lz
nixpkgs-05a54d417b6eae61194331a238c7a07efbe2bce6.tar.xz
nixpkgs-05a54d417b6eae61194331a238c7a07efbe2bce6.tar.zst
nixpkgs-05a54d417b6eae61194331a238c7a07efbe2bce6.zip
ghc-8.8.x: update overrides
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix7
1 files changed, 3 insertions, 4 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
index 7198ed5ff19..f49aa03e07e 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
@@ -93,7 +93,7 @@ self: super: {
   optparse-applicative = self.optparse-applicative_0_15_1_0;
   pandoc = self.pandoc_2_9_1_1;
   pandoc-types = self.pandoc-types_1_20;
-  prettyprinter = self.prettyprinter_1_5_1;
+  prettyprinter = self.prettyprinter_1_6_0;
   primitive = dontCheck super.primitive_0_7_0_0;  # evaluating the test suite gives an infinite recursion
   regex-base = self.regex-base_0_94_0_0;
   regex-compat = self.regex-compat_0_95_2_0;
@@ -102,10 +102,9 @@ self: super: {
   regex-tdfa = self.regex-tdfa_1_3_1_0;
   shelly = self.shelly_1_9_0;
   singletons = self.singletons_2_6;
-  skylighting = self.skylighting_0_8_3;
-  skylighting-core = self.skylighting-core_0_8_3;
+  skylighting = self.skylighting_0_8_3_2;
+  skylighting-core = self.skylighting-core_0_8_3_2;
   sop-core = self.sop-core_0_5_0_0;
-  tls-session-manager = self.tls-session-manager_0_0_4;
   texmath = self.texmath_0_12;
   th-desugar = self.th-desugar_1_10;
   tls = self.tls_1_5_3;