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

{ cabal, network }:

cabal.mkDerivation (self: {
  pname = "httpd-shed";
  version = "0.4.0.2";
  sha256 = "0w37ra59xhk6gqrxpk83m1wmm7mqygcg59y5nl00x279c77qzxj3";
  isLibrary = true;
  isExecutable = true;
  buildDepends = [ network ];
  jailbreak = true;
  meta = {
    description = "A simple web-server with an interact style API";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})