haskell-yesod-static: update to version 1.2.0

This commit is contained in:
Peter Simons 2013-05-30 11:01:50 +02:00
parent 0f2e38e54a
commit b39fb32d6e

View File

@ -1,21 +1,24 @@
{ cabal, base64Bytestring, cereal, conduit, cryptoConduit { cabal, base64Bytestring, cereal, conduit, cryptoConduit
, cryptohash, fileEmbed, hspec, httpTypes, systemFilepath, text , cryptohash, dataDefault, fileEmbed, hspec, httpTypes
, transformers, unixCompat, wai, waiAppStatic, yesodCore , shakespeareCss, systemFileio, systemFilepath, text, transformers
, unixCompat, wai, waiAppStatic, yesodCore
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "yesod-static"; pname = "yesod-static";
version = "1.1.2.3"; version = "1.2.0";
sha256 = "15wk7kpr5xdxia07wyx7msfdlyafqn2pkkrzzdfqvij972n17xmh"; sha256 = "18fkphk8qzshm5r0ivdvllmbmvl5q6m84zsf1g0fmridqz2xywjz";
buildDepends = [ buildDepends = [
base64Bytestring cereal conduit cryptoConduit cryptohash fileEmbed base64Bytestring cereal conduit cryptoConduit cryptohash
httpTypes systemFilepath text transformers unixCompat wai dataDefault fileEmbed httpTypes shakespeareCss systemFileio
waiAppStatic yesodCore systemFilepath text transformers unixCompat wai waiAppStatic
yesodCore
]; ];
testDepends = [ testDepends = [
base64Bytestring cereal conduit cryptoConduit cryptohash fileEmbed base64Bytestring cereal conduit cryptoConduit cryptohash
hspec httpTypes systemFilepath text transformers unixCompat wai dataDefault fileEmbed hspec httpTypes shakespeareCss systemFileio
waiAppStatic yesodCore systemFilepath text transformers unixCompat wai waiAppStatic
yesodCore
]; ];
meta = { meta = {
homepage = "http://www.yesodweb.com/"; homepage = "http://www.yesodweb.com/";