From 2932385b3c5e9bae5c5995344418960704d4d5ce Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 15 Mar 2018 16:28:53 +0100 Subject: [PATCH] haskell-pandoc-types: update to latest version to fix the build with GHC 8.4.x --- pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix index 20473f4c5c4..4073e4798b1 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix @@ -768,4 +768,7 @@ self: super: { # Old versions don't compile. vty = self.vty_5_20; + # https://github.com/jgm/pandoc-types/issues/37 + pandoc-types = self.pandoc-types_1_17_4; + }