mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
haskell-engine-io: jailbreak to support latest websockets
This commit is contained in:
parent
bf957a4f21
commit
1b1c869609
@ -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";
|
||||||
|
Loading…
Reference in New Issue
Block a user