haskell-warp: updated to version 0.4.6.1
svn path=/nixpkgs/trunk/; revision=30600
This commit is contained in:
parent
e505446635
commit
6aac906e03
@ -5,14 +5,14 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "warp";
|
pname = "warp";
|
||||||
version = "0.4.5";
|
version = "0.4.6.1";
|
||||||
sha256 = "0ql9a7qa6ivsvgr66hgj6bs8c3y8rr320kk1cxq9qbpi00gy5j8b";
|
sha256 = "0gybcxfg619nws0j3ybimd8qg2knb1byk8cpcsdligp4yifp4qwd";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
blazeBuilder blazeBuilderEnumerator caseInsensitive enumerator
|
blazeBuilder blazeBuilderEnumerator caseInsensitive enumerator
|
||||||
httpTypes network simpleSendfile transformers unixCompat wai
|
httpTypes network simpleSendfile transformers unixCompat wai
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/snoyberg/warp";
|
homepage = "http://github.com/yesodweb/wai";
|
||||||
description = "A fast, light-weight web server for WAI applications";
|
description = "A fast, light-weight web server for WAI applications";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user