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:04:50 by Masatake Daimon | Files touched by this commit (1) |
Log message: textproc/hs-doctemplates: 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:16:46 by Masatake Daimon | Files touched by this commit (1) |
Log message: textproc/hs-doctemplates: Fix build with GHC 9.6 |
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:23:38 by Masatake Daimon | Files touched by this commit (4) |
Log message: textproc/hs-doctemplates: Update to 0.11 No release notes have been provided by upstream. |
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 |
2022-02-12 08:35:44 by Masatake Daimon | Files touched by this commit (3) |
Log message: Update to doctemplates-0.10.0.1 0.10.0.1 * Don't rely on aeson Object being implemented as a HashMap. This change is needed for doctemplates to compile against aeson 2.0.0.0. 0.10 * Change rendering and conditional behavior with booleans. Previously, $if(foo)$ evaluated to false iff foo would render as the empty string. This forced us to render a boolean False value as an empty string, rather than false. And this has caused various problems with templates (#16, jgm/pandoc#7402). Now, boolean False values render as false -- just as True values render as true. And conditionals are now sensitive to booleans, so $if(foo)$ evaluates to false when foo is a boolean False value, even though it would render as the nonempty string false. |