name: network version: 2.6.2.0 id: network-2.6.2.0-43ba6bc17d3284e38945965918eea1e1 license: BSD3 copyright: maintainer: Johan Tibell stability: homepage: https://github.com/haskell/network package-url: synopsis: Low-level networking interface description: This package provides a low-level networking interface. . In network-2.6 the @Network.URI@ module was split off into its own package, network-uri-2.6. If you're using the @Network.URI@ module you can automatically get it from the right package by adding this to your .cabal file: . > flag network-uri > description: Get Network.URI from the network-uri package > default: True > > library > -- ... > if flag(network-uri) > build-depends: network-uri >= 2.6, network >= 2.6 > else > build-depends: network-uri < 2.6, network < 2.6 . That is, get the module from either network < 2.6 or from network-uri >= 2.6. category: Network author: exposed: True exposed-modules: Network Network.BSD Network.Socket Network.Socket.ByteString Network.Socket.ByteString.Lazy Network.Socket.Internal hidden-modules: Network.Socket.ByteString.IOVec Network.Socket.ByteString.Lazy.Posix Network.Socket.ByteString.MsgHdr Network.Socket.ByteString.Internal Network.Socket.Types trusted: False import-dirs: ${pkgroot}/network-2.6.2.0 library-dirs: ${pkgroot}/network-2.6.2.0 hs-libraries: HSnetwork-2.6.2.0 extra-libraries: nsl socket extra-ghci-libraries: include-dirs: ${pkgroot}/network-2.6.2.0/include includes: HsNet.h depends: base-4.6.0.1-b4caa1d18c332900c72bf5d231dded4f bytestring-0.10.0.2-16133d2f96923727c37c1a16ec3a036e unix-2.6.0.1-75202fe9ee08b19b4265106a67752fae hugs-options: cc-options: ld-options: framework-dirs: frameworks: haddock-interfaces: ${pkgroot}/../../share/doc/ghc-7.6/html/network.haddock haddock-html: ${pkgroot}/../../share/doc/ghc-7.6/html