From 9f8856064df8ada9ac997210c5379f6a0db57fea Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 26 Nov 2012 15:16:18 +0100 Subject: [PATCH] haskell-type-equality: update to version 0.1.1 --- pkgs/development/libraries/haskell/type-equality/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/haskell/type-equality/default.nix b/pkgs/development/libraries/haskell/type-equality/default.nix index 66b8b1974ff4..2cc98f00bb56 100644 --- a/pkgs/development/libraries/haskell/type-equality/default.nix +++ b/pkgs/development/libraries/haskell/type-equality/default.nix @@ -2,8 +2,8 @@ cabal.mkDerivation (self: { pname = "type-equality"; - version = "0.1.0.2"; - sha256 = "09m6vc5hglf3xdg0bg9lgbkgjffmbkfgcrqf5ii36l92c4dik32q"; + version = "0.1.1"; + sha256 = "0sgb7aki0ns3547y3abv1xh9rlmwhjm1c370pf3jjssysayh2wzv"; meta = { homepage = "http://github.com/hesselink/type-equality/"; description = "Type equality, coercion/cast and other operations";