2014-07-14 04:21:41 -07:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-02-02 11:16:08 -08:00
|
|
|
{ cabal, pipes, transformers }:
|
2013-06-04 02:57:21 -07:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "pipes-parse";
|
2014-05-23 07:00:21 -07:00
|
|
|
version = "3.0.2";
|
|
|
|
sha256 = "1d5lhh8knk0hmvd9wv2ihs5z9ybyvhd1n7qaazqkazqkyl14pd08";
|
2014-02-02 11:16:08 -08:00
|
|
|
buildDepends = [ pipes transformers ];
|
2013-06-04 02:57:21 -07:00
|
|
|
meta = {
|
|
|
|
description = "Parsing infrastructure for the pipes ecosystem";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2013-09-08 04:40:37 -07:00
|
|
|
maintainers = [ self.stdenv.lib.maintainers.ocharles ];
|
2013-06-04 02:57:21 -07:00
|
|
|
};
|
|
|
|
})
|