2025-01-31 14:48:34 by Masatake Daimon | Files touched by this commit (3) | |
Log message: textproc/hs-parsers: update to parsers-0.12.12 0.12.12 [2024.10.26] -------------------- * Support building with `text-2.1.2`. * Drop support for pre-8.0 versions of GHC. |
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-01 19:03:54 by Masatake Daimon | Files touched by this commit (1) |
Log message: textproc/hs-parsers: 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. |
2024-05-01 19:02:37 by Masatake Daimon | Files touched by this commit (1) |
Log message: textproc/hs-parsers: 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 04:02:06 by Masatake Daimon | Files touched by this commit (1) |
Log message: textproc/hs-parsers: 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-26 11:19:20 by Masatake Daimon | Files touched by this commit (4) |
Log message: textproc/hs-parsers: Update to 0.12.11 0.12.11 [2022.05.07] * Allow building with transformers-0.6.* and mtl-2.3.*. |
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-23 17:55:19 by Masatake Daimon | Files touched by this commit (5) |
Log message: textproc/hs-parsers: import hs-parsers-0.12.10 This library provides convenient combinators for working with and building parsing combinator libraries. Given a few simple instances, e.g. for the class Text.Parser.Combinators.Parsing in Text.Parser.Combinators.Parsing you get access to a large number of canned definitions. Instances exist for the parsers provided by parsec, attoparsec and base's Text.Read. |