From 1d520103879e014250e08827b131345fd1bb1c8c Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 13 Oct 2014 20:51:05 +0200 Subject: [PATCH] haskell-clean-unions: update to version 0.1.1 --- pkgs/development/libraries/haskell/clean-unions/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/haskell/clean-unions/default.nix b/pkgs/development/libraries/haskell/clean-unions/default.nix index 50b8617f6b7e..9ec71da8eeca 100644 --- a/pkgs/development/libraries/haskell/clean-unions/default.nix +++ b/pkgs/development/libraries/haskell/clean-unions/default.nix @@ -4,8 +4,8 @@ cabal.mkDerivation (self: { pname = "clean-unions"; - version = "0.1"; - sha256 = "1nh4gy2ql2h9njvcx05gl2ng8g3hnvyiqq87nnh1xalsvrkh6j0v"; + version = "0.1.1"; + sha256 = "1y4cj15s6gjcazwk0iycyc2qs7chrqcvchf4g5h4xnf2x8ld4i21"; meta = { homepage = "https://github.com/fumieval/clean-unions"; description = "Open unions without need for Typeable";