Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: ghc-happy-lib | Distribution: openSUSE Tumbleweed |
Version: 2.1.7 | Vendor: openSUSE |
Release: 1.1 | Build date: Sun Aug 17 09:57:52 2025 |
Group: Unspecified | Build host: reproducible |
Size: 1596984 | Source RPM: ghc-happy-lib-2.1.7-1.1.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://hackage.haskell.org/package/happy-lib | |
Summary: Happy is a parser generator for Haskell implemented using this library |
Happy is a parser generator for Haskell. Given a grammar specification in BNF, Happy generates Haskell code to parse the grammar. Happy works in a similar way to the 'yacc' tool for C. This library provides the following functionality: * Data type definitions for the Grammar AST type, capturing the information in .y-files (Happy.Grammar) * A parser for happy grammar files (.y) to produce a Grammar (Happy.Frontend.*) * Implementations of the text book algorithms that compute the LR action and goto tables for the given 'Grammar' (Happy.Tabular.*) * An LALR code generator to produce table-driven, deterministic parsing code in Haskell (Happy.Backend.LALR.*) * A (less maintained) GLR code generator to produce table-driven, non-deterministic parsing code in Haskell, where ambiguous parses produce multiple parse trees (Happy.Backend.GLR.*).
BSD-2-Clause
* Sun Aug 17 2025 Peter Simons <psimons@suse.com> - Update happy-lib to version 2.1.7. [#]# 2.1.7 * Add support for `{-# OPTIONS_HAPPY ... #-}` pragmas ([#342](https://github.com/haskell/happy/issues/342)). * Tested with GHC 8.0 - 9.12.2. The Haskell code generated by Happy is for GHC 8.0 and up. * Thu Jul 17 2025 Peter Simons <psimons@suse.com> - Add happy-lib at version 2.1.6.
/usr/lib64/ghc-9.12.2/lib/libHShappy-lib-2.1.7-1gW9hkYyH8j9DNR63E9Grr-tabular-ghc9.12.2.so /usr/lib64/ghc-9.12.2/lib/libHShappy-lib-2.1.7-2QMyGoJ9jh7CJdFWylE3Kh-backend-glr-ghc9.12.2.so /usr/lib64/ghc-9.12.2/lib/libHShappy-lib-2.1.7-BTXfdqVzp5c6ockz77KwDw-grammar-ghc9.12.2.so /usr/lib64/ghc-9.12.2/lib/libHShappy-lib-2.1.7-FZBKikYfQPgF3KtYanJEsG-backend-lalr-ghc9.12.2.so /usr/lib64/ghc-9.12.2/lib/libHShappy-lib-2.1.7-Kfutreiw0H0Ji0R2ueUgNy-frontend-ghc9.12.2.so
Generated by rpm2html 1.8.1
Fabrice Bellet, Sat Aug 30 22:36:04 2025