From a067fa13f27d7d8aaa7f1c8e5c9b290a042bca84 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 1 Nov 2014 17:01:34 +0100 Subject: [PATCH] haskell-th-lift-instances: jailbreak to fix build with latest version of 'text' --- pkgs/development/libraries/haskell/th-lift-instances/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/libraries/haskell/th-lift-instances/default.nix b/pkgs/development/libraries/haskell/th-lift-instances/default.nix index 36e994a8bb8..e81a8cf921e 100644 --- a/pkgs/development/libraries/haskell/th-lift-instances/default.nix +++ b/pkgs/development/libraries/haskell/th-lift-instances/default.nix @@ -8,6 +8,7 @@ cabal.mkDerivation (self: { sha256 = "02sf7qn1rs33cdf1dl7vpwkhqzhmj8h3naw0ngh2kz05ymk2qng4"; buildDepends = [ text thLift vector ]; testDepends = [ doctest filepath QuickCheck text vector ]; + jailbreak = true; meta = { homepage = "http://github.com/bennofs/th-lift-instances/"; description = "Lift instances for template-haskell for common data types";