yesod-bin : pull in patch from PR to support GHC 7.10.1

This commit is contained in:
Cray Elliott 2015-04-05 00:49:39 -07:00
parent eb7362a36c
commit 2f180f6888

View File

@ -139,6 +139,11 @@ self: super: {
url = "https://github.com/fpco/conduit-combinators/pull/16.patch";
sha256 = "0jpwpi3shdn5rms3lcr4srajbhhfp5dbwy7pl23c9kmlil3d9mk3";
});
yesod-bin = overrideCabal (appendPatch super.yesod-bin (pkgs.fetchpatch {
url = "https://github.com/yesodweb/yesod/pull/966.patch";
sha256 = "0jxhj3ls0xsw81mmiiy3ln1yb910r6p87vkqpaw8xdczly4h98fc";
})) (drv: {
patchFlags = "-p2";
});
ghcjs-prim = self.callPackage ({ mkDerivation, fetchgit, primitive }: mkDerivation {