packages feed

eager-sockets-0.1: eager-sockets.cabal

name:                 eager-sockets
version:              0.1
synopsis:             Socket operations with timeouts
stability:            experimental
license:              OtherLicense
license-file:         LICENSE
author:               Toralf Wittner
maintainer:           Toralf Wittner <tw@dtex.org>
copyright:            (c) 2014 Toralf Wittner
category:             Network
build-type:           Simple
cabal-version:        >= 1.10

description:
    Socket operations such as connect\/receive\/send with timeouts.

source-repository head
    type:             git
    location:         git@github.com:twittner/eager-sockets.git

library
    default-language: Haskell2010
    hs-source-dirs:   src
    ghc-options:      -Wall -O2 -fwarn-tabs

    exposed-modules:
        Network.Socket.Eager

    build-depends:
        base       >= 4.6    && < 4.8
      , bytestring >= 0.10.2 && < 0.11
      , network    >= 2.4    && < 2.6