mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
haskellPackages.snapletStripe: Update to 0.3.0
This commit is contained in:
parent
4ec6e0c935
commit
5519e0d622
@ -1,23 +1,22 @@
|
||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal, configurator, heist, mtl, snap, stripe, text, textFormat
|
||||
, transformers, xmlhtml
|
||||
{ cabal, configurator, heist, lensFamilyCore, mtl, snap, stripe
|
||||
, text, textFormat, transformers, xmlhtml
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "snaplet-stripe";
|
||||
version = "0.2.0";
|
||||
sha256 = "01ichbwk31zfjq5rc09scz0j4ir6b7jnppdvmm8ilvkj7bl442xs";
|
||||
version = "0.3.0";
|
||||
sha256 = "0j85vzfmw6skag8rfww4gsg1lyfc7qbxiqhmwbsh4vfjiagrc9wp";
|
||||
buildDepends = [
|
||||
configurator heist mtl snap stripe text textFormat transformers
|
||||
xmlhtml
|
||||
configurator heist lensFamilyCore 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;
|
||||
maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user