X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Fghc.cabal.in;h=51d7bbc0814e8fa2a5afeeb900e4d07b0b119b43;hb=63179a7b10069d8f69f5bceef27008c9c7fb0aa8;hp=bf077aac90e7a4b9765e921d926bb096ee49abe2;hpb=1f3a7730cd7f831344d2a3b74a0ce700c382e858;p=ghc-hetmet.git diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in index bf077aa..51d7bbc 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 @@ -104,8 +109,6 @@ Library c-sources: parser/cutils.c utils/md5.c - -- For GHC < 6.5: - cbits/unicode.c if flag(dynlibs) c-sources: @@ -268,6 +271,7 @@ Library LoadIface MkIface TcIface + Annotations BreakArray CmdLineParser CodeOutput @@ -321,6 +325,7 @@ Library RnPat RnSource RnTypes + CoreMonad CSE FloatIn FloatOut @@ -350,6 +355,7 @@ Library WwLib FamInst Inst + TcAnnotations TcArrows TcBinds TcClassDcl @@ -411,9 +417,9 @@ Library Outputable Panic Pretty + Serialized State StringBuffer - Unicode UniqFM UniqSet Util