From 6401a82424804a882e04c0a584fb2d8f256da08a Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 25 Aug 2011 10:41:01 +0000 Subject: [PATCH] haskell-async: updated to version 1.3 svn path=/nixpkgs/trunk/; revision=28812 --- pkgs/development/libraries/haskell/async/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/haskell/async/default.nix b/pkgs/development/libraries/haskell/async/default.nix index 5b310f433b0a..dcfad3944388 100755 --- a/pkgs/development/libraries/haskell/async/default.nix +++ b/pkgs/development/libraries/haskell/async/default.nix @@ -2,8 +2,8 @@ cabal.mkDerivation (self: { pname = "async"; - version = "1.2"; - sha256 = "a5963d36fc1ba142d18920f967190b25cf80f700d863372b6d33ad5257a1773a"; + version = "1.3"; + sha256 = "0chpp8kfwccp57hl7mnralyn4s2x8f0vvkblmywfzb8sbdqgnril"; meta = { homepage = "http://gitorious.org/async/"; description = "Asynchronous Computations";