From 756e386e417c46b7ecb142b5d6bcdb1b6801e9f1 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 2 May 2018 13:31:07 +0200 Subject: [PATCH] haskell-gi-base: drop obsolete override for ghc-8.4.x --- .../haskell-modules/configuration-ghc-8.4.x.nix | 14 -------------- 1 file changed, 14 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 8241500cd51..7363d19fb5d 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix @@ -107,20 +107,6 @@ self: super: { ## On Hackage: - - ## Upstreamed, awaiting a Hackage release - haskell-gi-base = overrideCabal super.haskell-gi-base (drv: { - ## Setup: Encountered missing dependencies: - ## haskell-gi-base ==0.21.* - src = pkgs.fetchFromGitHub { - owner = "haskell-gi"; - repo = "haskell-gi"; - rev = "30d2e6415c5b57760f8754cd3003eb07483d60e6"; - sha256 = "1l3qm97gcjih695hhj80rbpnd72prnc81lg5y373yj8jk9f6ypbr"; - }; - prePatch = "cd base; "; - }); - ## Upstreamed, awaiting a Hackage release http-api-data = overrideCabal super.http-api-data (drv: { ## • No instance for (Semigroup Form)