Skip to content

Commit 79063dd

Browse files
committed
Improve synopsis and description
Ignore-this: 8ae118f80b9dd1219fe57ba22d6e4659 darcs-hash:20101107150545-cba2c-475377934824b1da55251e848d9dbdbd5ac80367.gz
1 parent 3c286d9 commit 79063dd

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

haskell-src.cabal

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,13 @@ license-file: LICENSE
55
author: Simon Marlow, Sven Panne and Noel Winstanley
66
maintainer: [email protected]
77
category: Language
8-
synopsis: Manipulating Haskell source code
8+
synopsis: Support for manipulating Haskell source code
99
description:
10-
Facilities for manipulating Haskell source code:
11-
an abstract syntax, lexer, parser and pretty-printer.
10+
The 'haskell-src' package provides support for manipulating Haskell
11+
source code. The package provides a lexer, parser and
12+
pretty-printer, and a definition of a Haskell abstract syntax tree
13+
(AST). Common uses of this package are to parse or generate Haskell
14+
98 code.
1215
build-type: Simple
1316
cabal-version: >=1.2
1417

0 commit comments

Comments
 (0)