ghc841 | tar: upstream fix not on Hackage yet

This commit is contained in:
Kosyrev Serge 2018-02-25 07:38:19 +03:00
parent 673785d18a
commit 18fa78c539
No known key found for this signature in database
GPG Key ID: 3F62F118E38BED6D

View File

@ -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
th-desugar = overrideCabal super.th-desugar (drv: {
## • Could not deduce (MonadIO (DsM q))