haskell-th-lift-instances: jailbreak to fix build with latest version of 'text'

This commit is contained in:
Peter Simons 2014-11-01 17:01:34 +01:00
parent b6a0321b15
commit a067fa13f2

View File

@ -8,6 +8,7 @@ cabal.mkDerivation (self: {
sha256 = "02sf7qn1rs33cdf1dl7vpwkhqzhmj8h3naw0ngh2kz05ymk2qng4"; sha256 = "02sf7qn1rs33cdf1dl7vpwkhqzhmj8h3naw0ngh2kz05ymk2qng4";
buildDepends = [ text thLift vector ]; buildDepends = [ text thLift vector ];
testDepends = [ doctest filepath QuickCheck text vector ]; testDepends = [ doctest filepath QuickCheck text vector ];
jailbreak = true;
meta = { meta = {
homepage = "http://github.com/bennofs/th-lift-instances/"; homepage = "http://github.com/bennofs/th-lift-instances/";
description = "Lift instances for template-haskell for common data types"; description = "Lift instances for template-haskell for common data types";