3
0
Fork 0
forked from mirrors/nixpkgs

ghc841 | hpack: SMP fix unmerged

This commit is contained in:
Kosyrev Serge 2018-02-26 01:34:59 +03:00
parent 48479b66df
commit f5858af1bc
No known key found for this signature in database
GPG key ID: 3F62F118E38BED6D

View file

@ -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))