haskell-wai-app-static: update to version 2.0.1
This commit is contained in:
parent
0af0e1f5d6
commit
487a6f0971
@ -1,21 +1,21 @@
|
|||||||
{ cabal, base64Bytestring, blazeBuilder, blazeHtml, blazeMarkup
|
{ cabal, base64Bytestring, blazeBuilder, blazeHtml, blazeMarkup
|
||||||
, byteable, cmdargs, cryptohash, cryptohashConduit, fileEmbed
|
, byteable, cryptohash, cryptohashConduit, fileEmbed, filepath
|
||||||
, filepath, hspec, httpDate, httpTypes, mimeTypes, network
|
, hspec, httpDate, httpTypes, mimeTypes, network
|
||||||
, systemFileio, systemFilepath, text, time, transformers
|
, optparseApplicative, systemFileio, systemFilepath, text, time
|
||||||
, unixCompat, unorderedContainers, wai, waiExtra, waiTest, warp
|
, transformers, unixCompat, unorderedContainers, wai, waiExtra
|
||||||
, zlib
|
, waiTest, warp, zlib
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "wai-app-static";
|
pname = "wai-app-static";
|
||||||
version = "2.0.0.5";
|
version = "2.0.1";
|
||||||
sha256 = "0f18wwk0xrzbn9d6krjdcm71cyxl1pzzi5xqwzzc9xnq595m75wa";
|
sha256 = "1mygyp70rmhnkc0s8626cxrkvcbil92v4gnx70iz26gfb5q9lc7d";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
base64Bytestring blazeBuilder blazeHtml blazeMarkup byteable
|
base64Bytestring blazeBuilder blazeHtml blazeMarkup byteable
|
||||||
cmdargs cryptohash cryptohashConduit fileEmbed filepath httpDate
|
cryptohash cryptohashConduit fileEmbed filepath httpDate httpTypes
|
||||||
httpTypes mimeTypes systemFileio systemFilepath text time
|
mimeTypes optparseApplicative systemFileio systemFilepath text time
|
||||||
transformers unixCompat unorderedContainers wai waiExtra warp zlib
|
transformers unixCompat unorderedContainers wai waiExtra warp zlib
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user