about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2011-08-19 11:22:30 +0000
committerPeter Simons <simons@cryp.to>2011-08-19 11:22:30 +0000
commit3a885c86c7a3e70b8f0cf8b961f315e7ce1479d4 (patch)
tree00690f3e001bfe474b5f705ba245081ef8b95d96 /pkgs
parentb46e8c70ef61935ff521a1764b98263b846d61f0 (diff)
downloadnixlib-3a885c86c7a3e70b8f0cf8b961f315e7ce1479d4.tar
nixlib-3a885c86c7a3e70b8f0cf8b961f315e7ce1479d4.tar.gz
nixlib-3a885c86c7a3e70b8f0cf8b961f315e7ce1479d4.tar.bz2
nixlib-3a885c86c7a3e70b8f0cf8b961f315e7ce1479d4.tar.lz
nixlib-3a885c86c7a3e70b8f0cf8b961f315e7ce1479d4.tar.xz
nixlib-3a885c86c7a3e70b8f0cf8b961f315e7ce1479d4.tar.zst
nixlib-3a885c86c7a3e70b8f0cf8b961f315e7ce1479d4.zip
haskell-warp: updated to version 0.4.3.1
svn path=/nixpkgs/trunk/; revision=28678
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/haskell/warp/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/warp/default.nix b/pkgs/development/libraries/haskell/warp/default.nix
index 31297e10d068..50c046b89754 100644
--- a/pkgs/development/libraries/haskell/warp/default.nix
+++ b/pkgs/development/libraries/haskell/warp/default.nix
@@ -5,8 +5,8 @@
 
 cabal.mkDerivation (self: {
   pname = "warp";
-  version = "0.4.3";
-  sha256 = "1g1fyys4j5cd2lp8818060i970f6fpxnjgyvb5m4r9asn7p1z4yc";
+  version = "0.4.3.1";
+  sha256 = "19cj4jhl647gyy6nl3x2vi6v4g0y9q3w5a5lxvvfnfwgmcqnq3lk";
   buildDepends = [
     blazeBuilder blazeBuilderEnumerator caseInsensitive enumerator
     httpTypes network simpleSendfile transformers unixCompat wai