about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-05-02 13:30:36 +0200
committerPeter Simons <simons@cryp.to>2018-05-03 14:50:43 +0200
commitce6402dc79317d89a5b8bdad999c042c328b74ce (patch)
treeaf585a6b8aa3c7606db6ef2fb22d9afc4f10d964 /pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
parent92256a9453bde2ccb34a4d9544148f4fade924a8 (diff)
downloadnixlib-ce6402dc79317d89a5b8bdad999c042c328b74ce.tar
nixlib-ce6402dc79317d89a5b8bdad999c042c328b74ce.tar.gz
nixlib-ce6402dc79317d89a5b8bdad999c042c328b74ce.tar.bz2
nixlib-ce6402dc79317d89a5b8bdad999c042c328b74ce.tar.lz
nixlib-ce6402dc79317d89a5b8bdad999c042c328b74ce.tar.xz
nixlib-ce6402dc79317d89a5b8bdad999c042c328b74ce.tar.zst
nixlib-ce6402dc79317d89a5b8bdad999c042c328b74ce.zip
haskell-gi: drop obsolete override for ghc-8.4.x
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix11
1 files changed, 0 insertions, 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 081d53bfbe77..8241500cd510 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: {