Next | Query returned 15 messages, browsing 11 to 20 | previous

History of commit frequency

CVS Commit History:


   2021-05-03 21:01:21 by Masatake Daimon | Files touched by this commit (475)
Log message:
*: Bump PKGREVISION for ghc-9.0.1
   2021-04-24 15:16:34 by Masatake Daimon | Files touched by this commit (4)
Log message:
Update to network-uri-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.

network-uri-2.6.3.0 (2020-02-18)
* Add official support for SafeHaskell NOTE: This is the first version
  whose SafeHaskell properties have become an intentional part of the
  API contract; previous versions were merely accidentally
  safe-inferred (or not depending on various factors; in other words,
  this was a fragile property).
* Derive Lift instances using DeriveLift extension, when available.

network-uri-2.6.2.0 (2020-01-30)
* Mark the modules as Safe for SafeHaskell.

network-uri-2.6.2.0 (2020-01-30)
* Merge network-uri-static (Network.URI.Static) into this package,
  which offers a way to parse URI strings at compile time.
* Add Lenses for the URI types
* Add Generic instances for the URI type
* Add Lift instances for the URI type
* Optimize isReserved and related character-class functions.
* Start to add some benchmarks for performance analysis
* Fix a bug: Correctly parse IPv6 addresses in URIs.
* Add rectify which normalizes a URI if it is missing certain
  separator characters required by the module. Some users found adding
  those characters inconvenient when building a URI from parts.
* Add nullURIAuth and uriAuthToString, paralleling nullURI and
  uriToString.
   2020-05-11 19:52:21 by Roland Illig | Files touched by this commit (190)
Log message:
hs-*: add PLIST files

These PLIST files have been autogenerated by mk/haskell.mk using
HS_UPDATE_PLIST=yes during a bulk build.  They will help to track changes
to the packages.  The Haskell packages didn't have PLIST files because
their paths contained package hashes.  These hashes are now determined by
mk/haskell.mk, which makes it easy to generate easy to read PLIST files.
   2020-01-11 11:08:28 by Masatake Daimon | Files touched by this commit (2)
Log message:
Remove dependency on devel/hs-parsec

It's now part of GHC.
   2020-01-02 16:27:23 by Masatake Daimon | Files touched by this commit (4)
Log message:
Import network-uri-2.6.1.0

This package provides facilities for parsing and unparsing URIs, and
creating and resolving relative URI references, closely following the
URI spec, IETF RFC 3986.

Next | Query returned 15 messages, browsing 11 to 20 | previous