haskell-storable-record: jailbreak to fix build with transformers 0.4.x

This commit is contained in:
Peter Simons 2014-06-05 11:40:36 +02:00
parent 3fefc29ee6
commit 63fdb6f64f

View file

@ -7,6 +7,7 @@ cabal.mkDerivation (self: {
isLibrary = true;
isExecutable = true;
buildDepends = [ transformers utilityHt ];
jailbreak = true;
meta = {
homepage = "http://code.haskell.org/~thielema/storable-record/";
description = "Elegant definition of Storable instances for records";