haskell-yesod-static: update to version 1.2.2.4

This commit is contained in:
Peter Simons 2014-03-30 22:07:26 +02:00
parent 03d2b99537
commit a540080b0c

View file

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