summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-05-23 16:00:33 +0200
committerPeter Simons <simons@cryp.to>2014-05-23 17:39:15 +0200
commit48810471c1e90224e664cb7df1564f9322d6efa1 (patch)
tree0dcc30874e10a9d2fb9adf205d38ff1bf1cea84e /pkgs/development
parenta8cfe984c3dc6ff06d4e5d64ca175e870acb6c4f (diff)
downloadnixlib-48810471c1e90224e664cb7df1564f9322d6efa1.tar
nixlib-48810471c1e90224e664cb7df1564f9322d6efa1.tar.gz
nixlib-48810471c1e90224e664cb7df1564f9322d6efa1.tar.bz2
nixlib-48810471c1e90224e664cb7df1564f9322d6efa1.tar.lz
nixlib-48810471c1e90224e664cb7df1564f9322d6efa1.tar.xz
nixlib-48810471c1e90224e664cb7df1564f9322d6efa1.tar.zst
nixlib-48810471c1e90224e664cb7df1564f9322d6efa1.zip
haskell-wai-handler-launch: update to version 2.0.1.3
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/haskell/wai-handler-launch/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/wai-handler-launch/default.nix b/pkgs/development/libraries/haskell/wai-handler-launch/default.nix
index 9be534725825..9d59fd68ed61 100644
--- a/pkgs/development/libraries/haskell/wai-handler-launch/default.nix
+++ b/pkgs/development/libraries/haskell/wai-handler-launch/default.nix
@@ -4,8 +4,8 @@
 
 cabal.mkDerivation (self: {
   pname = "wai-handler-launch";
-  version = "2.0.1.2";
-  sha256 = "1mcjxv4dkcc5rx1bj8zc5m2q2ifcdwhsl4x4fnrv1ir9kclzsm7q";
+  version = "2.0.1.3";
+  sha256 = "06im28x26jbzbdk9xz33kqvzblglk3b3b60qwal836hima69alsd";
   buildDepends = [
     blazeBuilder blazeBuilderConduit conduit conduitExtra httpTypes
     transformers wai warp zlibConduit