haskell-yesod-static: update to version 1.2.2.2
This commit is contained in:
parent
8cb764ea6a
commit
cb52531d53
@ -1,5 +1,5 @@
|
|||||||
{ cabal, base64Bytestring, cereal, conduit, cryptoConduit
|
{ cabal, base64Bytestring, byteable, conduit, cryptohash
|
||||||
, cryptohashCryptoapi, 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
|
||||||
, unixCompat, unorderedContainers, wai, waiAppStatic, waiTest
|
, unixCompat, unorderedContainers, wai, waiAppStatic, waiTest
|
||||||
@ -8,17 +8,17 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "yesod-static";
|
pname = "yesod-static";
|
||||||
version = "1.2.2.1";
|
version = "1.2.2.2";
|
||||||
sha256 = "1dsr3gv6hf42islw2018y4yajvkd9j627fkdlz45309cyjns55jg";
|
sha256 = "156qqd2v3z7wv75jsfscs9cvbg1cl1riqcrhycrqcmapjprr2r12";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
base64Bytestring cereal conduit cryptoConduit cryptohashCryptoapi
|
base64Bytestring byteable conduit cryptohash cryptohashConduit
|
||||||
dataDefault fileEmbed filepath hjsmin httpTypes mimeTypes
|
dataDefault fileEmbed filepath hjsmin httpTypes mimeTypes
|
||||||
processConduit resourcet shakespeareCss systemFileio systemFilepath
|
processConduit resourcet shakespeareCss systemFileio systemFilepath
|
||||||
text transformers unixCompat unorderedContainers wai waiAppStatic
|
text transformers unixCompat unorderedContainers wai waiAppStatic
|
||||||
yesodCore
|
yesodCore
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
base64Bytestring cereal conduit cryptoConduit cryptohashCryptoapi
|
base64Bytestring byteable conduit cryptohash cryptohashConduit
|
||||||
dataDefault fileEmbed filepath hjsmin hspec httpTypes HUnit
|
dataDefault fileEmbed filepath hjsmin hspec httpTypes HUnit
|
||||||
mimeTypes processConduit resourcet shakespeareCss systemFileio
|
mimeTypes processConduit resourcet shakespeareCss systemFileio
|
||||||
systemFilepath text transformers unixCompat unorderedContainers wai
|
systemFilepath text transformers unixCompat unorderedContainers wai
|
||||||
|
Loading…
x
Reference in New Issue
Block a user