haskell-websockets-snap: jailbreak to fix build with recent io-streams
This commit is contained in:
parent
2f21cb77f1
commit
d1edaee3c0
@ -12,6 +12,7 @@ cabal.mkDerivation (self: {
|
|||||||
blazeBuilder enumerator ioStreams mtl snapCore snapServer
|
blazeBuilder enumerator ioStreams mtl snapCore snapServer
|
||||||
websockets
|
websockets
|
||||||
];
|
];
|
||||||
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
description = "Snap integration for the websockets library";
|
description = "Snap integration for the websockets library";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user