From 79518845f3278c84a273ab74699f580115640c6f Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 28 Nov 2011 18:11:31 +0000 Subject: [PATCH] haskell-authenticate: updated to version 0.10.3 svn path=/nixpkgs/trunk/; revision=30587 --- .../libraries/haskell/authenticate/default.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pkgs/development/libraries/haskell/authenticate/default.nix b/pkgs/development/libraries/haskell/authenticate/default.nix index ca178c3fa36d..2a6fcc1a2cbf 100644 --- a/pkgs/development/libraries/haskell/authenticate/default.nix +++ b/pkgs/development/libraries/haskell/authenticate/default.nix @@ -1,4 +1,4 @@ -{ cabal, aesonNative, attoparsec, base64Bytestring, blazeBuilder +{ cabal, aeson, attoparsec, base64Bytestring, blazeBuilder , caseInsensitive, enumerator, failure, httpEnumerator, httpTypes , network, random, RSA, SHA, tagsoup, text, time, tls, transformers , xmlEnumerator @@ -6,12 +6,12 @@ cabal.mkDerivation (self: { pname = "authenticate"; - version = "0.10.2.2"; - sha256 = "10w13wcd8cwaf4ifxllsiijwza2ys4a5zyhjcbl4938609p60hi8"; + version = "0.10.3"; + sha256 = "1sp8yanb8wray3pnakaj7jqsxirjw6ds2f1j2p72p9hn3kcf4255"; buildDepends = [ - aesonNative attoparsec base64Bytestring blazeBuilder - caseInsensitive enumerator failure httpEnumerator httpTypes network - random RSA SHA tagsoup text time tls transformers xmlEnumerator + aeson attoparsec base64Bytestring blazeBuilder caseInsensitive + enumerator failure httpEnumerator httpTypes network random RSA SHA + tagsoup text time tls transformers xmlEnumerator ]; meta = { homepage = "http://github.com/snoyberg/authenticate/tree/master";