about summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/xml-conduit/default.nix
blob: a6e0cdfa3b066bb09f56e2e62a5927815a0a5e84 (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
28
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, attoparsec, blazeBuilder, blazeHtml, blazeMarkup, conduit
, conduitExtra, dataDefault, deepseq, hspec, HUnit, monadControl
, resourcet, systemFilepath, text, transformers, xmlTypes
}:

cabal.mkDerivation (self: {
  pname = "xml-conduit";
  version = "1.2.3";
  sha256 = "1knwmvs9hczlknyi27hciy1xkn219s6niv3w7q0wkw6rxz2q555v";
  buildDepends = [
    attoparsec blazeBuilder blazeHtml blazeMarkup conduit conduitExtra
    dataDefault deepseq monadControl resourcet systemFilepath text
    transformers xmlTypes
  ];
  testDepends = [
    blazeMarkup conduit hspec HUnit resourcet text transformers
    xmlTypes
  ];
  jailbreak = true;
  meta = {
    homepage = "http://github.com/snoyberg/xml";
    description = "Pure-Haskell utilities for dealing with XML with the conduit package";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})