haskell-ng.fb: Apply a patch to use monad-control >= 1.0.0

Manually applying the patch at
https://github.com/prowdsponsor/fb/pull/33
This commit is contained in:
Oliver Charles 2015-01-14 14:10:34 +00:00
parent 0059182821
commit 5b70a64286

View file

@ -148,6 +148,16 @@ self: super: {
# https://github.com/LukeHoersten/snaplet-stripe/pull/4
snaplet-stripe = doJailbreak super.snaplet-stripe;
# https://github.com/prowdsponsor/fb/pull/33
fb = doJailbreak (overrideCabal super.fb (drv: {
patches = [
(pkgs.fetchpatch {
url = https://github.com/prowdsponsor/fb/pull/33.patch;
sha256 = "0xfbfyg86lrimwhfd2s41xy5axcsnw0rqvic8ak72rq2sssyljpg";
})
];
}));
}
// {
# Not on Hackage yet.