Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: ghc-network-uri | Distribution: openSUSE Tumbleweed |
Version: 2.6.4.2 | Vendor: openSUSE |
Release: 3.11 | Build date: Fri Oct 13 06:44:01 2023 |
Group: Unspecified | Build host: reproducible |
Size: 624731 | Source RPM: ghc-network-uri-2.6.4.2-3.11.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://hackage.haskell.org/package/network-uri | |
Summary: URI manipulation |
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'.
BSD-3-Clause
* Fri Oct 13 2023 Peter Simons <psimons@suse.com> - Update network-uri to version 2.6.4.2 revision 1. Upstream has revised the Cabal build instructions on Hackage. * Thu Mar 30 2023 Peter Simons <psimons@suse.com> - Updated spec file to conform with ghc-rpm-macros-2.5.2. * Tue Dec 27 2022 Peter Simons <psimons@suse.com> - Update network-uri to version 2.6.4.2. [#] network-uri-2.6.4.2 (2022-12-18) * Fix warnings, `-Wtrustworthy-safe` and `-Woperator-whitespace-ext-conflict` on GHC 9.4. * Slightly improved test coverage. * Mon Feb 08 2021 psimons@suse.com - Update network-uri to version 2.6.4.1. [#] network-uri-2.6.4.1 (2021-02-07) * Fix: Restore "Safe" designation which was accidentally removed. [#] network-uri-2.6.4.0 (2021-02-07) * Add compatibility with GHC 9.0.1. * Thu Dec 17 2020 Ondřej Súkup <mimi.vx@gmail.com> - disable %{ix86} build * Tue Aug 18 2020 Peter Simons <psimons@suse.com> - Replace %setup -q with the more modern %autosetup macro. * Tue Jun 16 2020 Peter Simons <psimons@suse.com> - Re-generate file with latest version of spec-cleaner. * Wed May 06 2020 Peter Simons <psimons@suse.com> - Downgrade to version 2.6.3.0. Upstream has retracted 2.7.0.0. * Fri Feb 07 2020 psimons@suse.com - Update network-uri to version 2.7.0.0. Upstream added a new change log file in this release. With no previous version to compare against, the automatic updater cannot reliable determine the relevante entries for this release. * Fri Nov 08 2019 Peter Simons <psimons@suse.com> - Drop obsolete group attributes.
/usr/lib64/ghc-9.10.1/lib/libHSnetwork-uri-2.6.4.2-KI56K0rnvaF6dUPHWQGHUN-ghc9.10.1.so /usr/share/licenses/ghc-network-uri /usr/share/licenses/ghc-network-uri/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Wed Jan 29 00:58:41 2025