haskell-github: jailbreak to fix build with new aeson

This commit is contained in:
Peter Simons 2013-09-06 23:06:43 +02:00
parent b94cf8c733
commit d645b7895c

View File

@ -11,6 +11,7 @@ cabal.mkDerivation (self: {
aeson attoparsec caseInsensitive conduit dataDefault failure HTTP
httpConduit httpTypes network text time unorderedContainers vector
];
jailbreak = true;
meta = {
homepage = "https://github.com/fpco/github";
description = "Access to the Github API, v3";