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

This commit is contained in:
Peter Simons 2012-08-09 12:10:53 +02:00
parent 34af15ebe0
commit 34e0642359

View file

@ -1,15 +1,17 @@
{ cabal, base64Bytestring, blazeBuilder, blazeHtml, cryptohash { cabal, base64Bytestring, blazeBuilder, blazeHtml, blazeMarkup
, fileEmbed, httpDate, httpTypes, text, time, transformers , cereal, cryptoConduit, cryptohash, fileEmbed, httpDate, httpTypes
, mimeTypes, systemFileio, systemFilepath, text, time, transformers
, unixCompat, wai , unixCompat, wai
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "wai-app-static"; pname = "wai-app-static";
version = "1.2.0.4"; version = "1.3.0";
sha256 = "06j9k93kzzzqznp61kwclvnnfas77jry4x93r5jn5n22198szcyi"; sha256 = "1xsjq0xip9anbd4cpami8w6d2p0pdp375hzw1jx6pvajjmkjksqn";
buildDepends = [ buildDepends = [
base64Bytestring blazeBuilder blazeHtml cryptohash fileEmbed base64Bytestring blazeBuilder blazeHtml blazeMarkup cereal
httpDate httpTypes text time transformers unixCompat wai cryptoConduit cryptohash fileEmbed httpDate httpTypes mimeTypes
systemFileio systemFilepath text time transformers unixCompat wai
]; ];
meta = { meta = {
homepage = "http://www.yesodweb.com/book/wai"; homepage = "http://www.yesodweb.com/book/wai";