packages feed

iterio-server-0.3: iterio-server.cabal

Name:           iterio-server
Version:        0.3
build-type:     Simple
License:        BSD3
License-File:   LICENSE
Homepage:       https://github.com/alevy/iterio-server
Author:         Amit Levy
Maintainer:     Amit Levy <levya at cs.stanford dot edu>
Stability:      experimental
Synopsis:       Library for building servers with IterIO
Category:       Network, Enumerator
Cabal-Version:  >= 1.6

Extra-source-files:
  Examples/BasicSite.hs

Description:
  This module contains a set of generic building blocks for building servers with IterIO.

Source-repository head
  Type: git
  Location: git://github.com/alevy/iterio-server.git

Library
  Build-Depends: base >= 4 && < 5,
                 bytestring >= 0.9 && < 1,
                 ListLike >= 3 && < 4,
                 monadIO >= 0.10 && < 0.20,
                 mtl >= 2.0 && < 2.1,
                 iterIO >= 0.2.2 && < 0.3,
                 network >= 2.3 && < 2.4,
                 split >= 0.1 && < 0.2,
                 unix >= 2.5 && < 2.6,
                 filepath >= 1.3 && < 1.4,
                 transformers >= 0.2 && < 0.3

  ghc-options: -Wall

  Exposed-modules:
    Data.IterIO.Http.Support
    Data.IterIO.Http.Support.Action
    Data.IterIO.Http.Support.Responses
    Data.IterIO.Http.Support.RestController
    Data.IterIO.Http.Support.Routing
    Data.IterIO.Http.Support.Utils
    Data.IterIO.Server.TCPServer