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
fdcb0d9d
Commit
fdcb0d9d
authored
Dec 03, 2014
by
Christiaan Baaij
Browse files
Correctly determine location of internal library
parent
bb273e7c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Cabal/Distribution/Simple/LocalBuildInfo.hs
View file @
fdcb0d9d
...
...
@@ -434,8 +434,11 @@ depLibraryPaths inplace relative lbi clbi = do
let
ipkgs
=
allPackages
(
installedPkgs
lbi
)
allDepLibDirs
=
concatMap
Installed
.
libraryDirs
ipkgs
internalLib
|
inplace
=
buildDir
lbi
|
otherwise
=
libdir
installDirs
allDepLibDirs'
=
if
hasInternalDeps
then
(
libdir
installDirs
)
:
allDepLibDirs
then
internalLib
:
allDepLibDirs
else
allDepLibDirs
allDepLibDirsC
<-
mapM
canonicalizePathNoFail
allDepLibDirs'
...
...
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