19 lines
527 B
Nix
19 lines
527 B
Nix
# 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;
|
|
};
|
|
})
|