haskellPackages.websockets: Don't jailbreak

The maintainer is active on Hackage, and will benefit from bug reports
on build failure. It currently builds without needing to jailbreak.
This commit is contained in:
Oliver Charles 2014-08-25 12:05:23 +01:00
parent 028216edce
commit 41b75fc4d4

View file

@ -19,7 +19,6 @@ 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";