Skip to content

Commit

Permalink
cabalized
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Eidhof committed Apr 18, 2009
1 parent 969b57c commit 5efe504
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions happstack-fastcgi.cabal
@@ -0,0 +1,14 @@
Name: Happstack-FastCGI
Version: 0.1
Copyright: Tupil
Maintainer: ce@tupil.com
License: BSD3
build-depends: base>=2.0, cgi >= 3000.0.0, fastcgi >= 3001.0.2, mtl, happstack-server, containers >= 0.2.0, utf8-string >= 0.3.4, bytestring
Synopsis: Happstack extension for use with FastCGI.
Description:
This library lets you write FastCGI programs with Happstack. This package
reuses the SimpleHTTP API, making it very easy to port stand-alone HTTP
programs to FastCGI.
Exposed-Modules:
Happstack.Server.FastCGI
Hs-Source-Dirs: src

0 comments on commit 5efe504

Please sign in to comment.