ghc841: bv fixed upstream
This commit is contained in:
parent
d7365851fb
commit
8f72b8a5c0
@ -182,6 +182,18 @@ self: super: {
|
|||||||
## Upstreamed
|
## Upstreamed
|
||||||
|
|
||||||
## Upstreamed, awaiting a Hackage release
|
## 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: {
|
haskell-gi = overrideCabal super.haskell-gi (drv: {
|
||||||
## Setup: Encountered missing dependencies:
|
## Setup: Encountered missing dependencies:
|
||||||
## haskell-gi-base ==0.20.*
|
## haskell-gi-base ==0.20.*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user