haskell-semigroups: update to version 0.12.1

This commit is contained in:
Peter Simons 2013-12-09 13:03:22 +01:00
parent 42f3190cf8
commit 8a347b892b

View file

@ -2,8 +2,8 @@
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "semigroups"; pname = "semigroups";
version = "0.12"; version = "0.12.1";
sha256 = "0wk8hxak4dl8nbdif4f8z9gvr5bqm95inrvrcrb6ryaxichrn432"; sha256 = "0jxgd487d99cc721wyaxvazphlv567hbb57vdfjn4hq9ly4w464q";
buildDepends = [ hashable nats text unorderedContainers ]; buildDepends = [ hashable nats text unorderedContainers ];
meta = { meta = {
homepage = "http://github.com/ekmett/semigroups/"; homepage = "http://github.com/ekmett/semigroups/";