haskell-wai-middleware-static: update to version 0.6.0.1
This commit is contained in:
parent
9133ff1adc
commit
4643016eca
@ -4,12 +4,12 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "wai-middleware-static";
|
pname = "wai-middleware-static";
|
||||||
version = "0.6.0";
|
version = "0.6.0.1";
|
||||||
sha256 = "1rsy8qkxcjqdpzqkar0smyy49p8vqapi47k8d24101lz3rym6018";
|
sha256 = "1ylf2nm535d3dw0ksa9dfz1b4b78mqzkdrpdfd5pxswcqbgs266d";
|
||||||
buildDepends = [ filepath httpTypes mtl text wai ];
|
buildDepends = [ filepath httpTypes mtl text wai ];
|
||||||
jailbreak = true;
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/scotty-web/scotty";
|
homepage = "https://github.com/scotty-web/wai-middleware-static";
|
||||||
description = "WAI middleware that serves requests to static files";
|
description = "WAI middleware that serves requests to static files";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user