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 (3h)  pkgsrc-2024Q1 (10d)  pkgsrc-2023Q4 (57d)  pkgsrc-2023Q2 (89d)  pkgsrc-2023Q3 (169d) 

2024-05-28 07:19:40 UTC Now

2023-10-28 10:56:07 UTC MAIN commitmail json YAML

sysutils/hs-temporary: Fix build with GHC 9.6

(pho)

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

textproc/hs-case-insensitive: Fix build with GHC 9.6

(pho)

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

doc: Updated textproc/hs-commonmark-extensions to 0.2.4

(pho)

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

textproc/hs-commonmark-extensions: Update to 0.2.4

0.2.4
* Make pipe_tables extension treat backslash escapes like GH does (#112,
  Michael Howell). This change essentially changes the way the text \\|
  gets parsed inside a table. In the old version, the first backslash
  escapes the second backslash, and then the pipe is treated as a cell
  separator. In the new version, the pipe is still preceded by a backslash,
  so it is still literal text. The escaping rule is documented in detail in
  the spec for this extension. This change also aligns our escaping of
  pipes with GitHub's.

0.2.3.6
* Fix pipe table parser so that |s don't interfere with other block
  structures (Michael Howell, #111, fixing #52 and #95). This parser is
  structured as a system that parses the second line first, then parses the
  first line. That is, if it detects a delimiter row as the second line of
  a paragraph, it converts the paragraph into a table. This seems
  counterintuitive, but it works better than trying to convert a table into
  a paragraph, since it might need to be something else.
* Improve parsing of inline math (#110).

0.2.3.5
* Resolve entities inside wikilinks (#105, Michał Kukieła).

0.2.3.4
* Require whitespace after definition list marker (#104). Otherwise we can
  inadvertently clobber strikeout or subscript.

(pho)

2023-10-28 09:52:34 UTC MAIN commitmail json YAML

doc: Updated textproc/hs-commonmark to 0.2.4

(pho)

2023-10-28 09:52:23 UTC MAIN commitmail json YAML

textproc/hs-commonmark: Update to 0.2.4

0.2.4
* Do not parse hard line breaks in fenced codeblock info (#116, Michael
  Howell). This change makes commonmark-hs conform to the spec and behave
  like other implementations when an info string in a code block ends with
  a backslash.
* [API change] Commonmark.Inlines now exports pEscapedSymbol (#116, Michael
  Howell).
* Tokenize combining marks as WordChars not Symbol (#114).

(pho)

2023-10-28 09:45:22 UTC MAIN commitmail json YAML

textproc/hs-doclayout: Update to 0.4.0.1

0.4.0.1
    Add clause for Empty to renderList (#22).
    Remove upper bound for criterion

(pho)

2023-10-28 09:45:15 UTC MAIN commitmail json YAML

doc: Updated textproc/hs-doclayout to 0.4.0.1

(pho)

2023-10-28 09:40:45 UTC MAIN commitmail json YAML

lang/Makefile: + hs-hslua-repl

(pho)

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

doc: Added lang/hs-hslua-repl version 0.1.1

(pho)

2023-10-28 09:40:21 UTC MAIN commitmail json YAML

2023-10-28 09:38:42 UTC MAIN commitmail json YAML

devel/hs-async: Fix build with GHC 9.6

(pho)

2023-10-28 06:06:11 UTC MAIN commitmail json YAML

security/hs-crypton: Fix PLIST, some modules are only built on specific platforms

(pho)

2023-10-28 05:42:58 UTC MAIN commitmail json YAML

textproc/hs-regex-compat-tdfa: Fix build with GHC 9.6

(pho)

2023-10-28 04:27:00 UTC MAIN commitmail json YAML

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

(pho)

2023-10-28 04:26:46 UTC MAIN commitmail json YAML

2023-10-27 19:20:33 UTC MAIN commitmail json YAML

devel/hs-gitrev: Fix build with GHC 9.6

(pho)

2023-10-27 19:19:05 UTC MAIN commitmail json YAML

sysutils/hs-hslogger: Fix build with GHC 9.6

(pho)

2023-10-27 19:16:59 UTC MAIN commitmail json YAML

doc: Updated textproc/hs-regex-tdfa to 1.3.2.2

(pho)

2023-10-27 19:16:49 UTC MAIN commitmail json YAML

textproc/hs-regex-tdfa: Update to 1.3.2.2

1.3.2.2 - 2023-08-02, Andreas Abel
* Fix return type in memcpy FFI signature (#52)
* Refactor regexec to avoid partial functions tail and (!0)
* Tested with GHC 7.4 - 9.8.1-alpha1

1.3.2.1 - 2023-05-19, Andreas Abel
* Fix haddock rendering of code examples in top-level documentation (#50)
* Tested with GHC 7.4 - 9.6

(pho)

2023-10-27 19:11:21 UTC MAIN commitmail json YAML

sysutils/hs-filepattern: Fix build with GHC 9.6

(pho)

2023-10-27 19:06:44 UTC MAIN commitmail json YAML

sysutils/hs-filemanip: Fix build with GHC 9.6

(pho)

2023-10-27 17:59:23 UTC MAIN commitmail json YAML

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

(pho)

2023-10-27 17:15:51 UTC MAIN commitmail json YAML

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

(pho)

2023-10-27 15:15:34 UTC MAIN commitmail json YAML

doc: Updated devel/hs-assoc to 1.1

(pho)

2023-10-27 15:15:24 UTC MAIN commitmail json YAML

devel/hs-assoc: Update to 1.1

1.1
* Depend on bifunctor-classes-compat only. Instances for types defined in
  bifunctors package are moved there. With this change assoc only depends
  on base and tagged.
* Mark modules as explicitly Safe

(pho)

2023-10-27 15:12:41 UTC MAIN commitmail json YAML

doc: Updated devel/hs-base-compat-batteries to 0.13.1

(pho)

2023-10-27 15:12:31 UTC MAIN commitmail json YAML

devel/hs-base-compat-batteries: Update to 0.13.1

Changes in 0.13.1 [2023.10.11]
* This coincides with the base-compat-batteries-0.13.1 release. Refer to
  the base-compat-batteries changelog for more details.

Changes in 0.13.0 [2023.03.10]
* This coincides with the base-compat-0.13.0 release. Refer to the
  base-compat changelog for more details.
* Require OneTuple-0.4 or later on GHC 7.4+, as that is the first OneTuple
  release to backport the MkSolo data constuctor for Solo. See
  Data.Tuple.Compat.
* Introduce Data.Foldable1.Compat and Data.Bifoldable1.Compat modules,
  which correspond to changes made in base-4.18.0.0. base-compat-batteries
  uses the foldable1-classes-compat library to backport this code to older
  versions of base.
* Depend on bifunctor-classes-compat to backport the Bifunctor, Bifoldable,
  and Bitraversable classes instead of the bifunctors library, which has
  more dependencies.

Changes in 0.12.3 [2023.07.12]
* Allow building with OneTuple-0.4.*.

(pho)

2023-10-27 15:09:57 UTC MAIN commitmail json YAML

doc: Updated devel/hs-boring to 0.2.1

(pho)

2023-10-27 15:09:44 UTC MAIN commitmail json YAML

devel/hs-boring: Update to 0.2.1

0.2.1
* Add instances for SNat, SSymbol, and SChar (singletons introduced in
  base-4.18.0.0)

(pho)

2023-10-27 15:04:33 UTC MAIN commitmail json YAML

devel/hs-resourcet: Fix build with GHC 9.6

(pho)

2023-10-27 15:02:45 UTC MAIN commitmail json YAML

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

(pho)

2023-10-27 15:00:59 UTC MAIN commitmail json YAML

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

(pho)

2023-10-27 14:58:38 UTC MAIN commitmail json YAML

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

(pho)

2023-10-27 14:56:59 UTC MAIN commitmail json YAML

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

(pho)

2023-10-27 14:11:56 UTC MAIN commitmail json YAML

devel/Makefile: + hs-foldable1-classes-compat

(pho)

2023-10-27 14:11:48 UTC MAIN commitmail json YAML

doc: Added devel/hs-foldable1-classes-compat version 0.1

(pho)

2023-10-27 14:11:39 UTC MAIN commitmail json YAML

devel/hs-foldable1-classes-compat: import hs-foldable1-classes-compat-0.1

A compatibility package for the Foldable1 and Bifoldable1 type classes,
which were introduced in base-4.18.0.0 (GHC 9.6.1). For more information,
see <https://github.com/haskell/core-libraries-committee/issues/9 this Core
Libraries Committee proposal>.

Foldable1 and Bifoldable1 classify non-empty data structures that can be
folded to a summary value.

(pho)

2023-10-27 14:08:18 UTC MAIN commitmail json YAML

math/hs-contravariant: Fix build with GHC 9.6

(pho)

2023-10-27 14:05:51 UTC MAIN commitmail json YAML

doc: Updated devel/hs-foundation to 0.0.30

(pho)

2023-10-27 14:05:37 UTC MAIN commitmail json YAML

2023-10-27 14:02:23 UTC MAIN commitmail json YAML

doc: Updated devel/hs-generic-deriving to 1.14.5

(pho)

2023-10-27 14:00:55 UTC MAIN commitmail json YAML

devel/hs-generic-deriving: Update to 1.14.5

1.14.5 [2023.08.06]
* Support building with template-haskell-2.21.* (GHC 9.8).
* The Template Haskell machinery now uses TemplateHaskellQuotes when
  building with GHC 8.0+ instead of manually constructing each Template
  Haskell Name. A consequence of this is that generic-deriving will now
  build with GHC 9.8, as TemplateHaskellQuotes abstracts over some internal
  Template Haskell changes introduced in 9.8.

1.14.4 [2023.04.30]
* Allow building with GHC backends where HTYPE_SIG_ATOMIC_T is not defined,
  such as the WASM backend.
* Place INLINE [1] pragmas on from and to implementations when types don't
  have too many constructors or fields, following the heuristics that GHC
  9.2+ uses for Generic deriving.

1.14.3 [2023.02.27]
* Support th-abstraction-0.5.*.

(pho)

2023-10-27 13:25:09 UTC MAIN commitmail json YAML

devel/hs-ghc-check: Fix build with GHC 9.6

(pho)

2023-10-27 13:22:25 UTC MAIN commitmail json YAML

sysutils/hs-opentelemetry: Fix build with GHC 9.6

(pho)

2023-10-27 13:20:58 UTC MAIN commitmail json YAML

doc: Updated textproc/hs-ansi-wl-pprint to 1.0.2

(pho)

2023-10-27 13:20:49 UTC MAIN commitmail json YAML

textproc/hs-ansi-wl-pprint: Update to 1.0.2

1.0.2

* Change the implementation to the prettyprinter package, using the
  prettyprinter-compat-ansi-wl-pprint compatibility package.

  Migrate to prettyprinter.

  Note: Using show won't preserve formatting anymore, as prettyprinters
  Show Doc instance is annotation invariant. You can convert to String
  using Data.Text.Lazy.unpack . Prettyprinter.Render.Terminal.renderLazy
  . Prettyprinter.layoutPretty Prettyprinter.defaultLayoutOptions, from the
  text, prettyprinter-ansi-terminal, prettyprinter packages respectively.

* The Text.PrettyPrint.ANSI.Leijen.Internal module is gone.

(pho)

2023-10-27 13:16:18 UTC MAIN commitmail json YAML

textproc/Makefile: + hs-prettyprinter-compat-ansi-wl-pprint

(pho)

2023-10-27 13:16:06 UTC MAIN commitmail json YAML

doc: Added textproc/hs-prettyprinter-compat-ansi-wl-pprint version 1.0.2

(pho)

2023-10-27 13:15:59 UTC MAIN commitmail json YAML

textproc/hs-prettyprinter-compat-ansi-wl-pprint: import hs-prettyprinter-compat-ansi-wl-pprint-1.0.2

This package defines a compatibility layer between the old ansi-wl-pprint
package, and the new prettyprinter/prettyprinter-ansi-terminal ones.

This allows easily transitioning dependent packages from the old to the new
package, by simply replacing ansi-wl-pprint with
prettyprinter-ansi-terminal in the .cabal file. For adapting third party
plugins that output ansi-wl-pprint data, use the proper converter from the
prettyprinter-convert-ansi-wl-pprint module.

Note that this package is only for transitional purposes, and therefore
deprecated and wholly undocumented. For new development, use the current
version of prettyprinter, and the ANSI terminal backend provided in
prettyprinter-ansi-terminal.

(pho)

2023-10-27 13:10:40 UTC MAIN commitmail json YAML

textproc/hs-prettyprinter-ansi-terminal: Fix build with GHC 9.6

(pho)

2023-10-27 13:09:23 UTC MAIN commitmail json YAML

math/hs-distributive: Fix build with GHC 9.6

(pho)

2023-10-27 13:05:37 UTC MAIN commitmail json YAML

doc: Updated devel/hs-microlens-ghc to 0.4.14.2

(pho)

2023-10-27 12:59:55 UTC MAIN commitmail json YAML

2023-10-27 12:53:09 UTC MAIN commitmail json YAML

doc: Updated devel/hs-microlens-th to 0.4.3.14

(pho)

2023-10-27 12:53:00 UTC MAIN commitmail json YAML

devel/hs-microlens-th: Update to 0.4.3.14

0.4.3.14
    #170, #171 Support GHC 9.8.

0.4.3.13
    #167 Support th-abstraction 0.5.

0.4.3.12
    #164, #165 Support template-haskell 2.19 (and GHC 9.6 by extension).

(pho)

2023-10-27 12:48:42 UTC MAIN commitmail json YAML

devel/hs-psqueues: Fix build with GHC 9.6

(pho)

2023-10-27 12:34:49 UTC MAIN commitmail json YAML

doc: Updated sysutils/hs-fast-logger to 3.2.2

(pho)

2023-10-27 12:34:40 UTC MAIN commitmail json YAML

sysutils/hs-fast-logger: Update to 3.2.2

3.2.2
* Corrected handling of messages at the buffer boundary in the SingleLogger
  #211

3.2.1
* Fixing a bug where a single logger is not killed

3.2.0
* newFastLogger1 ensures the ordering of logs #207

3.1.2
* Require unix-compat >= 0.2 #206
* Remove Safe if directory >= 1.3.8 #199

(pho)

2023-10-27 12:30:22 UTC MAIN commitmail json YAML

doc: Updated devel/hs-retry to 0.9.3.1

(pho)

2023-10-27 12:29:19 UTC MAIN commitmail json YAML

2023-10-27 12:27:44 UTC MAIN commitmail json YAML

devel/hs-tabular: Fix build with GHC 9.6

(pho)

2023-10-27 12:25:08 UTC MAIN commitmail json YAML

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

(pho)

2023-10-27 12:23:38 UTC MAIN commitmail json YAML

devel/hs-th-env: Fix build with GHC 9.6

(pho)

2023-10-27 12:22:33 UTC MAIN commitmail json YAML

doc: Updated devel/hs-th-lift to 0.8.4

(pho)

2023-10-27 12:22:24 UTC MAIN commitmail json YAML

devel/hs-th-lift: Update to 0.8.4

[0.8.4] - 2023.08.01
* Add support for the FldName NameSpace, which was introduced in
  template-haskell-2.21.0.0 (GHC 9.8).

[0.8.3] - 2023.02.27
* Support building with th-abstraction-0.5.*.
* Require th-abstraction-0.3.0.0 or later.

(pho)

2023-10-27 12:19:28 UTC MAIN commitmail json YAML

devel/hs-wizards: Fix build with GHC 9.6

(pho)

2023-10-27 12:15:31 UTC MAIN commitmail json YAML

doc: Updated devel/pointfree to 1.1.1.11

(pho)

2023-10-27 12:15:19 UTC MAIN commitmail json YAML

devel/pointfree: Update to 1.1.1.11

v1.1.1.11:
* Dependency update for base 4.18, GHC 9.4.5 (PR #42, thanks Miezhiko)

v1.1.1.10:
* When parsing as an expression and as a declaration both fail, show both
  errors (PR #39, thanks 1in1)
* GitHub Action for CI
* Dependency update for base 4.16, GHC 9.2.5 (PR #39, thanks Andreas L辰ndle)

(pho)

2023-10-27 12:11:52 UTC MAIN commitmail json YAML

net/hs-uri-encode: Fix build with GHC 9.6

(pho)

2023-10-27 12:10:41 UTC MAIN commitmail json YAML

lang/hs-language-javascript: Fix build with GHC 9.6

(pho)

2023-10-27 12:06:19 UTC MAIN commitmail json YAML

textproc/hs-boxes: Fix build with GHC 9.6

(pho)

2023-10-27 12:03:48 UTC MAIN commitmail json YAML

textproc/hs-edit-distance: Fix build with GHC 9.6

(pho)

2023-10-27 11:58:59 UTC MAIN commitmail json YAML

math/Makefile: + hs-digits

(pho)

2023-10-27 11:58:48 UTC MAIN commitmail json YAML

doc: Added math/hs-digits version 0.3.1

(pho)

2023-10-27 11:58:38 UTC MAIN commitmail json YAML

2023-10-27 11:55:12 UTC MAIN commitmail json YAML

math/hs-nats: Fix build with GHC 9.6

(pho)

2023-10-27 11:53:26 UTC MAIN commitmail json YAML

doc: Updated net/hs-resolv to 0.2.0.2

(pho)

2023-10-27 11:53:14 UTC MAIN commitmail json YAML

net/hs-resolv: Update to 0.2.0.2

0.2.0.2 - 2023-06-12, Alexey Radkov and Andreas Abel
* Support Haiku OS by including libnetwork in configure script. (PR #23.)

0.2.0.1 - 2023-03-31, Alexey Radkov and Andreas Abel
* Fix 0.2.0.0: Ship updated configure script.

0.2.0.0 - 2023-03-31, Alexey Radkov and Andreas Abel
* Bump bytestring to >= 0.10 for correct IsString ByteString instance. (PR
  #16.)
* Fix memory leaks due to missing res_nclose() after each res_ninit()
  call. (PR #12.)
* Check the value of h_errno on failures of res_nquery() and throw an
  appropriate exception of type DnsException built with one of new
  constructors DnsHostNotFound, DnsNoData, DnsNoRecovery, or
  DnsTryAgain. Note that previously such exceptions were thrown by fail and
  had type IOError. (PR #17.)
* Suppress configure warning on option --with-compiler passed by Cabal. (PR
  #21.)
* Tested with GHC 8.0 - 9.6.

(pho)

2023-10-27 11:48:23 UTC MAIN commitmail json YAML

2023-10-27 11:39:39 UTC MAIN commitmail json YAML

textproc/hs-regex-posix: Fix build with GHC 9.6

(pho)

2023-10-27 11:38:12 UTC MAIN commitmail json YAML

www/hs-HTTP: Fix build with GHC 9.6

(pho)

2023-10-27 11:09:00 UTC MAIN commitmail json YAML

net/hs-network-bsd: Fix build with GHC 9.6

(pho)

2023-10-27 11:07:34 UTC MAIN commitmail json YAML

net/hs-socks: Fix build with GHC 9.6

(pho)

2023-10-27 11:06:14 UTC MAIN commitmail json YAML

net/hs-iproute: Fix build with GHC 9.6

(pho)

2023-10-27 11:04:32 UTC MAIN commitmail json YAML

doc: Updated net/hs-recv to 0.1.0

(pho)

2023-10-27 11:03:52 UTC MAIN commitmail json YAML

net/hs-recv: Update to 0.1.0

No change log is provided by the upstream.

(pho)

2023-10-27 11:01:45 UTC MAIN commitmail json YAML

security/Makefile: + hs-crypto-api

(pho)

2023-10-27 11:01:37 UTC MAIN commitmail json YAML

doc: Added security/hs-crypto-api version 0.13.3

(pho)

2023-10-27 11:01:30 UTC MAIN commitmail json YAML

security/hs-crypto-api: import hs-crypto-api-0.13.3

A generic interface for cryptographic operations (hashes, ciphers,
randomness). Maintainers of hash and cipher implementations are encouraged
to add instances for the classes defined in Crypto.Classes. Crypto users
are similarly encouraged to use the interfaces defined in the Classes
module. Any concepts or functions of general use to more than one
cryptographic algorithm (ex: padding) is within scope of this package.

(pho)

2023-10-27 10:59:26 UTC MAIN commitmail json YAML

security/Makefile: + hs-crypton

(pho)

2023-10-27 10:58:59 UTC MAIN commitmail json YAML

doc: Added security/hs-crypton version 0.33

(pho)

2023-10-27 10:58:52 UTC MAIN commitmail json YAML

security/hs-crypton: import hs-crypton-0.33

A repository of cryptographic primitives.

* Symmetric ciphers: AES, DES, 3DES, CAST5, Blowfish, Twofish, Camellia,
  RC4, Salsa, XSalsa, ChaCha.

* Hash: SHA1, SHA2, SHA3, SHAKE, MD2, MD4, MD5, Keccak, Skein, Ripemd,
  Tiger, Whirlpool, Blake2

* MAC: HMAC, KMAC, Poly1305

* Asymmetric crypto: DSA, RSA, DH, ECDH, ECDSA, ECC, Curve25519, Curve448,
  Ed25519, Ed448

* Key Derivation Function: PBKDF2, Scrypt, HKDF, Argon2, BCrypt,
  BCryptPBKDF

* Cryptographic Random generation: System Entropy, Deterministic Random
  Generator

* Data related: Anti-Forensic Information Splitter (AFIS)

If anything cryptographic related is missing from here, submit a pull
request to have it added. This package strives to be a cryptographic
kitchen sink that provides cryptography for everyone.

(pho)

2023-10-27 10:55:19 UTC MAIN commitmail json YAML

security/hs-pem: Fix build with GHC 9.6

(pho)

2023-10-27 10:54:19 UTC MAIN commitmail json YAML

doc: Updated time/hs-unix-time to 0.4.11

(pho)

2023-10-27 10:54:00 UTC MAIN commitmail json YAML

2023-10-27 10:33:19 UTC MAIN commitmail json YAML

textproc/hs-regex-pcre: Fix build with GHC 9.6

(pho)

2023-10-27 10:31:52 UTC MAIN commitmail json YAML

textproc/hs-unicode-show: Fix build with GHC 9.6

(pho)

2023-10-27 10:30:39 UTC MAIN commitmail json YAML

textproc/hs-hxt: Fix build with GHC 9.6

(pho)

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

textproc/hs-hxt-regex-xmlschema: Fix build with GHC 9.6

(pho)

2023-10-27 10:26:10 UTC MAIN commitmail json YAML

textproc/hs-hxt-unicode: Fix build with GHC 9.6

(pho)

2023-10-27 10:24:14 UTC MAIN commitmail json YAML

textproc/Makefile: + hs-text-builder-linear

(pho)

2023-10-27 10:24:06 UTC MAIN commitmail json YAML

doc: Added textproc/hs-text-builder-linear version 0.1.1.1

(pho)

2023-10-27 10:23:59 UTC MAIN commitmail json YAML

textproc/hs-text-builder-linear: import hs-text-builder-linear-0.1.1.1

Strict Text and ByteString builder, which hides mutable buffer behind
linear types and takes amortized linear time.

(pho)

2023-10-27 10:22:34 UTC MAIN commitmail json YAML

textproc/Makefile: + hs-toml-parser

(pho)

2023-10-27 10:22:26 UTC MAIN commitmail json YAML

doc: Added textproc/hs-toml-parser version 1.3.0.0

(pho)

2023-10-27 10:22:19 UTC MAIN commitmail json YAML

textproc/hs-toml-parser: import hs-toml-parser-1.3.0.0

TOML parser using generated lexers and parsers with careful attention to
the TOML 1.0.0 semantics for defining tables.

(pho)

2023-10-27 10:20:59 UTC MAIN commitmail json YAML

time/Makefile: + hs-time-locale-compat

(pho)

2023-10-27 10:20:50 UTC MAIN commitmail json YAML

doc: Added time/hs-time-locale-compat version 0.1.1.5

(pho)

2023-10-27 10:20:41 UTC MAIN commitmail json YAML

time/hs-time-locale-compat: import hs-time-locale-compat-0.1.1.5

This package contains wrapped name module for time-format locale between
old-locale and time-1.5.

(pho)

2023-10-27 09:26:09 UTC MAIN commitmail json YAML

time/hs-timezone-olson: Fix build with GHC 9.6

(pho)

2023-10-27 09:23:01 UTC MAIN commitmail json YAML

doc: Updated wm/xmonad to 0.17.2

(pho)

2023-10-27 09:22:51 UTC MAIN commitmail json YAML

wm/xmonad: Update to 0.17.2

0.17.2 (April 2, 2023)
Bug Fixes
* Fixed the build with GHC 9.6.

(pho)

2023-10-27 09:07:56 UTC MAIN commitmail json YAML

x11/hs-X11: Fix build with GHC 9.6

(pho)

2023-10-27 08:34:42 UTC MAIN commitmail json YAML

www/hs-cookie: Fix build with GHC 9.6

(pho)

2023-10-27 08:33:41 UTC MAIN commitmail json YAML

doc: Updated archivers/hs-zip-archive to 0.4.3

(pho)

2023-10-27 08:33:32 UTC MAIN commitmail json YAML

archivers/hs-zip-archive: Update to 0.4.3

  * Improve code for retrieving compressed data of unknown length (#63).
    Do not assume we'll have the signature 0x08074b50 that is
    sometimes used for the data description, because it is not
    in the spec and is not always used.
  * Make some record fields strict.
  * Require binary >= 0.7.2, remove some CPP

(pho)

2023-10-27 08:31:16 UTC MAIN commitmail json YAML

doc: Updated lang/hs-hslua-core to 2.3.1

(pho)

2023-10-27 08:31:06 UTC MAIN commitmail json YAML

lang/hs-hslua-core: Update to 2.3.1

hslua-core-2.3.1 - Released 2023-03-17.
* New module HsLua.Core.Debug: the module provides bindings to a subset of
  functions of the Lua debug interface. Currently the module only exports
  getupvalue and setupvalue, both of which are also re-exported from
  HsLua.Core.

hslua-core-2.3.0 - Released 2023-03-13.
* The functions loadfile, dofile, and dofileTrace now expect the argument
  to be of type Maybe FilePath. The functions load from stdin when the
  argument is Nothing.
* Added setwarnf' for simple warning messgae handling: The built-in method
  of setting a warn function is flexible but not straight-forward to
  use. The new setwarnf' function allows to set a Haskell action as a
  warning hook: the default warning behavior is kept in place, but, in
  addition to the default action, the hook is called on the concatenated
  warning messages. This can be used to plug Lua warnings into an
  application specific Haskell reporting system.
* Export GCManagedState, newGCManagedState, closeGCManagedState, and
  withGCManagedState from HsLua.Core.

(pho)

2023-10-27 08:19:43 UTC MAIN commitmail json YAML

archivers/hs-tar: Fix build with GHC 9.6

(pho)

2023-10-27 08:13:04 UTC MAIN commitmail json YAML

archivers/hs-zlib: Fix build with GHC 9.6

(pho)

2023-10-27 08:05:50 UTC MAIN commitmail json YAML

doc: Updated security/hs-digest to 0.0.1.7

(pho)

2023-10-27 08:05:40 UTC MAIN commitmail json YAML

security/hs-digest: Update to 0.0.1.7

0.0.1.7 — 5th March 2023
* Don't use 'pkg-config' to locate zlib on FreeBSD (Thanks to @arrowd):
  https://github.com/TeofilC/digest/pull/13

0.0.1.6 — 5th March 2023
* Introduce 'pkg-config' cabal flag (Thanks to @jonathanlking):
  https://github.com/TeofilC/digest/pull/11

(pho)

2023-10-27 08:00:27 UTC MAIN commitmail json YAML

doc: Updated devel/hs-OneTuple to 0.4.1.1

(pho)

2023-10-27 08:00:17 UTC MAIN commitmail json YAML

devel/hs-OneTuple: Update to 0.4.1.1

0.4.1.1
* Support GHC-7.2 and GHC-7.0.

0.4.1
* Mark MkSolo pattern synonym as COMPLETE

0.4
* Rename constructor to MkSolo as in base-4.17. The compatibility pattern
  synonym is provided.
* Add Foldable1 Solo instance

(pho)

2023-10-27 07:26:54 UTC MAIN commitmail json YAML

doc: Updated devel/hs-QuickCheck to 2.14.3

(pho)

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

devel/hs-QuickCheck: Update to 2.14.3

QuickCheck 2.14.3 (released 2023-05-31)
* Add shrinkBoundedEnum (thanks to Jonathan Knowles)
* Add discardAfter for discarding tests on timeout (thanks to Justus Sagem端ller)
* Add assertWith for monadic testing (thanks to KtorZ)
* Add functionElements to Test.QuickCheck.Function (thanks to Oleg Grenrus)
* Add Arbitrary instance for Newline (thanks to Daniel Bramucci)
* Improve Arbitrary instances for Float and Double (thanks to Oleg Grenrus)
* Improve arbitrarySizedFractional (thanks to Bodigrim)
* Fix shrinkRealFrac and shrinkDecimal, which were broken
* Speed up printing of progress messages (thanks to Bodigrim)
* Add COMPLETE pragmas for Fn and family (thanks to ilkecan)
* Make templateHaskell flag manual (thanks to Oleg Grenrus)

(pho)

2023-10-27 07:18:34 UTC MAIN commitmail json YAML

devel/hs-dlist: Fix build with GHC 9.6

(pho)

2023-10-27 07:17:43 UTC MAIN commitmail json YAML

doc: Updated devel/hs-generically to 0.1.1

(pho)

2023-10-27 07:17:34 UTC MAIN commitmail json YAML

devel/hs-generically: Update to 0.1.1

0.1.1 -- 2023-03-10
* Backport Eq and Ord instances for Generically1, which were introduced in
  base-4.18.0.0. To ensure that these instances are in scope when building
  with base-4.17.0.0 (in which Generically1 is defined in base, not this
  library), we also add a dependency on base-orphans.

(pho)

2023-10-27 07:07:35 UTC MAIN commitmail json YAML

doc: Updated devel/hs-hashable to 1.4.3.0

(pho)

2023-10-27 07:07:26 UTC MAIN commitmail json YAML

devel/hs-hashable: Update to 1.4.3.0

Version 1.4.3.0
* Export defaultHashWithSalt and defaultHash.
* Fix issue of tuples with 0 first component causing all-zero state.
* Change hashInt to mix bits more.

(pho)

2023-10-27 07:02:05 UTC MAIN commitmail json YAML

doc: Updated devel/hs-indexed-traversable to 0.1.3

(pho)

2023-10-27 07:01:56 UTC MAIN commitmail json YAML

devel/hs-indexed-traversable: Update to 0.1.3

0.1.3 [2023-10-04]
    Add Foldable1WithIndex1 type-class, an indexed version of Foldable1.

(pho)

2023-10-27 06:58:47 UTC MAIN commitmail json YAML

doc: Updated devel/hs-primitive to 0.9.0.0

(pho)

2023-10-27 06:58:36 UTC MAIN commitmail json YAML

devel/hs-primitive: Update to 0.9.0.0

Changes in version 0.9.0.0
* Add withByteArrayContents, withMutableByteArrayContents,
  withPrimArrayContents, withMutablePrimArrayContents.
* Fix signature of keepAlive.
* Remove re-export of fromList and fromListN from Data.Primitive.Array.
* Use mutableByteArrayContents# in GHC 9.2+
* Add Prim instance for Complex.
* Add getSizeofSmallMutableArray that wraps getSizeofSmallMutableArray#
  from GHC.Exts.
* Add default definitions for the setByteArray# and setOffAddr# methods, so
  they don't need to be defined explicitly anymore.
* Add standalone sizeOfType/alignmentOfType (recommended over
  sizeOf/alignment) and Prim class methods sizeOfType#/alignmentOfType#
  (recommended over sizeOf#/alignment#)
* Change Show instances of PrimArray, Array, and SmallArray. These
  previously used the fromListN n [...] form, but they now used the more
  terse [...] form.
* Correct the Read instances of Array and SmallArray. These instances are
  supposed to be able to handle all three of these forms: fromList [...],
  fromListN n [...], and [...]. They had been rejected the last form, but
  this mistake was discovered by the test suite when the Show instances
  were changed.

Changes in version 0.8.0.0
* Add resizeSmallMutableArray that wraps resizeSmallMutableArray# from
  GHC.Exts.
* New module Data.Primitive.PrimVar. This is essentially PrimArray with
  element length 1. For types with Prim instances, this is a drop-in
  replacement for MutVar with fewer indirections.
* PrimArray's type argument has been given a nominal role instead of a
  phantom role. This is a breaking change.
* Add readCharArray, writeCharArray, indexCharArray for operating on 8-bit
  characters in a byte array.
* When building with base-4.17 and newer, re-export the ByteArray and
  MutableByteArray types from base instead of defining them in this
  library. This does not change the user-facing interface of
  Data.Primitive.ByteArray.
* Add keepAlive that wraps keepAlive# for GHC 9.2 and newer. It falls back
  to using touch for older GHCs.

(pho)

2023-10-27 06:23:39 UTC MAIN commitmail json YAML

doc: Updated devel/hs-tagged to 0.8.8

(pho)

2023-10-27 06:23:31 UTC MAIN commitmail json YAML

devel/hs-tagged: Update to 0.8.8

0.8.8 [2023.08.08]
* Allow building with GHC 9.8.

0.8.7 [2023.02.18]
* Define Foldable1 and Bifoldable1 instances for Tagged. These instances
  were originally defined in the semigroupoids library, and they have now
  been migrated to tagged as a side effect of adapting to this Core
  Libraries Proposal
  [https://github.com/haskell/core-libraries-committee/issues/9], which
  adds Foldable1 and Bifoldable1 to base.

(pho)

2023-10-27 06:20:39 UTC MAIN commitmail json YAML

doc: Updated devel/hs-th-abstraction to 0.6.0.0

(pho)

2023-10-27 06:20:29 UTC MAIN commitmail json YAML

2023-10-27 06:16:51 UTC MAIN commitmail json YAML

math/hs-integer-logarithms: Fix build with GHC 9.6

(pho)

2023-10-27 06:15:48 UTC MAIN commitmail json YAML

net/hs-network-uri: Fix build with GHC 9.6

(pho)

2023-10-27 06:04:23 UTC MAIN commitmail json YAML

devel/hs-void: Fix build with GHC 9.6

(pho)

2023-10-27 04:57:12 UTC MAIN commitmail json YAML

doc: Updated devel/hs-base-compat to 0.13.1

(pho)

2023-10-27 04:57:03 UTC MAIN commitmail json YAML

devel/hs-base-compat: Update to 0.13.1

Changes in 0.13.1 [2023.10.11]
* Sync with base-4.19/GHC 9.8
* Backport unzip to Data.Functor.Compat
* Backport (!?) and unsnoc to Data.List.Compat
* Backport getSolo to Data.Tuple.Compat when building against
  ghc-prim-0.8.0 (GHC 9.2) or later. To backport getSolo to older versions
  of GHC, import Data.Tuple.Compat from base-compat-batteries instead.
* Backport decT and hdecT to Data.Typeable.Compat
* Backport decTypeRep to Type.Reflection.Compat

Changes in 0.13.0 [2023.03.10]
* Sync with base-4.18/GHC 9.6
* Backport liftA2 being re-exported from Prelude.Compat.
* Data.Tuple.Compat's Solo API now matches what is present in Data.Tuple in
  base-4.18. In particular, we now re-export both the MkSolo and Solo data
  constructors when building with ghc-prim-0.10.0 or later, with MkSolo
  being preferred over Solo. If you want to backport MkSolo to earlier
  versions of GHC, import Data.Tuple.Compat from base-compat-batteries
  instead.
* Backport traceWith, traceShowWith, and traceEventWith to
  Debug.Trace. Note that traceEventWith is only provided when building with
  base-4.5 or later, as that is the first version of base to provide the
  traceEvent primitive on which traceEventWith is defined.
* Backport inits1 and tails1 to Data.List.NonEmpty.Compat.
* Backport minusNaturalMaybe to Numeric.Natural.Compat.
* Backport applyWhen to Data.Function.Compat.
* Backport mapAccumM and forAccumM to Data.Traversable.Compat.
* Backport heqT to Data.Typeable.Compat. Note that heqT is only defined
  when building with base-4.10 or later, as that is the first version of
  base to provide the primitives needed to define heqT.
* Introduce Data.Foldable1.Compat and Data.Bifoldable1.Compat modules,
  which correspond to changes made in base-4.18.0.0. You may consider using
  base-compat-batteries instead if you want increase the range of base
  versions that are supported.

Changes in 0.12.3 [2023.07.12]
* This coincides with the base-compat-batteries-0.12.3 release. Refer to
  the base-compat-batteries changelog for more details.

(pho)

2023-10-27 04:44:11 UTC MAIN commitmail json YAML

doc: Updated devel/hs-cmdargs to 0.10.22

(pho)

2023-10-27 04:44:02 UTC MAIN commitmail json YAML

devel/hs-cmdargs: Update to 0.10.22

0.10.22, released 2023-03-13
* #68, support GHC 9.6

(pho)

2023-10-27 04:41:40 UTC MAIN commitmail json YAML

converters/hs-base16-bytestring: Fix build with GHC 9.6

(pho)

2023-10-27 04:40:49 UTC MAIN commitmail json YAML

converters/hs-base64-bytestring: Fix build with GHC 9.6

(pho)

2023-10-27 04:39:43 UTC MAIN commitmail json YAML

doc: Updated converters/hs-emojis to 0.1.3

(pho)

2023-10-27 04:39:30 UTC MAIN commitmail json YAML

converters/hs-emojis: Update to 0.1.3

0.1.3
    Update emoji data to Unicode Emoji 15.0 and aliases from gemoji.

(pho)

2023-10-27 03:53:08 UTC MAIN commitmail json YAML

doc: Updated converters/hs-json to 0.11

(pho)

2023-10-27 03:52:58 UTC MAIN commitmail json YAML

converters/hs-json: Update to 0.11

Version 0.11
  * Limit floating-point range to that of Double to avoid allocation
    overflows when constructing Rationals

(pho)

2023-10-27 03:29:41 UTC MAIN commitmail json YAML

doc: Updated devel/hs-syb to 0.7.2.4

(pho)

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

devel/hs-syb: Update to 0.7.2.4

0.7.2.4
    Improved documentation (thanks to @BinderDavid)
    Export ext2 function which was already defined but not exported

0.7.2.3
    Compatibility with mtl 2.3 and GHC 9.6

(pho)

2023-10-27 02:32:49 UTC MAIN commitmail json YAML

devel/hs-file-embed: Fix build with GHC 9.6

(pho)

2023-10-27 02:28:47 UTC MAIN commitmail json YAML

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

(pho)

2023-10-27 02:25:34 UTC MAIN commitmail json YAML

devel/hs-random: Fix build with GHC 9.6

(pho)

2023-10-27 02:22:32 UTC MAIN commitmail json YAML

devel/hs-safe: Fix build with GHC 9.6

(pho)

2023-10-27 02:21:14 UTC MAIN commitmail json YAML

doc: Updated devel/hs-split to 0.2.4

(pho)

2023-10-27 02:21:05 UTC MAIN commitmail json YAML

devel/hs-split: Update to 0.2.4

* 0.2.4 (9 October 2023)
  - Test with GHC 9.6.
  - Change examples to doctests (+ add a few more), and check them as part of CI.
  - Fix up a bunch of style hints.

(pho)

2023-10-27 02:11:36 UTC MAIN commitmail json YAML

doc: Updated net/hs-mime-types to 0.1.2.0

(pho)

2023-10-27 02:11:26 UTC MAIN commitmail json YAML

net/hs-mime-types: Update to 0.1.2.0

0.1.2.0
    Added defaultExtensionMap to provide the inverse of defaultMimeMap.
    See PR #930 and #948.

(pho)

2023-10-27 02:08:58 UTC MAIN commitmail json YAML

doc: Updated net/hs-network to 3.1.4.0

(pho)

2023-10-27 02:08:49 UTC MAIN commitmail json YAML

net/hs-network: Update to 3.1.4.0

Version 3.1.4.0
    Install and use afunix_compat.h header. #556
    Supporting SO_SNDTIMEO and SO_RCVTIMEO. #555
    Emulating socketPair on Windows. #554

Version 3.1.3.0
    Supporting AF_UNIX on Windows #553

Version 3.1.2.9
    Resolving the runtime linker problem on Windows. #552

Version 3.1.2.8
    Ignoring error from shutdown in gracefulClose
    Fix bitsize of some msghdr and cmsghdr fields on Linux #535
    Add SO_ACCEPTCONN SocketOption #524

(pho)

2023-10-27 02:04:54 UTC MAIN commitmail json YAML

security/hs-SHA: Fix build with GHC 9.6

(pho)

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

textproc/hs-blaze-html: Fix build with GHC 9.6

(pho)

2023-10-27 01:06:22 UTC MAIN commitmail json YAML

textproc/hs-blaze-markup: Fix build with GHC 9.6

(pho)

2023-10-26 17:19:15 UTC MAIN commitmail json YAML

doc: Updated textproc/hs-commonmark to 0.2.3

(pho)

2023-10-26 17:18:54 UTC MAIN commitmail json YAML

textproc/hs-commonmark: Update to 0.2.3

0.2.3
* Re-export Text.Parsec.Pos from Commonmark.Types (Fraser Tweedale, #106).

(pho)

2023-10-26 16:40:30 UTC MAIN commitmail json YAML

textproc/hs-haddock-library: Fix build with GHC 9.6

(pho)

2023-10-26 16:34:58 UTC MAIN commitmail json YAML

doc: Updated textproc/hs-jira-wiki-markup to 1.5.1

(pho)

2023-10-26 16:34:49 UTC MAIN commitmail json YAML

textproc/hs-jira-wiki-markup: Update to 1.5.1

1.5.1 - Released 2023-03-13.
* Parser: Disallow image paths that start with a space.

1.5.0 - Released 2023-01-11.
* Relaxed upper bounds for mtl, allow mtl 2.3.
* Fixed handling of character sequences that would be interpreted as icons
  if they weren't followed by an alphanumeric character. See also pandoc
  issue #8511.

(pho)

2023-10-26 14:11:45 UTC MAIN commitmail json YAML

textproc/hs-tagsoup: Fix build with GHC 9.6

(pho)

2023-10-26 14:09:48 UTC MAIN commitmail json YAML

textproc/hs-unicode-transforms: Fix build with GHC 9.6

(pho)

2023-10-26 13:32:48 UTC MAIN commitmail json YAML

textproc/hs-xml: Fix build with GHC 9.6

(pho)

2023-10-26 13:28:49 UTC MAIN commitmail json YAML

textproc/hs-xml-types: Fix build with GHC 9.6

(pho)

2023-10-26 13:27:31 UTC MAIN commitmail json YAML

doc: Updated devel/hs-lpeg to 1.1.0

(pho)

2023-10-26 13:27:20 UTC MAIN commitmail json YAML

devel/hs-lpeg: Update to 1.1.0

lpeg-1.1.0 - Released 2023-09-27.
* Update to the latest upstream version, LPeg version 1.1.

lpeg-1.0.4 - Released 2023-03-13.
* Allow lua-2.3.
* Cease support for GHC 8.2 and older; require base 4.11 or later.

(pho)

2023-10-26 13:22:36 UTC MAIN commitmail json YAML

converters/hs-string-conversions: Fix build with GHC 9.6

(pho)

2023-10-26 13:19:22 UTC MAIN commitmail json YAML

devel/hs-utf8-string: Fix build with GHC 9.6

(pho)

2023-10-26 13:16:12 UTC MAIN commitmail json YAML

doc: Updated databases/hs-direct-sqlite to 2.3.28

(pho)

2023-10-26 13:15:58 UTC MAIN commitmail json YAML

2023-10-26 13:10:48 UTC MAIN commitmail json YAML

devel/hs-Only: Fix build with GHC 9.6

(pho)

2023-10-26 13:09:45 UTC MAIN commitmail json YAML

doc: Updated devel/hs-blaze-builder to 0.4.2.3

(pho)

2023-10-26 13:09:34 UTC MAIN commitmail json YAML

devel/hs-blaze-builder: 0.4.2.3

* 0.4.2.3 2023-08-27
  - Fix compilation warnings concerning non-canonical mappend
  - Support bytestring-0.12
  - Support text-2.1
  - Tested with GHC 7.0.4 to 9.8.1 alpha3

(pho)

2023-10-26 13:07:55 UTC MAIN commitmail json YAML

doc: Updated devel/alex to 3.4.0.0

(pho)

2023-10-26 13:07:44 UTC MAIN commitmail json YAML

devel/alex: Update to 3.4.0.0

Changes in 3.4.0.0 [Andreas Abel, 2023-06-20]
* New wrappers to lex strict Text: strict-text, posn-strict-text,
  monad-strict-text and monadUserState-strict-text (PR #240). These
  complement the existing wrappers for String and ByteString.
* Tested with GHC 7.0 - 9.6.2.

Changes in 3.3.0.0 [Andreas Abel, 2023-05-25]
* Add an Ord instance to AlexPosn (Issue #233). This breaks developments
  that define their own (orphan) instance Ord AlexPosn. If this is the
  derived stock instance, the fix is to delete the orphan instance and
  require build-tool-depends: alex:alex >= 3.3.0.0.
* Switch to Haskell PVP versioning with four digits.
* Tested with GHC 7.0 - 9.6.1.

Change in 3.2.7.4 [Andreas Abel, 2023-05-02]
* The user-supplied "epilogue" Haskell code is now put last in the
  generated file. This enables use of Template Haskell in the
  epilogue. (Issue #125.)
* Tested with GHC 7.0 - 9.6.1.

Change in 3.2.7.3 [Andreas Abel, 2023-04-14]
* Amend last change (3.2.7.2) so that Alex-generated code does not need
  LANGUAGE PatternGuards.
* Tested with GHC 7.0 - 9.6.1.

Change in 3.2.7.2 [Andreas Abel, 2023-04-03]
* Fix bug with out-of-bound access to alex_check array. (Surfaced with
  GHC's JS backend, fixed by Sylvain Henry in PR #223.)
* Tested with GHC 7.0 - 9.6.1.

(pho)

2023-10-26 12:52:36 UTC MAIN commitmail json YAML

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

(pho)

2023-10-26 12:46:37 UTC MAIN commitmail json YAML

doc: Updated devel/hs-fgl to 5.8.2.0

(pho)

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

devel/hs-fgl: Update to 5.8.2.0

5.8.2.0
-------

* Data.Graph.Inductive.Graph now only requires Graph, not DynGraph
  (issue #100).

* Documented that some functions are partial (issue #98).

* Add `insert` function as synonym for `&` (issue #90).

5.8.1.1
-------

* Data.Graph.Inductive.Query.Dominators.{dom,iDom} could fail for some
  graphs (issue #109, regression in 5.8.1.0).

5.8.1.0
-------

* Data.Graph.Inductive.PatriciaTree.Gr and
  Data.Graph.Inductive.Tree.Gr now have Functor instances.

* 'Gr a' is now an instance of Functor.

(pho)

2023-10-26 12:41:52 UTC MAIN commitmail json YAML

devel/hs-memory: Fix build with GHC 9.6

(pho)

2023-10-26 12:40:17 UTC MAIN commitmail json YAML

textproc/hs-mmap: Fix build with GHC 9.6

(pho)

2023-10-26 12:09:54 UTC MAIN commitmail json YAML

doc: Updated devel/hs-unix-compat to 0.7

(pho)

2023-10-26 12:06:39 UTC MAIN commitmail json YAML

devel/hs-unix-compat: Update to 0.7

Version 0.7 (2023-03-15)
* Remote System.PosixCompat.User module
  (sic, probably they meant remove?)

(pho)

2023-10-26 11:06:33 UTC MAIN commitmail json YAML

textproc/hs-html: Fix build with GHC 9.6

(pho)

2023-10-26 10:42:16 UTC MAIN commitmail json YAML

textproc/hs-regex-applicative: Fix build with GHC 9.6

(pho)

2023-10-26 09:18:34 UTC MAIN commitmail json YAML

textproc/hs-regex-base: Fix build with GHC 9.6

(pho)

2023-10-26 08:36:42 UTC MAIN commitmail json YAML

devel/hs-old-time: Fix build with GHC 9.6

(pho)

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