Author: simons
Date: Mon Aug 29 20:27:47 2011
New Revision: 28894
URL: https://svn.nixos.org/websvn/nix/?rev=28894&sc=1
Log:
haskell-wai-app-static: updated to version 0.3.3
Modified:
nixpkgs/trunk/pkgs/development/libraries/haskell/wai-app-static/default.nix
Modified:
nixpkgs/trunk/pkgs/development/libraries/haskell/wai-app-static/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/libraries/haskell/wai-app-static/default.nix
Mon Aug 29 20:27:34 2011 (r28893)
+++ nixpkgs/trunk/pkgs/development/libraries/haskell/wai-app-static/default.nix
Mon Aug 29 20:27:47 2011 (r28894)
@@ -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;
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits