From 10b9cc5b06c3b509a74f98698e7e469439c9c236 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 6 Jan 2019 14:32:25 +0100 Subject: [PATCH] pandoc: drop obsolete override --- pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix | 3 --- 1 file changed, 3 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 4d258a5490b2..a3124db97d38 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix @@ -64,7 +64,4 @@ self: super: { # Break out of "yaml >=0.10.4.0 && <0.11": https://github.com/commercialhaskell/stack/issues/4485 stack = doJailbreak super.stack; - # Break out of "tasty >= 0.11 && < 1.2": https://github.com/jgm/pandoc/issues/5200 - pandoc = doJailbreak super.pandoc; - }