diff options
author | Ben Gamari <bgamari.foss@gmail.com> | 2016-01-05 22:10:01 +0100 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2016-01-05 22:10:02 +0100 |
commit | e32a6e1f4ac847272598776fd15f4a98069690e5 (patch) | |
tree | 02d72208b24e5c269d499eb51ce63cfaa1499831 /utils/genapply | |
parent | 77494fa9fa34c1a831caabc194e855167de0c2d9 (diff) | |
download | haskell-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/genapply')
-rw-r--r-- | utils/genapply/genapply.cabal | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/utils/genapply/genapply.cabal b/utils/genapply/genapply.cabal index dba3b6d166..8926db1178 100644 --- a/utils/genapply/genapply.cabal +++ b/utils/genapply/genapply.cabal @@ -5,9 +5,12 @@ License: BSD3 -- XXX License-File: LICENSE -- XXX Author: -- XXX Maintainer: -Synopsis: XXX +Synopsis: Generate the application closures Description: - XXX + This script is responsible for generating the @AutoApply.cmm@ source + file during the build process of GHC's runtime system. This file + defines the standard closures used to represent application of functions + of various arities. build-type: Simple cabal-version: >=1.10 |