name: network version: 2.6.2.0 id: network-2.6.2.0-7e6886b35f2e0736eda44341fe5900e3 key: netwo_Bdsn6Y1VKLa3MCczwSV70J license: BSD3 maintainer: Johan Tibell homepage: https://github.com/haskell/network 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 exposed: True exposed-modules: Network Network.BSD Network.Socket Network.Socket.ByteString Network.Socket.ByteString.Lazy Network.Socket.Internal hidden-modules: Network.Socket.ByteString.Internal Network.Socket.Types Network.Socket.ByteString.IOVec Network.Socket.ByteString.Lazy.Posix Network.Socket.ByteString.MsgHdr trusted: False import-dirs: /home/bryan/Projects/haskell-nist-beacon/.cabal-sandbox/lib/x86_64-linux-ghc-7.10.1/netwo_Bdsn6Y1VKLa3MCczwSV70J library-dirs: /home/bryan/Projects/haskell-nist-beacon/.cabal-sandbox/lib/x86_64-linux-ghc-7.10.1/netwo_Bdsn6Y1VKLa3MCczwSV70J data-dir: /home/bryan/Projects/haskell-nist-beacon/.cabal-sandbox/share/x86_64-linux-ghc-7.10.1/network-2.6.2.0 hs-libraries: HSnetwork-2.6.2.0-Bdsn6Y1VKLa3MCczwSV70J include-dirs: /home/bryan/Projects/haskell-nist-beacon/.cabal-sandbox/lib/x86_64-linux-ghc-7.10.1/netwo_Bdsn6Y1VKLa3MCczwSV70J/include includes: HsNet.h depends: base-4.8.0.0-1b689eb8d72c4d4cc88f445839c1f01a bytestring-0.10.6.0-0909f8f31271f3d75749190bf2ee35db unix-2.7.1.0-e5915eb989e568b732bc7286b0d0817f haddock-interfaces: /home/bryan/Projects/haskell-nist-beacon/.cabal-sandbox/share/doc/x86_64-linux-ghc-7.10.1/network-2.6.2.0/html/network.haddock haddock-html: /home/bryan/Projects/haskell-nist-beacon/.cabal-sandbox/share/doc/x86_64-linux-ghc-7.10.1/network-2.6.2.0/html