haskell-wai-app-static: updated to version 0.3.3
svn path=/nixpkgs/trunk/; revision=28894
This commit is contained in:
parent
42a21dc8d6
commit
9c0c9b9ba4
@ -1,17 +1,18 @@
|
|||||||
{ cabal, blazeBuilder, blazeHtml, fileEmbed, httpTypes, text, time
|
{ cabal, base64Bytestring, blazeBuilder, blazeHtml, cryptohash
|
||||||
, transformers, unixCompat, wai
|
, fileEmbed, httpDate, httpTypes, text, time, transformers
|
||||||
|
, unixCompat, wai
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "wai-app-static";
|
pname = "wai-app-static";
|
||||||
version = "0.1.0";
|
version = "0.3.3";
|
||||||
sha256 = "0k9pl1kanrb2pqp1bs5s1lxb7ayq2ddf2cxi5q2v9yq22s229xln";
|
sha256 = "04b4cw93agw136xjh9rssiw96vz3kxji7zh209brwfnwh13bra17";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
blazeBuilder blazeHtml fileEmbed httpTypes text time transformers
|
base64Bytestring blazeBuilder blazeHtml cryptohash fileEmbed
|
||||||
unixCompat wai
|
httpDate httpTypes text time transformers unixCompat wai
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.yesodweb.com/";
|
homepage = "http://www.yesodweb.com/book/wai";
|
||||||
description = "WAI application for static serving";
|
description = "WAI application for static serving";
|
||||||
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