From 2c451670b20b66afd73e0006ea8c5e0f8b43443c Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 19 Dec 2011 13:27:41 +0000 Subject: [PATCH] haskell-base-unicode-symbols: updated to version 0.2.2.3 svn path=/nixpkgs/trunk/; revision=30962 --- .../libraries/haskell/base-unicode-symbols/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/haskell/base-unicode-symbols/default.nix b/pkgs/development/libraries/haskell/base-unicode-symbols/default.nix index ab0233e1956..ae9d23f57d4 100644 --- a/pkgs/development/libraries/haskell/base-unicode-symbols/default.nix +++ b/pkgs/development/libraries/haskell/base-unicode-symbols/default.nix @@ -2,8 +2,8 @@ cabal.mkDerivation (self: { pname = "base-unicode-symbols"; - version = "0.2.2.2"; - sha256 = "13bn580r3wk7g5bq8ry04i2lvrcf576wjzlr0imli8rklkx8k3b8"; + version = "0.2.2.3"; + sha256 = "0803ncdydkxivn4kcjfn9v0lm43xg47y5iws7lajhhyg6v4zq08j"; meta = { homepage = "http://haskell.org/haskellwiki/Unicode-symbols"; description = "Unicode alternatives for common functions and operators";