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