mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
haskellPackages.snapletStripe: New expression
This commit is contained in:
parent
47530778db
commit
fcc3ae1d84
@ -0,0 +1,19 @@
|
||||
{ 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
|
||||
];
|
||||
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;
|
||||
};
|
||||
})
|
@ -2334,6 +2334,8 @@ let result = let callPackage = x : y : modifyPrio (newScope result.finalReturn x
|
||||
|
||||
snapletAcidState = callPackage ../development/libraries/haskell/snaplet-acid-state {};
|
||||
|
||||
snapletStripe = callPackage ../development/libraries/haskell/snaplet-stripe {};
|
||||
|
||||
snapBlaze = callPackage ../development/libraries/haskell/snap-blaze/default.nix {};
|
||||
|
||||
snapCore = callPackage ../development/libraries/haskell/snap/core.nix {};
|
||||
|
Loading…
Reference in New Issue
Block a user