1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

haskell-wai-middleware-static: update to version 0.6.0.1

This commit is contained in:
Peter Simons 2014-10-26 16:44:08 +01:00
parent 9133ff1adc
commit 4643016eca

View file

@ -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;