From: Ian Lynagh Date: Mon, 13 Oct 2008 23:58:17 +0000 (+0000) Subject: Fill out the ghc package's cabal file X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=69efc5106eac4be483b167860390c99c45d5125c Fill out the ghc package's cabal file --- diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in index deca837..ae7d05c 100644 --- a/compiler/ghc.cabal.in +++ b/compiler/ghc.cabal.in @@ -1,15 +1,19 @@ Name: ghc Version: @ProjectVersion@ -Copyright: XXX --- License: XXX +License: BSD3 License-File: ../LICENSE -Author: XXX +Author: The GHC Team Maintainer: glasgow-haskell-users@haskell.org Homepage: http://www.haskell.org/ghc/ -Synopsis: XXX +Synopsis: The GHC API Description: - XXX -Category: XXX + GHC's functionality can be useful for more things than just + compiling Haskell programs. Important use cases are programs + that analyse (and perhaps transform) Haskell code. Others + include loading Haskell code dynamically in a GHCi-like manner. + For this reason, a lot of GHC's functionality is made available + through this package. +Category: Development Build-Type: Simple Cabal-Version: >= 1.2