name: wai-app-static version: 0.0.1 license: BSD3 license-file: LICENSE author: Michael Snoyman maintainer: Michael Snoyman synopsis: WAI application for static serving description: Also provides some helper functions and datatypes for use outside of WAI. category: Web, Yesod stability: Stable cabal-version: >= 1.6 build-type: Simple homepage: http://docs.yesodweb.com/ Extra-source-files: folder.png, haskell.png library build-depends: base >= 4 && < 5 , wai >= 0.3 && < 0.4 , bytestring >= 0.9.1.4 && < 0.10 , web-routes >= 0.23 && < 0.24 , transformers >= 0.2.2 && < 0.3 , unix-compat >= 0.2 && < 0.3 , directory >= 1.0 && < 1.2 , containers >= 0.2 && < 0.5 , blaze-html >= 0.4 && < 0.5 , time >= 1.1.4 && < 1.3 , old-locale >= 1.0.0.2 && < 1.1 , file-embed >= 0.0.3.1 && < 0.1 exposed-modules: Network.Wai.Application.Static ghc-options: -Wall source-repository head type: git location: git://github.com/snoyberg/wai-app-static.git