2014-08-27 13:49:55 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
|
|
|
{ cabal, attoparsec, blazeHtml, conduit, conduitExtra, dataDefault
|
|
|
|
, hspec, systemFileio, systemFilepath, text, transformers
|
|
|
|
, xssSanitize
|
|
|
|
}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "markdown";
|
2014-09-19 13:25:24 +02:00
|
|
|
version = "0.1.11";
|
|
|
|
sha256 = "1v5bqwzh0v17ylgnbl16bw4n9shyrff7nabwnzzhs2wmqp85n3js";
|
2014-08-27 13:49:55 +02:00
|
|
|
buildDepends = [
|
|
|
|
attoparsec blazeHtml conduit conduitExtra dataDefault text
|
|
|
|
transformers xssSanitize
|
|
|
|
];
|
|
|
|
testDepends = [
|
|
|
|
blazeHtml conduit conduitExtra hspec systemFileio systemFilepath
|
|
|
|
text transformers
|
|
|
|
];
|
|
|
|
meta = {
|
|
|
|
homepage = "https://github.com/snoyberg/markdown";
|
|
|
|
description = "Convert Markdown to HTML, with XSS protection";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
|
|
|
|
};
|
|
|
|
})
|