haskell-yesod-static: update to version 1.2.2.4
This commit is contained in:
parent
03d2b99537
commit
a540080b0c
@ -1,6 +1,6 @@
|
|||||||
{ cabal, async, base64Bytestring, byteable, conduit, cryptohash
|
{ cabal, async, base64Bytestring, byteable, conduit, conduitExtra
|
||||||
, cryptohashConduit, dataDefault, fileEmbed, filepath, hjsmin
|
, cryptohash, cryptohashConduit, dataDefault, fileEmbed, filepath
|
||||||
, hspec, httpTypes, HUnit, mimeTypes, processConduit, resourcet
|
, hjsmin, hspec, httpTypes, HUnit, mimeTypes, resourcet
|
||||||
, shakespeareCss, systemFileio, systemFilepath, text, transformers
|
, shakespeareCss, systemFileio, systemFilepath, text, transformers
|
||||||
, unixCompat, unorderedContainers, wai, waiAppStatic, waiTest
|
, unixCompat, unorderedContainers, wai, waiAppStatic, waiTest
|
||||||
, yesodCore, yesodTest
|
, yesodCore, yesodTest
|
||||||
@ -8,21 +8,21 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "yesod-static";
|
pname = "yesod-static";
|
||||||
version = "1.2.2.3";
|
version = "1.2.2.4";
|
||||||
sha256 = "1lxnrd2972yj3a56kz9giz15h2g9qh12pgylpsxhpvscf3xajwml";
|
sha256 = "1dpd175kd1yda2fs8zzs00j8nhdvzsgqywkkh934qz7zr7p1rawl";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
async base64Bytestring byteable conduit cryptohash
|
async base64Bytestring byteable conduit conduitExtra cryptohash
|
||||||
cryptohashConduit dataDefault fileEmbed filepath hjsmin httpTypes
|
cryptohashConduit dataDefault fileEmbed filepath hjsmin httpTypes
|
||||||
mimeTypes resourcet shakespeareCss systemFileio systemFilepath text
|
mimeTypes resourcet shakespeareCss systemFileio systemFilepath text
|
||||||
transformers unixCompat unorderedContainers wai waiAppStatic
|
transformers unixCompat unorderedContainers wai waiAppStatic
|
||||||
yesodCore
|
yesodCore
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
async base64Bytestring byteable conduit cryptohash
|
async base64Bytestring byteable conduit conduitExtra cryptohash
|
||||||
cryptohashConduit dataDefault fileEmbed filepath hjsmin hspec
|
cryptohashConduit dataDefault fileEmbed filepath hjsmin hspec
|
||||||
httpTypes HUnit mimeTypes processConduit resourcet shakespeareCss
|
httpTypes HUnit mimeTypes resourcet shakespeareCss systemFileio
|
||||||
systemFileio systemFilepath text transformers unixCompat
|
systemFilepath text transformers unixCompat unorderedContainers wai
|
||||||
unorderedContainers wai waiAppStatic waiTest yesodCore yesodTest
|
waiAppStatic waiTest yesodCore yesodTest
|
||||||
];
|
];
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user