packages feed

imparse-0.0.0.3: imparse.cabal

Name:              imparse
Version:           0.0.0.3
Cabal-Version:     >= 1.6
License:           GPL-3
License-File:      LICENSE
Synopsis:          Multi-platform parser analyzer and generator.
Description:       Multi-platform parser analyzer and generator.
Category:          Text
Author:            Andrei Lapets
Maintainer:        Andrei Lapets <lapets@bu.edu>
Build-Type:        Simple

Library
  Exposed-Modules: Text.Imparse,
                   Text.Imparse.AbstractSyntax,
                   Text.Imparse.Analysis,
                   Text.Imparse.Parse,
                   Text.Imparse.Report,
                   Text.Imparse.Compile.Haskell
  Build-Depends:   base >= 3 && < 5,
                   MissingH,
                   containers == 0.4.2.1,
                   text == 0.11.2.3, 
                   split,
                   directory,
                   staticanalysis,
                   compilation,
                   ascetic,
                   uxadt,
                   richreports,
                   parsec,
                   indents

Executable imparse
  Main-Is:         Main.hs
  Build-Depends:   base >= 3 && < 5,
                   MissingH,
                   containers == 0.4.2.1,
                   text == 0.11.2.3, 
                   split,
                   directory,
                   staticanalysis,
                   compilation,
                   ascetic,
                   uxadt,
                   richreports,
                   parsec,
                   indents

Source-Repository head
  Type:            git
  Location:        https://github.com/lapets/imparse