diff options
Diffstat (limited to 'dev-haskell/preprocessor-tools')
-rw-r--r-- | dev-haskell/preprocessor-tools/metadata.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-haskell/preprocessor-tools/metadata.xml b/dev-haskell/preprocessor-tools/metadata.xml index 217bd1b1fb11..67fa8c972033 100644 --- a/dev-haskell/preprocessor-tools/metadata.xml +++ b/dev-haskell/preprocessor-tools/metadata.xml @@ -4,7 +4,7 @@ <herd>haskell</herd> <longdescription> This library provides a quick-and-dirty (but often effective) - method for extending Haskell's syntax using a custom + method for extending Haskell's syntax using a custom preprocessor. It parses Haskell into a bare-bones AST with just enough knowledge of the syntax to preserve nesting, and then allows transformations on the AST. |