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
5ccaabf5
Commit
5ccaabf5
authored
Dec 04, 2014
by
Christiaan Baaij
Browse files
wobble typo
parent
2dd28dca
Changes
1
Hide whitespace changes
Inline
Side-by-side
Cabal/Distribution/Simple/Utils.hs
View file @
5ccaabf5
...
...
@@ -712,7 +712,7 @@ addLibraryPath os paths env = do
ldEnv
<-
maybe
libPaths
(
++
(
searchPathSeparator
:
libPaths
))
<$>
lookupEnv
ldPath
return
(
env
++
(
ldPath
,
ldEnv
))
return
(
env
++
[
(
ldPath
,
ldEnv
)
]
)
----------------
-- File globbing
...
...
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