haskell-storable-record: jailbreak to fix build with transformers 0.4.x
This commit is contained in:
parent
3fefc29ee6
commit
63fdb6f64f
@ -7,6 +7,7 @@ cabal.mkDerivation (self: {
|
|||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [ transformers utilityHt ];
|
buildDepends = [ transformers utilityHt ];
|
||||||
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://code.haskell.org/~thielema/storable-record/";
|
homepage = "http://code.haskell.org/~thielema/storable-record/";
|
||||||
description = "Elegant definition of Storable instances for records";
|
description = "Elegant definition of Storable instances for records";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user