From 7bf532fb030d018a85ca6c039fc7e153d0167994 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edward=20Tj=C3=B6rnhammar?= Date: Fri, 17 Apr 2015 12:22:35 +0200 Subject: [PATCH] haskell-ng.packages.ghc7101.conduit-combinators: remove applied patch --- pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix index b0612c55792..07f8d8c4cf6 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix @@ -238,10 +238,6 @@ self: super: { url = "https://github.com/cartazio/arithmoi/pull/3.patch"; sha256 = "1rqs796sh81inqkg2vadskcjpp6q92j6k8zpn370990wndndzzmq"; }); - conduit-combinators = appendPatch super.conduit-combinators (pkgs.fetchpatch { - url = "https://github.com/fpco/conduit-combinators/pull/16.patch"; - sha256 = "0jpwpi3shdn5rms3lcr4srajbhhfp5dbwy7pl23c9kmlil3d9mk3"; - }); annotated-wl-pprint = appendPatch super.annotated-wl-pprint (pkgs.fetchpatch { url = "https://patch-diff.githubusercontent.com/raw/david-christiansen/annotated-wl-pprint/pull/2.patch"; sha256 = "0n0fbq3vd7b9kfmhg089q0dy40vawq4q88il3zc9ybivhi62nwv4";