From b59905bfe46870720c170ea26cb0b6d6d76485a7 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 17 Mar 2018 11:50:59 +0100 Subject: [PATCH] haskell-conduit: use latest version when compiling 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 cada77bd3ab3..8520477f5862 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix @@ -721,4 +721,7 @@ self: super: { # https://github.com/jgm/pandoc-types/issues/37 pandoc-types = self.pandoc-types_1_17_4_1; + # 1.3.0.0 does not compile. + conduit = self.conduit_1_3_0_1; + }