Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (1h)  pkgsrc-2024Q1 (10d)  pkgsrc-2023Q4 (57d)  pkgsrc-2023Q2 (89d)  pkgsrc-2023Q3 (169d) 

2024-05-28 06:08:44 UTC Now

2023-10-30 09:17:40 UTC MAIN commitmail json YAML

doc: Updated archivers/hs-hslua-module-zip to 1.1.0

(pho)

2023-10-30 09:17:31 UTC MAIN commitmail json YAML

2023-10-30 09:15:17 UTC MAIN commitmail json YAML

doc: Updated lang/hs-hslua-packaging to 2.3.0

(pho)

2023-10-30 09:15:07 UTC MAIN commitmail json YAML

lang/hs-hslua-packaging: Update to 2.3.0

hslua-packaging-2.3.0 - Released 2023-03-13.
* Type initializers as part of Module records. This allows to associate
  types with a module. For performance reasons, the types are not
  initialized when the module is pushed, but only on first use. However,
  the documentation Lua object for each module now has an additional field
  types. The new field contains a function that returns the names of all
  associated types. Calling the function will also initialize these types,
  thereby making the respective metatables available in the registry.
* Field records now have an additional fieldType entry. [API change]
* The pushUD function is now specialized to documented types.
* Export initType. The function ensures that the metatable of a type has
  been fully initialized. This can be helpful when the default method of
  lazy initialization is not desired, e.g. when the type object is to be
  inspected or extended.
* Re-export udDocs, udTypeSpec, allowing to generate typing info for
  userdata classes.

(pho)

2023-10-30 09:11:53 UTC MAIN commitmail json YAML

doc: Updated converters/hs-aeson to 2.2.1.0

(pho)

2023-10-30 09:11:42 UTC MAIN commitmail json YAML

2023-10-30 09:04:19 UTC MAIN commitmail json YAML

doc: Updated devel/hs-semialign to 1.3

(pho)

2023-10-30 09:04:09 UTC MAIN commitmail json YAML

devel/hs-semialign: Update to 1.3

1.3
    Depend on bifunctor-classes-compat instead of bifunctors See changelog
    note in bifunctors-5.6:
    https://hackage.haskell.org/package/bifunctors-5.6/changelog This is
    breaking change, but affects only GHC-8.0 and older users. In that case
    you should check various combinations of newer/older bifunctors, these,
    and semialign packages.

(pho)

2023-10-30 08:20:41 UTC MAIN commitmail json YAML

www/hs-wai: Fix build with GHC 9.6

(pho)

2023-10-30 08:18:36 UTC MAIN commitmail json YAML

databases/hs-sqlite-simple: Fix build with GHC 9.6

(pho)

2023-10-30 08:16:43 UTC MAIN commitmail json YAML

doc: Updated devel/hs-conduit to 1.3.5

(pho)

2023-10-30 08:16:32 UTC MAIN commitmail json YAML

2023-10-30 08:12:32 UTC MAIN commitmail json YAML

devel/hs-optparse-simple: Fix build with GHC 9.6

(pho)

2023-10-30 08:10:06 UTC MAIN commitmail json YAML

doc: Updated devel/hasktags to 0.73.0

(pho)

2023-10-30 08:09:57 UTC MAIN commitmail json YAML

2023-10-30 08:05:46 UTC MAIN commitmail json YAML

devel/hs-mono-traversable: Fix build with GHC 9.6

(pho)

2023-10-30 08:02:31 UTC MAIN commitmail json YAML

2023-10-30 08:00:09 UTC MAIN commitmail json YAML

doc: Updated devel/hs-deferred-folds to 0.9.18.5

(pho)

2023-10-30 07:59:16 UTC MAIN commitmail json YAML

2023-10-30 07:54:51 UTC MAIN commitmail json YAML

doc: Updated devel/hs-foldl to 1.4.15

(pho)

2023-10-30 07:54:42 UTC MAIN commitmail json YAML

2023-10-30 07:51:31 UTC MAIN commitmail json YAML

devel/hs-dlist-instances: Fix build with GHC 9.6

(pho)

2023-10-30 07:49:42 UTC MAIN commitmail json YAML

devel/hs-either: Fix build with GHC 9.6

(pho)

2023-10-30 07:48:00 UTC MAIN commitmail json YAML

math/hs-profunctors: Fix build with GHC 9.6

(pho)

2023-10-30 07:45:43 UTC MAIN commitmail json YAML

doc: Updated math/hs-semigroupoids to 6.0.0.1

(pho)

2023-10-30 07:45:17 UTC MAIN commitmail json YAML

2023-10-30 06:37:55 UTC MAIN commitmail json YAML

devel/hs-enclosed-exceptions: Fix build with GHC 9.6

(pho)

2023-10-30 06:34:56 UTC MAIN commitmail json YAML

devel/hs-lifted-base: Fix build with GHC 9.6

(pho)

2023-10-30 06:33:35 UTC MAIN commitmail json YAML

devel/hs-heapsize: Fix build with GHC 9.6

(pho)

2023-10-30 06:31:33 UTC MAIN commitmail json YAML

sysutils/hs-process-extras: Fix build with GHC 9.6

(pho)

2023-10-30 06:29:21 UTC MAIN commitmail json YAML

doc: Updated devel/ormolu to 0.7.3.0

(pho)

2023-10-30 06:28:51 UTC MAIN commitmail json YAML

devel/ormolu: Update to 0.7.3.0

Ormolu 0.7.3.0
* Switched to ghc-lib-parser-9.8, with the following new syntactic features:
  - ExtendedLiterals: 123#Int8 is a literal of type Int8#. (disabled by
    default)
  - TypeAbstractions: @k-binders in data type declarations (enabled by
    default)
  - GHC proposal #134: deprecating/warning about exports
  - GHC proposal #541: warning categories

Ormolu 0.7.2.0
* Preserve necessary braces for final function arguments. Issue 1044.
* Put "this" PackageImports at the end. Issue 1048.
* Format parenthesized operators starting with a # correctly in the
  presence of UnboxedSums. Issue 1062.
* Fix false positives in AST diffing related to empty Haddock comments in
  data declarations. Issue 1065.

