summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/markdown/default.nix
blob: 746bd1c748469d72819e7fba1ae786191dc9cc8a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# 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";
  version = "0.1.9";
  sha256 = "1bl86alrbl9i690sbqqlxb4hkdd0lv3x5aqc8zi55q9h0rfsi06l";
  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 ];
  };
})