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: SUSE Linux Enterprise 15 |
Version: 2.6.4.2 | Vendor: SUSE LLC <https://www.suse.com/> |
Release: 150500.3.3.2 | Build date: Mon Jan 29 15:44:40 2024 |
Group: Unspecified | Build host: mourvedre |
Size: 806659 | Source RPM: ghc-network-uri-2.6.4.2-150500.3.3.2.src.rpm |
Packager: https://www.suse.com/ | |
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 [email protected] - Update network-uri to version 2.6.4.2 revision 1. [#] 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 [email protected] - 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 [email protected] - disable %{ix86} build * Tue Aug 18 2020 [email protected] - Replace %setup -q with the more modern %autosetup macro. * Tue Jun 16 2020 [email protected] - Re-generate file with latest version of spec-cleaner. * Wed May 06 2020 [email protected] - Downgrade to version 2.6.3.0. Upstream has retracted 2.7.0.0. * Fri Feb 07 2020 [email protected] - 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 [email protected] - Drop obsolete group attributes. * Sat Oct 20 2018 [email protected] - Use https URL to refer to bugs.opensuse.org. * Wed Jul 18 2018 [email protected] - Cosmetic: replace tabs with blanks, strip trailing white space, and update copyright headers with spec-cleaner. * Wed May 16 2018 [email protected] - Prefer the new %license attribute over %doc. * Thu Aug 03 2017 [email protected] - Updated with latest spec-cleaner version 0.9.8-8-geadfbbf. * Thu Jun 08 2017 [email protected] - Update to version 2.6.1.0 revision 1. * Sun Jul 10 2016 [email protected] - Update to version 2.6.1.0 revision 0 with cabal2obs. * Mon Mar 21 2016 [email protected] - update to 2.6.1.0 * Tue May 05 2015 [email protected] - update to 2.6.0.3 * Mon May 04 2015 [email protected] - update to 2.6.0.2 * no upstream changelog * Sat Apr 11 2015 [email protected] - initial commit of network-uri
/usr/lib64/ghc-8.10.7/network-uri-2.6.4.2 /usr/lib64/ghc-8.10.7/network-uri-2.6.4.2/libHSnetwork-uri-2.6.4.2-3NLcaXuJRkx62rGAxZsbnO-ghc8.10.7.so /usr/share/licenses/ghc-network-uri /usr/share/licenses/ghc-network-uri/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 19:51:39 2024