From 59882abab2e029a3f8ca49981fbed2eefaff0965 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 25 Aug 2011 11:12:32 +0000 Subject: [PATCH] haskell-async: updated to version 1.4 svn path=/nixpkgs/trunk/; revision=28813 --- 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 dcfad394438..20cca829736 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.3"; - sha256 = "0chpp8kfwccp57hl7mnralyn4s2x8f0vvkblmywfzb8sbdqgnril"; + version = "1.4"; + sha256 = "1d24bcvmw687jcf75wgavlhfs55f0va02xhl4xdnj2lrlr19s5dl"; meta = { homepage = "http://gitorious.org/async/"; description = "Asynchronous Computations";