X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Fghc.cabal.in;h=ae7d05c6dcd2b4ba1954e1e831ab4c4d4984f3e6;hb=d7b36bbbcd56ee14656223d02e32f5a1f52ea17b;hp=bf077aac90e7a4b9765e921d926bb096ee49abe2;hpb=1f3a7730cd7f831344d2a3b74a0ce700c382e858;p=ghc-hetmet.git diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in index bf077aa..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 @@ -88,7 +92,8 @@ Library Extensions: CPP, MagicHash, UnboxedTuples, PatternGuards, ForeignFunctionInterface, EmptyDataDecls, TypeSynonymInstances, MultiParamTypeClasses, - FlexibleInstances, Rank2Types, ScopedTypeVariables + FlexibleInstances, Rank2Types, ScopedTypeVariables, + DeriveDataTypeable Include-Dirs: . parser utils