mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
haskell-stripe: jailbreak to fix build with aeson 0.8.x
This commit is contained in:
parent
eb3df0b687
commit
741bb544dc
1 changed files with 1 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue