haskell-wai-app-static: update to version 1.3.2.1
This commit is contained in:
parent
cd0545d740
commit
535819ccd3
@ -1,23 +1,23 @@
|
|||||||
{ cabal, base64Bytestring, blazeBuilder, blazeHtml, blazeMarkup
|
{ cabal, base64Bytestring, blazeBuilder, blazeHtml, blazeMarkup
|
||||||
, cereal, cryptoApi, cryptoConduit, cryptohashCryptoapi, fileEmbed
|
, cereal, cryptoApi, cryptoConduit, cryptohashCryptoapi, fileEmbed
|
||||||
, hspec, httpDate, httpTypes, mimeTypes, network, systemFileio
|
, hspec, httpDate, httpTypes, mimeTypes, network, systemFileio
|
||||||
, systemFilepath, text, time, transformers, unixCompat, wai
|
, systemFilepath, text, time, transformers, unixCompat
|
||||||
, waiTest
|
, unorderedContainers, wai, waiTest, zlib
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "wai-app-static";
|
pname = "wai-app-static";
|
||||||
version = "1.3.1.4";
|
version = "1.3.2.1";
|
||||||
sha256 = "1457643xkigqnacg1fw25jp9kjqiy55d22ll8fml07bxs37hlr63";
|
sha256 = "1iw2b53p08c38fdh3d0js9j8lyy0i8qszp3jd736kzxxiig6ah79";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
base64Bytestring blazeBuilder blazeHtml blazeMarkup cereal
|
base64Bytestring blazeBuilder blazeHtml blazeMarkup cereal
|
||||||
cryptoApi cryptoConduit cryptohashCryptoapi fileEmbed httpDate
|
cryptoApi cryptoConduit cryptohashCryptoapi fileEmbed httpDate
|
||||||
httpTypes mimeTypes systemFileio systemFilepath text time
|
httpTypes mimeTypes systemFileio systemFilepath text time
|
||||||
transformers unixCompat wai
|
transformers unixCompat unorderedContainers wai zlib
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
hspec httpDate httpTypes mimeTypes network text time transformers
|
hspec httpDate httpTypes mimeTypes network text time transformers
|
||||||
unixCompat wai waiTest
|
unixCompat wai waiTest zlib
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.yesodweb.com/book/web-application-interface";
|
homepage = "http://www.yesodweb.com/book/web-application-interface";
|
||||||
|
Loading…
Reference in New Issue
Block a user