2024-05-09 03:32:57 by Masatake Daimon | Files touched by this commit (1137) |
Log message:
Recursive revbump after changing the default Haskell compiler
|
2024-05-02 13:03:52 by Masatake Daimon | Files touched by this commit (2) |
Log message:
textproc/hs-pandoc-types: Fix build with GHC 9.8
This breaks build with the currently default GHC 9.6. Please bear with me
until I switch the default compiler.
|
2023-11-02 07:37:49 by Masatake Daimon | Files touched by this commit (1141) |
Log message:
Revbump all Haskell after updating lang/ghc96
|
2023-10-30 14:12:40 by Masatake Daimon | Files touched by this commit (4) |
Log message:
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).
|
2023-10-09 06:55:01 by Masatake Daimon | Files touched by this commit (988) |
Log message:
Bump Haskell packages after updating lang/ghc94
|
2023-01-27 16:51:06 by Masatake Daimon | Files touched by this commit (4) |
Log message:
textproc/hs-pandoc-types: Update to 1.23
[1.23]
* Remove Null constructor from Block (#91) [API change].
* ToJSONFilter: Add instance for MonadIO (#105, Willem Van Onsem) [API
change].
* Add `Figure` block constructor (Albert Krewinkel, Aner Lucero, and
Christian Despres) [API change]. The new Figure block represents a figure
with attributes, caption, and arbitrary block content.
|
2022-08-23 16:15:52 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
hs-pandoc-types: update to 1.22.2.1.
[1.22.2.1]
* Allow aeson 2.1.* and criterion 1.6.
[1.22.2]
* Use StrictData in Text.Pandoc.Definition.
* Add Walkable Meta(Value) Pandoc instances (Travis Cardwell).
|
2022-08-20 10:08:24 by Thomas Klausner | Files touched by this commit (211) |
Log message:
hs*: recursive bump for new dependencies needed
for hs-aeson, hs-vector
|
2022-02-26 04:58:36 by Masatake Daimon | Files touched by this commit (872) |
Log message:
Bump all Haskell packages after enabling "split sections" in mk/haskell.mk
|
2022-02-12 09:51:00 by Masatake Daimon | Files touched by this commit (575) |
Log message:
revbump after changing the default Haskell compiler
|