haskell-wai-app-static: update to version 2.0.0.5

This commit is contained in:
Peter Simons 2014-03-21 18:47:09 +01:00
parent fefc4a93b7
commit 61f395a760

View File

@ -1,19 +1,22 @@
{ cabal, base64Bytestring, blazeBuilder, blazeHtml, blazeMarkup { cabal, base64Bytestring, blazeBuilder, blazeHtml, blazeMarkup
, byteable, cryptohash, cryptohashConduit, fileEmbed, filepath , byteable, cmdargs, cryptohash, cryptohashConduit, fileEmbed
, hspec, httpDate, httpTypes, mimeTypes, network, systemFileio , filepath, hspec, httpDate, httpTypes, mimeTypes, network
, systemFilepath, text, time, transformers, unixCompat , systemFileio, systemFilepath, text, time, transformers
, unorderedContainers, wai, waiTest, zlib , unixCompat, unorderedContainers, wai, waiExtra, waiTest, warp
, zlib
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "wai-app-static"; pname = "wai-app-static";
version = "2.0.0.4"; version = "2.0.0.5";
sha256 = "1dk1s2q8w2rvknknw54ja2jhm1nayp8zpyis1zhgnl4yjgwr5kld"; sha256 = "0f18wwk0xrzbn9d6krjdcm71cyxl1pzzi5xqwzzc9xnq595m75wa";
isLibrary = true;
isExecutable = true;
buildDepends = [ buildDepends = [
base64Bytestring blazeBuilder blazeHtml blazeMarkup byteable base64Bytestring blazeBuilder blazeHtml blazeMarkup byteable
cryptohash cryptohashConduit fileEmbed filepath httpDate httpTypes cmdargs cryptohash cryptohashConduit fileEmbed filepath httpDate
mimeTypes systemFileio systemFilepath text time transformers httpTypes mimeTypes systemFileio systemFilepath text time
unixCompat unorderedContainers wai zlib transformers unixCompat unorderedContainers wai waiExtra warp zlib
]; ];
testDepends = [ testDepends = [
hspec httpDate httpTypes mimeTypes network text time transformers hspec httpDate httpTypes mimeTypes network text time transformers