haskell-wai-app-static: update to version 2.0.0.1
This commit is contained in:
parent
cd3a9434fe
commit
3242e0d495
@ -1,18 +1,18 @@
|
|||||||
{ 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
|
, filepath, hspec, httpDate, httpTypes, mimeTypes, network
|
||||||
, systemFilepath, text, time, transformers, unixCompat
|
, systemFileio, systemFilepath, text, time, transformers
|
||||||
, unorderedContainers, wai, waiTest, zlib
|
, unixCompat, unorderedContainers, wai, waiTest, zlib
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "wai-app-static";
|
pname = "wai-app-static";
|
||||||
version = "2.0.0";
|
version = "2.0.0.1";
|
||||||
sha256 = "0zbjwghkg4xsjfxq74s6c041mvkj168r8nhh946yz6n660bkisai";
|
sha256 = "0c02j61a62dpl9i736q8cv0b9kw17akkws7waqa4zcbad1wyiqps";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
base64Bytestring blazeBuilder blazeHtml blazeMarkup cereal
|
base64Bytestring blazeBuilder blazeHtml blazeMarkup cereal
|
||||||
cryptoApi cryptoConduit cryptohashCryptoapi fileEmbed httpDate
|
cryptoApi cryptoConduit cryptohashCryptoapi fileEmbed filepath
|
||||||
httpTypes mimeTypes systemFileio systemFilepath text time
|
httpDate httpTypes mimeTypes systemFileio systemFilepath text time
|
||||||
transformers unixCompat unorderedContainers wai zlib
|
transformers unixCompat unorderedContainers wai zlib
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
|
Loading…
Reference in New Issue
Block a user