2014-07-14 12:21:41 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2013-02-21 15:13:05 +00:00
|
|
|
{ cabal, aeson, attoparsec, blazeBuilder, caseInsensitive, conduit
|
2014-08-19 14:33:56 +01:00
|
|
|
, httpConduit, httpTypes, monadControl, networkUri, resourcet
|
2014-03-30 21:06:35 +01:00
|
|
|
, tagstreamConduit, text, transformers, unorderedContainers
|
|
|
|
, xmlConduit
|
2011-08-10 00:00:20 +01:00
|
|
|
}:
|
2011-08-07 23:51:22 +01:00
|
|
|
|
2011-08-10 00:00:20 +01:00
|
|
|
cabal.mkDerivation (self: {
|
2011-08-07 23:51:22 +01:00
|
|
|
pname = "authenticate";
|
2014-08-19 14:33:56 +01:00
|
|
|
version = "1.3.2.10";
|
|
|
|
sha256 = "1dy38k5jpms3xrkw1zh7vjmx06yr5iibgh50m5i2wky2wmryqkf4";
|
2011-08-10 00:00:20 +01:00
|
|
|
buildDepends = [
|
2013-02-21 15:13:05 +00:00
|
|
|
aeson attoparsec blazeBuilder caseInsensitive conduit httpConduit
|
2014-08-19 14:33:56 +01:00
|
|
|
httpTypes monadControl networkUri resourcet tagstreamConduit text
|
2014-03-30 21:06:35 +01:00
|
|
|
transformers unorderedContainers xmlConduit
|
2011-08-07 23:51:22 +01:00
|
|
|
];
|
|
|
|
meta = {
|
2011-12-21 10:49:05 +00:00
|
|
|
homepage = "http://github.com/yesodweb/authenticate";
|
2011-08-11 14:03:51 +01:00
|
|
|
description = "Authentication methods for Haskell web applications";
|
2011-08-07 23:51:22 +01:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
2011-08-09 10:54:50 +01:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2011-08-07 23:51:22 +01:00
|
|
|
};
|
|
|
|
})
|