[commit: ghc] wip/T15548: More note references (1658bea)

git at git.haskell.org git at git.haskell.org
Tue Aug 21 21:11:47 UTC 2018


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/T15548
Link       : http://ghc.haskell.org/trac/ghc/changeset/1658bea60d528c270047441b3087b9025517a38c/ghc

>---------------------------------------------------------------

commit 1658bea60d528c270047441b3087b9025517a38c
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Tue Aug 21 09:48:33 2018 -0700

    More note references


>---------------------------------------------------------------

1658bea60d528c270047441b3087b9025517a38c
 compiler/main/DynFlags.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compiler/main/DynFlags.hs b/compiler/main/DynFlags.hs
index 61838a0..400f8d9 100644
--- a/compiler/main/DynFlags.hs
+++ b/compiler/main/DynFlags.hs
@@ -850,7 +850,7 @@ data DynFlags = DynFlags {
   settings              :: Settings,
   integerLibrary        :: IntegerLibrary,
     -- ^ IntegerGMP or IntegerSimple. Set at configure time, but may be overriden
-    --   by GHC-API users
+    --   by GHC-API users. See Note [The integer library] in PrelNames
   llvmTargets           :: LlvmTargets,
   llvmPasses            :: LlvmPasses,
   verbosity             :: Int,         -- ^ Verbosity level: see Note [Verbosity levels]



More information about the ghc-commits mailing list