haskell-httpd-shed: update to version 0.4.0.3
This commit is contained in:
parent
3c4b55207b
commit
e68c05f5fb
@ -1,19 +1,18 @@
|
||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal, network }:
|
||||
{ cabal, network, networkUri }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "httpd-shed";
|
||||
version = "0.4.0.2";
|
||||
sha256 = "0w37ra59xhk6gqrxpk83m1wmm7mqygcg59y5nl00x279c77qzxj3";
|
||||
version = "0.4.0.3";
|
||||
sha256 = "064jy1mqhnf1hvq6s04wlhmp916rd522x58djb9qixv13vc8gzxh";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [ network ];
|
||||
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;
|
||||
broken = true;
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user