packages feed

mighttpd2-2.8.2: mighttpd2.cabal

Name:                   mighttpd2
Version:                2.8.2
Author:                 Kazu Yamamoto <kazu@iij.ad.jp>
Maintainer:             Kazu Yamamoto <kazu@iij.ad.jp>
License:                BSD3
License-File:           LICENSE
Synopsis:               High performance web server on WAI/warp
Description:            High performance web server to handle static
                        files and CGI on WAI/warp.
                        Reverse proxy functionality is also provided
                        to connect web applications behind.
Homepage:               http://www.mew.org/~kazu/proj/mighttpd/
Category:               Network, Web
Cabal-Version:          >= 1.8
Build-Type:             Simple
Data-Files:             example.conf example.route

Executable mighty
  Main-Is:              Mighty.hs
  GHC-Options:          -Wall -threaded
  Build-Depends:        base >= 4.0 && < 5
                      -- should be removed someday
                      , blaze-html >= 0.5
                      , bytestring
                      , conduit
                      , date-cache
                      , deepseq
                      , directory
                      , filepath
                      , http-conduit
                      , http-date
                      , http-types
                      , io-choice
                      , network
                      , network-conduit
                      , old-locale
                      , parsec >= 3
                      , process-conduit
                      , time
                      , transformers
                      , unix
                      , unix-bytestring
                      , unix-time
                      , unordered-containers
                      , wai >= 1.3
                      , wai-app-file-cgi
                      , wai-logger
                      , wai-logger-prefork
                      , warp >= 1.3
  Other-Modules:        Config
                        Config.Internal
                        FileCGIApp
                        FileCache
                        Log
                        Mighty
                        Parser
                        Process
                        Report
                        Route
                        Signal
                        State
                        Types
                        Utils
                        Paths_mighttpd2

Executable mkindex
  Main-Is:              mkindex.hs
  GHC-Options:          -Wall
  Build-Depends:        base >= 4 && < 5
                      , unix
                      , old-locale
                      , directory
                      , time

Executable mightyctl
  Main-Is:              mightyctl.hs
  GHC-Options:          -Wall
  Build-Depends:        base >= 4 && < 5
                      , bytestring
                      , conduit
                      , process-conduit
                      , unix

Test-Suite test
  Main-Is:              Test.hs
  Hs-Source-Dirs:       test, .
  Type:                 exitcode-stdio-1.0
  Build-Depends:        base >= 4 && < 5
                      , bytestring
                      , deepseq
                      , directory
                      , filepath
                      , http-conduit
                      , http-date
                      , http-types
                      , network
                      , network-conduit
                      , old-locale
                      , parsec >= 3
                      , time
                      , transformers
                      , unix
                      , unix-bytestring
                      , unordered-containers
                      , wai >= 1.1
                      , wai-app-file-cgi
                      , wai-logger
                      , wai-logger-prefork
                      , warp
                      , HUnit
                      , test-framework-hunit
                      , test-framework-th-prime

Source-Repository head
  Type:                 git
  Location:             git://github.com/kazu-yamamoto/mighttpd2.git