name: happy-tabular version: 2.0 license: BSD2 license-file: LICENSE copyright: (c) Andy Gill, Simon Marlow author: Andy Gill and Simon Marlow maintainer: Simon Marlow bug-reports: https://github.com/haskell/happy/issues stability: stable homepage: https://www.haskell.org/happy/ category: Development cabal-version: >= 1.10 build-type: Simple synopsis: Action and goto tables for happy Description: Happy is a parser generator for Haskell. Happy-Tabular converts `Grammar`s, coming from a frontend, into LALR action and goto tables, which are further processed by a backend. tested-with: GHC == 9.8.1 GHC == 9.6.3 GHC == 9.4.8 GHC == 9.2.8 GHC == 9.0.2 GHC == 8.10.7 GHC == 8.8.4 GHC == 8.6.5 GHC == 8.4.4 GHC == 8.2.2 GHC == 8.0.2 GHC == 7.10.3 GHC == 7.8.4 GHC == 7.6.3 GHC == 7.4.2 GHC == 7.0.4 library hs-source-dirs: src exposed-modules: Happy.Tabular, Happy.Tabular.First, Happy.Tabular.Info, Happy.Tabular.LALR, Happy.Tabular.NameSet build-depends: base < 5, array, containers >= 0.4.2, happy-grammar == 2.0 default-language: Haskell98 default-extensions: CPP, MagicHash, FlexibleContexts, NamedFieldPuns ghc-options: -Wall