From 5b70a64286d578523adabd0bff958ca721b5b0f6 Mon Sep 17 00:00:00 2001 From: Oliver Charles Date: Wed, 14 Jan 2015 14:10:34 +0000 Subject: [PATCH] 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 --- .../haskell-modules/configuration-common.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 9127c4792b3..3ae1e0d9d29 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -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.