Name: wai-middleware-static-caching Version: 0.6.0.1 Synopsis: WAI middleware that serves requests to static files. Homepage: https://github.com/agrafix/wai-middleware-static Bug-reports: https://github.com/agrafix/wai-middleware-static/issues License: BSD3 License-file: LICENSE Author: Andrew Farmer , Alexander Thiemann Maintainer: Alexander Thiemann Copyright: (c) 2012-2014 Andrew Farmer, (c) 2015 Alexander Thiemann Category: Web Stability: experimental Build-type: Simple Cabal-version: >= 1.10 Description: Fork of wai-middleware-static introducing caching: WAI middleware that intercepts requests to static files and serves them if they exist. Also implements caching strategies. . [WAI] [wai-middleware-static] Library Exposed-modules: Network.Wai.Middleware.Static.Caching default-language: Haskell2010 Build-depends: base >= 4.6.0.1 && < 5, base16-bytestring >= 0.1 && < 0.2, bytestring >= 0.10.0.2 && < 0.11, containers >= 0.5.0.0 && < 0.6, cryptohash >= 0.11 && < 0.12, directory >= 1.2.0.1 && < 1.3, expiring-cache-map >= 0.0.5 && < 0.1, filepath >= 1.3.0.1 && < 1.4, http-types >= 0.8.2 && < 0.9, mtl >= 2.1.2 && < 2.3, old-locale >= 1.0 && < 1.1, text >= 0.11.3.1 && < 1.3, time >= 1.4 && < 1.5, unix >= 2.7 && < 2.8, wai >= 3.0.0 && < 3.1 GHC-options: -Wall -fno-warn-orphans source-repository head type: git location: git://github.com/agrafix/wai-middleware-static.git