packages feed

maid-2009.12.20: maid.cabal

Name:                 maid
Version:              2009.12.20
Build-type:           Simple
Synopsis:             A simple static web server
Description:
        
    Serve files from the current path

License:              BSD3
License-file:         LICENSE
Author:               Wang, Jinjing
Maintainer:           Wang, Jinjing <nfjinjing@gmail.com>
Build-Depends:        base
Cabal-version:        >= 1.2
category:             Web
homepage:             http://github.com/nfjinjing/maid/tree/master
data-files:           readme.md, changelog.md, known-issues.md, Nemesis

Executable            maid
  ghc-options:        -Wall -threaded
  build-depends:      base >= 4 && < 5, mps >= 2009.11.7, loli >= 2009.8.18, haskell98, hack-contrib >= 2009.12.20, data-default, hack-handler-happstack >= 2009.12.20, hack
  hs-source-dirs:     src/
  main-is:            maid.hs