ghc841 | tar: upstream fix not on Hackage yet
This commit is contained in:
parent
673785d18a
commit
18fa78c539
@ -282,6 +282,19 @@ self: super: {
|
|||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
|
## Upstreamed, awaiting a Hackage release
|
||||||
|
tar = overrideCabal super.tar (drv: {
|
||||||
|
## • No instance for (Semigroup (Entries e))
|
||||||
|
## arising from the superclasses of an instance declaration
|
||||||
|
## • In the instance declaration for ‘Monoid (Entries e)’
|
||||||
|
src = pkgs.fetchFromGitHub {
|
||||||
|
owner = "haskell";
|
||||||
|
repo = "tar";
|
||||||
|
rev = "abf2ccb8f7da0514343a0b2624cabebe081bdfa8";
|
||||||
|
sha256 = "0s33lgrr574i1r7zc1jqahnwx3dv47ny30mbx5zfpdzjw0jdl5ny";
|
||||||
|
};
|
||||||
|
});
|
||||||
|
|
||||||
## Upstreamed, awaiting a Hackage release
|
## Upstreamed, awaiting a Hackage release
|
||||||
th-desugar = overrideCabal super.th-desugar (drv: {
|
th-desugar = overrideCabal super.th-desugar (drv: {
|
||||||
## • Could not deduce (MonadIO (DsM q))
|
## • Could not deduce (MonadIO (DsM q))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user