1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
nixpkgs/pkgs/development/libraries/haskell/snaplet-stripe/default.nix
Peter Simons 563244e8c6 haskell-snaplet-stripe: build is broken
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
2014-10-14 17:39:35 +02:00

24 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;
};
})