haskell-authenticate: updated to version 1.0.0

svn path=/nixpkgs/trunk/; revision=32183
This commit is contained in:
Peter Simons 2012-02-10 11:33:02 +00:00
parent a72543aa72
commit 3dd1ac8766

@ -1,18 +1,16 @@
{ cabal, aeson, attoparsec, base64Bytestring, blazeBuilder { cabal, aeson, attoparsec, blazeBuilder, blazeBuilderConduit
, caseInsensitive, enumerator, failure, httpEnumerator, httpTypes , caseInsensitive, conduit, httpConduit, httpTypes, network
, network, random, RSA, SHA, tagsoup, text, time, tls, transformers , tagsoup, text, transformers, unorderedContainers, xmlConduit
, unorderedContainers, xmlEnumerator
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "authenticate"; pname = "authenticate";
version = "0.10.4"; version = "1.0.0";
sha256 = "0bjxlnc2qf1900ch9cnab26qz6a0vdz5nz1dwrjby1n5xqqzjd7x"; sha256 = "0a163dhi69gh6zmi43jidxlaknbk1y0frjlwijdf7fp073rh0p87";
buildDepends = [ buildDepends = [
aeson attoparsec base64Bytestring blazeBuilder caseInsensitive aeson attoparsec blazeBuilder blazeBuilderConduit caseInsensitive
enumerator failure httpEnumerator httpTypes network random RSA SHA conduit httpConduit httpTypes network tagsoup text transformers
tagsoup text time tls transformers unorderedContainers unorderedContainers xmlConduit
xmlEnumerator
]; ];
meta = { meta = {
homepage = "http://github.com/yesodweb/authenticate"; homepage = "http://github.com/yesodweb/authenticate";