X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Fghc.cabal.in;h=3518761ba929940f28293671bd79e31fb6c73c42;hp=deca837ffc35d240e5f76a779fbf06e391a8b979;hb=176fa33f17dd78355cc572e006d2ab26898e2c69;hpb=f4ce543cff19b797d54d435dc7c804acdefca9c8 diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in index deca837..3518761 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 @@ -105,8 +109,6 @@ Library c-sources: parser/cutils.c utils/md5.c - -- For GHC < 6.5: - cbits/unicode.c if flag(dynlibs) c-sources: @@ -186,7 +188,6 @@ Library CmmZipUtil DFMonad Dataflow - MachOp MkZipCfg MkZipCfgCmm OptimizationFuel @@ -219,6 +220,22 @@ Library CgTailCall CgTicky CgUtils + StgCmm + StgCmmBind + StgCmmClosure + StgCmmCon + StgCmmEnv + StgCmmExpr + StgCmmForeign + StgCmmGran + StgCmmHeap + StgCmmHpc + StgCmmLayout + StgCmmMonad + StgCmmPrim + StgCmmProf + StgCmmTicky + StgCmmUtils ClosureInfo CodeGen SMRep @@ -269,6 +286,7 @@ Library LoadIface MkIface TcIface + Annotations BreakArray CmdLineParser CodeOutput @@ -322,6 +340,7 @@ Library RnPat RnSource RnTypes + CoreMonad CSE FloatIn FloatOut @@ -351,6 +370,7 @@ Library WwLib FamInst Inst + TcAnnotations TcArrows TcBinds TcClassDcl @@ -412,9 +432,9 @@ Library Outputable Panic Pretty + Serialized State StringBuffer - Unicode UniqFM UniqSet Util