haskell-network-simple: jailbreak to fix build with network >= 2.5

This commit is contained in:
Peter Simons 2014-05-12 14:23:12 +02:00
parent 06691d6b1e
commit 7eaca0cab7

View File

@ -5,6 +5,7 @@ cabal.mkDerivation (self: {
version = "0.3.1";
sha256 = "0bk015d0np07887flah76vgrgrqaqj4x1sdxmghvazj8c78nkan8";
buildDepends = [ exceptions network transformers ];
jailbreak = true;
meta = {
homepage = "https://github.com/k0001/network-simple";
description = "Simple network sockets usage patterns";