haskell-html-conduit: New package, v0.1.0.2.
~~_-~,----.~-
~~-,' `.~-
,' |
/ | `.
,',' |`. |
`,','/'\ | | |
.'~`| |. .| |~`|'
: (`-') (`-') :
: `'~ ~~`' : "OMG! They killed html-conduit!"
: `' /^\ () : Let's see what we have left:
: ()`'~`' ,, :
: ,_--_--_. : yesod-test
`. '/ HTML! \` : |
`.'~\_---_/~` : wai-test
`._ _.'
| ~~~~~~~|
:.:.::.:::
: :"::"'
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-09-12 03:34:06 +00:00
|
|
|
{ cabal, conduit, filesystemConduit, resourcet, systemFilepath
|
|
|
|
, tagstreamConduit, text, transformers, xmlConduit, xmlTypes
|
|
|
|
}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "html-conduit";
|
2012-11-05 15:19:51 +00:00
|
|
|
version = "0.1.0.3";
|
|
|
|
sha256 = "002862if2i9r0ww4q0iapp0j745970pfcmfpi3ni64k41qfqapsn";
|
haskell-html-conduit: New package, v0.1.0.2.
~~_-~,----.~-
~~-,' `.~-
,' |
/ | `.
,',' |`. |
`,','/'\ | | |
.'~`| |. .| |~`|'
: (`-') (`-') :
: `'~ ~~`' : "OMG! They killed html-conduit!"
: `' /^\ () : Let's see what we have left:
: ()`'~`' ,, :
: ,_--_--_. : yesod-test
`. '/ HTML! \` : |
`.'~\_---_/~` : wai-test
`._ _.'
| ~~~~~~~|
:.:.::.:::
: :"::"'
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-09-12 03:34:06 +00:00
|
|
|
buildDepends = [
|
|
|
|
conduit filesystemConduit resourcet systemFilepath tagstreamConduit
|
|
|
|
text transformers xmlConduit xmlTypes
|
|
|
|
];
|
|
|
|
meta = {
|
|
|
|
homepage = "https://github.com/snoyberg/xml";
|
|
|
|
description = "Parse HTML documents using xml-conduit datatypes";
|
|
|
|
license = self.stdenv.lib.licenses.mit;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|