summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-02-18 12:06:08 +0100
committerPeter Simons <simons@cryp.to>2014-02-18 19:56:13 +0100
commite68b54eda89eef7aeede125130e793c430ba83d0 (patch)
tree953bca11067b168bb1686a026157234ae32adc2a
parentcba685279d0487805fd5c9c81b3e8b3d1d207087 (diff)
haskell-warp: update to version 2.0.3.2
-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 84f653cde168..d3c1bdbd4c7e 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.3.1";
- sha256 = "0rbl9p1kdgvya2ah2bpaqfv73hlvhsd46nk5f5wgx244pm714kc5";
+ version = "2.0.3.2";
+ sha256 = "1aapwhgqn693cvdhj4zafyww2xrpjn8wzdgrwxz8k6mq0f2lh599";
buildDepends = [
blazeBuilder blazeBuilderConduit caseInsensitive conduit hashable
httpDate httpTypes liftedBase network networkConduit simpleSendfile