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