packages feed

scgi-0.3.3: scgi.cabal

Name:                scgi
Version:             0.3.3
Stability:           alpha
Description:
  THIS LIBRARY IS DEPRECATED. For new applications, please use WAI
  - see <http://hackage.haskell.org/package/wai>.
  .
  This library lets you write SCGI programs. This package reuses the
  cgi package API, making it very easy to port CGI programs to SCGI.
License:             BSD3
License-file:        LICENSE
Author:              Eric Sessoms <nubgames@gmail.com>, Stephen Blackheath <http://blacksapphire.com/antispam/>
Copyright:           (c) Eric Sessoms 2007, (c) Stephen Blackheath 2008
Maintainer:          http://blacksapphire.com/antispam/
Category:            Network
Synopsis:            A Haskell library for writing SCGI programs.
cabal-version:       >= 1.6
build-type:          Simple
source-repository head
    type:     darcs
    location: http://code.haskell.org/scgi/

library
  build-depends:     base >= 3 && < 5, bytestring, cgi, network >= 2.2.3,
      extensible-exceptions >= 0.1 && < 0.2
  exposed-modules:   Network.SCGI
  ghc-options:       -Wall -fno-warn-name-shadowing -fno-warn-unused-matches
                     -fno-warn-missing-signatures -fno-warn-orphans
  hs-source-dirs:    src