Add description to cabal file.

This commit is contained in:
Paweł Nowak 2014-10-29 21:03:59 +01:00
parent f44e1998bb
commit 5cde1c7464

View File

@ -1,6 +1,13 @@
name: syntax
version: 0.1.0.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