packages feed

acme-http-0.2.2: acme-http.cabal

Name:                acme-http
Version:             0.2.2
Synopsis:            fastest Haskell PONG server in the world
Description:         winning the PONG benchmark at all costs
License:             BSD3
License-file:        LICENSE
Author:              Jeremy Shaw
Maintainer:          jeremy@n-heptane.com
Copyright:           2012 Jeremy Shaw, SeeReason Partners LLC
Homepage:            http://www.happstack.com
Category:            Web
Build-type:          Simple
Cabal-version:       >=1.6

source-repository head
    type:     darcs
    location: http://hub.darcs.net/stepcut/acme-http

Library
  Exposed-modules:   Acme.Response
                     Acme.Request
                     Acme.Serve
                     Acme.Types

  Build-depends:     base                   < 5,
                     bytestring            >= 0.9 && < 0.11,
                     extensible-exceptions == 0.1.*,
                     mtl                   >= 2.0 && < 2.2,
                     network               >= 2.3 && <2.5,
                     pretty                >= 1.0 && <1.2

  GHC-Options: -O2

Executable pong
  Main-Is: Pong.hs
  GHC-Options: -threaded -O2 -rtsopts

Executable http-echo
  Main-Is: Echo.hs
  GHC-Options: -threaded -O2 -rtsopts