./textproc/hs-parsers, Parsing combinators

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


Branch: CURRENT, Version: 0.12.11nb4, Package name: hs-parsers-0.12.11nb4, 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.441 KB

Version history: (Expand)


CVS history: (Expand)


   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