haskell-websockets: jailbreak to fix build with current versions of io-streams
This commit is contained in:
parent
c06999c6c2
commit
2f21cb77f1
@ -19,6 +19,7 @@ cabal.mkDerivation (self: {
|
|||||||
entropy HUnit ioStreams mtl network QuickCheck random SHA
|
entropy HUnit ioStreams mtl network QuickCheck random SHA
|
||||||
testFramework testFrameworkHunit testFrameworkQuickcheck2 text
|
testFramework testFrameworkHunit testFrameworkQuickcheck2 text
|
||||||
];
|
];
|
||||||
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://jaspervdj.be/websockets";
|
homepage = "http://jaspervdj.be/websockets";
|
||||||
description = "A sensible and clean way to write WebSocket-capable servers in Haskell";
|
description = "A sensible and clean way to write WebSocket-capable servers in Haskell";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user