haskell-th-orphans: jailbreak to fix build with th-lift 0.6

This commit is contained in:
Peter Simons 2013-12-14 12:16:25 +01:00
parent e185d0603a
commit ab0438f128

View File

@ -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;