haskell-network-carbon: jailbreak to support network 2.6.x

This commit is contained in:
Peter Simons 2014-10-13 20:42:48 +02:00
parent f5f9b32d02
commit 08f85c94c0

View File

@ -7,6 +7,7 @@ cabal.mkDerivation (self: {
version = "1.0.1"; version = "1.0.1";
sha256 = "1q3b7vw80yw6fkmpwgazy8ikhbwjmmqmm4fry8c9f8ckkpzahj2b"; sha256 = "1q3b7vw80yw6fkmpwgazy8ikhbwjmmqmm4fry8c9f8ckkpzahj2b";
buildDepends = [ network text time vector ]; buildDepends = [ network text time vector ];
jailbreak = true;
meta = { meta = {
homepage = "http://github.com/ocharles/network-carbon"; homepage = "http://github.com/ocharles/network-carbon";
description = "A Haskell implementation of the Carbon protocol (part of the Graphite monitoring tools)"; description = "A Haskell implementation of the Carbon protocol (part of the Graphite monitoring tools)";