ghc841: boxes fix released

This commit is contained in:
Kosyrev Serge 2018-03-12 05:01:35 +03:00 committed by Peter Simons
parent 1278dba2bc
commit c373b26f9c

View File

@ -49,6 +49,11 @@ self: super: {
haskell-src = markBrokenVersion "1.0.2.0" super.haskell-src;
## 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
## • No instance for (GHC.Base.Semigroup BV)
## arising from the superclasses of an instance declaration
@ -596,16 +601,6 @@ self: super: {
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: {
## Setup: Encountered missing dependencies:
## base >=4.5 && <4.11