summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/HTTP/3001.1.5.nix
blob: b8ba3f27df62dcf24d61ac969f8a943aef7464fd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{cabal, mtl, network, parsec}:

cabal.mkDerivation (self : {
  pname = "HTTP";
  version = "3001.1.5";
  sha256 = "e34d9f979bafbbf2e45bf90a9ee9bfd291f3c67c291a250cc0a6378431578aeb";
  propagatedBuildInputs = [mtl network parsec];
  meta = {
    description = "a Haskell library for client-side HTTP";
  };
})