From 92935aeac850d5ae4ad0a3bd94e1e5a2177a384c Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 19 Mar 2018 14:01:36 +0100 Subject: [PATCH] haskell-conduit: drop obsolete override for ghc 8.4.x --- pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix | 3 --- 1 file changed, 3 deletions(-) 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 d2b7f369fc8d..9757b485fdd3 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix @@ -662,9 +662,6 @@ self: super: { sha256 = "1wwdzrbsjqb7ih4nl28sq5bbj125mxf93a74yh4viv5gmxwj606a"; }); - # 1.3.0.0 does not compile. - conduit = self.conduit_1_3_0_1; - # https://github.com/jgm/pandoc-types/issues/37 pandoc-types = self.pandoc-types_1_17_4_2;