Name: mkUserGuidePart Version: @ProjectVersionMunged@ Copyright: XXX License: BSD3 -- XXX License-File: LICENSE -- XXX Author: -- XXX Maintainer: Synopsis: Generate various portions of GHC's documentation Description: This tool is responsible for producing ReStructuredText sources which are included in GHC's user's guide and manpage. build-type: Simple cabal-version: >=1.10 Executable mkUserGuidePart Default-Language: Haskell2010 Main-Is: Main.hs Other-Modules: Types DList Table Options Options.CodeGen Options.CompilerDebugging Options.Cpp Options.FindingImports Options.Interactive Options.InterfaceFiles Options.KeepingIntermediates Options.Language Options.Linking Options.Misc Options.Modes Options.OptimizationLevels Options.Optimizations Options.Packages Options.PhasePrograms Options.Phases Options.PhaseSpecific Options.PlatformSpecific Options.Plugin Options.Profiling Options.ProgramCoverage Options.RecompilationChecking Options.RedirectingOutput Options.TemporaryFiles Options.Verbosity Options.Warnings Build-Depends: base >= 3 && < 5, -- mkUserGuidePart uses the compiler's DynFlags to determine -- a few options-related properties of the compiler. -- Consequently we should make sure we are building against -- the right compiler. ghc == @ProjectVersionMunged@