packages feed

attoparsec-expr-0.1: attoparsec-expr.cabal

Name:             attoparsec-expr
Version:          0.1
Description:      Port of parsec's expression parser to attoparsec.
Synopsis:         Port of parsec's expression parser to attoparsec.
Category:         Text, Parsing
License:          BSD3
License-file:     LICENSE
Author:           Daan Leijen, Paolo Martini
Maintainer:       Sebastiaan Visser <haskell@fvisser.nl>
Build-Type:       Simple
Cabal-Version:    >= 1.6

Library
  GHC-Options:      -Wall
  HS-Source-Dirs:   src

  Build-Depends:
      base       == 4.*
    , attoparsec >= 0.10 && < 0.11

  Exposed-modules:  Data.Attoparsec.Expr

Source-repository head
  type:     git
  location: https://github.com/sebastiaanvisser/attoparsec-expr