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
cf218c71
Commit
cf218c71
authored
Nov 24, 2014
by
Christiaan Baaij
Browse files
Fix library documentation paths
parent
859a576b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Cabal/Distribution/Simple/Register.hs
View file @
cf218c71
...
...
@@ -397,9 +397,9 @@ relocatableInstalledPackageInfo pkg ipid lib lbi clbi =
installDirs
=
(
absoluteInstallDirs
pkg
lbi
NoCopyDest
)
{
libdir
=
"${pkgroot}"
</>
display
(
pkgKey
lbi
),
haddockdir
=
"${pkgroot}"
</>
"
share
"
</>
"
doc
"
</>
"
ghc
"
</>
"
html
"
</>
"libraries"
</>
display
(
package
pkg
),
htmldir
=
"${pkgrooturl}/../share/doc/ghc/html/libraries/"
++
haddockdir
=
"${pkgroot}"
</>
"
..
"
</>
"
..
"
</>
"
share
"
</>
"
doc
"
</>
"ghc"
</>
"html"
</>
"libraries"
</>
display
(
package
pkg
),
htmldir
=
"${pkgrooturl}/../
../
share/doc/ghc/html/libraries/"
++
display
(
package
pkg
)
}
...
...
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