wai-websockets: jailbreak to fix build with recent io-streams

This commit is contained in:
Peter Simons 2014-09-20 18:02:43 +02:00
parent d1edaee3c0
commit b608f55590

View File

@ -15,6 +15,7 @@ cabal.mkDerivation (self: {
blazeBuilder caseInsensitive fileEmbed httpTypes ioStreams network
text transformers wai waiAppStatic warp websockets
];
jailbreak = true;
meta = {
homepage = "http://github.com/yesodweb/wai";
description = "Provide a bridge betweeen WAI and the websockets package";