haskell-yesod-static: update to version 1.4.0.2

This commit is contained in:
Peter Simons 2014-10-13 12:48:57 +02:00
parent 5d09e54eb7
commit 1e2eb8b5a5

View File

@ -3,29 +3,29 @@
{ cabal, async, attoparsec, base64Bytestring, blazeBuilder { cabal, async, attoparsec, base64Bytestring, blazeBuilder
, byteable, conduit, conduitExtra, cryptohash, cryptohashConduit , byteable, conduit, conduitExtra, cryptohash, cryptohashConduit
, cssText, dataDefault, fileEmbed, filepath, hashable, hjsmin , cssText, dataDefault, fileEmbed, filepath, hashable, hjsmin
, hspec, httpTypes, HUnit, mimeTypes, resourcet, shakespeareCss , hspec, httpTypes, HUnit, mimeTypes, resourcet, systemFileio
, systemFileio, systemFilepath, text, transformers, unixCompat , systemFilepath, text, transformers, unixCompat
, unorderedContainers, wai, waiAppStatic, waiExtra, waiTest , unorderedContainers, wai, waiAppStatic, waiExtra, yesodCore
, yesodCore, yesodTest , yesodTest
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "yesod-static"; pname = "yesod-static";
version = "1.2.4"; version = "1.4.0.2";
sha256 = "0r5bz1jmgjd7cmvhkp3ahgl610bssvgxxsvb626dvqz2vqc0061z"; sha256 = "0s5jx1hj6rsrsm36xzg8l21v5z2dbd6k63wihrz31rc3gan3wxj2";
buildDepends = [ buildDepends = [
async attoparsec base64Bytestring blazeBuilder byteable conduit async attoparsec base64Bytestring blazeBuilder byteable conduit
conduitExtra cryptohash cryptohashConduit cssText dataDefault conduitExtra cryptohash cryptohashConduit cssText dataDefault
fileEmbed filepath hashable hjsmin httpTypes mimeTypes resourcet fileEmbed filepath hashable hjsmin httpTypes mimeTypes resourcet
shakespeareCss systemFileio systemFilepath text transformers systemFileio systemFilepath text transformers unixCompat
unixCompat unorderedContainers wai waiAppStatic yesodCore unorderedContainers wai waiAppStatic yesodCore
]; ];
testDepends = [ testDepends = [
async base64Bytestring byteable conduit conduitExtra cryptohash async base64Bytestring byteable conduit conduitExtra cryptohash
cryptohashConduit dataDefault fileEmbed filepath hjsmin hspec cryptohashConduit dataDefault fileEmbed filepath hjsmin hspec
httpTypes HUnit mimeTypes resourcet shakespeareCss systemFileio httpTypes HUnit mimeTypes resourcet systemFileio systemFilepath
systemFilepath text transformers unixCompat unorderedContainers wai text transformers unixCompat unorderedContainers wai waiAppStatic
waiAppStatic waiExtra waiTest yesodCore yesodTest waiExtra yesodCore yesodTest
]; ];
doCheck = false; doCheck = false;
meta = { meta = {