haskell-httpd-shed: update to version 0.4.0.3

This commit is contained in:
Peter Simons 2014-12-12 09:49:54 +01:00
parent 3c4b55207b
commit e68c05f5fb

View File

@ -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;
};
})