haskell-network-simple: jailbreak to fix build with network >= 2.5
This commit is contained in:
parent
06691d6b1e
commit
7eaca0cab7
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user