name: network-uri version: 2.6.0.3 id: network-uri-2.6.0.3-f7255a104bdc9198f7925b115ab3e9b9 key: netwo_C3Da2HoOFsQ4iVVTLfchqR license: BSD3 maintainer: ezra@ezrakilty.net homepage: https://github.com/haskell/network-uri synopsis: URI manipulation description: This package provides an URI manipulation inteface. . In network-2.6 the @Network.URI@ module was split off from the network package into this package. 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.URI trusted: False import-dirs: /home/bryan/Projects/haskell-nist-beacon/.cabal-sandbox/lib/x86_64-linux-ghc-7.10.1/netwo_C3Da2HoOFsQ4iVVTLfchqR library-dirs: /home/bryan/Projects/haskell-nist-beacon/.cabal-sandbox/lib/x86_64-linux-ghc-7.10.1/netwo_C3Da2HoOFsQ4iVVTLfchqR data-dir: /home/bryan/Projects/haskell-nist-beacon/.cabal-sandbox/share/x86_64-linux-ghc-7.10.1/network-uri-2.6.0.3 hs-libraries: HSnetwork-uri-2.6.0.3-C3Da2HoOFsQ4iVVTLfchqR depends: base-4.8.0.0-1b689eb8d72c4d4cc88f445839c1f01a deepseq-1.4.1.1-c1376f846fa170f2cc2cb2e57b203339 parsec-3.1.9-2525c937773d47f6780dc73d51d31c8a haddock-interfaces: /home/bryan/Projects/haskell-nist-beacon/.cabal-sandbox/share/doc/x86_64-linux-ghc-7.10.1/network-uri-2.6.0.3/html/network-uri.haddock haddock-html: /home/bryan/Projects/haskell-nist-beacon/.cabal-sandbox/share/doc/x86_64-linux-ghc-7.10.1/network-uri-2.6.0.3/html