Ormolu 0.7.1.0
* Include base fixity information when formatting a Haskell file that's not
  mentioned in an existing cabal file. Issue 1032
* Update displayException for OrmoluException to pretty print the
  exception. PR 1031.
* Ormolu is now aware of more common module re-exports by default.
* Support explicit mention of target package name in module
  re-exports. Even if the exported package is not specified as a direct
  dependency of the component being formatted it will still be taken into
  account correctly. Issue 1037.
* Ormolu no longer fails when CPP directly follows the import section (a
  regression introduced in 0.7.0.0). Issue 1040.

Ormolu 0.7.0.0
* Inference of operator fixity information is now more precise and takes
  into account the import section of the module being formatted. Issue 892
  and issue 929.
* Ormolu can now be made aware of module re-exports through either special
  declarations in .ormolu files (see the readme for a description of the
  syntax), or on the command line with the --reexport/-r option. Issue
  1017.
* Ormolu now looks for .ormolu files independently of .cabal files. This
  means that it is now possible to have one .ormolu file for multiple Cabal
  packages. Issue 1019.
* Consistently format do blocks/cases/MultiWayIfs with 4 spaces if and only
  if they occur as the applicand. Issue 1002 and issue 730.
* Support the (deprecated) DatatypeContexts extension to avoid
  surprises. Issue 1012.
* Don't let comments escape from empty export lists. Issue 906.
* Format \cases with multiple patterns across multiple lines
  correctly. Issue 1025.

Ormolu 0.6.0.1
* Fix false positives in AST diffing related to UnicodeSyntax. PR 1009.

Ormolu 0.6.0.0
* Haddocks attached to arguments of a data constructor are now formatted in
  the pipe style (rather than the caret style), consistent with everything
  else. As a consequence, now Ormolu's output will be deemed invalid by the
  Haddock shipped with GHC <9.0. Issue 844 and issue 828.
* Insert space before char literals in ticked promoted constructs when
  necessary. Issue 1000.
* Switched to ghc-lib-parser-9.6:
  - Extended OverloadedLabels: #Foo, #3, #"Hello there".
  - Also, it is now disabled by default, as it causes e.g. a#b to be parsed
    differently.
  - New extension: TypeData, enabled by default.
  - Parse errors now include error codes, cf. https://errors.haskell.org.
* Updated to Cabal-syntax-3.10.
* Now whenever Ormolu fails to parse a .cabal file it also explains why. PR
  999.

Ormolu 0.5.3.0
* Stop making empty lets move comments. Issue 917.
* Now .ormolu fixity override files can use both LF and CRLF line
  endings. PR 969.
* Normalize parentheses around constraints. Issue 264.
* The ormolu function now consumes Text instead of String due to an
  internal refactoring.
* Exposed a more complete public API in the Ormolu module. The API is
  supposed to be stable and change according to PVP.
* Now warnings regarding Ormolu not being able to find .cabal files or
  finding such files but them not mentioning the source file in question
  are only displayed when --debug is used. Printing the warnings by default
  seems to have been confusing, see e.g. Issue 971 and issue 924.

(pho)

2023-10-30 06:20:30 UTC MAIN commitmail json YAML

doc: Updated devel/hs-ghc-lib-parser-ex to 9.8.0.0

(pho)

2023-10-30 06:20:22 UTC MAIN commitmail json YAML

2023-10-30 06:17:27 UTC MAIN commitmail json YAML

doc: Updated devel/hs-ghc-lib-parser to 9.8.1.20231009

(pho)

2023-10-30 06:17:17 UTC MAIN commitmail json YAML

2023-10-30 03:33:18 UTC MAIN commitmail json YAML

2023-10-30 03:29:06 UTC MAIN commitmail json YAML

devel/hs-pretty-simple: Fix build with GHC 9.6

(pho)

2023-10-30 03:26:51 UTC MAIN commitmail json YAML

devel/hs-random-shuffle: Fix build with GHC 9.6

(pho)

2023-10-30 03:25:56 UTC MAIN commitmail json YAML

devel/hs-rio: Fix build with GHC 9.6

(pho)

2023-10-30 03:24:26 UTC MAIN commitmail json YAML

doc: Updated devel/hs-singleton-bool to 0.1.7

(pho)

2023-10-30 03:24:16 UTC MAIN commitmail json YAML

2023-10-30 03:21:33 UTC MAIN commitmail json YAML

doc: Updated devel/hs-storable-record to 0.0.7

(pho)

2023-10-30 03:21:24 UTC MAIN commitmail json YAML

2023-10-30 03:17:58 UTC MAIN commitmail json YAML

doc: Updated devel/hs-tasty to 1.5

(pho)

2023-10-30 03:17:48 UTC MAIN commitmail json YAML

devel/hs-tasty: Update to 1.5

