haskell-authenticate: updated to version 0.10.4

svn path=/nixpkgs/trunk/; revision=31001
This commit is contained in:
Peter Simons 2011-12-21 10:49:05 +00:00
parent d70b6515f6
commit 9d4254bf8b

View File

@ -6,8 +6,8 @@
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "authenticate"; pname = "authenticate";
version = "0.10.3.1"; version = "0.10.4";
sha256 = "01xqqnvy2xjcgnp5qq5xiqm1whxywa31cgd79mm290i2r4baiq8s"; sha256 = "0bjxlnc2qf1900ch9cnab26qz6a0vdz5nz1dwrjby1n5xqqzjd7x";
buildDepends = [ buildDepends = [
aeson attoparsec base64Bytestring blazeBuilder caseInsensitive aeson attoparsec base64Bytestring blazeBuilder caseInsensitive
enumerator failure httpEnumerator httpTypes network random RSA SHA enumerator failure httpEnumerator httpTypes network random RSA SHA
@ -15,7 +15,7 @@ cabal.mkDerivation (self: {
xmlEnumerator xmlEnumerator
]; ];
meta = { meta = {
homepage = "http://github.com/snoyberg/authenticate/tree/master"; homepage = "http://github.com/yesodweb/authenticate";
description = "Authentication methods for Haskell web applications"; description = "Authentication methods for Haskell web applications";
license = self.stdenv.lib.licenses.bsd3; license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms; platforms = self.ghc.meta.platforms;