Package Info

ghc-network-uri


URI manipulation


Unspecified

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'.


License: BSD-3-Clause
URL: https://hackage.haskell.org/package/network-uri

Categories

Releases

Package Version Update ID Released Package Hub Version Platforms Subpackages
2.6.4.1-150500.1.1 info GA Release 2022-12-13 15 SP5 Subpackages
  • x86-64
  • ghc-network-uri
  • ghc-network-uri-devel
2.6.4.1-bp154.1.12 info GA Release 2022-05-09 15 SP4
  • AArch64
  • ppc64le
  • x86-64
  • ghc-network-uri
  • ghc-network-uri-devel
2.6.3.0-bp153.1.20 info GA Release 2021-04-08 15 SP3
  • AArch64
  • ppc64le
  • x86-64
  • ghc-network-uri
  • ghc-network-uri-devel
2.6.3.0-bp152.1.2 info GA Release 2020-06-16 15 SP2
  • AArch64
  • ppc64le
  • x86-64
  • ghc-network-uri
  • ghc-network-uri-devel
2.6.1.0-bp151.4.2 info GA Release 2019-07-17 15 SP1
  • ppc64le
  • x86-64
  • ghc-network-uri
  • ghc-network-uri-devel
2.6.1.0-bp151.3.10 info GA Release 2019-05-31 15 SP1
  • AArch64
  • ghc-network-uri
  • ghc-network-uri-devel
2.6.1.0-bp150.2.6 info GA Release 2018-08-01 15
  • AArch64
  • ghc-network-uri
  • ghc-network-uri-devel
2.6.1.0-bp150.2.7 info GA Release 2018-07-30 15
  • ppc64le
  • x86-64
  • ghc-network-uri
  • ghc-network-uri-devel
2.6.1.0-6.9 info 5585 2016-09-14 12 GA-SP5
  • AArch64
  • s390x
  • x86-64
  • ghc-network-uri
  • ghc-network-uri-devel
2.6.1.0-6.3 info 5585 2016-09-14 12 GA-SP5
  • ppc64le
  • ghc-network-uri
  • ghc-network-uri-devel
2.6.0.3-3.1 info openSUSE-2016-291 2016-07-04 12 GA-SP5
  • x86-64
  • ghc-network-uri
  • ghc-network-uri-devel