packages feed

scalable-server-0.2.1: scalable-server.cabal

Name:                scalable-server

Synopsis:            Library for writing fast/scalable TCP-based services
Description:         Library for writing fast/scalable TCP-based services

Version:             0.2.1

License:             BSD3

License-file:        LICENSE

Homepage:            https://github.com/jamwt/haskell-scalable-server/

Author:              Jamie Turner

Maintainer:          jamie@bu.mp

Category:            Network
Build-type:          Simple

Extra-source-files: example.hs

Cabal-version:       >=1.2


Library
  Exposed-modules:     Network.Server.ScalableServer

  hs-source-dirs:      src

  Build-depends: base >=4 && <5,
                 bytestring >=0.9,
                 attoparsec >=0.9.1 && < 0.10,
                 enumerator >= 0.4 && < 0.5,
                 attoparsec-enumerator >= 0.2 && < 0.3,
                 network-enumerator >= 0.1 && < 0.2,
                 network>=2.3,
                 mtl>=2 && <3,
                 blaze-builder>=0.3 && <0.4,
                 BoundedChan >=1.0 && < 1.1

  Extensions:    ScopedTypeVariables
  ghc-options:   -O2