mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
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: {
|
||||
pname = "wai-middleware-static";
|
||||
version = "0.6.0";
|
||||
sha256 = "1rsy8qkxcjqdpzqkar0smyy49p8vqapi47k8d24101lz3rym6018";
|
||||
version = "0.6.0.1";
|
||||
sha256 = "1ylf2nm535d3dw0ksa9dfz1b4b78mqzkdrpdfd5pxswcqbgs266d";
|
||||
buildDepends = [ filepath httpTypes mtl text wai ];
|
||||
jailbreak = true;
|
||||
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";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
|
Loading…
Reference in New Issue
Block a user