name:                 network-uri
version:              2.6.4.2
visibility:           public
id:                   network-uri-2.6.4.2-E8LVMJw3xhU27dwpt5eqVZ
key:                  network-uri-2.6.4.2-E8LVMJw3xhU27dwpt5eqVZ
license:              BSD-3-Clause
maintainer:           ezra@ezrakilty.net
homepage:             https://github.com/haskell/network-uri
synopsis:             URI manipulation
description:
    This package provides facilities for parsing and unparsing URIs, and creating
    and resolving relative URI references, closely following the URI spec,
    <http://www.ietf.org/rfc/rfc3986.txt IETF RFC 3986>.

    == Backward-compatibility

    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 be backward compatible and automatically get it from
    the right package by using the
    </package/network-uri-flag network-uri-flag pseudo-package>
    in your @.cabal@ file's build-depends (along with dependencies for
    both @network-uri@ and @network@):

    >  build-depends:
    >     network-uri-flag == 0.1.*

    Or you can do the same manually by adding this boilerplate 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
abi:                  025337058040a58a5be3f36f0c282d18
exposed:              True
exposed-modules:      Network.URI Network.URI.Lens Network.URI.Static
import-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/network-uri-2.6.4.2-E8LVMJw3xhU27dwpt5eqVZ

library-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/network-uri-2.6.4.2-E8LVMJw3xhU27dwpt5eqVZ

library-dirs-static:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/network-uri-2.6.4.2-E8LVMJw3xhU27dwpt5eqVZ

dynamic-library-dirs: /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1
data-dir:
    /usr/pkg/share/aarch64-netbsd-ghc-9.10.1/network-uri-2.6.4.2

hs-libraries:         HSnetwork-uri-2.6.4.2-E8LVMJw3xhU27dwpt5eqVZ
depends:
    base-4.20.0.0-inplace deepseq-1.5.0.0-inplace
    parsec-3.1.17.0-inplace template-haskell-2.22.0.0-inplace
    th-compat-0.1.6-Ldb0pZc12Nv1agQNuTstM7

haddock-interfaces:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.10.1/network-uri-2.6.4.2/html/network-uri.haddock

haddock-html:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.10.1/network-uri-2.6.4.2/html
