mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
haskell-gi-base: drop obsolete override for ghc-8.4.x
This commit is contained in:
parent
ce6402dc79
commit
756e386e41
1 changed files with 0 additions and 14 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue