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, attoparsec, enumerator, text }:
|
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 = "attoparsec-enumerator";
|
2014-06-03 09:34:32 +00:00
|
|
|
version = "0.3.3";
|
|
|
|
sha256 = "0z57bbw97v92dkjp57zj9nfzsdas2n1qfw472k1aa84iqb6hbw9w";
|
2012-02-16 14:05:41 +00:00
|
|
|
buildDepends = [ attoparsec enumerator text ];
|
2011-03-31 23:21:36 +00:00
|
|
|
meta = {
|
2011-12-02 11:46:56 +00:00
|
|
|
homepage = "https://john-millikin.com/software/attoparsec-enumerator/";
|
|
|
|
description = "Pass input from an enumerator to an Attoparsec parser";
|
2011-08-09 23:00:20 +00:00
|
|
|
license = self.stdenv.lib.licenses.mit;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2011-03-31 23:21:36 +00:00
|
|
|
};
|
|
|
|
})
|