3
0
Fork 0
forked from mirrors/nixpkgs

haskell-clean-unions: update to version 0.1.1

This commit is contained in:
Peter Simons 2014-10-13 20:51:05 +02:00
parent 08f85c94c0
commit 1d52010387

View file

@ -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";