haskell-yesod-static: update to version 1.2.4
This commit is contained in:
parent
fa6fd66288
commit
5d54c13146
@ -3,14 +3,14 @@
|
|||||||
, cssText, dataDefault, fileEmbed, filepath, hashable, hjsmin
|
, cssText, dataDefault, fileEmbed, filepath, hashable, hjsmin
|
||||||
, hspec, httpTypes, HUnit, mimeTypes, resourcet, shakespeareCss
|
, hspec, httpTypes, HUnit, mimeTypes, resourcet, shakespeareCss
|
||||||
, systemFileio, systemFilepath, text, transformers, unixCompat
|
, systemFileio, systemFilepath, text, transformers, unixCompat
|
||||||
, unorderedContainers, wai, waiAppStatic, waiTest, yesodCore
|
, unorderedContainers, wai, waiAppStatic, waiExtra, waiTest
|
||||||
, yesodTest
|
, yesodCore, yesodTest
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "yesod-static";
|
pname = "yesod-static";
|
||||||
version = "1.2.3";
|
version = "1.2.4";
|
||||||
sha256 = "093lvg7pl71dfnr7qyfmp9r1m3bs64849k0dw4w2qb618y8wb9jh";
|
sha256 = "0r5bz1jmgjd7cmvhkp3ahgl610bssvgxxsvb626dvqz2vqc0061z";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
async attoparsec base64Bytestring blazeBuilder byteable conduit
|
async attoparsec base64Bytestring blazeBuilder byteable conduit
|
||||||
conduitExtra cryptohash cryptohashConduit cssText dataDefault
|
conduitExtra cryptohash cryptohashConduit cssText dataDefault
|
||||||
@ -23,7 +23,7 @@ cabal.mkDerivation (self: {
|
|||||||
cryptohashConduit dataDefault fileEmbed filepath hjsmin hspec
|
cryptohashConduit dataDefault fileEmbed filepath hjsmin hspec
|
||||||
httpTypes HUnit mimeTypes resourcet shakespeareCss systemFileio
|
httpTypes HUnit mimeTypes resourcet shakespeareCss systemFileio
|
||||||
systemFilepath text transformers unixCompat unorderedContainers wai
|
systemFilepath text transformers unixCompat unorderedContainers wai
|
||||||
waiAppStatic waiTest yesodCore yesodTest
|
waiAppStatic waiExtra waiTest yesodCore yesodTest
|
||||||
];
|
];
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
Reference in New Issue
Block a user