563244e8c6
src/Snap/Snaplet/Stripe.hs:192:7: ‘hcCompiledSplices’ is not a (visible) constructor field name src/Snap/Snaplet/Stripe.hs:193:7: ‘hcInterpretedSplices’ is not a (visible) constructor field name
23 lines
685 B
Nix
23 lines
685 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, configurator, heist, mtl, snap, stripe, text, textFormat
|
|
, transformers, xmlhtml
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "snaplet-stripe";
|
|
version = "0.2.0";
|
|
sha256 = "01ichbwk31zfjq5rc09scz0j4ir6b7jnppdvmm8ilvkj7bl442xs";
|
|
buildDepends = [
|
|
configurator heist mtl snap stripe text textFormat transformers
|
|
xmlhtml
|
|
];
|
|
jailbreak = true;
|
|
meta = {
|
|
homepage = "https://github.com/LukeHoersten/snaplet-stripe";
|
|
description = "Stripe snaplet for the Snap Framework";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
broken = true;
|
|
};
|
|
})
|