haskell-wai-app-static: update to version 2.0.0.4
This commit is contained in:
parent
68cd345c34
commit
6b5721c2b6
@ -1,19 +1,19 @@
|
|||||||
{ cabal, base64Bytestring, blazeBuilder, blazeHtml, blazeMarkup
|
{ cabal, base64Bytestring, blazeBuilder, blazeHtml, blazeMarkup
|
||||||
, cereal, cryptoApi, cryptoConduit, cryptohashCryptoapi, fileEmbed
|
, byteable, cryptohash, cryptohashConduit, fileEmbed, filepath
|
||||||
, filepath, hspec, httpDate, httpTypes, mimeTypes, network
|
, hspec, httpDate, httpTypes, mimeTypes, network, systemFileio
|
||||||
, systemFileio, systemFilepath, text, time, transformers
|
, systemFilepath, text, time, transformers, unixCompat
|
||||||
, unixCompat, unorderedContainers, wai, waiTest, zlib
|
, unorderedContainers, wai, waiTest, zlib
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "wai-app-static";
|
pname = "wai-app-static";
|
||||||
version = "2.0.0.3";
|
version = "2.0.0.4";
|
||||||
sha256 = "0anbmp6wjk1qba1skr08fkm5y9lm58kfghzcgzgx8hrid7w85fb7";
|
sha256 = "1dk1s2q8w2rvknknw54ja2jhm1nayp8zpyis1zhgnl4yjgwr5kld";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
base64Bytestring blazeBuilder blazeHtml blazeMarkup cereal
|
base64Bytestring blazeBuilder blazeHtml blazeMarkup byteable
|
||||||
cryptoApi cryptoConduit cryptohashCryptoapi fileEmbed filepath
|
cryptohash cryptohashConduit fileEmbed filepath httpDate httpTypes
|
||||||
httpDate httpTypes mimeTypes systemFileio systemFilepath text time
|
mimeTypes systemFileio systemFilepath text time transformers
|
||||||
transformers unixCompat unorderedContainers wai zlib
|
unixCompat unorderedContainers wai zlib
|
||||||
];
|
];
|
||||||
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