Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
Packages
Cabal
Commits
fd25e679
Commit
fd25e679
authored
Sep 02, 2013
by
Mikhail Glushenkov
Browse files
Whitespace.
parent
3fd64658
Changes
1
Hide whitespace changes
Inline
Side-by-side
Cabal/Distribution/Simple/Haddock.hs
View file @
fd25e679
...
...
@@ -300,7 +300,7 @@ fromFlags env flags =
argCssFile
=
haddockCss
flags
,
argContents
=
fmap
(
fromPathTemplate
.
substPathTemplate
env
)
(
haddockContents
flags
),
argVerbose
=
maybe
mempty
(
Any
.
(
>=
deafening
))
.
flagToMaybe
$
haddockVerbosity
flags
,
argOutput
=
argOutput
=
Flag
$
case
[
Html
|
Flag
True
<-
[
haddockHtml
flags
]
]
++
[
Hoogle
|
Flag
True
<-
[
haddockHoogle
flags
]
]
of
[]
->
[
Html
]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment