Name: maid Version: 2011.6.21 Build-type: Simple Synopsis: A simple static web server Description: Serve files from the current path License: BSD3 License-file: LICENSE Author: Jinjing Wang Maintainer: Jinjing Wang Build-Depends: base Cabal-version: >= 1.2 category: Web homepage: https://github.com/nfjinjing/maid data-files: readme.md, changelog.md, known-issues.md, Nemesis Executable maid ghc-options: -threaded build-depends: base >= 4 && < 5 , air >= 2011.6.19 , air-extra , haskell98 , hack2 >= 2011.6.20 , hack2-contrib >= 2011.6.21 , data-default , hack2-handler-warp -- , hack2-handler-snap-server , containers , moe >= 2011.6 , unix , bytestring , process , directory hs-source-dirs: src/ main-is: maid.hs