packages feed

mongrel2-handler-0.2.1: mongrel2-handler.cabal

Name:                mongrel2-handler
Version:             0.2.1
Synopsis:            Mongrel2 Handler Library
Description:         Mongrel2 Handler Library.

 This handler library requires that the Mongrel2 server is set up
 to use the 'tnetstring' protocol.

License:             MIT
License-file:        LICENSE
Category:            Web
Cabal-version:       >=1.6.0.1
Build-type:          Simple
Author:              Bardur Arantsson
Maintainer:          Bardur Arantsson <bardur@scientician.net>
Stability:           Unstable

Library
  Build-Depends: base             >= 4.0 && <5
               , attoparsec       >= 0.8.5.0 && < 0.9
               , blaze-builder    >= 0.3 && < 0.4
               , blaze-textual    >= 0.1 && < 0.2
               , bytestring       >= 0.9.0.1
               , case-insensitive >= 0.2 && < 0.3
               , containers       >= 0.3 && < 0.5
               , http-types       >= 0.6 && < 0.7
               , text             >= 0.11 && < 0.12
               , zeromq-haskell   >= 0.6 && < 0.8
  Extensions:          OverloadedStrings
  Ghc-options:         -Wall -fno-warn-unused-matches
  Hs-source-dirs:      src
  Exposed-modules:     Mongrel2
  Other-modules:       Mongrel2.Parser
                       Mongrel2.Response
                       Mongrel2.Types
                       Mongrel2.Tnetstring