packages feed

simple-server-0.0.3: simple-server.cabal

Name:              simple-server
Version:       	   0.0.3
License:           GPL
License-File:      LICENSE
Author:	           Joseph Collard
Stability:         experimental
Maintainer:	   jcollard@unm.edu
Category:          Network
Synopsis:          Simple Server interface
Description:       This library provides a very simple interface for creating a server that sends and recieves ByteString messages and attempts to remove concurrency so the programmer can focus on the functionality of the server. A simple ChatServer example is available in the Examples module
Cabal-Version:     >= 1.6
Build-Type:        Simple

Library
  Build-Depends:  base>=4 && <5, bytestring>=0.9, concurrent-extra>=0.1, hashtables>=1.0, time>=1.4, containers>=0.4, network>=2.4, unbounded-delays>=0.1
  Extensions:     ConstraintKinds
  Exposed-Modules:
                  Network.SimpleServer
                  Network.SimpleServer.Examples.ChatClient
                  Network.SimpleServer.Examples.ChatServer

Source-Repository head
  type:     git
  location: https://github.com/jcollard/simple-server.git