summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-10-22 14:29:38 +0200
committerPeter Simons <simons@cryp.to>2018-10-25 11:12:38 +0200
commit84b6bf8226df22b6e7c00fa115060871329f2874 (patch)
treef027259fb2e6cbf6d15f526cac9dccd22f4beb32 /pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
parentcfbf9cbf39d48c60b5af97cabe2b56a60a9204cc (diff)
downloadnixpkgs-84b6bf8226df22b6e7c00fa115060871329f2874.tar
nixpkgs-84b6bf8226df22b6e7c00fa115060871329f2874.tar.gz
nixpkgs-84b6bf8226df22b6e7c00fa115060871329f2874.tar.bz2
nixpkgs-84b6bf8226df22b6e7c00fa115060871329f2874.tar.lz
nixpkgs-84b6bf8226df22b6e7c00fa115060871329f2874.tar.xz
nixpkgs-84b6bf8226df22b6e7c00fa115060871329f2874.tar.zst
nixpkgs-84b6bf8226df22b6e7c00fa115060871329f2874.zip
haskell-pandoc-types: drop obsolete override
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
index ca2c8849dc6..63babd8b282 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
@@ -109,10 +109,7 @@ self: super: {
   # https://github.com/skogsbaer/HTF/issues/69
   HTF = markBrokenVersion "0.13.2.4" super.HTF;
 
-  # https://github.com/jgm/pandoc-types/issues/52
-  pandoc-types = doJailbreak super.pandoc-types;
-
-  #
+  # https://github.com/jgm/skylighting/issues/55
   skylighting-core = dontCheck super.skylighting-core;
 
   # https://github.com/joelburget/easytest/issues/12