summaryrefslogtreecommitdiff
path: root/utils/mkUserGuidePart/mkUserGuidePart.cabal.in
diff options
context:
space:
mode:
Diffstat (limited to 'utils/mkUserGuidePart/mkUserGuidePart.cabal.in')
-rw-r--r--utils/mkUserGuidePart/mkUserGuidePart.cabal.in55
1 files changed, 0 insertions, 55 deletions
diff --git a/utils/mkUserGuidePart/mkUserGuidePart.cabal.in b/utils/mkUserGuidePart/mkUserGuidePart.cabal.in
deleted file mode 100644
index e07033cd02..0000000000
--- a/utils/mkUserGuidePart/mkUserGuidePart.cabal.in
+++ /dev/null
@@ -1,55 +0,0 @@
-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@
-