haskell-wai-app-static: update to version 1.3.0.1
This commit is contained in:
parent
80505bb416
commit
027faa3045
|
@ -6,14 +6,13 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "wai-app-static";
|
pname = "wai-app-static";
|
||||||
version = "1.3.0";
|
version = "1.3.0.1";
|
||||||
sha256 = "1xsjq0xip9anbd4cpami8w6d2p0pdp375hzw1jx6pvajjmkjksqn";
|
sha256 = "0rgbqbcj4jd6xpjm3nqa5hdf3an7208in536dl6x9n88w9a6qngp";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
base64Bytestring blazeBuilder blazeHtml blazeMarkup cereal
|
base64Bytestring blazeBuilder blazeHtml blazeMarkup cereal
|
||||||
cryptoConduit cryptohash fileEmbed httpDate httpTypes mimeTypes
|
cryptoConduit cryptohash fileEmbed httpDate httpTypes mimeTypes
|
||||||
systemFileio systemFilepath text time transformers unixCompat wai
|
systemFileio systemFilepath text time transformers unixCompat wai
|
||||||
];
|
];
|
||||||
jailbreak = true;
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.yesodweb.com/book/wai";
|
homepage = "http://www.yesodweb.com/book/wai";
|
||||||
description = "WAI application for static serving";
|
description = "WAI application for static serving";
|
||||||
|
|
Loading…
Reference in New Issue