ghc841 | hpack: SMP fix unmerged
This commit is contained in:
parent
48479b66df
commit
f5858af1bc
@ -385,6 +385,23 @@ self: super: {
|
||||
};
|
||||
});
|
||||
|
||||
## Unmerged. PR: https://github.com/sol/hpack/pull/277
|
||||
## Issue: https://github.com/sol/hpack/issues/276
|
||||
hpack = overrideCabal super.hpack (drv: {
|
||||
## • No instance for (Semigroup Dependencies)
|
||||
## arising from the 'deriving' clause of a data type declaration
|
||||
## Possible fix:
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "deepfire";
|
||||
repo = "hpack";
|
||||
rev = "acce0cffcc1d165a0fd9f0b83878dfbd622ea0d6";
|
||||
sha256 = "1wv0ya1gb1hwd9w8g4z5aig694q3arsqhxv0d4wcp270xnq9ja8y";
|
||||
};
|
||||
## Setup: Encountered missing dependencies:
|
||||
## http-client -any, http-client-tls -any, http-types -any
|
||||
libraryHaskellDepends = drv.libraryHaskellDepends ++ (with self; [ http-client http-client-tls http-types ]);
|
||||
});
|
||||
|
||||
## Unmerged. PR: https://github.com/hanshoglund/monadplus/pull/3
|
||||
monadplus = overrideCabal super.monadplus (drv: {
|
||||
## • No instance for (Semigroup (Partial a b))
|
||||
|
Loading…
Reference in New Issue
Block a user