haskell-semigroups: update to version 0.12.2

This commit is contained in:
Peter Simons 2014-01-15 12:18:20 +01:00
parent 254e3f6d95
commit 44f15e9bf3

View File

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