summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/warp
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-04-09 12:13:54 +0200
committerPeter Simons <simons@cryp.to>2014-04-09 13:33:30 +0200
commitcde2e2839ac17c29dab2cb6890124516f06e3c45 (patch)
tree0d665c9366bc42870dfd178458c973d1393bfae4 /pkgs/development/libraries/haskell/warp
parentb67feb09902605d527f2e9b25fff883ee66c6216 (diff)
downloadnixpkgs-cde2e2839ac17c29dab2cb6890124516f06e3c45.tar
nixpkgs-cde2e2839ac17c29dab2cb6890124516f06e3c45.tar.gz
nixpkgs-cde2e2839ac17c29dab2cb6890124516f06e3c45.tar.bz2
nixpkgs-cde2e2839ac17c29dab2cb6890124516f06e3c45.tar.lz
nixpkgs-cde2e2839ac17c29dab2cb6890124516f06e3c45.tar.xz
nixpkgs-cde2e2839ac17c29dab2cb6890124516f06e3c45.tar.zst
nixpkgs-cde2e2839ac17c29dab2cb6890124516f06e3c45.zip
haskell-warp: update to version 2.1.4
Diffstat (limited to 'pkgs/development/libraries/haskell/warp')
-rw-r--r--pkgs/development/libraries/haskell/warp/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/libraries/haskell/warp/default.nix b/pkgs/development/libraries/haskell/warp/default.nix
index c67ea5c25e0..75ccd0e6f5d 100644
--- a/pkgs/development/libraries/haskell/warp/default.nix
+++ b/pkgs/development/libraries/haskell/warp/default.nix
@@ -1,4 +1,4 @@
-{ cabal, blazeBuilder, blazeBuilderConduit, caseInsensitive
+{ cabal, async, blazeBuilder, blazeBuilderConduit, caseInsensitive
 , conduit, conduitExtra, doctest, hashable, hspec, HTTP, httpDate
 , httpTypes, HUnit, liftedBase, network, networkConduit, QuickCheck
 , simpleSendfile, streamingCommons, text, time, transformers
@@ -7,8 +7,8 @@
 
 cabal.mkDerivation (self: {
   pname = "warp";
-  version = "2.1.3.3";
-  sha256 = "1dbarrjb6y4cbc1dc265b008b6d5qziqnikdbnbdlrwfzr97cz23";
+  version = "2.1.4";
+  sha256 = "090xbjqwj8wzxiaal2jdsk7dbqv07c1cw32w7v8xxi2dkvv6nwbb";
   buildDepends = [
     blazeBuilder blazeBuilderConduit caseInsensitive conduit
     conduitExtra hashable httpDate httpTypes liftedBase network
@@ -16,7 +16,7 @@ cabal.mkDerivation (self: {
     unixCompat void wai
   ];
   testDepends = [
-    blazeBuilder blazeBuilderConduit caseInsensitive conduit
+    async blazeBuilder blazeBuilderConduit caseInsensitive conduit
     conduitExtra doctest hashable hspec HTTP httpDate httpTypes HUnit
     liftedBase network networkConduit QuickCheck simpleSendfile
     streamingCommons text time transformers unixCompat void wai