summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/warp
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-02-18 11:11:16 +0100
committerPeter Simons <simons@cryp.to>2013-02-18 11:11:16 +0100
commit482e22c171c5e3cd0cc61530340aeaf59fa9e629 (patch)
tree7a15f0f43c2fcd01fa65084489d0883c4bd4da1c /pkgs/development/libraries/haskell/warp
parentbd30436125c2baa2e2be34fa725427e919ecd264 (diff)
downloadnixpkgs-482e22c171c5e3cd0cc61530340aeaf59fa9e629.tar
nixpkgs-482e22c171c5e3cd0cc61530340aeaf59fa9e629.tar.gz
nixpkgs-482e22c171c5e3cd0cc61530340aeaf59fa9e629.tar.bz2
nixpkgs-482e22c171c5e3cd0cc61530340aeaf59fa9e629.tar.lz
nixpkgs-482e22c171c5e3cd0cc61530340aeaf59fa9e629.tar.xz
nixpkgs-482e22c171c5e3cd0cc61530340aeaf59fa9e629.tar.zst
nixpkgs-482e22c171c5e3cd0cc61530340aeaf59fa9e629.zip
haskell-warp: update to version 1.3.7.3
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 dd6bf66b676..135d57f0024 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.7.2";
-  sha256 = "06cwc0lmzgna939svdw7v5s822safkfy3wd4n21f9ml20iskzqm6";
+  version = "1.3.7.3";
+  sha256 = "0k68dqnz0j9x5698sr2yqcxh1bd3ppv2qh2dn4919lrlpzn3xd93";
   buildDepends = [
     blazeBuilder blazeBuilderConduit caseInsensitive conduit hashable
     httpTypes liftedBase network networkConduit simpleSendfile