2014-07-14 12:21:41 +01: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-04-01 00:21:36 +01:00
|
|
|
|
2011-08-10 00:00:20 +01:00
|
|
|
cabal.mkDerivation (self: {
|
2011-04-01 00:21:36 +01:00
|
|
|
pname = "enumerator";
|
2013-10-13 09:14:30 +01:00
|
|
|
version = "0.4.20";
|
|
|
|
sha256 = "02a75dggj295zkhgjry5cb43s6y6ydpjb5w6vgl7kd9b6ma11qik";
|
2012-02-16 14:05:41 +00:00
|
|
|
buildDepends = [ text transformers ];
|
2011-04-01 00:21:36 +01:00
|
|
|
meta = {
|
2011-08-23 09:45:08 +01:00
|
|
|
homepage = "https://john-millikin.com/software/enumerator/";
|
2011-04-01 00:21:36 +01:00
|
|
|
description = "Reliable, high-performance processing with left-fold enumerators";
|
2011-08-07 20:33:21 +01:00
|
|
|
license = self.stdenv.lib.licenses.mit;
|
2011-08-09 10:54:50 +01:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2011-04-01 00:21:36 +01:00
|
|
|
};
|
|
|
|
})
|