haskell-storable-record: jailbreak to fix build with transformers 0.4.x
This commit is contained in:
parent
3fefc29ee6
commit
63fdb6f64f
1 changed files with 1 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue