2014-07-14 13:21:41 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-06-10 20:33:46 +02:00
|
|
|
{ cabal, blazeBuilder, hspec, httpTypes, network, text, vault }:
|
2011-07-07 23:40:33 +02:00
|
|
|
|
2011-08-10 01:00:20 +02:00
|
|
|
cabal.mkDerivation (self: {
|
2011-07-07 23:40:33 +02:00
|
|
|
pname = "wai";
|
2014-10-13 13:03:52 +02:00
|
|
|
version = "3.0.2";
|
|
|
|
sha256 = "0k67yzr05d6vjwqamnzzggk1mlj9wabqrm26dqbrrc40jj3kddgw";
|
2014-06-10 20:33:46 +02:00
|
|
|
buildDepends = [ blazeBuilder httpTypes network text vault ];
|
|
|
|
testDepends = [ blazeBuilder hspec ];
|
2011-07-07 23:40:33 +02:00
|
|
|
meta = {
|
2011-09-11 12:33:56 +02:00
|
|
|
homepage = "https://github.com/yesodweb/wai";
|
2011-08-11 15:03:51 +02:00
|
|
|
description = "Web Application Interface";
|
2012-04-09 14:37:39 +02:00
|
|
|
license = self.stdenv.lib.licenses.mit;
|
2011-08-09 11:54:50 +02:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2011-07-07 23:40:33 +02:00
|
|
|
};
|
|
|
|
})
|