2014-07-14 11:21:41 +00:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2012-02-16 14:05:41 +00:00
|
|
|
{ cabal, text, transformers }:
|
2011-03-31 23:21:36 +00:00
|
|
|
|
2011-08-09 23:00:20 +00:00
|
|
|
cabal.mkDerivation (self: {
|
2011-03-31 23:21:36 +00:00
|
|
|
pname = "enumerator";
|
2013-10-13 08:14:30 +00:00
|
|
|
version = "0.4.20";
|
|
|
|
sha256 = "02a75dggj295zkhgjry5cb43s6y6ydpjb5w6vgl7kd9b6ma11qik";
|
2012-02-16 14:05:41 +00:00
|
|
|
buildDepends = [ text transformers ];
|
2011-03-31 23:21:36 +00:00
|
|
|
meta = {
|
2011-08-23 08:45:08 +00:00
|
|
|
homepage = "https://john-millikin.com/software/enumerator/";
|
2011-03-31 23:21:36 +00:00
|
|
|
description = "Reliable, high-performance processing with left-fold enumerators";
|
2011-08-07 19:33:21 +00:00
|
|
|
license = self.stdenv.lib.licenses.mit;
|
2011-08-09 09:54:50 +00:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2011-03-31 23:21:36 +00:00
|
|
|
};
|
|
|
|
})
|