haskell-hoauth2: jailbreak to fix build with aeson 0.8.x

This commit is contained in:
Peter Simons 2014-08-09 12:09:51 +02:00
parent f44346d077
commit 5a48a2bc90

View File

@ -14,6 +14,7 @@ cabal.mkDerivation (self: {
aeson bytestringShow httpConduit httpTypes monadControl mtl random
text transformers
];
jailbreak = true;
meta = {
homepage = "https://github.com/freizl/hoauth2";
description = "hoauth2";