ghc841: bv fixed upstream

This commit is contained in:
Kosyrev Serge 2018-03-12 02:23:06 +03:00
parent d7365851fb
commit 8f72b8a5c0
No known key found for this signature in database
GPG Key ID: 3F62F118E38BED6D

View File

@ -182,6 +182,18 @@ self: super: {
## Upstreamed
## Upstreamed, awaiting a Hackage release
bv = overrideCabal super.bv (drv: {
## • No instance for (GHC.Base.Semigroup BV)
## arising from the superclasses of an instance declaration
## • In the instance declaration for Monoid BV
src = pkgs.fetchFromGitHub {
owner = "iagoabal";
repo = "haskell-bv";
rev = "92932a75719020d6a8ac55c455e5c03a4304043f";
sha256 = "0fi4v9mpw5y9q1pm7lqhm2zazfyy921wpaa28125misix0frasfw";
};
});
haskell-gi = overrideCabal super.haskell-gi (drv: {
## Setup: Encountered missing dependencies:
## haskell-gi-base ==0.20.*