Cabal revisions of syntax-0.1.1.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-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+name: syntax +version: 0.1.1.0 +x-revision: 1 +synopsis: Abstract syntax descriptions for parsing and pretty-printing. +description: Abstract syntax descriptions for parsing and pretty-printing. + Write a single syntax description, get both a parser and a 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, @syntax-attoparsec@ and @syntax-pretty@ for + a parser/printer implementation. +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