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:
parent
0059182821
commit
5b70a64286
1 changed files with 10 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue