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

This commit is contained in:
Peter Simons 2013-12-10 11:03:13 +01:00
parent cd3a9434fe
commit 3242e0d495

View File

@ -1,18 +1,18 @@
{ cabal, base64Bytestring, blazeBuilder, blazeHtml, blazeMarkup
, cereal, cryptoApi, cryptoConduit, cryptohashCryptoapi, fileEmbed
, hspec, httpDate, httpTypes, mimeTypes, network, systemFileio
, systemFilepath, text, time, transformers, unixCompat
, unorderedContainers, wai, waiTest, zlib
, filepath, hspec, httpDate, httpTypes, mimeTypes, network
, systemFileio, systemFilepath, text, time, transformers
, unixCompat, unorderedContainers, wai, waiTest, zlib
}:
cabal.mkDerivation (self: {
pname = "wai-app-static";
version = "2.0.0";
sha256 = "0zbjwghkg4xsjfxq74s6c041mvkj168r8nhh946yz6n660bkisai";
version = "2.0.0.1";
sha256 = "0c02j61a62dpl9i736q8cv0b9kw17akkws7waqa4zcbad1wyiqps";
buildDepends = [
base64Bytestring blazeBuilder blazeHtml blazeMarkup cereal
cryptoApi cryptoConduit cryptohashCryptoapi fileEmbed httpDate
httpTypes mimeTypes systemFileio systemFilepath text time
cryptoApi cryptoConduit cryptohashCryptoapi fileEmbed filepath
httpDate httpTypes mimeTypes systemFileio systemFilepath text time
transformers unixCompat unorderedContainers wai zlib
];
testDepends = [