haskell-engine-io: jailbreak to fix build with aeson 0.8.x

This commit is contained in:
Peter Simons 2014-08-09 12:12:25 +02:00
parent d23bd78244
commit 62a3cc460d

View File

@ -13,6 +13,7 @@ cabal.mkDerivation (self: {
aeson async attoparsec base64Bytestring either monadLoops mwcRandom aeson async attoparsec base64Bytestring either monadLoops mwcRandom
stm text transformers unorderedContainers vector websockets stm text transformers unorderedContainers vector websockets
]; ];
jailbreak = true;
meta = { meta = {
homepage = "http://github.com/ocharles/engine.io"; homepage = "http://github.com/ocharles/engine.io";
description = "A Haskell implementation of Engine.IO"; description = "A Haskell implementation of Engine.IO";