haskell-websockets: jailbreak to fix build with current versions of io-streams

This commit is contained in:
Peter Simons 2014-09-20 14:52:55 +02:00
parent c06999c6c2
commit 2f21cb77f1

View File

@ -19,6 +19,7 @@ cabal.mkDerivation (self: {
entropy HUnit ioStreams mtl network QuickCheck random SHA
testFramework testFrameworkHunit testFrameworkQuickcheck2 text
];
jailbreak = true;
meta = {
homepage = "http://jaspervdj.be/websockets";
description = "A sensible and clean way to write WebSocket-capable servers in Haskell";