Version 1.5 - 2023-09-10
* Progress reporting is no longer ignored. PrintTest constructor of
  TestOutput now has an extra field used to report progress. Supply const
  (pure ()) as this extra field value if you want to skip progress
  reporting (#311).
* foldGroup now takes [b] instead of b as its last argument to allow for
  custom fold strategies. This is a backwards incompatible change, but you
  can get the old behavior by applying mconcat (#364).
* Dependency loop error now lists all test cases that formed a cycle
  (#340).
* Dependencies can now be defined pattern-free with sequentialTestGroup
  (#343).
* Added --min-duration-to-report flag that specifies the time a test must
  take before tasty outputs timing information (#341).
* When a test failed with an exception, print it using displayException
  instead of show (#330).
* The -p / --pattern option can be specified multiple times; only tests
  that match all patterns are run (#380).
* Fix color scheme to make info messages visible in terminals with white
  background (#369).
* When parsing of a command-line option failed, report received option
  (#368).
* Support WASM (#365).
* Tested with GHC 8.0 - 9.8.

(pho)

2023-10-30 03:13:25 UTC MAIN commitmail json YAML

doc: Updated devel/hs-versions to 6.0.3

(pho)

2023-10-30 03:13:10 UTC MAIN commitmail json YAML

devel/hs-versions: Update to 6.0.3

6.0.3 (2023-10-23)
Added
* Data instances for the various data types.
* Simple conversion types between the main version types.
* Compile-time constructors via Template Haskell, like versioningQ.

6.0.2 (2023-10-12)
Added
* Lift instances for the various types, which allows parsing version
  numbers at compile time within Template Haskell quotes. Currently there
  is no exported function that supports this directly, but you could write
  one like:

-- | Parse a `Versioning` at compile time.
thVer :: Text -> Q Exp
thVer nm =
  case versioning nm of
    Left err -> fail (errorBundlePretty err)
    Right v  -> lift v

Changed
* Due to the new dependency on template-haskell, GHC 8.8 is now the lowest
  supported compiler version.

6.0.1 (2023-05-08)
Fixed
* Restored the ability to compile with GHC versions earlier than 9.

6.0.0 (2023-04-29)

A number of type changes have been made to improve parsing and comparison
logic. Doing so fixed several bugs and made the code cleaner overall.

If you're just doing basic parsing and comparisons and not actually
inspecting the types themselves, you shouldn't notice a difference.

Added
* New types Release, Chunks, and Chunk.

Changed
* Both SemVer and Version now contain a better-behaving Release type for
  their prerelease info.
* Similarly, Version now also has a better-behaving Chunks type for its
  main version number sections.
* The release traversal now yields a Maybe Release.
* Versions with ~ in their metadata will now parse as a Mess. Example:
  12.0.0-3ubuntu1~20.04.5

Removed
* The various Semigroup instances. Adding version numbers together is a
  nonsensical operation and should never have been added in the first
  place.
* The VChunk and VUnit types and their associated functions.

Fixed
* Leading zeroes are handled a little better in SemVer pre-release data.

5.0.5 (2023-03-23)
Changed
* Bumped base bound to support GHC 9.6.

(pho)

2023-10-30 03:06:44 UTC MAIN commitmail json YAML

textproc/hs-cassava: Fix build with GHC 9.6

(pho)

2023-10-30 03:02:06 UTC MAIN commitmail json YAML

textproc/hs-parsers: Fix build with GHC 9.6

(pho)

2023-10-30 03:00:30 UTC MAIN commitmail json YAML

doc: Updated lang/hs-hslua-objectorientation to 2.3.0

(pho)

2023-10-30 03:00:21 UTC MAIN commitmail json YAML

lang/hs-hslua-objectorientation: Update to 2.3.0

hslua-objectorientation-2.3.0 - Released 2023-03-13.

* Export all constructors and functions of type Property.

* Renamed peekUD to peekUDGeneric and pushUD to pushUDGeneric. Functions
  with the old names are now now defined hslua-packaging.

* Hook for udtype metatable initializer. The function pushUDGeneric takes
  an additional hook parameter. The hook operation can be used to perform
  additional setup operations, e.g., for documentation.

  The old pushUD function can be recovered with

    pushUD = pushUDGeneric (\_ -> pure ())

  The hslua-packaging now exports a pushUD functions that is specialized to documented types.

* Export new function initTypeGeneric: The function ensures that a type's
  metatable is initialized and available from the registry. Just like with
  pushUDGeneric, a hook can be used to augment the initialization.

* Type info for properties: Properties are amended with information on the
  property's type. The functions property, possibleProperty, and readonly
  each now come with typed version property', possibleProperty', and
  readonly'. This allows to specify the type of a property value.

* Functions for object typing info: The functions udDocs and udTypeSpec are
  added, enabling the generation of typing information for UDType objects.

(pho)

2023-10-30 02:56:46 UTC MAIN commitmail json YAML

2023-10-29 18:50:17 UTC MAIN commitmail json YAML

math/hs-mwc-random: Fix build with GHC 9.6

(pho)

2023-10-29 18:48:29 UTC MAIN commitmail json YAML

security/Makefile: + hs-crypton-x509

(pho)

2023-10-29 18:48:22 UTC MAIN commitmail json YAML

doc: Added security/hs-crypton-x509 version 1.7.6

(pho)

2023-10-29 18:48:14 UTC MAIN commitmail json YAML

2023-10-29 18:44:52 UTC MAIN commitmail json YAML

doc: Updated textproc/hs-attoparsec-iso8601 to 1.1.0.1

(pho)

2023-10-29 18:44:44 UTC MAIN commitmail json YAML

2023-10-29 18:42:16 UTC MAIN commitmail json YAML

doc: Updated www/hs-xss-sanitize to 0.3.7.2

(pho)

2023-10-29 18:42:06 UTC MAIN commitmail json YAML

www/hs-xss-sanitize: Update to 0.3.7.2

0.3.7.2
* Stops Tag Soup from escaping &"<> which breaks HTML entities

(pho)

2023-10-29 18:40:17 UTC MAIN commitmail json YAML

textproc/hs-css-text: Fix build with GHC 9.6

(pho)

2023-10-29 18:39:08 UTC MAIN commitmail json YAML

www/hs-http-date: Fix build with GHC 9.6

(pho)

2023-10-29 18:38:12 UTC MAIN commitmail json YAML

doc: Updated www/hs-http2 to 4.2.2

(pho)

2023-10-29 18:38:03 UTC MAIN commitmail json YAML

www/hs-http2: Update to 4.2.2

4.2.2
* Adding rate limit for RST_STREAM to work around CVE-2023-44487. #94

4.2.1
* This version is identical to v4.2.0 by accident.

4.2.0
* Treating HALF_CLOSED_LOCAL correctly. #90
* Ensuring that GOAWAY is sent after DATA in the client side. #89
* Test uses a random port instead of 8080.
* Breaking change: adding two optional SockAddrs to Config to be copied
  into Aux.
* Close all streams on termination. #83
* Introducing OutBodyStreamingUnmask #80
* Introducing KilledByHttp2ThreadManager instead of ThreadKilled. #79 #81
  #82
* Handle RST_STREAM with NO_ERROR. #78
* Internal changes: #74
* Breaking change: Client is generalized into (forall b. Request ->
  (Response -> IO b) -> IO b) -> IO a. The RankNTypes language extension is
  required. #72

4.1.3
* Using crypton instead of cryptonite.

4.1.2
* Removing the race of frameSender and frameReceiver in the server
  side. This fixes the loss of RST_Stream and TLS bad MAC error. #67

4.1.1
* Fixing memory-blow-up due to no flow control. #62 #66

4.1.0
* Implementing streaming from the client side. #41
* Making use of SettingsMaxFrameSize #44 #57
* Disabling flow control #55
* Fixing buffer overrun by trailers #52
* Proper use of settings
* Breaking change: the data structure of Next was changed. The http3
  package is influenced.

4.0.0
* Breaking change: HTTP2Error is redefined.
* Breaking change: FrameTypeId, SettingsKeyId and ErrorCodeId are
  removed. Use FrameType, SettingsKey and ErrorCode instead.
* A client can receive a concrete HTTP2Error.
* Catching up RFC 9113. Host: and :authority cannot disagree.
* Breaking change: Network.HTTP2 and Network.HTTP2.Priority are removed.
* Breaking change: obsoleted stuff are removed.

(pho)

2023-10-29 18:33:27 UTC MAIN commitmail json YAML

www/hs-websockets: Fix build with GHC 9.6

(pho)

2023-10-29 18:32:06 UTC MAIN commitmail json YAML

lang/Makefile: + hs-hslua-typing

(pho)

2023-10-29 18:31:58 UTC MAIN commitmail json YAML

doc: Added lang/hs-hslua-typing version 0.1.0

(pho)

2023-10-29 18:31:50 UTC MAIN commitmail json YAML

lang/hs-hslua-typing: import hs-hslua-typing-0.1.0

Type specifiers for Lua.

Structure to hold detailed type information. The primary use-case at this
time are auto-generated docs.

(pho)

2023-10-29 18:30:36 UTC MAIN commitmail json YAML

devel/hs-witherable: Fix build with GHC 9.6

(pho)

2023-10-29 18:28:52 UTC MAIN commitmail json YAML

time/Makefile: + hs-text-iso8601

(pho)

2023-10-29 18:28:46 UTC MAIN commitmail json YAML

doc: Added time/hs-text-iso8601 version 0.1

(pho)

2023-10-29 18:28:37 UTC MAIN commitmail json YAML

time/hs-text-iso8601: import hs-text-iso8601-0.1

Converting time to and from IS0 8601 text. Specifically the RFC3339
profile.

(pho)

2023-10-29 16:52:07 UTC MAIN commitmail json YAML

textproc/hs-attoparsec: Fix build with GHC 9.6

(pho)

2023-10-29 16:01:26 UTC MAIN commitmail json YAML

converters/hs-base64: Fix build with GHC 9.6

(pho)

2023-10-29 15:43:42 UTC MAIN commitmail json YAML

graphics/hs-JuicyPixels: Fix build with GHC 9.6

(pho)

2023-10-29 12:07:49 UTC MAIN commitmail json YAML

textproc/hs-Glob: Fix build with GHC 9.6

(pho)

2023-10-29 12:01:48 UTC MAIN commitmail json YAML

textproc/hs-gridtables: Fix build with GHC 9.6

(pho)

2023-10-29 11:58:13 UTC MAIN commitmail json YAML

doc: Updated textproc/hs-unicode-collation to 0.1.3.5

(pho)

2023-10-29 11:58:03 UTC MAIN commitmail json YAML

2023-10-29 11:48:26 UTC MAIN commitmail json YAML

doc: Updated www/hs-http-client to 0.7.14

(pho)

2023-10-29 11:48:17 UTC MAIN commitmail json YAML

2023-10-29 11:46:14 UTC MAIN commitmail json YAML

www/hs-http-types: Fix build with GHC 9.6

(pho)

2023-10-29 11:45:15 UTC MAIN commitmail json YAML

doc: Updated lang/hs-hslua-cli to 1.4.1

(pho)

2023-10-29 11:45:07 UTC MAIN commitmail json YAML

lang/hs-hslua-cli: Update to 1.4.1

hslua-cli-1.4.1 - Released 2023-03-18.
* Always start the REPL if the -i parameter is given on the command
  line. This fixes a bug where the REPL would not start if -v, -e or -l
  where given.

hslua-cli-1.4.0.1 - Released 2023-03-17.
* Fix building on Windows.

hslua-cli-1.4.0 - Released 2023-03-16.
* Isocline-based REPL: interactive mode is now supported with the help of a
  new repl built with the isocline library.

hslua-cli-1.3.0 - Released 2023-03-13.
* Require hslua-core 2.3.

(pho)

2023-10-29 11:41:37 UTC MAIN commitmail json YAML

doc: Updated devel/hs-blaze-textual to 0.2.3.1

(pho)

2023-10-29 11:41:29 UTC MAIN commitmail json YAML

devel/hs-blaze-textual: Update to 0.2.3.1

0.2.3.1 2023-03-02
* Drop redundant dependency on time (see #19).

0.2.3 2023-03-02
* Fix incorrect minBound detection and -128 :: Int8 (see #12).

(pho)

2023-10-29 11:39:03 UTC MAIN commitmail json YAML

doc: Updated devel/cabal-fmt to 0.1.9

(pho)

2023-10-29 11:38:52 UTC MAIN commitmail json YAML

devel/cabal-fmt: Update to 0.1.9
Also remove buildlink3.mk as it exposes no public modules.

0.1.9
* Change how version ranges with carets are formatted once again. Now
  ^>=1.2 || ^>=1.3 won't be changed anymore.

0.1.8
* Order extensions lexicographically

0.1.7
* Use Cabal-syntax-3.10.1.0

(pho)

2023-10-29 11:31:38 UTC MAIN commitmail json YAML

doc: Updated devel/hs-optparse-applicative to 0.18.1.0

(pho)

2023-10-29 11:31:29 UTC MAIN commitmail json YAML

devel/hs-optparse-applicative: Update to 0.18.1.0

Version 0.18.1.0 (29 May 2023)

* Change pretty printer layout algorithm used.

  The layoutSmart algorithm appears to be extremely slow with some command
  line sets, to the point where the program appears to hang.

  Fixes issues:
  # 476 - Stack executable 'hangs' with 0.17.1 and 0.18.0.

* Render help text with AnsiStyle aware rendering functions.

Version 0.18.0.0 (22 May 2023)

* Move to 'prettyprinter` library for pretty printing.

* This is a potentially breaking change when one uses the '*Doc' family of
  functions (like headerDoc) from Options.Applicative. However, as versions
  of 'ansi-wl-pprint > 1.0' export a compatible Doc type, this can be
  mitigated by using a recent version.

* One can also either import directly from Options.Applicative.Help or from
  the Prettyprinter module of 'prettyprinter'.

* Allow commands to be disambiguated in a similar manner to flags when the
  disambiguate modifier is used.

* This is a potentially breaking change as the internal CmdReader
  constructor has been adapted so it is able to be inspected to a greater
  degree to support finding prefix matches.

Version 0.17.1.0 (22 May 2023)

* Widen bounds for ansi-wl-pprint. This supports the use of prettyprinter
  in a non-breaking way, as the ansi-wl-pprint > 1.0 support the newer
  library.

* Export helpIndent from Options.Applicative.

* Export completion script generators from
  Options.Applicative.BashCompletion.

* Add simpleVersioner utility for adding a '--version' option to a parser.

* Improve documentation.

* Drop support for GHC 7.0 and 7.2.

(pho)

2023-10-29 11:26:15 UTC MAIN commitmail json YAML

doc: Updated devel/hs-constraints to 0.14

(pho)

2023-10-29 11:26:07 UTC MAIN commitmail json YAML

devel/hs-constraints: Update to 0.14

0.14 [2023.10.11]
* Drop support for GHCs older than 8.6.
* The forall function in Data.Constraint.Forall has been renamed to
  forall_, since a future version of GHC will make the use of forall as an
  identifier an error.
* Implement Data.Constraint.Forall using QuantifiedConstraints.
* Remove Lifting instances for ErrorT and ListT, which were removed in
  transformers-0.6.*.
* Add a c => Boring (Dict c) instance.
* Add the Data.Constraint.Char module, which contains utilities for working
  with KnownChar constraints. This module is only available on GHC 9.2 or
  later.
* Add unsafeAxiom to Data.Constraint.Unsafe.
* Add unsafeSChar, unsafeSNat, and unsafeSSymbol to Data.Constraint.Unsafe
  when building with base-4.18 (GHC 9.6) or later.

(pho)

2023-10-29 11:15:24 UTC MAIN commitmail json YAML

devel/hs-th-lift-instances: Fix build with GHC 9.6

(pho)

2023-10-29 11:13:49 UTC MAIN commitmail json YAML

doc: Updated textproc/hs-megaparsec to 9.6.0

(pho)

2023-10-29 11:13:35 UTC MAIN commitmail json YAML

textproc/hs-megaparsec: Update to 9.6.0

Megaparsec 9.6.0
* Added the functions initialState and initialPosState to Text.Megaparsec.State. Issue 449.

Megaparsec 9.5.0
* Dropped a number of redundant constraints here and there. PR 523.
* Added a MonadWriter instance for ParsecT. PR 534.

Megaparsec 9.4.1
* Removed Monad m constraints in several places where they were introduced in 9.4.0. Issue 532.

Megaparsec 9.4.0
* dbg now prints hints among other debug information. PR 530.
* Hints are no longer lost in certain methods of MTL instances for
  ParsecT. Issue 528.
* Added a new method to the MonadParsec type class窶芭kParsec. This can be
  used to construct 窶從ew primitives窶� with arbitrary behavior at the expense
  of having to dive into Megaparsec's internals. PR 514.

Megaparsec 9.3.1
* Fixed a bug related to processing of tabs when error messages are
  rendered. Issue 524.

(pho)

2023-10-29 11:03:12 UTC MAIN commitmail json YAML

doc: Updated devel/hs-microlens-platform to 0.4.3.4

(pho)

2023-10-29 11:01:22 UTC MAIN commitmail json YAML

doc: Updated devel/hs-ghc-lib-parser-ex to 9.6.0.2

(pho)

2023-10-29 11:01:14 UTC MAIN commitmail json YAML

devel/hs-ghc-lib-parser-ex: Update to 9.6.0.2

9.6.0.2 released
    New functions isTypedSplice, isUntypedSpice

9.6.0.1 released
    Add & to baseFixities
    Add support for ghc-9.8 series: GH_9_8
    New functions isLetStmt and isDo

9.6.0.0 released
    Add support for ghc-9.6 series: GHC_9_6

(pho)

2023-10-29 10:56:43 UTC MAIN commitmail json YAML

devel/hs-uniplate: Fix build with GHC 9.6

(pho)

2023-10-29 10:55:03 UTC MAIN commitmail json YAML

doc: Updated devel/hs-ListLike to 4.7.8.2

(pho)

2023-10-29 10:54:55 UTC MAIN commitmail json YAML

devel/hs-ListLike: Update to 4.7.8.2

4.7.8.2 (2023-10-10)
    pacify GHC 9.8's new x-partial warning
    tested with GHC 7.10 - 9.8

4.7.8.1 (2023-07-12)
    allow bytestring-0.12 and fix its deprecation warnings
    tested with GHC 7.10 - 9.6

(pho)

2023-10-29 10:41:59 UTC MAIN commitmail json YAML

devel/hs-MonadRandom: Fix build with GHC 9.6

(pho)

2023-10-29 10:39:50 UTC MAIN commitmail json YAML

devel/hs-asn1-parse: Fix build with GHC 9.6

(pho)

2023-10-29 10:38:59 UTC MAIN commitmail json YAML

doc: Updated devel/hs-async-pool to 0.9.2

(pho)

2023-10-29 10:38:47 UTC MAIN commitmail json YAML

2023-10-29 10:36:29 UTC MAIN commitmail json YAML

devel/hs-monad-control: Fix build with GHC 9.6

(pho)

2023-10-29 10:35:23 UTC MAIN commitmail json YAML

devel/hs-transformers-base: Fix build with GHC 9.6

(pho)

2023-10-29 10:34:23 UTC MAIN commitmail json YAML

devel/hs-atomic-write: Fix build with GHC 9.6

(pho)

2023-10-29 10:08:24 UTC MAIN commitmail json YAML

devel/hs-basic-prelude: Fix build with GHC 9.6

(pho)

2023-10-29 10:07:09 UTC MAIN commitmail json YAML

doc: Updated devel/hs-bitvec to 1.1.5.0

(pho)

2023-10-29 10:07:00 UTC MAIN commitmail json YAML

devel/hs-bitvec: Update to 1.1.5.0

1.1.5.0
* Make zipBits unconditionally strict in its second bit vector argument
  (thanks to @treeowl).
* Add simd flag (enabled by default) to use a C SIMD implementation for
  zipBits, invertBits, countBits, bitIndex, nthBitIndex, selectBits,
  excludeBits, reverseBits (thanks to @konsumlamm).
* Decomission libgmp flag.

1.1.4.0
* Include Data.Bit.Gmp only if libgmp flag is set.
* Tweak inlining pragmas to inline less aggressively.

(pho)

2023-10-29 10:03:09 UTC MAIN commitmail json YAML

devel/hs-chunked-data: Fix build with GHC 9.6

(pho)

2023-10-29 10:02:01 UTC MAIN commitmail json YAML

math/hs-semigroups: Fix build with GHC 9.6

(pho)

2023-10-29 10:01:05 UTC MAIN commitmail json YAML

doc: Updated time/hs-time-manager to 0.0.1

(pho)

2023-10-29 10:00:56 UTC MAIN commitmail json YAML

2023-10-29 09:52:56 UTC MAIN commitmail json YAML

doc: Updated devel/hs-unliftio to 0.2.25.0

(pho)

2023-10-29 09:52:45 UTC MAIN commitmail json YAML

devel/hs-unliftio: Update to 0.2.25.0

0.2.25.0
    Add UnliftIO.Exception.Lens

0.2.24.0
    Add UnliftIO.STM.writeTMVar
    Add UnliftIO.STM.stateTVar

(pho)

2023-10-29 09:49:00 UTC MAIN commitmail json YAML

doc: Updated math/hs-bifunctors to 5.6.1

(pho)

2023-10-29 09:48:51 UTC MAIN commitmail json YAML

2023-10-29 09:45:00 UTC MAIN commitmail json YAML

devel/Makefile: + hs-concurrent-output

(pho)

2023-10-29 09:44:51 UTC MAIN commitmail json YAML

doc: Added devel/hs-concurrent-output version 1.10.20

(pho)

2023-10-29 09:44:44 UTC MAIN commitmail json YAML

devel/hs-concurrent-output: import hs-concurrent-output-1.10.20

Lets multiple threads and external processes concurrently output to the
console, without it getting all garbled up.

Built on top of that is a way of defining multiple output regions, which
are automatically laid out on the screen and can be individually updated by
concurrent threads. Can be used for progress displays etc.

(pho)

2023-10-29 09:42:22 UTC MAIN commitmail json YAML

doc: Updated devel/hs-streaming-commons to 0.2.2.6

(pho)

2023-10-29 09:42:13 UTC MAIN commitmail json YAML

2023-10-29 09:39:24 UTC MAIN commitmail json YAML

doc: Updated sysutils/hs-typed-process to 0.2.11.1

(pho)

2023-10-29 09:39:14 UTC MAIN commitmail json YAML

sysutils/hs-typed-process: Update to 0.2.11.1

0.2.11.1
    No user-visible changes

0.2.11.0
    Expose more from System.Process.Typed.Internal

(pho)

2023-10-29 09:37:26 UTC MAIN commitmail json YAML

devel/hs-dec: Fix build with GHC 9.6

(pho)

2023-10-29 09:35:52 UTC MAIN commitmail json YAML

devel/hs-errors: Fix build with GHC 9.6

(pho)

2023-10-29 09:33:57 UTC MAIN commitmail json YAML

math/hs-comonad: Fix build with GHC 9.6

(pho)

2023-10-29 08:46:59 UTC MAIN commitmail json YAML

devel/hs-hinotify: Fix build with GHC 9.6

(pho)

2023-10-29 08:15:58 UTC MAIN commitmail json YAML

textproc/hs-text-rope: Fix build with GHC 9.6

(pho)

2023-10-29 08:13:56 UTC MAIN commitmail json YAML

devel/hs-hashtables: Fix build with GHC 9.6

(pho)

2023-10-29 08:00:46 UTC MAIN commitmail json YAML

doc: Updated textproc/hs-lucid to 2.11.20230408

(pho)

2023-10-29 08:00:37 UTC MAIN commitmail json YAML

textproc/hs-lucid: Update to 2.11.20230408

2.11.20230408
    Don't expect Control.Monad to be re-exported from mtl anymore

(pho)

2023-10-29 07:57:39 UTC MAIN commitmail json YAML

doc: Updated devel/hs-hint to 0.9.0.8

(pho)

2023-10-29 07:57:30 UTC MAIN commitmail json YAML

devel/hs-hint: Update to 0.9.0.8

0.9.0.8
    Support GHC 9.8

0.9.0.7
    Support GHC 9.4
    Support GHC 9.6
    Improved documentation

0.9.0.6
    Fixes the 0.9.0.5 regression
    Small fix in documentation (thanks to Ed Behn)

(pho)

2023-10-29 07:53:49 UTC MAIN commitmail json YAML

devel/hs-hw-fingertree: Fix build with GHC 9.6

(pho)

2023-10-29 07:52:38 UTC MAIN commitmail json YAML

textproc/hs-fuzzy: Fix build with GHC 9.6

(pho)

2023-10-29 07:51:22 UTC MAIN commitmail json YAML

mk/haskell.mk (HASKELL_UNRESTRICT_DEPENDENCIES): Tighten the regex futher to avoid unintended matches

(pho)

2023-10-29 07:50:46 UTC MAIN commitmail json YAML

devel/hs-hw-prim: Fix build with GHC 9.6

(pho)

2023-10-29 07:45:52 UTC MAIN commitmail json YAML

doc: Updated devel/hs-indexed-traversable-instances to 0.1.1.2

(pho)

2023-10-29 07:45:34 UTC MAIN commitmail json YAML

2023-10-29 07:43:02 UTC MAIN commitmail json YAML

devel/hs-mmorph: Fix build with GHC 9.6

(pho)

2023-10-29 07:41:37 UTC MAIN commitmail json YAML

devel/hs-uuid: Fix build with GHC 9.6

(pho)

2023-10-29 07:40:10 UTC MAIN commitmail json YAML

doc: Updated math/hs-mod to 0.2.0.1

(pho)

2023-10-29 07:39:59 UTC MAIN commitmail json YAML

math/hs-mod: Update to 0.2.0.1

0.2.0.1
* Fix build on aarch64.

0.2.0.0
* Breaking change: redesign GcdDomain and Euclidean instances.
* Add instance Read and instance Real.
* Migrate from integer-gmp to ghc-bignum.
* Remove (^) -> (^%) rewrite rule, it does not fire.
* Plug loopholes to inhabit Mod 0.
* Work around performance degradation on ARM.

(pho)

2023-10-29 07:37:04 UTC MAIN commitmail json YAML

devel/hs-microlens-mtl: Fix build with GHC 9.6

(pho)

2023-10-29 07:35:54 UTC MAIN commitmail json YAML

doc: Updated devel/hs-primitive-unlifted to 2.1.0.0

(pho)

2023-10-29 07:35:45 UTC MAIN commitmail json YAML

devel/hs-primitive-unlifted: Update to 2.1.0.0

2.1.0.0 -- 2023-06-28
* Change the order of the type arguments to UnliftedArray_ and
  MutableUnliftedArray_. This makes the library work better with the
  typeclasses in the contiguous library.

2.0.0.0 -- 2023-06-27
* Use legitimate unlifted primitive types and operations, only supporting
  GHC 9.4 and newer.

1.0.0.0 -- 2020-11-02
* Redo everything. This uses unsafeCoerce# a lot to coerce between lifted
  and unlifted types. Stay on the 0.1.x.x series unless you need something
  from this newer version.

(pho)

2023-10-29 07:30:22 UTC MAIN commitmail json YAML

doc: Updated devel/hs-protolude to 0.3.3

(pho)

2023-10-29 07:30:13 UTC MAIN commitmail json YAML

2023-10-29 07:26:45 UTC MAIN commitmail json YAML

devel/hs-serialise: Fix build with GHC 9.6

(pho)

2023-10-29 07:24:13 UTC MAIN commitmail json YAML

devel/hs-vault: Fix build with GHC 9.6

(pho)

2023-10-29 07:22:30 UTC MAIN commitmail json YAML

devel/hs-vector-binary-instances: Fix build with GHC 9.6

(pho)

2023-10-29 07:20:37 UTC MAIN commitmail json YAML

devel/hs-vector-th-unbox: Fix build with GHC 9.6

(pho)

2023-10-29 07:18:58 UTC MAIN commitmail json YAML

doc: Updated devel/hs-with-utf8 to 1.0.2.4

(pho)

2023-10-29 07:18:44 UTC MAIN commitmail json YAML

devel/hs-with-utf8: Update to 1.0.2.4

1.0.2.4
* Allow base 4.17, 4.18 (GHC 9.4, 9.6).
* Allow text<2.1

(pho)

2023-10-29 07:16:34 UTC MAIN commitmail json YAML

doc: Updated math/hs-math-functions to 0.3.4.3

(pho)

2023-10-29 07:16:24 UTC MAIN commitmail json YAML

math/hs-math-functions: Update to 0.3.4.3

Changes in 0.3.4.3
* Support for QuickCheck >= 2.14. Test no longer fail
* Support for GHC<8.0 dropped

(pho)

2023-10-29 07:13:59 UTC MAIN commitmail json YAML

doc: Updated lang/hs-hslua-classes to 2.3.0

(pho)

2023-10-29 07:13:50 UTC MAIN commitmail json YAML

lang/hs-hslua-classes: Update to 2.3.0

hslua-classes-2.3.0 - Released 2023-03-13.
* Require version 2.3.* of HsLua packages hslua-core and hslua-marshalling.

(pho)

2023-10-29 07:08:57 UTC MAIN commitmail json YAML

math/hs-semirings: Fix build with GHC 9.6

(pho)

2023-10-29 07:07:13 UTC MAIN commitmail json YAML

doc: Updated math/hs-monoid-subclasses to 1.2.4.1

(pho)

2023-10-29 07:07:04 UTC MAIN commitmail json YAML

math/hs-monoid-subclasses: Update to 1.2.4.1

Version 1.2.4.1
* Bumped the text dependency upper bounds

Version 1.2.4
* Added Data.Monoid.Instances.PrefixMemory.Shadowed monoid transformer

Version 1.2.3
* Added DistributiveGCDMonoid and DistributiveLCMMonoid type class by
  Jonathan Knowles

Version 1.2.2
* Added Data.Monoid.LCM module with LCMMonoid type class by Jonathan
  Knowles
* Repaired links to Hackage within README.md by Jonathan Knowles

(pho)

2023-10-29 03:57:58 UTC MAIN commitmail json YAML

doc: Updated misc/cabal-install to 3.10.1.0

(pho)

2023-10-29 03:57:49 UTC MAIN commitmail json YAML

2023-10-29 03:29:37 UTC MAIN commitmail json YAML

doc: Updated misc/hs-cabal-install-solver to 3.10.1.0

(pho)

2023-10-29 03:29:28 UTC MAIN commitmail json YAML

2023-10-28 20:32:47 UTC MAIN commitmail json YAML

doc: Updated textproc/hs-charset to 0.3.10

(pho)

2023-10-28 20:32:37 UTC MAIN commitmail json YAML

textproc/hs-charset: Update to 0.3.10

0.3.10 [2023.08.06]
* Allow building with bytestring-0.12.*.
* Replace a use of bytestring's memset function (which is now deprecated as
  of bytestring-0.12.*) with base's fillBytes function.

(pho)

2023-10-28 20:30:25 UTC MAIN commitmail json YAML

2023-10-28 20:16:15 UTC MAIN commitmail json YAML

x11/hs-X11-xft: Fix build with GHC 9.6

(pho)

2023-10-28 20:15:08 UTC MAIN commitmail json YAML

doc: Updated www/hs-http-media to 0.8.1.1

(pho)

2023-10-28 20:14:59 UTC MAIN commitmail json YAML

www/hs-http-media: Update to 0.8.1.1

Version 0.8.1.1
* Fixed a bug when mapping againt a client-side content header where a
  match would be overridden by a more specific key earlier in the map.
* The bounds for tasty have been updated to include the latest version.

Version 0.8.1.0
* Exposed qualityData accessor.
* Added isAcceptable to allow filtering out unacceptable items.

(pho)

2023-10-28 20:12:46 UTC MAIN commitmail json YAML

doc: Updated lang/hs-hslua-list to 1.1.1

(pho)

2023-10-28 20:12:37 UTC MAIN commitmail json YAML

lang/hs-hslua-list: Update to 1.1.1

hslua-list-1.1.1 - Released 2023-03-17.
* Conversion to strings: added a __tostring that lists all elements
  separated by commas and a space, surrounded by braces and prefixed with
  the metatable's name.

(pho)

2023-10-28 20:10:54 UTC MAIN commitmail json YAML

doc: Updated lang/hs-hslua-marshalling to 2.3.0

(pho)

2023-10-28 20:10:45 UTC MAIN commitmail json YAML

lang/hs-hslua-marshalling: Update to 2.3.0

hslua-marshalling-2.3.0 - Released 2023-03-13.
* Result is now an instance of MonadFail.
* New peeker and pusher functions for NonEmpty.
* Peeker combinators for optional values: The new combinators peekNilOr,
  peekNoneOr, and peekNoneOrNil can be used to retrieve optional values.

(pho)

2023-10-28 20:08:38 UTC MAIN commitmail json YAML

devel/hs-data-fix: Fix build with GHC 9.6

(pho)

2023-10-28 20:03:58 UTC MAIN commitmail json YAML

doc: Updated devel/hs-strict to 0.5

(pho)

2023-10-28 20:03:46 UTC MAIN commitmail json YAML

devel/hs-strict: Update to 0.5

Depend on bifunctor-classes-compat instead of bifunctors See changelog note
in bifunctors-5.6:
https://hackage.haskell.org/package/bifunctors-5.6/changelog This is
breaking change, but affects only GHC-8.0 and older users.

(pho)

2023-10-28 20:01:04 UTC MAIN commitmail json YAML

doc: Updated devel/hs-these to 1.2

(pho)

2023-10-28 20:00:48 UTC MAIN commitmail json YAML

devel/hs-these: Update to 1.2

* Depend on bifunctor-classes-compat instead of bifunctors See changelog
  note in bifunctors-5.6:
  https://hackage.haskell.org/package/bifunctors-5.6/changelog This is
  breaking change, but affects only GHC-8.0 and older users. In that case
  you should check various combinations of newer/older bifunctors, these
  (and e.g. semialign) packages.
* Depend on assoc-1.1. Since version 1.1 assoc has an almost trivial
  dependency footprint, so these depends on it unconditionally.
* Add Bifoldable1 These instance
* Add Foldable1 (Data.Functor.These1 f g) instance
* Change Eq (These1 f g a), Ord, Read, Show, NFData instances similarly to
  how they are changed for Product and Sum in base-4.18.0.0.

(pho)

2023-10-28 19:24:36 UTC MAIN commitmail json YAML

devel/hs-unordered-containers: Fix build with GHC 9.6

(pho)

2023-10-28 18:40:43 UTC MAIN commitmail json YAML

doc: Updated devel/hs-uuid-types to 1.0.5.1

(pho)

2023-10-28 18:40:30 UTC MAIN commitmail json YAML

2023-10-28 17:01:11 UTC MAIN commitmail json YAML

doc: Updated devel/hs-vector to 0.13.1.0

(pho)

2023-10-28 17:01:01 UTC MAIN commitmail json YAML

devel/hs-vector: Update to 0.13.1.0

Changes in version 0.13.1.0
* Specialized variants of findIndexR are reexported for all vector
  types. #469
* UnboxViaPrim could be used for deriving Unbox instances (V_UnboxViaPrim
  constructor is exported) #450
* Fields of Data.Vector.Fusion.Bundle.Size are now strict #456
* Compatibility with future GHC 9.10 release #462
* Test suite no longer fails when built with QuickCheck-2.14 #461
* Doctests now work with current versions of GHC #465
* Various documentation improvements

(pho)

2023-10-28 14:33:46 UTC MAIN commitmail json YAML

math/Makefile: + hs-integer-conversion

(pho)

2023-10-28 14:33:24 UTC MAIN commitmail json YAML

doc: Added math/hs-integer-conversion version 0.1.0.1

(pho)

2023-10-28 14:33:14 UTC MAIN commitmail json YAML

math/hs-integer-conversion: import hs-integer-conversion-0.1.0.1

The naive foldl' (acc d -> acc * 10 + d) 0 is expensive (quadratic!) for
large Integers. This package provides sub-quadratic implementation.

(pho)

2023-10-28 14:27:31 UTC MAIN commitmail json YAML

math/hs-scientific: Fix build with GHC 9.6

(pho)

2023-10-28 14:25:41 UTC MAIN commitmail json YAML

textproc/hs-text-short: Fix build with GHC 9.6

(pho)

2023-10-28 14:23:59 UTC MAIN commitmail json YAML

time/hs-time-compat: Fix build with GHC 9.6

(pho)

2023-10-28 14:21:29 UTC MAIN commitmail json YAML

devel/hs-transformers-compat: Fix build with GHC 9.6

(pho)

2023-10-28 12:46:32 UTC MAIN commitmail json YAML

doc: Updated devel/hs-cborg to 0.2.9.0

(pho)

2023-10-28 12:45:37 UTC MAIN commitmail json YAML

devel/hs-cborg: Update to 0.2.9.0

0.2.9.0
    Fix build with base >= 4.17 on platforms without unaligned memory operations.
    Fix Eq, Ord, Show and IsList instances for SlicedByteArray when offset is present
    Fix toBuilder and encodeByteArray for SlicedByteArray when offset is present

(pho)

2023-10-28 12:03:03 UTC MAIN commitmail json YAML

devel/hs-data-default: Fix build with GHC 9.6

(pho)

2023-10-28 12:01:50 UTC MAIN commitmail json YAML

devel/hs-data-default: Fix build with GHC 9.6

(pho)