From 88a93b14ae9552d1b07cae4ca46ddd91ed865f36 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 19 Oct 2018 10:22:13 +0200 Subject: [PATCH] ghc-8.6.x: jailbreak pandoc-types to fix the build (of the test suite) --- pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix | 3 +++ 1 file changed, 3 insertions(+) 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 21cdb339a82..2348384b117 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix @@ -95,4 +95,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; + }