packages feed

network-bytestring-0.1.3.3: network-bytestring.cabal

name:                network-bytestring
version:             0.1.3.3
synopsis:            Fast, memory-efficient, low-level networking
description:         Fast, memory-efficient, low-level socket functions
                     that use 'Data.ByteString's instead of 'String's.
license:             BSD3
license-file:        LICENSE
author:              Johan Tibell <johan.tibell@gmail.com>
maintainer:          Johan Tibell <johan.tibell@gmail.com>
category:            Network
build-type:          Custom
cabal-version:       >= 1.6
homepage:            http://github.com/tibbe/network-bytestring
extra-source-files:  README.md, examples/*.hs, tests/*.hs

library
  exposed-modules:
    Network.Socket.ByteString
    Network.Socket.ByteString.Lazy

  build-depends:
    base       < 4.4,
    bytestring < 1.0,
    network    >= 2.3 && < 2.4

  extensions: CPP, ForeignFunctionInterface
  ghc-options: -Wall
  if impl(ghc >= 6.8)
    ghc-options: -fwarn-tabs

source-repository head
  type:     git
  location: git://github.com/tibbe/network-bytestring.git