packages feed

Ebnf2ps-1.0.8: Ebnf2ps.cabal

Name:                Ebnf2ps
Version:             1.0.8
Synopsis:               Peter's Syntax Diagram Drawing Tool
Homepage:            http://www.informatik.uni-freiburg.de/~thiemann/haskell/ebnf2ps/
License:             BSD3
License-file:        LICENSE
Author:                 Peter Thiemann <thiemann@acm.org>
Maintainer:             Peter Thiemann <thiemann@acm.org>
Category:            Language
Build-type:          Simple
Cabal-version:       >=1.2
Tested-With:            GHC == 6.10.4, GHC == 6.12.3, GHC == 7.0.4, GHC == 7.2.2
Description:            Ebnf2ps generates nice looking syntax diagrams in EPS
                        and FIG format from EBNF specifications and from yacc,
                        bison, and Happy input grammars. The diagrams can be
                        immediatedly included in TeX/LaTeX documents and in
                        texts created with other popular document preparation
                        systems.

Executable ebnf2ps
  Main-is:   Ebnf2ps.hs
  Hs-source-dirs: src
  Build-depends:        base < 5, containers,
                        old-time,
                        directory,
                        unix, array, haskell98
  Build-tools:         happy
  Cc-options: -DAFMPATH=/usr/share/texmf-texlive/fonts/afm
  Other-modules:        Parsers, StringMatch, Info, Fonts, IOSupplement,
                        EbnfLayout, EbnfOutput, PsOutput, Fig31Output, Version,
                        Color, AbstractSyntax, Lexer, GrammarTransform, GrammarUnfold,
                        ParseAux, Ebnf2psParser, CommandLine