2014-07-14 04:21:41 -07:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2013-09-17 02:30:07 -07:00
|
|
|
{ cabal, hashable, nats, text, unorderedContainers }:
|
2011-08-07 15:02:49 -07:00
|
|
|
|
2011-08-09 16:00:20 -07:00
|
|
|
cabal.mkDerivation (self: {
|
2011-08-07 15:02:49 -07:00
|
|
|
pname = "semigroups";
|
2014-07-28 03:18:35 -07:00
|
|
|
version = "0.15.2";
|
|
|
|
sha256 = "1lh06d0mwivzbfjg635r3m39qcpyjvnwni7mspz96qb3zcm0c5kp";
|
2013-09-17 02:30:07 -07:00
|
|
|
buildDepends = [ hashable nats text unorderedContainers ];
|
2011-08-07 15:02:49 -07:00
|
|
|
meta = {
|
|
|
|
homepage = "http://github.com/ekmett/semigroups/";
|
2013-09-18 01:24:41 -07:00
|
|
|
description = "Anything that associates";
|
2011-08-07 15:02:49 -07:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
2011-08-09 02:54:50 -07:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2011-08-07 15:02:49 -07:00
|
|
|
};
|
|
|
|
})
|