Author: simons
Date: Mon Nov 28 18:11:31 2011
New Revision: 30587
URL: https://nixos.org/websvn/nix/?rev=30587&sc=1
Log:
haskell-authenticate: updated to version 0.10.3
Modified:
nixpkgs/trunk/pkgs/development/libraries/haskell/authenticate/default.nix
Modified:
nixpkgs/trunk/pkgs/development/libraries/haskell/authenticate/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/libraries/haskell/authenticate/default.nix
Mon Nov 28 18:11:27 2011 (r30586)
+++ nixpkgs/trunk/pkgs/development/libraries/haskell/authenticate/default.nix
Mon Nov 28 18:11:31 2011 (r30587)
@@ -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";
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits