summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2012-03-05 17:52:24 +0000
committerPeter Simons <simons@cryp.to>2012-03-05 17:52:24 +0000
commitd5b26ac52fa28549e565198f1cef91d3c1bce9c6 (patch)
tree996de771ae340dd4fe8782a4b4d26191d013867b /pkgs
parent05d92999a09fdbcbe46791c87aaebaf52ae3e146 (diff)
downloadnixlib-d5b26ac52fa28549e565198f1cef91d3c1bce9c6.tar
nixlib-d5b26ac52fa28549e565198f1cef91d3c1bce9c6.tar.gz
nixlib-d5b26ac52fa28549e565198f1cef91d3c1bce9c6.tar.bz2
nixlib-d5b26ac52fa28549e565198f1cef91d3c1bce9c6.tar.lz
nixlib-d5b26ac52fa28549e565198f1cef91d3c1bce9c6.tar.xz
nixlib-d5b26ac52fa28549e565198f1cef91d3c1bce9c6.tar.zst
nixlib-d5b26ac52fa28549e565198f1cef91d3c1bce9c6.zip
haskell-happstack-server: updated to version 6.6.4
svn path=/nixpkgs/trunk/; revision=32800
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/haskell/happstack/happstack-server.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/happstack/happstack-server.nix b/pkgs/development/libraries/haskell/happstack/happstack-server.nix
index 77cf2cf00e54..c6cf467d1f66 100644
--- a/pkgs/development/libraries/haskell/happstack/happstack-server.nix
+++ b/pkgs/development/libraries/haskell/happstack/happstack-server.nix
@@ -6,8 +6,8 @@
 
 cabal.mkDerivation (self: {
   pname = "happstack-server";
-  version = "6.6.3";
-  sha256 = "0l1cv1syx1j8xvy5sjl6cj7l4zyizkmv6z8g038n8fwgsw130hm9";
+  version = "6.6.4";
+  sha256 = "1bdgazyrin7flfqi5ix8pp3ldisb101s4p8539h19xc8jw22x6sk";
   isLibrary = true;
   isExecutable = true;
   buildDepends = [