summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-01-09 16:52:03 +0100
committerPeter Simons <simons@cryp.to>2013-01-09 16:54:31 +0100
commitaeef9a1ed49257872a4bd34667e282004739ac60 (patch)
treea3433e33db03cd2e5d75c57dae913a8e25a93a0e /pkgs/development
parent65fe988502c9e60490bc0128f62e6a5bbff55450 (diff)
downloadnixpkgs-aeef9a1ed49257872a4bd34667e282004739ac60.tar
nixpkgs-aeef9a1ed49257872a4bd34667e282004739ac60.tar.gz
nixpkgs-aeef9a1ed49257872a4bd34667e282004739ac60.tar.bz2
nixpkgs-aeef9a1ed49257872a4bd34667e282004739ac60.tar.lz
nixpkgs-aeef9a1ed49257872a4bd34667e282004739ac60.tar.xz
nixpkgs-aeef9a1ed49257872a4bd34667e282004739ac60.tar.zst
nixpkgs-aeef9a1ed49257872a4bd34667e282004739ac60.zip
haskell-warp: update to version 1.3.7
Diffstat (limited to 'pkgs/development')
-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 0620fc7f88b..edd1dfd1992 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 = "1.3.6";
-  sha256 = "0aw5m7apj7l6fjb0w59bmgiy4j0rmdwjil4ppgp5qz2q2njqbbnj";
+  version = "1.3.7";
+  sha256 = "06648wqiwlcsvd41qdqdbgn1zcq890iq39zsxi24vf4s8q7jnzyf";
   buildDepends = [
     blazeBuilder blazeBuilderConduit caseInsensitive conduit hashable
     httpTypes liftedBase network networkConduit simpleSendfile