summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-05-02 13:31:07 +0200
committerPeter Simons <simons@cryp.to>2018-05-03 14:50:43 +0200
commit756e386e417c46b7ecb142b5d6bcdb1b6801e9f1 (patch)
treef029fa192efd7388d8fedfc948c09a6add79f5f9 /pkgs
parentce6402dc79317d89a5b8bdad999c042c328b74ce (diff)
downloadnixlib-756e386e417c46b7ecb142b5d6bcdb1b6801e9f1.tar
nixlib-756e386e417c46b7ecb142b5d6bcdb1b6801e9f1.tar.gz
nixlib-756e386e417c46b7ecb142b5d6bcdb1b6801e9f1.tar.bz2
nixlib-756e386e417c46b7ecb142b5d6bcdb1b6801e9f1.tar.lz
nixlib-756e386e417c46b7ecb142b5d6bcdb1b6801e9f1.tar.xz
nixlib-756e386e417c46b7ecb142b5d6bcdb1b6801e9f1.tar.zst
nixlib-756e386e417c46b7ecb142b5d6bcdb1b6801e9f1.zip
haskell-gi-base: drop obsolete override for ghc-8.4.x
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix14
1 files changed, 0 insertions, 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 8241500cd510..7363d19fb5dc 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)