summaryrefslogtreecommitdiff
path: root/utils/deriveConstants
diff options
context:
space:
mode:
authorBen Gamari <bgamari.foss@gmail.com>2016-01-05 22:10:01 +0100
committerBen Gamari <ben@smart-cactus.org>2016-01-05 22:10:02 +0100
commite32a6e1f4ac847272598776fd15f4a98069690e5 (patch)
tree02d72208b24e5c269d499eb51ce63cfaa1499831 /utils/deriveConstants
parent77494fa9fa34c1a831caabc194e855167de0c2d9 (diff)
downloadhaskell-e32a6e1f4ac847272598776fd15f4a98069690e5.tar.gz
Add Cabal synopses and descriptions
Various people (myself included) have complained about the lack of useful descriptions for the various packages included in GHC's source tree. Fix this. Test Plan: Validate Reviewers: austin, thomie Reviewed By: thomie Subscribers: angerman, ezyang Differential Revision: https://phabricator.haskell.org/D1736
Diffstat (limited to 'utils/deriveConstants')
-rw-r--r--utils/deriveConstants/deriveConstants.cabal7
1 files changed, 5 insertions, 2 deletions
diff --git a/utils/deriveConstants/deriveConstants.cabal b/utils/deriveConstants/deriveConstants.cabal
index 72afb72c80..50b5b695c3 100644
--- a/utils/deriveConstants/deriveConstants.cabal
+++ b/utils/deriveConstants/deriveConstants.cabal
@@ -5,8 +5,11 @@ License: BSD3
-- XXX License-File: LICENSE
Author: XXX
Maintainer: XXX
-Synopsis: XXX
-Description: XXX
+Synopsis: Derive header files containing various constants for the GHC build process
+Description:
+ This utility is responsible for generating a number of C header files
+ needed during the GHC build process. See @includes/ghc.mk@ in the GHC
+ build system for details.
Category: Development
build-type: Simple
cabal-version: >=1.10