From 96ca16d0d812a39c28187dd12f2926f6ce1bd4cb Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 8 May 2020 11:07:16 +0200 Subject: [PATCH] haskell-dbus: drop obsolete patches for ghc-8.10.x support --- pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix index 61919055eb0a..7715705a27e4 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix @@ -132,7 +132,6 @@ self: super: { url = "https://github.com/haskell-hvr/cabal-plan/pull/55.patch"; sha256 = "0lhs4vx5qg5ldhnyb9z7k0jmxhmd2f34x4xbwv6vsljs9vr02pd8"; }); - dbus = appendPatch super.dbus ./patches/fix-dbus-for-ghc-8.10.x.patch; # https://github.com/ndmitchell/hlint/issues/959 hlint = super.hlint.override {