Name: network-generic Version: 0.0 License: BSD3 Category: Network Synopsis: a generic framework for sockets & network programming Description: Network.Generic is an alternative to the standard Haskell network libraries. While fully featured, the network package doesn't entirely match the open polymorphism of the underlying C libraries. This is a work-in-progress replacement for network that uses typeclasses & fundeps to try and capture a more flexible implemenation of sockets for a variety connection types. At the moment this library is violently experimental & only usable on Linux. It exists mostly for the benefit of interested parties. This package is only the base code. Instances will go in the network-generic-instances package. Author: Creighton Hogg Maintainer: wchogg@gmail.com Stability: experimental Cabal-Version: >= 1.2 Build-Type: Simple Extra-Source-Files: Library Build-Depends: base, mtl, errno, unix Exposed-Modules: Network.Generic ghc-options: -Wall