haskell-wai-app-static: updated to version 0.3.3

svn path=/nixpkgs/trunk/; revision=28894
This commit is contained in:
Peter Simons 2011-08-29 20:27:47 +00:00
parent 42a21dc8d6
commit 9c0c9b9ba4

View file

@ -1,17 +1,18 @@
{ cabal, blazeBuilder, blazeHtml, fileEmbed, httpTypes, text, time
, transformers, unixCompat, wai
{ cabal, base64Bytestring, blazeBuilder, blazeHtml, cryptohash
, fileEmbed, httpDate, httpTypes, text, time, transformers
, unixCompat, wai
}:
cabal.mkDerivation (self: {
pname = "wai-app-static";
version = "0.1.0";
sha256 = "0k9pl1kanrb2pqp1bs5s1lxb7ayq2ddf2cxi5q2v9yq22s229xln";
version = "0.3.3";
sha256 = "04b4cw93agw136xjh9rssiw96vz3kxji7zh209brwfnwh13bra17";
buildDepends = [
blazeBuilder blazeHtml fileEmbed httpTypes text time transformers
unixCompat wai
base64Bytestring blazeBuilder blazeHtml cryptohash fileEmbed
httpDate httpTypes text time transformers unixCompat wai
];
meta = {
homepage = "http://www.yesodweb.com/";
homepage = "http://www.yesodweb.com/book/wai";
description = "WAI application for static serving";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;