diff options
Diffstat (limited to 'hadrian/src/Settings/Default.hs')
-rw-r--r-- | hadrian/src/Settings/Default.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hadrian/src/Settings/Default.hs b/hadrian/src/Settings/Default.hs index de5261372a..084dcf3d42 100644 --- a/hadrian/src/Settings/Default.hs +++ b/hadrian/src/Settings/Default.hs @@ -214,7 +214,8 @@ defaultFlavour = Flavour , dynamicGhcPrograms = defaultDynamicGhcPrograms , ghciWithDebugger = False , ghcProfiled = False - , ghcDebugged = False } + , ghcDebugged = False + , ghcDocs = cmdDocsArgs } -- | Default logic for determining whether to build -- dynamic GHC programs. |