packages feed

syntax-0.1.1.0: syntax.cabal

name:                syntax
version:             0.1.1.0
synopsis:            Abstract syntax descriptions for parsing and pretty-printing.
description:         Write single syntax description, get both parser and pretty-printer.
                     .
                     Syntax descriptions are based on semi-isomorphisms from @semi-iso@ library.
                     .
                     The library is very young. There are lots of useful combinators that could be written.
                     .
                     See @syntax-example@ for an example.
license:             MIT
license-file:        LICENSE
author:              Paweł Nowak
maintainer:          Paweł Nowak <pawel834@gmail.com>
copyright:           Paweł Nowak 2014
category:            Data
build-type:          Simple
cabal-version:       >=1.10

source-repository head
  type:     git
  location: git@github.com:Pawel834/syntax.git

library
  exposed-modules:     Data.Syntax
                       Data.Syntax.Char
                       Data.Syntax.Combinator
  build-depends:       base >= 4 && < 5, mono-traversable, lens, semi-iso
  default-language:    Haskell2010