ghc841: haskell-src-exts fix released
This commit is contained in:
parent
b2cfe1ce64
commit
98f5efd872
@ -95,6 +95,12 @@ self: super: {
|
|||||||
## Older versions don't compile
|
## Older versions don't compile
|
||||||
haddock-library = super.haddock-library_1_5_0_1;
|
haddock-library = super.haddock-library_1_5_0_1;
|
||||||
|
|
||||||
|
## Needs bump to a versioned attribute
|
||||||
|
## • Could not deduce (Semigroup (ParseResult m))
|
||||||
|
## arising from the superclasses of an instance declaration
|
||||||
|
## from the context: Monoid m
|
||||||
|
haskell-src-exts = super.haskell-src-exts_1_20_2;
|
||||||
|
|
||||||
## Needs bump to a versioned attribute
|
## Needs bump to a versioned attribute
|
||||||
hspec = overrideCabal super.hspec_2_4_8 (drv: {
|
hspec = overrideCabal super.hspec_2_4_8 (drv: {
|
||||||
## Setup: Encountered missing dependencies:
|
## Setup: Encountered missing dependencies:
|
||||||
@ -252,19 +258,6 @@ self: super: {
|
|||||||
prePatch = "cd base; ";
|
prePatch = "cd base; ";
|
||||||
});
|
});
|
||||||
|
|
||||||
## Upstreamed, awaiting a Hackage release
|
|
||||||
haskell-src-exts = overrideCabal super.haskell-src-exts (drv: {
|
|
||||||
## • Could not deduce (Semigroup (ParseResult m))
|
|
||||||
## arising from the superclasses of an instance declaration
|
|
||||||
## from the context: Monoid m
|
|
||||||
src = pkgs.fetchFromGitHub {
|
|
||||||
owner = "haskell-suite";
|
|
||||||
repo = "haskell-src-exts";
|
|
||||||
rev = "935f6f0915e89c314b686bdbdc6980c72335ba3c";
|
|
||||||
sha256 = "1v3c1bd5q07qncqfbikvs8h3r4dr500blm5xv3b4jqqv69f0iam9";
|
|
||||||
};
|
|
||||||
});
|
|
||||||
|
|
||||||
## Upstreamed, awaiting a Hackage release
|
## Upstreamed, awaiting a Hackage release
|
||||||
http-api-data = overrideCabal super.http-api-data (drv: {
|
http-api-data = overrideCabal super.http-api-data (drv: {
|
||||||
## • No instance for (Semigroup Form)
|
## • No instance for (Semigroup Form)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user