summaryrefslogtreecommitdiff
path: root/ghc/docs/users_guide/user.lit
diff options
context:
space:
mode:
Diffstat (limited to 'ghc/docs/users_guide/user.lit')
-rw-r--r--ghc/docs/users_guide/user.lit36
1 files changed, 36 insertions, 0 deletions
diff --git a/ghc/docs/users_guide/user.lit b/ghc/docs/users_guide/user.lit
new file mode 100644
index 0000000000..51f63e20a5
--- /dev/null
+++ b/ghc/docs/users_guide/user.lit
@@ -0,0 +1,36 @@
+\begin{onlystandalone}
+\documentstyle[11pt,literate]{article}
+\begin{document}
+\title{The Glorious Glasgow Haskell Compilation System\\ Version~0.26\\ User's Guide}
+\author{The AQUA Team\\
+Department of Computing Science\\
+University of Glasgow\\
+Glasgow, Scotland\\
+G12 8QQ\\
+\\
+Email: glasgow-haskell-\{bugs,request\}\@dcs.glasgow.ac.uk}
+\maketitle
+\begin{rawlatex}
+\tableofcontents
+\pagebreak
+\end{rawlatex}
+\end{onlystandalone}
+
+\input{intro.lit}
+\input{how_to_run.lit}
+\input{runtime_control.lit}
+\input{sooner.lit}
+\input{profiling.lit}
+\input{glasgow_exts.lit}
+\input{libraries.lit}
+\input{parallel.lit}
+\input{gone_wrong.lit}
+\input{vs_haskell.lit}
+\input{utils.lit}
+\input{ticky.lit}
+\input{tutorial.lit}
+
+\begin{onlystandalone}
+\printindex
+\end{document}
+\end{onlystandalone}