3
0
Fork 0
forked from mirrors/nixpkgs

ghc841 | uri-bytestring: TH boundaries fix author made no PR yet

This commit is contained in:
Kosyrev Serge 2018-02-25 04:10:07 +03:00
parent 2201ba1a5b
commit 65169aac88
No known key found for this signature in database
GPG key ID: 3F62F118E38BED6D

View file

@ -465,6 +465,18 @@ self: super: {
prePatch = "cd core; ";
});
## Unmerged. PR: https://github.com/Soostone/uri-bytestring/pull/0
uri-bytestring = overrideCabal super.uri-bytestring (drv: {
## Setup: Encountered missing dependencies:
## template-haskell >=2.9 && <2.13
src = pkgs.fetchFromGitHub {
owner = "koenigmaximilian";
repo = "uri-bytestring";
rev = "105d5855bbf9c78d1e48394677b42a058e242fc9";
sha256 = "144hr12k0d61zpgxv62vwlzy6bfs01fqh7qr4qsbv457sznmbb9d";
};
});
## Unmerged. PR: https://github.com/ivan-m/wl-pprint-text/pull/17
wl-pprint-text = overrideCabal super.wl-pprint-text (drv: {
## Ambiguous occurrence <>