Name: | ghc-parsers |
---|---|
Version: | 0.12.11 |
Release: | 9.el10_0 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 800787 |
License: | BSD-3-Clause |
RPM: | ghc-parsers-0.12.11-9.el10_0.x86_64.rpm |
Source RPM: | ghc-parsers-0.12.11-9.el10_0.src.rpm |
Build Date: | Tue May 20 2025 |
Build Host: | build-ol10-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://hackage.haskell.org/package/parsers |
Summary: | Parsing combinators |
Description: | 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". |