haskell-warp: update to version 3.0.0.6

This commit is contained in:
Peter Simons 2014-08-07 12:42:36 +02:00
parent d2957a7348
commit 91d649ff5c

View File

@ -1,22 +1,22 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually! # This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, async, blazeBuilder, caseInsensitive, doctest, hashable { cabal, async, autoUpdate, blazeBuilder, caseInsensitive, doctest
, hspec, HTTP, httpDate, httpTypes, HUnit, liftedBase, network , hashable, hspec, HTTP, httpDate, httpTypes, HUnit, liftedBase
, QuickCheck, simpleSendfile, streamingCommons, text, time , network, QuickCheck, simpleSendfile, streamingCommons, text, time
, transformers, unixCompat, void, wai , transformers, unixCompat, void, wai
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "warp"; pname = "warp";
version = "3.0.0.5"; version = "3.0.0.6";
sha256 = "1in9gnxb15np4vj47q6c07hr9iq2apbx0a1brkaqcmfq3c9wq9d5"; sha256 = "0085v0gnjr4yv4s341jyc8cf9l69rmj9rrnr6h2lyhq5hx1i1lw8";
buildDepends = [ buildDepends = [
blazeBuilder caseInsensitive hashable httpDate httpTypes network autoUpdate blazeBuilder caseInsensitive hashable httpDate httpTypes
simpleSendfile streamingCommons text unixCompat void wai network simpleSendfile streamingCommons text unixCompat void wai
]; ];
testDepends = [ testDepends = [
async blazeBuilder caseInsensitive doctest hashable hspec HTTP async autoUpdate blazeBuilder caseInsensitive doctest hashable
httpDate httpTypes HUnit liftedBase network QuickCheck hspec HTTP httpDate httpTypes HUnit liftedBase network QuickCheck
simpleSendfile streamingCommons text time transformers unixCompat simpleSendfile streamingCommons text time transformers unixCompat
void wai void wai
]; ];