haskell-ekg-bosun: jailbreak to fix build with recent http-client

This commit is contained in:
Peter Simons 2014-11-24 14:45:14 +01:00
parent 52809ef21d
commit ad0de68dc5

View File

@ -12,6 +12,7 @@ cabal.mkDerivation (self: {
aeson ekgCore httpClient lens network networkUri text time aeson ekgCore httpClient lens network networkUri text time
unorderedContainers vector wreq unorderedContainers vector wreq
]; ];
jailbreak = true;
meta = { meta = {
homepage = "http://github.com/ocharles/ekg-bosun"; homepage = "http://github.com/ocharles/ekg-bosun";
description = "Send ekg metrics to a Bosun instance"; description = "Send ekg metrics to a Bosun instance";