summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2011-10-03 20:21:31 +0000
committerPeter Simons <simons@cryp.to>2011-10-03 20:21:31 +0000
commit717d0a154df9c6ae4a260937341e78e770be8416 (patch)
treecb07ea8be823ecb60b7a5750d52a220e32d83567 /pkgs
parent8855e4e69bb8fda84e4ce11bba85566c0945a90a (diff)
downloadnixpkgs-717d0a154df9c6ae4a260937341e78e770be8416.tar
nixpkgs-717d0a154df9c6ae4a260937341e78e770be8416.tar.gz
nixpkgs-717d0a154df9c6ae4a260937341e78e770be8416.tar.bz2
nixpkgs-717d0a154df9c6ae4a260937341e78e770be8416.tar.lz
nixpkgs-717d0a154df9c6ae4a260937341e78e770be8416.tar.xz
nixpkgs-717d0a154df9c6ae4a260937341e78e770be8416.tar.zst
nixpkgs-717d0a154df9c6ae4a260937341e78e770be8416.zip
haskell-wai-app-static: updated to version 0.3.4
svn path=/nixpkgs/trunk/; revision=29615
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/haskell/wai-app-static/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/wai-app-static/default.nix b/pkgs/development/libraries/haskell/wai-app-static/default.nix
index 3fa0595bc13..2ef32922346 100644
--- a/pkgs/development/libraries/haskell/wai-app-static/default.nix
+++ b/pkgs/development/libraries/haskell/wai-app-static/default.nix
@@ -5,8 +5,8 @@
 
 cabal.mkDerivation (self: {
   pname = "wai-app-static";
-  version = "0.3.3";
-  sha256 = "04b4cw93agw136xjh9rssiw96vz3kxji7zh209brwfnwh13bra17";
+  version = "0.3.4";
+  sha256 = "0jxlm0qfv59c3q6ngvr94rzrn01byfn3wak208ws18xhk14cv058";
   buildDepends = [
     base64Bytestring blazeBuilder blazeHtml cryptohash fileEmbed
     httpDate httpTypes text time transformers unixCompat wai