summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/warp
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-10-14 08:47:50 +0200
committerPeter Simons <simons@cryp.to>2013-10-15 11:59:11 +0200
commit1811b175d64aea23fb9b8226193a0ccbb3d5b0dc (patch)
tree15e186bb382679df91451ec05ce972385a2c3f8d /pkgs/development/libraries/haskell/warp
parentc933c3114163a3a9b9b30d6becc1e1e6702101fd (diff)
downloadnixpkgs-1811b175d64aea23fb9b8226193a0ccbb3d5b0dc.tar
nixpkgs-1811b175d64aea23fb9b8226193a0ccbb3d5b0dc.tar.gz
nixpkgs-1811b175d64aea23fb9b8226193a0ccbb3d5b0dc.tar.bz2
nixpkgs-1811b175d64aea23fb9b8226193a0ccbb3d5b0dc.tar.lz
nixpkgs-1811b175d64aea23fb9b8226193a0ccbb3d5b0dc.tar.xz
nixpkgs-1811b175d64aea23fb9b8226193a0ccbb3d5b0dc.tar.zst
nixpkgs-1811b175d64aea23fb9b8226193a0ccbb3d5b0dc.zip
haskell-warp: update to version 1.3.10.1
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 c96e7bfd738..100dbbd7024 100644
--- a/pkgs/development/libraries/haskell/warp/default.nix
+++ b/pkgs/development/libraries/haskell/warp/default.nix
@@ -1,13 +1,13 @@
 { cabal, blazeBuilder, blazeBuilderConduit, caseInsensitive
-, conduit, hashable, hspec, httpAttoparsec, httpTypes, HUnit
+, conduit, hashable, hspec, HTTP, httpAttoparsec, httpTypes, HUnit
 , liftedBase, network, networkConduit, QuickCheck, simpleSendfile
 , transformers, unixCompat, void, wai
 }:
 
 cabal.mkDerivation (self: {
   pname = "warp";
-  version = "1.3.9.2";
-  sha256 = "0l4iq7dl7iv9sf0bj52g577x9i84miscfr27b2vm8g8n6306jr77";
+  version = "1.3.10.1";
+  sha256 = "1pi2x0gi4r6qy151a9gmfq223yiy53j7prj2pyn00cprr0m4mk2v";
   buildDepends = [
     blazeBuilder blazeBuilderConduit caseInsensitive conduit hashable
     httpAttoparsec httpTypes liftedBase network networkConduit
@@ -15,7 +15,7 @@ cabal.mkDerivation (self: {
   ];
   testDepends = [
     blazeBuilder blazeBuilderConduit caseInsensitive conduit hashable
-    hspec httpAttoparsec httpTypes HUnit liftedBase network
+    hspec HTTP httpAttoparsec httpTypes HUnit liftedBase network
     networkConduit QuickCheck simpleSendfile transformers unixCompat
     void wai
   ];