./textproc/hs-parsers, Parsing combinators

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.12.12nb1, Package name: hs-parsers-0.12.12nb1, Maintainer: pkgsrc-users

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.


Required to run:
[devel/hs-unordered-containers] [math/hs-scientific] [textproc/hs-attoparsec] [devel/hs-base-orphans] [textproc/hs-charset] [lang/ghc94]

Master sites:

Filesize: 23.037 KB

Version history: (Expand)


CVS history: (Expand)


   2025-02-02 14:06:08 by Masatake Daimon | Files touched by this commit (1173)
Log message:
Bump all Haskell packages after switching the default compiler.
   2025-01-31 14:48:34 by Masatake Daimon | Files touched by this commit (3) | Package updated
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