haskell-wai-app-static: update to version 1.3.1.4
This commit is contained in:
parent
d234ce0cdf
commit
5b17392e74
@ -1,17 +1,19 @@
|
|||||||
{ cabal, base64Bytestring, blazeBuilder, blazeHtml, blazeMarkup
|
{ cabal, base64Bytestring, blazeBuilder, blazeHtml, blazeMarkup
|
||||||
, cereal, cryptoConduit, cryptohash, fileEmbed, hspec, httpDate
|
, cereal, cryptoApi, cryptoConduit, cryptohashCryptoapi, fileEmbed
|
||||||
, httpTypes, mimeTypes, network, systemFileio, systemFilepath, text
|
, hspec, httpDate, httpTypes, mimeTypes, network, systemFileio
|
||||||
, time, transformers, unixCompat, wai, waiTest
|
, systemFilepath, text, time, transformers, unixCompat, wai
|
||||||
|
, waiTest
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "wai-app-static";
|
pname = "wai-app-static";
|
||||||
version = "1.3.1.3";
|
version = "1.3.1.4";
|
||||||
sha256 = "0h6m1an3srkvyaz50w16v2mhjyfdqbqq2d7ng3yhrrmb1fyvhas1";
|
sha256 = "1457643xkigqnacg1fw25jp9kjqiy55d22ll8fml07bxs37hlr63";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
base64Bytestring blazeBuilder blazeHtml blazeMarkup cereal
|
base64Bytestring blazeBuilder blazeHtml blazeMarkup cereal
|
||||||
cryptoConduit cryptohash fileEmbed httpDate httpTypes mimeTypes
|
cryptoApi cryptoConduit cryptohashCryptoapi fileEmbed httpDate
|
||||||
systemFileio systemFilepath text time transformers unixCompat wai
|
httpTypes mimeTypes systemFileio systemFilepath text time
|
||||||
|
transformers unixCompat wai
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
hspec httpDate httpTypes mimeTypes network text time transformers
|
hspec httpDate httpTypes mimeTypes network text time transformers
|
||||||
|
Loading…
x
Reference in New Issue
Block a user