Name: pipes-http Version: 0.1 Synopsis: simple HTTP server built around Pipes -- Description: License: BSD3 License-file: LICENSE Author: Jeremy Shaw Maintainer: jeremy@n-heptane.com Copyright: 2012 Jeremy Shaw Category: Web Build-type: Simple Cabal-version: >=1.6 Library Exposed-modules: Types, Response, Request, Serve Build-depends: base, bytestring, conduit, extensible-exceptions, mtl, network, pretty, pipes-extra, pipes-network, pipes, void GHC-Options: -O2 Executable pong Main-Is: Pong.hs GHC-Options: -threaded -O2