haskell-websockets-snap: jailbreak to fix build with recent io-streams

This commit is contained in:
Peter Simons 2014-09-20 17:58:46 +02:00
parent 2f21cb77f1
commit d1edaee3c0

View File

@ -12,6 +12,7 @@ cabal.mkDerivation (self: {
blazeBuilder enumerator ioStreams mtl snapCore snapServer
websockets
];
jailbreak = true;
meta = {
description = "Snap integration for the websockets library";
license = self.stdenv.lib.licenses.bsd3;