haskell-yesod-static: update to version 1.2.3
This commit is contained in:
parent
5034c2b1f9
commit
06d91b1f0e
@ -1,21 +1,22 @@
|
|||||||
{ cabal, async, base64Bytestring, byteable, conduit, conduitExtra
|
{ cabal, async, attoparsec, base64Bytestring, blazeBuilder
|
||||||
, cryptohash, cryptohashConduit, dataDefault, fileEmbed, filepath
|
, byteable, conduit, conduitExtra, cryptohash, cryptohashConduit
|
||||||
, hjsmin, hspec, httpTypes, HUnit, mimeTypes, resourcet
|
, cssText, dataDefault, fileEmbed, filepath, hashable, hjsmin
|
||||||
, shakespeareCss, systemFileio, systemFilepath, text, transformers
|
, hspec, httpTypes, HUnit, mimeTypes, resourcet, shakespeareCss
|
||||||
, unixCompat, unorderedContainers, wai, waiAppStatic, waiTest
|
, systemFileio, systemFilepath, text, transformers, unixCompat
|
||||||
, yesodCore, yesodTest
|
, unorderedContainers, wai, waiAppStatic, waiTest, yesodCore
|
||||||
|
, yesodTest
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "yesod-static";
|
pname = "yesod-static";
|
||||||
version = "1.2.2.5";
|
version = "1.2.3";
|
||||||
sha256 = "0n084dnvrswfqsvy5kdiq4ajfna2hwyzbb9sn2lj4s8jyiw1fs61";
|
sha256 = "093lvg7pl71dfnr7qyfmp9r1m3bs64849k0dw4w2qb618y8wb9jh";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
async base64Bytestring byteable conduit conduitExtra cryptohash
|
async attoparsec base64Bytestring blazeBuilder byteable conduit
|
||||||
cryptohashConduit dataDefault fileEmbed filepath hjsmin httpTypes
|
conduitExtra cryptohash cryptohashConduit cssText dataDefault
|
||||||
mimeTypes resourcet shakespeareCss systemFileio systemFilepath text
|
fileEmbed filepath hashable hjsmin httpTypes mimeTypes resourcet
|
||||||
transformers unixCompat unorderedContainers wai waiAppStatic
|
shakespeareCss systemFileio systemFilepath text transformers
|
||||||
yesodCore
|
unixCompat unorderedContainers wai waiAppStatic yesodCore
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
async base64Bytestring byteable conduit conduitExtra cryptohash
|
async base64Bytestring byteable conduit conduitExtra cryptohash
|
||||||
|
Loading…
Reference in New Issue
Block a user