packages feed

network-bsd-2.7.0.0: network-bsd.cabal

cabal-version:  1.22
name:           network-bsd
version:        2.7.0.0
license:        BSD3
license-file:   LICENSE
maintainer:     Kazu Yamamoto
synopsis:       Network.BSD
description:
  This package reexports the "Network.BSD" module split from the <https://hackage.haskell.org/package/network-2.7.0.0 network-2.7.0.0> package.
  .
  See newer versions of <https://hackage.haskell.org/package/network-bsd network-bsd> for more information.

category:       Network
build-type:     Simple
homepage:       https://github.com/haskell/network-bsd
bug-reports:    https://github.com/haskell/network-bsd/issues

library
  default-language: Haskell2010
  reexported-modules: Network.BSD
  build-depends: base >= 4.8 && < 5, network == 2.7.0.*

source-repository head
  type:     git
  location: git://github.com/haskell/network-bsd.git