about summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/hxt-http/default.nix
blob: a351b68d3d4aa251a6d295b08d867414ba210437 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, HTTP, hxt, network, parsec }:

cabal.mkDerivation (self: {
  pname = "hxt-http";
  version = "9.1.5";
  sha256 = "172y08zx9q4qvdi7k9hg9qahp6qjs24r663il6fmynaw7szsiib9";
  buildDepends = [ HTTP hxt network parsec ];
  meta = {
    homepage = "http://www.fh-wedel.de/~si/HXmlToolbox/index.html";
    description = "Interface to native Haskell HTTP package HTTP";
    license = self.stdenv.lib.licenses.mit;
    platforms = self.ghc.meta.platforms;
  };
})