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

2024-05-28 06:52:50 UTC Now

2023-10-31 09:07:04 UTC MAIN commitmail json YAML

2023-10-31 08:52:38 UTC MAIN commitmail json YAML

devel/hs-semver-range: Fix build with GHC 9.6

(pho)

2023-10-31 08:46:34 UTC MAIN commitmail json YAML

doc: Updated lang/dhall to 1.42.0

(pho)

2023-10-31 08:46:24 UTC MAIN commitmail json YAML

lang/dhall: Update to 1.42.0

1.42.0
* Supports standard version 23.0.0
  - BREAKING CHANGE TO THE API AND LANGUAGE: Language support for Bytes
    literals
    * This is a breaking change to the API due to adding new Bytes and
      BytesLiteral constructors to the Expr type
    * This is a breaking change to the language now that Bytes is a
      reserved identifier
  - BREAKING CHANGE TO THE API AND LANGUAGE: New {Date,Time,TimeZone}/show
    builtins
    * This is a breaking change to the API due to adding new
      {Date,Time,TimeZone}Show constructors to the Expr type
    * This is a breaking change to the language now that
      {Date,Time,TimeZone}/show are not reserved identifiers
* BREAKING CHANGE: dhall lint no longer sorts let bindings
  - This had to be removed because the old behavior was not always correct
  - The old behavior would sometimes change the behavior of a Dhall program
    or break the program
  - Out of an abundance of caution we're disabling the feature until it can
    be properly fixed (which is't trivial)
* BUG FIX: Fix pretty-printing of Time literals
  - The pretty-printer was stripping leading zeros from the fractional
    component of seconds
* BUG FIX: Fix custom normalizers to work for things other than functions
  - Before this change you could extend the language with custom functions,
    but not custom values (e.g. foo = 1)
* BUG FIX: Don't URL encode path components
  - The pretty-printer was URL-encoding path components, which is not
    correct (according to the standard)
  - URL path components are supposed to be already URL-encoded by the user
    and left undisturbed by the interpreter (which is now what it correctly
    does)
* New dhall package command: #2478, #2508
  - This command makes it easier to turn a directory full of Dhall
    expressions into a dhall package (e.g. package.dhall)
* Improved dhall to-directory-tree subcommand
  - The dhall to-directory-tree subcommand now optionally supports
    specifying metadata for generated paths
  - For a worked example, see:
    https://github.com/dhall-lang/dhall-haskell/blob/main/dhall/examples/to-directory-tree.dhall
* dhall freeze --cache --all is now idempotent: #2486, #2500
  - Before this change a second run would fail due to attempting to resolve
    the missing import it would generate
* New Template Haskell options for adding strictness annotations to
  generated Haskell types
* Template Haskell can now generate higher-kinded Haskell types from
  higher-kinded Dhall types
* New Dhall.Freeze utilities for working with custom evaluators
* Add Data instances for Import and various other types
* Add Eq instances for InvalidDecoder and ExtractError

(pho)

2023-10-31 07:39:06 UTC MAIN commitmail json YAML

doc: Updated lang/purescript to 0.15.12

(pho)

2023-10-31 07:38:56 UTC MAIN commitmail json YAML

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

www/Makefile: + hs-dav

(pho)

2023-10-31 06:20:19 UTC MAIN commitmail json YAML

doc: Added www/hs-dav version 1.3.4

(pho)

2023-10-31 06:20:11 UTC MAIN commitmail json YAML

www/hs-dav: import hs-dav-1.3.4

This is a library for the Web Distributed Authoring and Versioning (WebDAV)
extensions to HTTP. At present it supports a very small subset of client
functionality.

In addition, there is an executable, hdav, which can be used for
command-line operation.

(pho)

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

www/Makefile: + hs-http-client-restricted

(pho)

2023-10-31 06:14:17 UTC MAIN commitmail json YAML

doc: Added www/hs-http-client-restricted version 0.1.0

(pho)

2023-10-31 06:14:09 UTC MAIN commitmail json YAML

www/hs-http-client-restricted: import hs-http-client-restricted-0.1.0

Addition to the http-client and http-client-tls libraries, that restricts
the HTTP servers that can be used.

This is useful when a security policy needs to eg, prevent connections to
HTTP servers on localhost or a local network, or only allow connections to
a specific HTTP server.

It handles restricting redirects as well as the initial HTTP connection,
and it also guards against DNS poisoning attacks.

(pho)

2023-10-31 05:15:05 UTC MAIN commitmail json YAML

doc: Updated converters/hs-pandoc-base to 3.1.9

(pho)

2023-10-31 05:14:53 UTC MAIN commitmail json YAML

2023-10-31 04:58:02 UTC MAIN commitmail json YAML

doc: Updated www/hs-http-client-tls to 0.3.6.3

(pho)

2023-10-31 04:57:53 UTC MAIN commitmail json YAML

www/hs-http-client-tls: Update to 0.3.6.3

0.3.6.3
    catching up to tls 1.8.0 #515

0.3.6.2
    Migrate to crypton

(pho)

2023-10-31 04:55:45 UTC MAIN commitmail json YAML

doc: Updated textproc/hs-hslua-module-doclayout to 1.1.0

(pho)

2023-10-31 04:55:37 UTC MAIN commitmail json YAML

textproc/hs-hslua-module-doclayout: Update to 1.1.0

1.1.0
* Require hslua-2.3 and tasty-lua-1.1.
* Type info is added to all fields.
* The Doc type is now associated with this module's docs, making it easier
  to generate documentation.

(pho)

2023-10-31 04:52:35 UTC MAIN commitmail json YAML

doc: Updated textproc/hs-texmath to 0.12.8.4

(pho)

2023-10-31 04:52:24 UTC MAIN commitmail json YAML

textproc/hs-texmath: Update to 0.12.8.4

texmath (0.12.8.4)
  * TeX reader: ignore `\allowbreak` (#230).
  * TeX reader: handle `*{5}{lr}` in array column specifier (#229).
  * OMML reader: allow `m:e` to be missing in `m:nary` (#228).
    Technically this is not allowed, according to the spec, but
    Word and LibreOffice seem to tolerate it.

texmath (0.12.8.3)
  * OMML writer: use "on" and "off" instead of "1" and "0" for
    m:CT_OnOff type.  It is said that "1" and "0" work in Word
    but not Powerpoint.

texmath (0.12.8.2)
  * Typst writer: use binom instead of a fraction (jgm/pandoc#9063).

texmath (0.12.8.1)
  * Typst writer: several fixes (#223, Lleu Yang).
    + Escape quotes (") in inQuotes
    + Accent `\8407` corresponds to `arrow()`
    + Write `#none`'s for matrices with blanks at the beginning of a row

texmath (0.12.8)
  * Expose Text.TeXMath.Shared [API change]
  * Typst writer: Fix bug where 's' turned into 'space' (#219).
  * Typst writer: Fix handling of overline (#214).
  * Typst writer: Fix underbrace (#217).
  * Typst writer: Improve some accents (#216).
  * TeX writer: don't include \ on last line of matrix.
  * TeX writer: Remove escaping of spaces inside \text{}.
    It isn't needed, and it causes problems in MathJax rendering.
  * TeX reader: allow empty matrices.
  * MathML writer: Fix rendering of vectors (#218).
  * Depend on external typst-symbols package.

texmath (0.12.7.1)
* Typst writer:
  + Improve under/overbrace/bracket/line.
  + Fix bugs with super/subscript grouping (#212).
  + Fix case where super/subscript is on an empty element,
    by inserting a zws.

texmath (0.12.7)
  * Add typst writer. New module: Text.TeXMath.Writers.Typst.
  * TeX reader: Support multilined environment. Closes #210.

(pho)

2023-10-31 04:45:01 UTC MAIN commitmail json YAML

doc: Updated www/hs-servant-server to 0.20

(pho)

2023-10-31 04:44:52 UTC MAIN commitmail json YAML

www/hs-servant-server: Update to 0.20

0.20
    Add API docs for ServerT #1573
    Add Functor instance to AuthHandler. #1638
    Compatibility with GHC 9.6. #1680

(pho)

2023-10-31 04:40:36 UTC MAIN commitmail json YAML

doc: Updated devel/hs-hls-graph to 2.4.0.0

(pho)

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

2023-10-31 04:21:57 UTC MAIN commitmail json YAML

doc: Updated devel/hs-lsp to 2.2.0.0

(pho)

2023-10-31 04:21:35 UTC MAIN commitmail json YAML

devel/hs-lsp: Update to 2.2.0.0

2.2.0.0
* Many changes relating to client configuration
  - lsp now sends workspace/configuration requests in response to
    intialized and workspace/didChangeConfiguration requests. It still
    attempts to parse configuration from intializationOptions and
    workspace/didChangeConfiguration as a fallback.
  - Servers must provide a configuration section for use in
    workspace/configuration.
  - parseConfig will now be called on the object corresponding to the
    configuration section, not the whole object.
  - New callback for when configuration changes, to allow servers to react.
* The logging of messages sent by the protocol has been disabled, as this
  can prove troublesome for servers that log these to the client:
  https://github.com/haskell/lsp/issues/447

2.1.0.0
* Fix handling of optional methods.
* staticHandlers now takes the client capabilities as an argument. These
  are static across the lifecycle of the server, so this allows a server to
  decide at construction e.g. whether to provide handlers for resolve
  methods depending on whether the client supports it.

2.0.0.0
* Support lsp-types-2.0.0.0.

(pho)

2023-10-31 04:04:06 UTC MAIN commitmail json YAML

devel/hs-lsp-types: Forgot to commit PLIST

(pho)

2023-10-31 04:01:49 UTC MAIN commitmail json YAML

doc: Updated devel/hs-lsp-types to 2.0.2.0

(pho)

2023-10-31 04:01:39 UTC MAIN commitmail json YAML

devel/hs-lsp-types: Update to 2.0.2.0

2.0.2.0
* Add Language.LSP.Protocol.Utils.Misc.prettyJSON :: Value -> Doc ann for
  prettyprinting JSON, and ViaJSON as a deriving-via newtype wrapper for
  it.
* Generate Pretty instances for all LSP types using ViaJSON.

2.0.1.1
* Fix parsing of notifications with missing params

2.0.1.0
* Removed deprecation pragmas from fields, as these cannot currently be
  avoided.
* Added isOptionalMethod, that checks whether a method is optional
  according to the spec.

2.0.0.1
* Fixed missing extra-source-files for metamodel.json.

2.0.0.0
* Breaking change: major restructure to generate types and methods from the
  LSP metamodel.
  - Full support for version 3.17 of the LSP specification, many accuracy
    fixes
  - Generated types follow the spec very closely, e.g. using anonymous
    types, using a |? Null instead of Maybe a
  - Anonymous record types in the spec are now represented using row-types
  - Many constructors are now prefixed with their type names
  - Documentation from the spec is transferred
  - Three top level modules: Types (main protocol types), Message (messages
    and methods), Capabilities (capabilities)
* New typeclasses for handling LSP enumerations: LspEnum and LspOpenEnum

(pho)

2023-10-31 03:44:19 UTC MAIN commitmail json YAML

devel/Makefile: + hs-row-types

(pho)

2023-10-31 03:44:11 UTC MAIN commitmail json YAML

doc: Added devel/hs-row-types version 1.0.1.2

(pho)

2023-10-31 03:44:03 UTC MAIN commitmail json YAML

devel/hs-row-types: import hs-row-types-1.0.1.2

This package uses closed type families and type literals to implement open
records and variants. The core is based off of the CTRex package, but it
also includes polymorphic variants and a number of additional
functions. That said, it is not a proper superset of CTRex as it
specifically forbids records from having more than one element of the same
label.

(pho)

2023-10-31 03:32:15 UTC MAIN commitmail json YAML

doc: Updated devel/hs-classy-prelude to 1.5.0.3

(pho)

2023-10-31 03:32:06 UTC MAIN commitmail json YAML

2023-10-31 03:24:39 UTC MAIN commitmail json YAML

mk/haskell.mk: Switch the default Haskell compiler to lang/ghc96

(pho)

2023-10-31 03:23:25 UTC MAIN commitmail json YAML

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

(pho)

2023-10-31 03:20:56 UTC MAIN commitmail json YAML

doc: Updated devel/hs-vector-instances to 3.4.2

(pho)

2023-10-31 03:20:47 UTC MAIN commitmail json YAML

devel/hs-vector-instances: Update to 3.4.2

3.4.2 [2023.04.17]
    Remove unused dependency on semigroups.

3.4.1 [2023.04.14]
    Add a Hashable1 Vector instance.
    Require vector-0.12+ and hashable-1.2.5.0+.
    Drop support for GHC 7.10 and earlier.

(pho)

2023-10-31 03:18:15 UTC MAIN commitmail json YAML

doc: Updated devel/hs-implicit-hie-cradle to 0.5.0.1

(pho)

2023-10-31 03:18:06 UTC MAIN commitmail json YAML

2023-10-31 03:16:49 UTC MAIN commitmail json YAML

doc: Updated devel/hs-hie-bios to 0.12.0

(pho)

2023-10-31 03:16:40 UTC MAIN commitmail json YAML

devel/hs-hie-bios: Downgrade to 0.12.0

It turned out to be a mistake to update it to 0.13.0. There is a huge API
change in 0.13 and the entire haskell-language-server thing is lagging
behind it.

(pho)

2023-10-31 02:56:09 UTC MAIN commitmail json YAML

doc: Updated devel/hs-stm-containers to 1.2.0.3

(pho)

2023-10-31 02:55:55 UTC MAIN commitmail json YAML

2023-10-31 02:53:43 UTC MAIN commitmail json YAML

doc: Updated devel/hs-monoidal-containers to 0.6.4.0

(pho)

2023-10-31 02:53:32 UTC MAIN commitmail json YAML

devel/hs-monoidal-containers: Update to 0.6.4.0

0.6.4.0
    Bump upper bound of these
    Bump upper bound of semialign
    Build with GHC 9.6

(pho)

2023-10-31 02:50:01 UTC MAIN commitmail json YAML

devel/hs-pointed: Fix build with GHC 9.6

(pho)

2023-10-31 02:47:55 UTC MAIN commitmail json YAML

devel/hs-rio-orphans: Fix build with GHC 9.6

(pho)

2023-10-30 19:11:35 UTC MAIN commitmail json YAML

doc: Updated devel/hs-stm-hamt to 1.2.0.14

(pho)

2023-10-30 19:11:25 UTC MAIN commitmail json YAML

2023-10-30 19:07:37 UTC MAIN commitmail json YAML

doc: Updated www/hs-warp-tls to 3.4.3

(pho)

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

www/hs-warp-tls: Update to 3.4.3

3.4.3
* Install shutdown handlers passed via Settings to run... functions

3.4.2
* Requiring warp v3.3.29.

3.4.1
* Supporting tls v1.8.0.

3.4.0
* Major version up to deprecate v3.3.7 due to the incompatibility against
  cryptonite.

3.3.7
* Using crypton instead of cryptonite. #931

3.3.6
* Setting FD_CLOEXEC on the listening socket. #923

3.3.5
* Switching the version of the "recv" package from 0.0.x to 0.1.x.

(pho)

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

security/hs-tls-session-manager: Fix build with GHC 9.6

(pho)

2023-10-30 19:03:08 UTC MAIN commitmail json YAML

doc: Updated www/hs-wai-app-static to 3.1.8

(pho)

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

www/hs-wai-app-static: Update to 3.1.8

3.1.8
* Added NoStore constructor to MaxAge #938

3.1.7.5
* Removed dependency of time, old-locale and network #902

(pho)

2023-10-30 18:57:19 UTC MAIN commitmail json YAML

converters/hs-cborg-json: Fix build with GHC 9.6

(pho)

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

doc: Updated converters/hs-lens-aeson to 1.2.3

(pho)

2023-10-30 18:55:53 UTC MAIN commitmail json YAML

converters/hs-lens-aeson: Update to 1.2.3

1.2.3 [2023.06.27]
* Use aeson's decode function in the AsJSON instance for ByteStrings. This
  allows removing a direct dependency on attoparsec.
* Allow building with aeson-2.2.

(pho)

2023-10-30 18:52:47 UTC MAIN commitmail json YAML

doc: Updated devel/hs-lens to 5.2.3

(pho)

2023-10-30 18:52:38 UTC MAIN commitmail json YAML

devel/hs-lens: Update to 5.2.3

5.2.3 [2023.08.24]
* Allow building with GHC 9.8.
* Add new Prisms to Language.Haskell.TH.Lens to reflect recent additions to
  template-haskell:
  - _GetFieldE and _ProjectionE Prisms for the Exp data type, whose
    corresponding data constructors were introduced in
    template-haskell-2.18.*.
  - _TypedBracketE and _TypedSpliceE Prisms for the Exp data type, whose
    corresponding data constructors were introduced in
    template-haskell-2.21.*.
  - _BndrReq and _BndrInvis Prisms for the BndrVis data type, which was
    added in template-haskell-2.21.*.
* Add a generateRecordSyntax option to Control.Lens.TH, which controls
  whether to generate lenses using record update syntax or not. By default,
  this option is disabled.
* Fix a bug in which the declare* Template Haskell functions would fail if
  a data type's field has a type that is defined in the same Template
  Haskell quotation.
* Add altOf, which collects targets into any Alternative.

5.2.2 [2023.03.18]
* Fix a bug in which calling ix i (where i is a negative number) on Text or
  ByteString would return the Just the first character instead of returning
  Nothing.

5.2.1 [2023.02.27]
* Allow building with GHC 9.6.
* Allow building with GHC backends where HTYPE_SIG_ATOMIC_T is not defined,
  such as the WASM backend.
* Support building with th-abstraction-0.5.*.
* Define _TypeDataD in Language.Haskell.TH.Lens when building with
  template-haskell-2.20.0.0 (GHC 9.6) or later.

(pho)

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

net/Makefile: + hs-crypton-connection

(pho)

2023-10-30 18:35:56 UTC MAIN commitmail json YAML

doc: Added net/hs-crypton-connection version 0.3.1

(pho)

2023-10-30 18:35:48 UTC MAIN commitmail json YAML

net/hs-crypton-connection: import hs-crypton-connection-0.3.1

Simple network library for all your connection need.

Features: Really simple to use, SSL/TLS, SOCKS.

This library provides a very simple api to create sockets to a destination
with the choice of SSL/TLS, and SOCKS.

(pho)

2023-10-30 18:32:50 UTC MAIN commitmail json YAML

textproc/hs-citeproc: Fix build with GHC 9.6

(pho)

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

doc: Updated textproc/hs-skylighting to 0.14

(pho)

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

textproc/hs-skylighting: Update to 0.14

0.14
* Add rWeakDeliminators field to Rule. [API change]
* Make WordDetect sensitive to weakDeliminator. This fixes parsing of
  floats beginning with '0.' in C (#174).
* Add debiancontrol syntax (#173).

0.13.4.1
* Update syntax definitions: ada, bash, cmake, css, html, isocpp, java,
  javascript, kotlin, latex, makefile, markdown, php, python, qml, r, sass,
  scss, typescript, zsh.
* Don't require word boundary at end of Int, Float, HlCHex, HlCOct
  (#170). KDE does not. This fixes things like 7L in R.

0.13.4
* Add dosbat syntax (MS DOS batch file) (#169).
* Derive Bounded Instance for TokenType (#168, Pavan Pikhi). Add Bounded to
  the derived instances for the TokenType type. This allows consumers to
  use [minBound .. maxBound] to generate a list of all token types when
  writing a Style.
* Require xml-conduit >= 1.9.1.3. This fixes a bug that prevents parsing
  certain DOCTYPE declarations, e.g. in agda.xml.
* Updated cmake syntax definition.

0.13.3
* Add gap language (#167).
* Update syntax definitions.
* Add patches for agda.xml and dtd.xml, to wor around a bug in xml-conduit:
  https://github.com/snoyberg/xml/pull/187
* Store compiled regexes in RE (#166, Jonathan Coates). This changes the RE
  type to (lazily) compile the regex when constructed, rather than in the
  tokenizer. This allows us to avoid re-compiling regexes for each separate
  tokenize call, instead sharing them globally. We try to hide the
  internals of this, exposing the previous interface (RE { reString,
  reCaseSensitive }) with pattern synonyms.
* ConTeXt: fix handling of spaces in non-normal tokens (Albert
  Krewinkel). This ensures that multiple spaces won't be collapsed into a
  single space.

0.13.2.1
* Update tango style for new token types (#164). The original tango style
  didn't have colors defined for many token types that have been added
  since it was added. This commit updates the style to support them. Thanks
  to @danbraswell for providing the values needed.

(pho)

2023-10-30 18:12:44 UTC MAIN commitmail json YAML

doc: Updated devel/hs-pandoc-lua-marshal to 0.2.2

(pho)

2023-10-30 18:12:34 UTC MAIN commitmail json YAML

devel/hs-pandoc-lua-marshal: Update to 0.2.2

0.2.2 - Released 2023-03-15.
* Add __tostring metamethods to Blocks and Inlines.

0.2.1.1 - Released 2023-03-13.
* The version constraints for hslua packages have been relaxed; other
  changes in hslua 2.3.* do not affect this package.

0.2.1 - Released 2023-02-11.
* All userdata types have been given a __tojson metamethod. The methods
  return the default JSON representations of AST objects.

(pho)

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

doc: Updated lang/hs-hslua to 2.3.0

(pho)

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

lang/hs-hslua: Update to 2.3.0

hslua-2.3.0 -Released 2023-03-13.
* Require version 2.3.* of HsLua packages: hslua-core, hslua-marshalling,
  hslua-objectorientation, hslua-packaging, hslua-aeson, hslua-classes.
* Include hslua-typing, re-export HsLua.Typing.

(pho)

2023-10-30 17:28:26 UTC MAIN commitmail json YAML

www/hs-wai-extra: Fix build with GHC 9.6

(pho)

2023-10-30 17:26:44 UTC MAIN commitmail json YAML

doc: Updated www/hs-warp to 3.3.30

(pho)

2023-10-30 17:26:35 UTC MAIN commitmail json YAML

www/hs-warp: Update to 3.3.30

3.3.30
* Length of ResponseBuilder responses will now also be passed to the
  logger. #946
* Using If-(None-)Match headers simultaneously with If-(Un)Modified-Since
  headers now follow the RFC 9110 standard. So If-(Un)Modified-Since
  headers will be correctly ignored if their respective -Match counterpart
  is also present in the request headers. #945
* Fixed adding superfluous Server header when using HTTP/2.0 if response
  already has it. #943

3.3.29
* Preparing coming "http2" v4.2.0.

3.3.28
* Fix for the "-x509" flag #935

3.3.27
* Fixing busy loop due to eMFILE #933

3.3.26
* Using crypton instead of cryptonite. #931

3.3.25
* Catching up the signature change of openFd in the unix package v2.8. #926

3.3.24
* Switching the version of the "recv" package from 0.0.x to 0.1.x.

(pho)

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

doc: Updated devel/floskell to 0.11.0

(pho)

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

devel/floskell: Update to 0.11.0

Floskell 0.11.0 (2023-10-01)
* Fix alignment of non-ASCII identifiers
* Fix extra whitespace generated for preprocessor directives at top/bottom
  of files
* Fix runtime blow-up with large number of pattern guards
* Add support for manual formatting / hiding regions of code from the
  formatter
* Add support for multi-line preprocessor directives
* Add support for hsc2hs #enum directives
* Add support for shebang lines
* Add support for building with aeson-2.2.0.0 and
  optparse-applicative-0.18.1.0

Floskell 0.10.8 (2023-08-12)
* Add support for building with GHC-9.6.2

(pho)

2023-10-30 17:11:05 UTC MAIN commitmail json YAML

doc: Updated devel/fourmolu to 0.14.1.0

(pho)

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

2023-10-30 17:01:49 UTC MAIN commitmail json YAML

doc: Updated devel/hs-hie-bios to 0.13.0

(pho)

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

devel/hie-bios: Update to 0.13.0

2023-98-22 - 0.13.0
    Multi Component cabal support #409
    Make sure cabal caches can be found #408
    Rename project-file to cabalProject in hie.yaml #407
    Update README for new project-file key #403
    Add more informative log messages for cradle running #406
    Add cabal.project support for cabal cradles #357

2023-03-13 - 0.12.0
    9.6 support #392
    Better support for multi component projects #387
    Remove unused dependencies from hie-bios #381
    Add logs over commands #375

(pho)

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

2023-10-30 16:34:20 UTC MAIN commitmail json YAML

devel/hs-implicit-hie: Fix build with GHC 9.6

(pho)

2023-10-30 16:33:12 UTC MAIN commitmail json YAML

doc: Updated devel/retrie to 1.2.2

(pho)

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

2023-10-30 16:23:12 UTC MAIN commitmail json YAML

lang/idris: comment

(pho)

2023-10-30 16:21:51 UTC MAIN commitmail json YAML

devel/hs-keys: Fix build with GHC 9.6

(pho)

2023-10-30 16:20:11 UTC MAIN commitmail json YAML

math/hs-kan-extensions: Fix build with GHC 9.6

(pho)

2023-10-30 16:18:51 UTC MAIN commitmail json YAML

doc: Updated devel/hs-monad-logger to 0.3.40

(pho)

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

devel/hs-monad-logger: Update to 0.3.40

0.3.40
    Relax fast-logger upper bound from 3.2 to 3.3
    Add Alternative instances for LoggingT and NoLoggingT

(pho)

2023-10-30 16:16:48 UTC MAIN commitmail json YAML

doc: Updated devel/hs-primitive-extras to 0.10.1.10

(pho)

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

2023-10-30 15:39:57 UTC MAIN commitmail json YAML

2023-10-30 14:56:56 UTC MAIN commitmail json YAML

textproc/hs-cheapskate: Fix build with GHC 9.6

(pho)

2023-10-30 14:53:23 UTC MAIN commitmail json YAML

www/hs-bower-json: Fix build with GHC 9.6

(pho)

2023-10-30 14:52:15 UTC MAIN commitmail json YAML

math/hs-adjunctions: Fix build with GHC 9.6

(pho)

2023-10-30 14:50:39 UTC MAIN commitmail json YAML

doc: Updated security/hs-tls to 1.9.0

(pho)

2023-10-30 14:50:28 UTC MAIN commitmail json YAML

security/hs-tls: Update to 1.9.0

Version 1.9.0
* BREAKING CHANGE: The type of the Error_Protocol constructor of TLSError
  has changed. The "warning" case has been split off into a new
  Error_Protocol_Warning constructor. #460

Version 1.8.0
* BREAKING CHANGE: Remove Exception instance for TLSError. The library now
  throws TLSException only. If you need to change your code, please refer
  to this example first. #457

Version 1.7.1
* NOP on UserCanceled event #454

Version 1.7.0
* Major version up because "crypton" is used instead of "cryptonite"

(pho)

2023-10-30 14:46:48 UTC MAIN commitmail json YAML

security/Makefile: + hs-crypton-x509-system

(pho)

2023-10-30 14:46:38 UTC MAIN commitmail json YAML

doc: Added security/hs-crypton-x509-system version 1.6.7

(pho)

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

2023-10-30 14:31:15 UTC MAIN commitmail json YAML

security/Makefile: + hs-crypton-x509-validation

(pho)

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

doc: Added security/hs-crypton-x509-validation version 1.6.12

(pho)

2023-10-30 14:30:57 UTC MAIN commitmail json YAML

2023-10-30 14:03:01 UTC MAIN commitmail json YAML

doc: Updated net/hs-simple-sendfile to 0.2.32

(pho)

2023-10-30 14:02:52 UTC MAIN commitmail json YAML

2023-10-30 13:58:34 UTC MAIN commitmail json YAML

2023-10-30 13:52:02 UTC MAIN commitmail json YAML

www/Makefile: + hs-feed

(pho)

2023-10-30 13:51:53 UTC MAIN commitmail json YAML

doc: Added www/hs-feed version 1.3.2.1

(pho)

2023-10-30 13:51:46 UTC MAIN commitmail json YAML

www/hs-feed: import hs-feed-1.3.2.1

Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds.

* Parsers
* Constructors
* Rendering
* Querying

To help working with the multiple feed formats we've ended up with this set
of modules providing parsers, printers and some utility code for querying
and just generally working with a concrete representation of feeds in
Haskell.

For basic reading and editing of feeds, consult the documentation of the
Text.Feed.* hierarchy.

(pho)

2023-10-30 13:43:17 UTC MAIN commitmail json YAML

textproc/hs-skylighting-format-ansi: Fix build with GHC 9.6

(pho)

2023-10-30 13:42:12 UTC MAIN commitmail json YAML

doc: Updated textproc/hs-skylighting-format-blaze-html to 0.1.1.1

(pho)

2023-10-30 13:42:04 UTC MAIN commitmail json YAML

textproc/hs-skylighting-format-blaze-html: Update to 0.1.1.1

0.1.1.1
* Remove display: inline-block from the code line spans. This caused odd
  size changes in iOS. Closes #7248.

(pho)

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

doc: Updated textproc/hs-skylighting-format-context to 0.1.0.2

(pho)

2023-10-30 13:39:59 UTC MAIN commitmail json YAML

2023-10-30 13:38:21 UTC MAIN commitmail json YAML

textproc/hs-skylighting-format-latex: Fix build with GHC 9.6

(pho)

2023-10-30 13:37:15 UTC MAIN commitmail json YAML

textproc/Makefile: + hs-xml-hamlet

(pho)

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

doc: Added textproc/hs-xml-hamlet version 0.5.0.2

(pho)

2023-10-30 13:36:59 UTC MAIN commitmail json YAML

2023-10-30 13:35:16 UTC MAIN commitmail json YAML

doc: Updated www/hs-servant to 0.20.1

(pho)

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

www/hs-servant: Update to 0.20.1

0.20.1
* Support aeson-2.2 #1695

0.20
* Headers support in UVerb responses #1570 #1571
* Generalize type of Servant.Types.SourceT.source to any foldable #1593
* Make Mime(Un)Render PlainText String instances encode/decode UTF-8 #1645
* Add HasStatus instance for Headers (that defers StatusOf to underlying
  value) #1649
* Make fromSourceIO run in IO #1661
* Some streaming abstractions, like io-streams, require stateful
  initialization. Since all actual call sites of fromSourceIO are in a
  context where IO actions can be executed, these streaming sources can be
  accomodated by having letting fromSourceIO run in IO.
* To migrate your existing FromSourceIO instance, simply put a pure/return
  in front of it.
* Fix the handling of multiple headers with the same name. #1666

(pho)

2023-10-30 13:31:38 UTC MAIN commitmail json YAML

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

doc: Updated converters/hs-aeson-pretty to 0.8.10

(pho)

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

2023-10-30 13:26:18 UTC MAIN commitmail json YAML

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

doc: Updated converters/hs-hslua-aeson to 2.3.0.1

(pho)

2023-10-30 13:24:57 UTC MAIN commitmail json YAML

converters/hs-hslua-aeson: Update to 2.3.0.1

hslua-aeson-2.3.0.1 - Released 2023-03-13.

* Relax upper bound for hslua-marshalling, allow version 2.3.

hslua-aeson-2.3.0 - Released 2023-02-21.

* The peekValue peeker now checks for a __toaeson metafield or __tojson
  metamethod and uses them to compute the Value of an object:

* The __toaeson metafield, if set, must be a function pushed via
  pushToAeson. That function is called on a given object, and the returned
  Value becomes the result of calling peekValue.

  Likewise, the __tojson metamethod must be a function that returns a valid
  JSON string. The result in that case is the decoded string.

  If both, __toaeson and __tojson are set, then __toaeson takes precedent.

* The test suite now has tasty-hunit as an additional dependency.

(pho)

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

devel/hs-ipynb: Fix build with GHC 9.6

(pho)

2023-10-30 13:17:55 UTC MAIN commitmail json YAML

textproc/hs-commonmark-pandoc: Fix build with GHC 9.6

(pho)

2023-10-30 13:16:46 UTC MAIN commitmail json YAML

textproc/hs-doctemplates: Fix build with GHC 9.6

(pho)

2023-10-30 13:15:31 UTC MAIN commitmail json YAML

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

(pho)

2023-10-30 13:12:50 UTC MAIN commitmail json YAML

doc: Updated textproc/hs-pandoc-types to 1.23.1

(pho)

2023-10-30 13:12:40 UTC MAIN commitmail json YAML

textproc/hs-pandoc-types: Update to 1.23.1

[1.23.1]

  * Restore toJSONFilter instance for pure `a -> [a]`.
    This went missing after my ill-considered revision to #105,
    commit 183af9d9f1066be974ac55fd23a4c985999d3ce8 . See jgm/pandoc#8976.

  * Generalize ToJSONFilter instance. Previously a pure function `a -> a`
    could only be promoted to a filter in IO. Now we allow it to work with
    any instance of MonadIO.  (This adds to #105.)

  * Allow bytestring 0.12.

[1.23.0.1]

  * Allow aeson 2.2.

  * Remove dependency on string-qq (recbecca skinner).

(pho)

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

doc: Updated textproc/hs-skylighting-core to 0.14

(pho)

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

textproc/hs-skylighting-core: Update to 0.14

0.14
* Add rWeakDeliminators field to Rule. [API change]
* Make WordDetect sensitive to weakDeliminator. This fixes parsing of
  floats beginning with '0.' in C (#174).
* Add debiancontrol syntax (#173).

0.13.4.1
* Update syntax definitions: ada, bash, cmake, css, html, isocpp, java,
  javascript, kotlin, latex, makefile, markdown, php, python, qml, r, sass,
  scss, typescript, zsh.
* Don't require word boundary at end of Int, Float, HlCHex, HlCOct
  (#170). KDE does not. This fixes things like 7L in R.

0.13.4
* Add dosbat syntax (MS DOS batch file) (#169).
* Derive Bounded Instance for TokenType (#168, Pavan Pikhi). Add Bounded to
  the derived instances for the TokenType type. This allows consumers to
  use [minBound .. maxBound] to generate a list of all token types when
  writing a Style.
* Require xml-conduit >= 1.9.1.3. This fixes a bug that prevents parsing
  certain DOCTYPE declarations, e.g. in agda.xml.
* Updated cmake syntax definition.

0.13.3
* Add gap language (#167).
* Update syntax definitions.
* Add patches for agda.xml and dtd.xml, to wor around a bug in xml-conduit:
  https://github.com/snoyberg/xml/pull/187
* Store compiled regexes in RE (#166, Jonathan Coates). This changes the RE
  type to (lazily) compile the regex when constructed, rather than in the
  tokenizer. This allows us to avoid re-compiling regexes for each separate
  tokenize call, instead sharing them globally. We try to hide the
  internals of this, exposing the previous interface (RE { reString,
  reCaseSensitive }) with pattern synonyms.
* ConTeXt: fix handling of spaces in non-normal tokens (Albert
  Krewinkel). This ensures that multiple spaces won't be collapsed into a
  single space.

0.13.2.1
* Update tango style for new token types (#164). The original tango style
  didn't have colors defined for many token types that have been added
  since it was added. This commit updates the style to support them. Thanks
  to @danbraswell for providing the values needed.

(pho)

2023-10-30 12:54:34 UTC MAIN commitmail json YAML

textproc/Makefile: + hs-typst

(pho)

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

doc: Added textproc/hs-typst version 0.3.2.1

(pho)

2023-10-30 12:54:19 UTC MAIN commitmail json YAML

textproc/hs-typst: import hs-typst-0.3.2.1

A library for parsing and evaluating typst syntax. Typst
(https://typst.app) is a document layout and formatting language. This
library targets typst 0.7 and currently offers only partial support.

(pho)

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

doc: Updated textproc/hs-xml-conduit to 1.9.1.3

(pho)

2023-10-30 12:48:59 UTC MAIN commitmail json YAML

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

doc: Updated textproc/hs-yaml to 0.11.11.2

(pho)

2023-10-30 12:45:59 UTC MAIN commitmail json YAML

textproc/hs-yaml: Update to 0.11.11.2

0.11.11.2
* Compat with aeson 2.2

0.11.11.1
* For optparse-applicative-0.18: use pretty instead of text #216

0.11.11.0
* Fix ambiguous occurrence AesonException

0.11.10.0
* Undo previous change (breakage with aeson 2)

0.11.9.0
* Data.Yaml.Pretty: provide key-sorting function with path to parent object
  #206

(pho)

2023-10-30 12:43:12 UTC MAIN commitmail json YAML

doc: Updated devel/hs-hslua-module-system to 1.1.0.1

(pho)

2023-10-30 12:43:04 UTC MAIN commitmail json YAML

devel/hs-hslua-module-system: Update to 1.1.0.1

hslua-module-system-1.1.0.1 - Released 2023-03-26.
* Improve doc strings.

hslua-module-system-1.1.0
* Update to hslua-2.3; this includes the addition of type initializers to
  the module and type specifiers to the fields.

hslua-module-system-1.0.3 - Released 2023-02-14.
* Added new function cputime and field cputime_precision, e.g. for
  benchmarking.

(pho)

2023-10-30 12:41:21 UTC MAIN commitmail json YAML

doc: Updated devel/hs-hslua-module-version to 1.1.0

(pho)

2023-10-30 12:41:13 UTC MAIN commitmail json YAML

devel/hs-hslua-module-version: Update to 1.1.0

hslua-module-version-1.1.0 - Released 2023-03-13.
* Update to hslua-2.3; this includes the addition of type initializers to
  the module.

(pho)

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

doc: Updated sysutils/hs-hslua-module-path to 1.1.0

(pho)

2023-10-30 12:39:21 UTC MAIN commitmail json YAML

sysutils/hs-hslua-module-path: Update to 1.1.0

hslua-module-path-1.1.0 - Released 2023-03-13.
* Update to hslua-2.3; this includes the addition of type initializers to
  the module and type specifiers to the fields.
* Fixed tests for make_relative on Windows.

(pho)

2023-10-30 12:37:37 UTC MAIN commitmail json YAML

doc: Updated textproc/hs-hslua-module-text to 1.1.0.1

(pho)

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

textproc/hs-hslua-module-text: Update to 1.1.0.1

hslua-module-text-1.1.0.1 - Released 2023-03-26.
* Improved doc strings.

hslua-module-text-1.1.0 - Released 2023-03-13.
* Update to hslua-2.3; this includes the addition of type initializers to
  the module and type specifiers to the fields.

hslua-module-text-1.0.3.1 - Released 2023-01-06.
* Generalized a test to avoid failures with stack nightly.
* Added GHC 9.4 to test matrix.

(pho)

2023-10-30 12:35:09 UTC MAIN commitmail json YAML

www/hs-wai-cors: Fix build with GHC 9.6

(pho)

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

doc: Updated devel/hs-monad-dijkstra to 0.1.1.4

(pho)

2023-10-30 12:31:43 UTC MAIN commitmail json YAML

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

doc: Updated devel/hs-hiedb to 0.4.3.0

(pho)

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

devel/hs-hiedb: Update to 0.4.3.0

0.4.3.0 -- 2023-03-13
* Support GHC 9.6
* Set sqlite pragma busy_timeout to 500ms to mitigate frequent failures on
  concurrent access

(pho)

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

doc: Updated devel/hs-apply-refact to 0.13.0.0

(pho)

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

2023-10-30 11:55:24 UTC MAIN commitmail json YAML

doc: Updated devel/hs-ghc-exactprint to 1.7.0.1

(pho)

2023-10-30 11:55:15 UTC MAIN commitmail json YAML

devel/hs-ghc-exactprint: Update to 1.7.0.1

2022-11-08 v1.7.0.1
* Add CI for GHC 9.6.2
* Correctly deal with comments when using GHC flag -haddock

2022-11-08 v1.7
* Support GHC 9.6.1

(pho)

2023-10-30 11:34:02 UTC MAIN commitmail json YAML

devel/hs-conduit-extra: Fix build with GHC 9.6

(pho)

2023-10-30 11:19:45 UTC MAIN commitmail json YAML

devel/hs-dependent-map: Fix build with GHC 9.6

(pho)

2023-10-30 11:16:37 UTC MAIN commitmail json YAML

devel/hs-dependent-sum: Fix build with GHC 9.6

(pho)

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

devel/hs-enummapset: Fix build with GHC 9.6

(pho)

2023-10-30 11:07:18 UTC MAIN commitmail json YAML

2023-10-30 11:00:38 UTC MAIN commitmail json YAML

doc: Updated devel/hs-shelly to 1.12.1

(pho)

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

devel/hs-shelly: Update to 1.12.1

1.12.1 - Andreas Abel, 2023-04-03
* Add print_commands_with and echoWith which can be used to override the
  default printing functions (e.g. to add color). (Chris Wendt, PR #228.)
* Tested with GHC 8.2 - 9.6 (cabal) and GHC 8.10 - 9.6 (stack).

1.12.0.1 - Andreas Abel, 2023-04-02
* Make show_command more robust to special characters and only quote when
  necessary. (Chris Wendt, PR #229.)
* Tested with GHC 8.2 - 9.6 (cabal) and GHC 8.10 - 9.6 (stack).

1.12.0 - Andreas Abel, 2023-02-27
* Rework ShellCmd and ShellCommand instances to support String arguments:
  Issue #143 fixed by Cunning Defenstrator in PR #221.

  This involves a breaking change in classes CmdArg and ShellArg: Method
  toTextArg has been replaced by toTextArgs.

  Sample migration:

    #if MIN_VERSION_shelly(1,12,0)
    -- new
    import Shelly (toTextArgs)
    snoc opts arg = opts ++ toTextArgs arg
    #else
    -- old
    import Shelly (toTextArg)
    snoc opts arg = opts ++ [ toTextArg arg ]
    #endif

* Dropped GHC 8.0 to get rid of deprecated LANGUAGE IncoherentInstances.
* Builds with GHC 8.2 - 9.6.

1.11.0 - Andreas Abel, 2023-01-24
* Restore running of local scripts, e.g. cmd "./foo.sh": Issue #107 fixed
  by Alfredo di Napoli in PR #216.
* Builds with GHC 8.0 - 9.4.

1.10.0.1 - Andreas Abel, 2023-01-24
* Allow unix-compat-0.6.
* Builds -Wall warning-free with GHC 8.0 - 9.4.

(pho)

2023-10-30 10:57:02 UTC MAIN commitmail json YAML

doc: Updated devel/hs-generic-lens to 2.2.2.0

(pho)

2023-10-30 10:56:53 UTC MAIN commitmail json YAML

devel/hs-generic-lens: Update to 2.2.2.0

generic-lens-2.2.2.0 (2023-04-15)
* Support unprefixed constructor prisms on GHC 9.6 (#152)

(pho)

2023-10-30 10:54:01 UTC MAIN commitmail json YAML

doc: Updated math/hs-free to 5.2

(pho)

2023-10-30 10:53:51 UTC MAIN commitmail json YAML

math/hs-free: Update to 5.2

5.2 [2023.03.12]
* Drop support for GHC 7.10 and earlier.
* Drop redundant Monad constraints on many functions and instances. These
  constraints were only present for compatibility with pre-7.10 versions of
  GHC, which free no longer supports.
* Add Eq, Eq1, Ord, Ord1, and Foldable instances for Ap in
  Control.Applicative.Free.
* Switch out bifunctors dependency for bifunctor-classes-compat.

(pho)

2023-10-30 10:49:28 UTC MAIN commitmail json YAML

doc: Updated devel/hs-list-t to 1.0.5.7

(pho)

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

2023-10-30 10:44:25 UTC MAIN commitmail json YAML

devel/Makefile: + hs-git-lfs

(pho)

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

doc: Added devel/hs-git-lfs version 1.2.1

(pho)

2023-10-30 10:43:22 UTC MAIN commitmail json YAML

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

doc: Updated devel/hs-lifted-async to 0.10.2.4

(pho)

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

devel/hs-lifted-async: Update to 0.10.2.4

v0.10.2.4 - 2022-03-19
    Support mtl-2.3.1, allow base-4.18 (GHC 9.6) (#41)

(pho)

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

textproc/Makefile: + hs-attoparsec-aeson

(pho)

2023-10-30 10:29:52 UTC MAIN commitmail json YAML

doc: Added textproc/hs-attoparsec-aeson version 2.2.0.1

(pho)

2023-10-30 10:29:45 UTC MAIN commitmail json YAML

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

doc: Updated devel/hs-storable-tuple to 0.1

(pho)

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

2023-10-30 10:23:56 UTC MAIN commitmail json YAML

doc: Updated devel/hs-tasty-hunit to 0.10.1

(pho)

2023-10-30 10:23:47 UTC MAIN commitmail json YAML

devel/hs-tasty-hunit: Update to 0.10.1

Version 0.10.1
* Provide an explicit implementation of displayException in instance
  Exception HUnitFailure (#330).

(pho)

2023-10-30 10:21:35 UTC MAIN commitmail json YAML

doc: Updated devel/hs-turtle to 1.6.2

(pho)

2023-10-30 10:21:18 UTC MAIN commitmail json YAML

devel/hs-turtle: Update to 1.6.2

1.6.2
* Build against latest ansi-wl-pprint and optparse-applicative [#445] /
  [#446] / [#447]

(pho)

2023-10-30 10:15:19 UTC MAIN commitmail json YAML

doc: Updated textproc/hs-shakespeare to 2.1.0.1

(pho)

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

textproc/hs-shakespeare: Update to 2.1.0.1

2.1.0.1
* Fix 100тип slowdown on parsec-3.1.15 #277

2.1.0
* Add OverloadedRecordDot-style record access in expressions

(pho)

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

textproc/hs-cassava-megaparsec: Fix build with GHC 9.6

(pho)

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

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

lang/hs-sourcemap: Fix build with GHC 9.6

(pho)

2023-10-30 09:55:52 UTC MAIN commitmail json YAML

doc: Updated math/hs-invariant to 0.6.2

(pho)

2023-10-30 09:55:43 UTC MAIN commitmail json YAML

math/hs-invariant: Update to 0.6.2

0.6.2 [2023.08.06]
* 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 invariant will now build with
  GHC 9.8, as TemplateHaskellQuotes abstracts over some internal Template
  Haskell changes introduced in 9.8.

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

(pho)

2023-10-30 09:46:01 UTC MAIN commitmail json YAML

security/Makefile: + hs-crypton-x509-store

(pho)

2023-10-30 09:45:18 UTC MAIN commitmail json YAML

doc: Added security/hs-crypton-x509-store version 1.6.9

(pho)

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

security/hs-crypton-x509-store: import hs-crypton-x509-store-1.6.9

X.509 collection accessing and storing methods for certificate, crl,
exception list

(pho)

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

shells/shellcheck: Fix build with GHC 9.6

(pho)

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

textproc/hs-HsYAML-aeson: Fix build with GHC 9.6

(pho)

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

textproc/hs-libyaml: Fix build with GHC 9.6

(pho)

2023-10-30 09:24:54 UTC MAIN commitmail json YAML

doc: Updated www/hs-http-api-data to 0.6

(pho)

2023-10-30 09:24:44 UTC MAIN commitmail json YAML

www/hs-http-api-data: Update to 0.6

0.6
* Use text-iso8601 to parse and serialise time types. (Instead of
  attoparsec-iso8601). Due this change some formats are slightly changed:
  - Space between timezone is not accepted
  - Timezone offset can be between -23:59..23:59
  - Timezone offset is output with colon between hours and minutes
* Require at least GHC-8.2

(pho)

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

www/hs-wai-websockets: Fix build with GHC 9.6

(pho)