summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/httpd-shed/default.nix
blob: 4a4334be7328dddb40fa1e9baf154a7e22eb800e (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, networkUri }:

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