haskell-yesod-static: update to version 1.4.0.2
This commit is contained in:
parent
5d09e54eb7
commit
1e2eb8b5a5
1 changed files with 11 additions and 11 deletions
|
@ -3,29 +3,29 @@
|
|||
{ cabal, async, attoparsec, base64Bytestring, blazeBuilder
|
||||
, byteable, conduit, conduitExtra, cryptohash, cryptohashConduit
|
||||
, cssText, dataDefault, fileEmbed, filepath, hashable, hjsmin
|
||||
, hspec, httpTypes, HUnit, mimeTypes, resourcet, shakespeareCss
|
||||
, systemFileio, systemFilepath, text, transformers, unixCompat
|
||||
, unorderedContainers, wai, waiAppStatic, waiExtra, waiTest
|
||||
, yesodCore, yesodTest
|
||||
, hspec, httpTypes, HUnit, mimeTypes, resourcet, systemFileio
|
||||
, systemFilepath, text, transformers, unixCompat
|
||||
, unorderedContainers, wai, waiAppStatic, waiExtra, yesodCore
|
||||
, yesodTest
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "yesod-static";
|
||||
version = "1.2.4";
|
||||
sha256 = "0r5bz1jmgjd7cmvhkp3ahgl610bssvgxxsvb626dvqz2vqc0061z";
|
||||
version = "1.4.0.2";
|
||||
sha256 = "0s5jx1hj6rsrsm36xzg8l21v5z2dbd6k63wihrz31rc3gan3wxj2";
|
||||
buildDepends = [
|
||||
async attoparsec base64Bytestring blazeBuilder byteable conduit
|
||||
conduitExtra cryptohash cryptohashConduit cssText dataDefault
|
||||
fileEmbed filepath hashable hjsmin httpTypes mimeTypes resourcet
|
||||
shakespeareCss systemFileio systemFilepath text transformers
|
||||
unixCompat unorderedContainers wai waiAppStatic yesodCore
|
||||
systemFileio systemFilepath text transformers unixCompat
|
||||
unorderedContainers wai waiAppStatic yesodCore
|
||||
];
|
||||
testDepends = [
|
||||
async base64Bytestring byteable conduit conduitExtra cryptohash
|
||||
cryptohashConduit dataDefault fileEmbed filepath hjsmin hspec
|
||||
httpTypes HUnit mimeTypes resourcet shakespeareCss systemFileio
|
||||
systemFilepath text transformers unixCompat unorderedContainers wai
|
||||
waiAppStatic waiExtra waiTest yesodCore yesodTest
|
||||
httpTypes HUnit mimeTypes resourcet systemFileio systemFilepath
|
||||
text transformers unixCompat unorderedContainers wai waiAppStatic
|
||||
waiExtra yesodCore yesodTest
|
||||
];
|
||||
doCheck = false;
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue