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
GHC
Commits
ba209b90
Commit
ba209b90
authored
Feb 09, 2015
by
Andrey Mokhov
Browse files
Fix cabalName in libraryPackage.
parent
9d35421d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Package/Base.hs
View file @
ba209b90
...
...
@@ -84,7 +84,7 @@ libraryPackage name cabalName stages settings =
Package
name
(
unifyPath
$
"libraries"
</>
name
)
(
unifyPath
$
"libraries"
</>
name
</>
cabalName
<.>
"cabal"
)
cabalName
[
(
stage
,
if
stage
==
Stage0
then
"dist-boot"
else
"dist-install"
,
settings
stage
)
...
...
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