2014-07-14 04:21:41 -07:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2012-02-16 06:05:41 -08:00
|
|
|
{ cabal, attoparsec, enumerator, text }:
|
2011-03-31 16:21:36 -07:00
|
|
|
|
2011-08-09 16:00:20 -07:00
|
|
|
cabal.mkDerivation (self: {
|
2011-03-31 16:21:36 -07:00
|
|
|
pname = "attoparsec-enumerator";
|
2014-06-03 02:34:32 -07:00
|
|
|
version = "0.3.3";
|
|
|
|
sha256 = "0z57bbw97v92dkjp57zj9nfzsdas2n1qfw472k1aa84iqb6hbw9w";
|
2012-02-16 06:05:41 -08:00
|
|
|
buildDepends = [ attoparsec enumerator text ];
|
2011-03-31 16:21:36 -07:00
|
|
|
meta = {
|
2011-12-02 03:46:56 -08:00
|
|
|
homepage = "https://john-millikin.com/software/attoparsec-enumerator/";
|
|
|
|
description = "Pass input from an enumerator to an Attoparsec parser";
|
2011-08-09 16:00:20 -07:00
|
|
|
license = self.stdenv.lib.licenses.mit;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2011-03-31 16:21:36 -07:00
|
|
|
};
|
|
|
|
})
|