18250b97ae
had added him earlier.
18 lines
581 B
Nix
18 lines
581 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, blazeBuilder, hspec, httpTypes, network, text, vault }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "wai";
|
|
version = "3.0.1.1";
|
|
sha256 = "04dka0mgqckzhvmz8m9gqvk5qq79g23q8wx40v42fwhkwwy7f8i0";
|
|
buildDepends = [ blazeBuilder httpTypes network text vault ];
|
|
testDepends = [ blazeBuilder hspec ];
|
|
meta = {
|
|
homepage = "https://github.com/yesodweb/wai";
|
|
description = "Web Application Interface";
|
|
license = self.stdenv.lib.licenses.mit;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|