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 /ghc/ghc-bin.cabal.in | |
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 'ghc/ghc-bin.cabal.in')
-rw-r--r-- | ghc/ghc-bin.cabal.in | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ghc/ghc-bin.cabal.in b/ghc/ghc-bin.cabal.in index afb3939fc9..9d4125a964 100644 --- a/ghc/ghc-bin.cabal.in +++ b/ghc/ghc-bin.cabal.in @@ -9,10 +9,11 @@ Copyright: XXX Author: XXX Maintainer: glasgow-haskell-users@haskell.org Homepage: http://www.haskell.org/ghc/ -Synopsis: XXX +Synopsis: The Glorious Glasgow Haskell Compiler. Description: - XXX -Category: XXX + This package contains the @ghc@ executable, the user facing front-end + to the Glasgow Haskell Compiler. +Category: Development Data-Dir: .. Data-Files: settings Build-Type: Simple |