haskell-authenticate-oauth: update to version 1.4.0.6

This commit is contained in:
Peter Simons 2013-05-10 21:45:20 +02:00
parent 780689f9f5
commit a6c09a975d

View File

@ -5,14 +5,13 @@
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "authenticate-oauth"; pname = "authenticate-oauth";
version = "1.4.0.5"; version = "1.4.0.6";
sha256 = "0yic95glkc0j35sdq04z5n2607ch0k64vyi3y0kfji31qzd3d44x"; sha256 = "1ylfvc744wqyn5xbv6fivfys5kk9k9r2b9xf63zfzj5l5yqmv91a";
buildDepends = [ buildDepends = [
base64Bytestring blazeBuilder blazeBuilderConduit conduit base64Bytestring blazeBuilder blazeBuilderConduit conduit
cryptoPubkeyTypes dataDefault httpConduit httpTypes monadControl cryptoPubkeyTypes dataDefault httpConduit httpTypes monadControl
random resourcet RSA SHA time transformers random resourcet RSA SHA time transformers
]; ];
jailbreak = true;
meta = { meta = {
homepage = "http://github.com/yesodweb/authenticate"; homepage = "http://github.com/yesodweb/authenticate";
description = "Library to authenticate with OAuth for Haskell web applications"; description = "Library to authenticate with OAuth for Haskell web applications";