haskell-yesod-static: update to version 1.2.2.3

This commit is contained in:
Peter Simons 2014-03-27 13:18:00 +01:00
parent cbca108acd
commit 17d4b3da50

View File

@ -1,4 +1,4 @@
{ cabal, base64Bytestring, byteable, conduit, cryptohash { cabal, async, base64Bytestring, byteable, conduit, cryptohash
, cryptohashConduit, dataDefault, fileEmbed, filepath, hjsmin , cryptohashConduit, dataDefault, fileEmbed, filepath, hjsmin
, hspec, httpTypes, HUnit, mimeTypes, processConduit, resourcet , hspec, httpTypes, HUnit, mimeTypes, processConduit, resourcet
, shakespeareCss, systemFileio, systemFilepath, text, transformers , shakespeareCss, systemFileio, systemFilepath, text, transformers
@ -8,21 +8,21 @@
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "yesod-static"; pname = "yesod-static";
version = "1.2.2.2"; version = "1.2.2.3";
sha256 = "156qqd2v3z7wv75jsfscs9cvbg1cl1riqcrhycrqcmapjprr2r12"; sha256 = "1lxnrd2972yj3a56kz9giz15h2g9qh12pgylpsxhpvscf3xajwml";
buildDepends = [ buildDepends = [
base64Bytestring byteable conduit cryptohash cryptohashConduit async base64Bytestring byteable conduit cryptohash
dataDefault fileEmbed filepath hjsmin httpTypes mimeTypes cryptohashConduit dataDefault fileEmbed filepath hjsmin httpTypes
processConduit resourcet shakespeareCss systemFileio systemFilepath mimeTypes resourcet shakespeareCss systemFileio systemFilepath text
text transformers unixCompat unorderedContainers wai waiAppStatic transformers unixCompat unorderedContainers wai waiAppStatic
yesodCore yesodCore
]; ];
testDepends = [ testDepends = [
base64Bytestring byteable conduit cryptohash cryptohashConduit async base64Bytestring byteable conduit cryptohash
dataDefault fileEmbed filepath hjsmin hspec httpTypes HUnit cryptohashConduit dataDefault fileEmbed filepath hjsmin hspec
mimeTypes processConduit resourcet shakespeareCss systemFileio httpTypes HUnit mimeTypes processConduit resourcet shakespeareCss
systemFilepath text transformers unixCompat unorderedContainers wai systemFileio systemFilepath text transformers unixCompat
waiAppStatic waiTest yesodCore yesodTest unorderedContainers wai waiAppStatic waiTest yesodCore yesodTest
]; ];
doCheck = false; doCheck = false;
meta = { meta = {