haskell-wai-middleware-static: re-generate with cabal2nix

This commit is contained in:
Peter Simons 2014-03-15 09:15:41 +01:00
parent 9dd6e2adef
commit 728f3872a3

View File

@ -5,11 +5,11 @@ cabal.mkDerivation (self: {
version = "0.4.0.2"; version = "0.4.0.2";
sha256 = "0nw54h8baphjdwsd118g9j5w4g2mnb2hrny0n4ih4jlqlcqam3lf"; sha256 = "0nw54h8baphjdwsd118g9j5w4g2mnb2hrny0n4ih4jlqlcqam3lf";
buildDepends = [ filepath httpTypes mtl text wai ]; buildDepends = [ filepath httpTypes mtl text wai ];
jailbreak = true;
meta = { meta = {
homepage = "https://github.com/scotty-web/scotty"; homepage = "https://github.com/scotty-web/scotty";
description = "WAI middleware that intercepts requests to static files"; description = "WAI middleware that intercepts 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;
}; };
jailbreak = true;
}) })