summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/warp
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-01-14 12:28:35 +0100
committerPeter Simons <simons@cryp.to>2014-01-14 21:23:39 +0100
commitc633abf544a7b325f553aea56087451b1e853b8a (patch)
tree17c83f66aa414a21e97c8ed90b3c5bc35b479beb /pkgs/development/libraries/haskell/warp
parentfb62dfde76ff26f46f0c52782ea1e7e385ece03e (diff)
downloadnixpkgs-c633abf544a7b325f553aea56087451b1e853b8a.tar
nixpkgs-c633abf544a7b325f553aea56087451b1e853b8a.tar.gz
nixpkgs-c633abf544a7b325f553aea56087451b1e853b8a.tar.bz2
nixpkgs-c633abf544a7b325f553aea56087451b1e853b8a.tar.lz
nixpkgs-c633abf544a7b325f553aea56087451b1e853b8a.tar.xz
nixpkgs-c633abf544a7b325f553aea56087451b1e853b8a.tar.zst
nixpkgs-c633abf544a7b325f553aea56087451b1e853b8a.zip
haskell-warp: update to version 2.0.2
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 04fb88de0d6..8086ba20ca0 100644
--- a/pkgs/development/libraries/haskell/warp/default.nix
+++ b/pkgs/development/libraries/haskell/warp/default.nix
@@ -6,8 +6,8 @@
 
 cabal.mkDerivation (self: {
   pname = "warp";
-  version = "2.0.1";
-  sha256 = "1sgsiw75xm3b1bv0cnpkx6vn6k0r1an3c94xw5bab4h7blb9jk4a";
+  version = "2.0.2";
+  sha256 = "1v28kfs311kr7n4hraqh5dzhw2gy0da2rp30732adivy9aj9grl9";
   buildDepends = [
     blazeBuilder blazeBuilderConduit caseInsensitive conduit hashable
     httpAttoparsec httpDate httpTypes liftedBase network networkConduit