haskell-yesod-static: update to version 1.1.0

This commit is contained in:
Peter Simons 2012-08-09 12:10:54 +02:00
parent 55dc4972cb
commit 4d67ae81f5

View File

@ -1,15 +1,16 @@
{ cabal, base64Bytestring, cereal, conduit, cryptoConduit
, cryptohash, fileEmbed, httpTypes, text, transformers, unixCompat
, wai, waiAppStatic, yesodCore
, cryptohash, fileEmbed, httpTypes, systemFilepath, text
, transformers, unixCompat, wai, waiAppStatic, yesodCore
}:
cabal.mkDerivation (self: {
pname = "yesod-static";
version = "1.0.0.3";
sha256 = "1nl7cf8yw5akldlrkamnkbypwnj7g1pjkx7nkmlc38jbx58izf5d";
version = "1.1.0";
sha256 = "07aynfgr5hbm98yimlbw9scph387rkxh4mdij4is1mcv2rdhvhxm";
buildDepends = [
base64Bytestring cereal conduit cryptoConduit cryptohash fileEmbed
httpTypes text transformers unixCompat wai waiAppStatic yesodCore
httpTypes systemFilepath text transformers unixCompat wai
waiAppStatic yesodCore
];
meta = {
homepage = "http://www.yesodweb.com/";