Name: mighttpd2 Version: 2.2.0 Author: Kazu Yamamoto Maintainer: Kazu Yamamoto License: BSD3 License-File: LICENSE Synopsis: A classical web server on WAI/warp Description: A classical web server on WAI/warp. Static files and CGI can be handled. Homepage: http://www.mew.org/~kazu/proj/mighttpd/ Category: Network, Web Cabal-Version: >= 1.6 Build-Type: Simple Data-Files: sample.conf sample.route Executable mighty Main-Is: Mighty.hs if impl(ghc >= 7) GHC-Options: -Wall -fno-warn-unused-do-bind -threaded else if impl(ghc >= 6.12) GHC-Options: -Wall -fno-warn-unused-do-bind else GHC-Options: -Wall Build-Depends: base >= 4.0 && < 5, parsec >= 3, network, unix, bytestring, warp, old-locale, time, wai-app-file-cgi, wai, transformers, http-types, directory, filepath, haskell98 Other-Modules: Config Config.Internal FileCGIApp Log Mighty Parser Route Types Executable mkindex Main-Is: mkindex.hs if impl(ghc >= 6.12) GHC-Options: -Wall -fno-warn-unused-do-bind else GHC-Options: -Wall Build-Depends: base >= 4 && < 5 Source-Repository head Type: git Location: git://github.com/kazu-yamamoto/mighttpd2.git