From ab0438f128def9f328c9c5b5304ed92b5616b1f1 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 14 Dec 2013 12:16:25 +0100 Subject: [PATCH] haskell-th-orphans: jailbreak to fix build with th-lift 0.6 --- pkgs/development/libraries/haskell/th-orphans/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/libraries/haskell/th-orphans/default.nix b/pkgs/development/libraries/haskell/th-orphans/default.nix index 9196e9ef76b..dd9fbc198bf 100644 --- a/pkgs/development/libraries/haskell/th-orphans/default.nix +++ b/pkgs/development/libraries/haskell/th-orphans/default.nix @@ -5,6 +5,7 @@ cabal.mkDerivation (self: { version = "0.8"; sha256 = "0kzzcicn6pggvvblhbrs3vh0bf71izlb99lb0f5qww7ymi4smldr"; buildDepends = [ thLift ]; + jailbreak = true; meta = { description = "Orphan instances for TH datatypes"; license = self.stdenv.lib.licenses.bsd3;