Skip to content

Commit

Permalink
Cabal description for Hackage. (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
judah committed Jul 14, 2019
1 parent 3635d2d commit b375ba1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,7 +1,7 @@
# ghc-source-gen

`ghc-source-gen` is a Haskell library for generating Haskell source files and
code fragments. It uses GHC's [library API] for the latest up-to-date syntax, and
code fragments. It uses GHC's [library API] to support the latest syntax, and
provides a simple, consistent interface across several major versions of GHC.

To get started, take a look at the [example](#example) below, or check out the
Expand Down
10 changes: 9 additions & 1 deletion package.yaml
Expand Up @@ -18,7 +18,15 @@ extra-source-files:

synopsis: Constructs Haskell syntax trees for the GHC API.
category: Development
description: Please see the README on GitHub at <https://github.com/google/ghc-source-gen>
description: |
@ghc-source-gen@ is a library for generating Haskell source code.
It uses the <https://hackage.haskell.org/package/ghc ghc> library
to support recent language extensions, and provides a simple, consistent
interface across several major versions of GHC.
.
To get started, take a look at the "GHC.SourceGen" module.
.
For more information, please see the <https://github.com/google/ghc-source-gen README>.
dependencies:
- base >= 4.7 && < 5
Expand Down

0 comments on commit b375ba1

Please sign in to comment.