ghc841: boxes fix released
This commit is contained in:
parent
1278dba2bc
commit
c373b26f9c
|
@ -49,6 +49,11 @@ self: super: {
|
||||||
haskell-src = markBrokenVersion "1.0.2.0" super.haskell-src;
|
haskell-src = markBrokenVersion "1.0.2.0" super.haskell-src;
|
||||||
## Shadowed:
|
## Shadowed:
|
||||||
|
|
||||||
|
## Needs bump to a versioned attribute
|
||||||
|
## Setup: Encountered missing dependencies:
|
||||||
|
## base >=3 && <4.11
|
||||||
|
boxes = super.boxes_0_1_5;
|
||||||
|
|
||||||
## Needs bump to a versioned attribute
|
## Needs bump to a versioned attribute
|
||||||
## • No instance for (GHC.Base.Semigroup BV)
|
## • No instance for (GHC.Base.Semigroup BV)
|
||||||
## arising from the superclasses of an instance declaration
|
## arising from the superclasses of an instance declaration
|
||||||
|
@ -596,16 +601,6 @@ self: super: {
|
||||||
jailbreak = true;
|
jailbreak = true;
|
||||||
});
|
});
|
||||||
|
|
||||||
boxes = overrideCabal super.boxes (drv: {
|
|
||||||
## https://github.com/treeowl/boxes/issues/29
|
|
||||||
patches = (drv.patches or []) ++ [
|
|
||||||
(pkgs.fetchpatch
|
|
||||||
{ url = https://github.com/asr/boxes/commit/f03e16cb8677a9d85687c641fe27a87e6fd94d54.patch;
|
|
||||||
sha256 = "179vkn6jimiy64dwyam04x8v981l3pfrq3ig97600vnkns3v8i6a";
|
|
||||||
})
|
|
||||||
];
|
|
||||||
});
|
|
||||||
|
|
||||||
deepseq-generics = overrideCabal super.deepseq-generics (drv: {
|
deepseq-generics = overrideCabal super.deepseq-generics (drv: {
|
||||||
## Setup: Encountered missing dependencies:
|
## Setup: Encountered missing dependencies:
|
||||||
## base >=4.5 && <4.11
|
## base >=4.5 && <4.11
|
||||||
|
|
Loading…
Reference in New Issue