wai-websockets: jailbreak to fix build with recent io-streams
This commit is contained in:
parent
d1edaee3c0
commit
b608f55590
1 changed files with 1 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue