Skip to content
GitLab
Menu
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
09f98a55
Commit
09f98a55
authored
Aug 20, 2011
by
refold
Committed by
Duncan Coutts
Jun 25, 2012
Browse files
Fix a typo (s/reative/relative/).
parent
63d0242b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Cabal/Distribution/Simple/Register.hs
View file @
09f98a55
...
...
@@ -317,9 +317,10 @@ inplaceInstalledPackageInfo :: FilePath -- ^ top of the build tree
->
ComponentLocalBuildInfo
->
InstalledPackageInfo
inplaceInstalledPackageInfo
inplaceDir
distPref
pkg
lib
lbi
clbi
=
generalInstalledPackageInfo
adjustReativeIncludeDirs
pkg
lib
clbi
installDirs
generalInstalledPackageInfo
adjustRelativeIncludeDirs
pkg
lib
clbi
installDirs
where
adjustReativeIncludeDirs
=
map
(
inplaceDir
</>
)
adjustRe
l
ativeIncludeDirs
=
map
(
inplaceDir
</>
)
installDirs
=
(
absoluteInstallDirs
pkg
lbi
NoCopyDest
)
{
libdir
=
inplaceDir
</>
buildDir
lbi
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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