2014-07-14 13:21:41 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-09-10 20:40:36 +02:00
|
|
|
{ cabal, deepseq, hashable, nats, text, unorderedContainers }:
|
2011-08-08 00:02:49 +02:00
|
|
|
|
2011-08-10 01:00:20 +02:00
|
|
|
cabal.mkDerivation (self: {
|
2011-08-08 00:02:49 +02:00
|
|
|
pname = "semigroups";
|
2014-09-10 20:40:36 +02:00
|
|
|
version = "0.15.3";
|
|
|
|
sha256 = "0bzrab88vvgv3bnbcc7gyc05b9h9zz1pnc6bv2d2mpg653pm97k3";
|
|
|
|
buildDepends = [ deepseq hashable nats text unorderedContainers ];
|
2011-08-08 00:02:49 +02:00
|
|
|
meta = {
|
|
|
|
homepage = "http://github.com/ekmett/semigroups/";
|
2013-09-18 10:24:41 +02:00
|
|
|
description = "Anything that associates";
|
2011-08-08 00:02:49 +02:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
2011-08-09 11:54:50 +02:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2011-08-08 00:02:49 +02:00
|
|
|
};
|
|
|
|
})
|