name: network-uri version: 2.6.0.3 id: network-uri-2.6.0.3-d27fb98b9e59d545e5c7a3c60895eafc license: BSD3 copyright: maintainer: ezra@ezrakilty.net stability: homepage: https://github.com/haskell/network-uri package-url: 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 author: exposed: True exposed-modules: Network.URI hidden-modules: trusted: False import-dirs: ${pkgroot}/network-uri-2.6.0.3 library-dirs: ${pkgroot}/network-uri-2.6.0.3 hs-libraries: HSnetwork-uri-2.6.0.3 extra-libraries: extra-ghci-libraries: include-dirs: includes: depends: base-4.6.0.1-b4caa1d18c332900c72bf5d231dded4f deepseq-1.3.0.1-8bd62e61607622088124a56552365768 parsec-3.1.9-daf9b0bf2aa91c1add331aba60e054dc hugs-options: cc-options: ld-options: framework-dirs: frameworks: haddock-interfaces: ${pkgroot}/../../share/doc/ghc-7.6/html/network-uri.haddock haddock-html: ${pkgroot}/../../share/doc/ghc-7.6/html