haskell-engine-io-snap: jailbreak to support latest websockets

This commit is contained in:
Peter Simons 2014-09-23 18:56:17 +02:00
parent 1b1c869609
commit 413b00f23f

View file

@ -12,6 +12,7 @@ cabal.mkDerivation (self: {
attoparsecEnumerator engineIo snapCore unorderedContainers
websockets websocketsSnap
];
jailbreak = true;
meta = {
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;