haskell-semigroups: update to version 0.15.3

This commit is contained in:
Peter Simons 2014-09-10 20:40:36 +02:00
parent 6044100af1
commit fcd50bf099

@ -1,12 +1,12 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, hashable, nats, text, unorderedContainers }:
{ cabal, deepseq, hashable, nats, text, unorderedContainers }:
cabal.mkDerivation (self: {
pname = "semigroups";
version = "0.15.2";
sha256 = "1lh06d0mwivzbfjg635r3m39qcpyjvnwni7mspz96qb3zcm0c5kp";
buildDepends = [ hashable nats text unorderedContainers ];
version = "0.15.3";
sha256 = "0bzrab88vvgv3bnbcc7gyc05b9h9zz1pnc6bv2d2mpg653pm97k3";
buildDepends = [ deepseq hashable nats text unorderedContainers ];
meta = {
homepage = "http://github.com/ekmett/semigroups/";
description = "Anything that associates";