From ce6402dc79317d89a5b8bdad999c042c328b74ce Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 2 May 2018 13:30:36 +0200 Subject: [PATCH] haskell-gi: drop obsolete override for ghc-8.4.x --- .../haskell-modules/configuration-ghc-8.4.x.nix | 11 ----------- 1 file changed, 11 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 081d53bfbe7..8241500cd51 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix @@ -107,17 +107,6 @@ self: super: { ## On Hackage: - ## Upstreamed, awaiting a Hackage release - haskell-gi = overrideCabal super.haskell-gi (drv: { - ## Setup: Encountered missing dependencies: - ## haskell-gi-base ==0.20.* - src = pkgs.fetchFromGitHub { - owner = "haskell-gi"; - repo = "haskell-gi"; - rev = "30d2e6415c5b57760f8754cd3003eb07483d60e6"; - sha256 = "1l3qm97gcjih695hhj80rbpnd72prnc81lg5y373yj8jk9f6ypbr"; - }; - }); ## Upstreamed, awaiting a Hackage release haskell-gi-base = overrideCabal super.haskell-gi-base (drv: {