2014-07-14 13:21:41 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-02-06 20:16:28 +01:00
|
|
|
{ cabal, filepath, httpTypes, mtl, text, wai }:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "wai-middleware-static";
|
2014-06-10 20:33:41 +02:00
|
|
|
version = "0.6.0";
|
|
|
|
sha256 = "1rsy8qkxcjqdpzqkar0smyy49p8vqapi47k8d24101lz3rym6018";
|
2014-02-06 20:16:28 +01:00
|
|
|
buildDepends = [ filepath httpTypes mtl text wai ];
|
2014-03-15 09:15:41 +01:00
|
|
|
jailbreak = true;
|
2014-02-06 20:16:28 +01:00
|
|
|
meta = {
|
|
|
|
homepage = "https://github.com/scotty-web/scotty";
|
2014-03-26 09:51:02 +01:00
|
|
|
description = "WAI middleware that serves requests to static files";
|
2014-02-06 20:16:28 +01:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|