haskell-wai: updated to version 0.4.2
svn path=/nixpkgs/trunk/; revision=29173
This commit is contained in:
parent
e85eca5f8d
commit
06a51a4a46
@ -4,13 +4,13 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "wai";
|
pname = "wai";
|
||||||
version = "0.4.1";
|
version = "0.4.2";
|
||||||
sha256 = "089i9qj7vban1qdrdpx836c31yakg3l3lx7y36h56livy6n37k72";
|
sha256 = "18w4wzryyqcqqihwckbz92smkqhhxh3lmi0kgxkcgivyzvhd2jqy";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
blazeBuilder enumerator httpTypes network text transformers
|
blazeBuilder enumerator httpTypes network text transformers
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/snoyberg/wai";
|
homepage = "https://github.com/yesodweb/wai";
|
||||||
description = "Web Application Interface";
|
description = "Web Application Interface";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
Loading…
Reference in New Issue
Block a user