1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-23 06:01:15 +00:00
nixpkgs/pkgs/development/libraries/haskell/yesod-auth/default.nix
2014-08-20 20:26:56 +02:00

33 lines
1.4 KiB
Nix

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, aeson, attoparsecConduit, authenticate, base16Bytestring
, base64Bytestring, binary, blazeBuilder, blazeHtml, blazeMarkup
, byteable, conduit, conduitExtra, cryptohash, dataDefault
, emailValidate, fileEmbed, hamlet, httpClient, httpConduit
, httpTypes, liftedBase, mimeMail, networkUri, persistent
, persistentTemplate, random, resourcet, safe, shakespeare
, shakespeareCss, shakespeareJs, text, time, transformers
, unorderedContainers, wai, yesodCore, yesodForm, yesodPersistent
}:
cabal.mkDerivation (self: {
pname = "yesod-auth";
version = "1.3.4.2";
sha256 = "0hf5x1qhpxil3na7f1vdjr5i5n7q41a23ikkra9avg3yss94k04d";
buildDepends = [
aeson attoparsecConduit authenticate base16Bytestring
base64Bytestring binary blazeBuilder blazeHtml blazeMarkup byteable
conduit conduitExtra cryptohash dataDefault emailValidate fileEmbed
hamlet httpClient httpConduit httpTypes liftedBase mimeMail
networkUri persistent persistentTemplate random resourcet safe
shakespeare shakespeareCss shakespeareJs text time transformers
unorderedContainers wai yesodCore yesodForm yesodPersistent
];
meta = {
homepage = "http://www.yesodweb.com/";
description = "Authentication for Yesod";
license = self.stdenv.lib.licenses.mit;
platforms = self.ghc.meta.platforms;
};
})