summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/warp
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-08-16 17:27:23 +0200
committerPeter Simons <simons@cryp.to>2014-08-17 00:20:13 +0200
commit598cc032d461ac440321b58d3884230f86fe1eca (patch)
treed8b08f74bcf8356926c5ac60e3338a4dc04e3c8d /pkgs/development/libraries/haskell/warp
parente6628b04e607873ba087d30c9f4c04cefe8410b0 (diff)
downloadnixpkgs-598cc032d461ac440321b58d3884230f86fe1eca.tar
nixpkgs-598cc032d461ac440321b58d3884230f86fe1eca.tar.gz
nixpkgs-598cc032d461ac440321b58d3884230f86fe1eca.tar.bz2
nixpkgs-598cc032d461ac440321b58d3884230f86fe1eca.tar.lz
nixpkgs-598cc032d461ac440321b58d3884230f86fe1eca.tar.xz
nixpkgs-598cc032d461ac440321b58d3884230f86fe1eca.tar.zst
nixpkgs-598cc032d461ac440321b58d3884230f86fe1eca.zip
haskell-warp: update to version 3.0.0.8
Diffstat (limited to 'pkgs/development/libraries/haskell/warp')
-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 703a7cf907a..56d561ea729 100644
--- a/pkgs/development/libraries/haskell/warp/default.nix
+++ b/pkgs/development/libraries/haskell/warp/default.nix
@@ -8,8 +8,8 @@
 
 cabal.mkDerivation (self: {
   pname = "warp";
-  version = "3.0.0.7";
-  sha256 = "16zsad273lz49lac00pwg701lyr70kv4cwmk258szhmnjvkcnbb7";
+  version = "3.0.0.8";
+  sha256 = "0fqv3hch1dd2n0r8gzhgcs3i1v20aysniml7wnj10zsmz048hrk8";
   buildDepends = [
     autoUpdate blazeBuilder caseInsensitive hashable httpDate httpTypes
     network simpleSendfile streamingCommons text unixCompat void wai