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

This commit is contained in:
Peter Simons 2014-08-09 12:14:16 +02:00
parent eb3df0b687
commit 741bb544dc

View file

@ -12,6 +12,7 @@ cabal.mkDerivation (self: {
aeson httpConduit httpTypes mtl text time unorderedContainers
utf8String
];
jailbreak = true;
meta = {
homepage = "https://github.com/michaelschade/hs-stripe";
description = "A Haskell implementation of the Stripe API";