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
8fa821cd
Commit
8fa821cd
authored
Sep 06, 2007
by
Duncan Coutts
Browse files
Updates to work with latest cabal.
parent
16a2f6a8
Changes
2
Hide whitespace changes
Inline
Side-by-side
libraries/Makefile
View file @
8fa821cd
...
...
@@ -223,7 +223,7 @@ stamp/configure.library.build$(CONFIGURE_STAMP_EXTRAS).%: %/setup/Setup
--with-hc-pkg
=
../../utils/ghc-pkg/ghc-pkg-inplace
$
\
--with-hsc2hs
=
../../utils/hsc2hs/hsc2hs-inplace
\
--with-ld
=
$(LD)
\
--haddock-
arg
s
=
"--use-contents=../index.html
\
--haddock-
option
s
=
"--use-contents=../index.html
\
--use-index=../doc-index.html"
\
$(FLAGGED_CONFIGURE_ARGS)
\
--configure-option
=
--with-cc
=
$(CC)
)
\
...
...
libraries/installPackage.hs
View file @
8fa821cd
...
...
@@ -37,7 +37,7 @@ doit destdir pref idatadir idocdir ghcpkg ghcpkgconf verbosity =
copyVerbose
=
verbosity
}
registerFlags
=
emptyRegisterFlags
{
reg
User
=
MaybeUserGlobal
,
reg
PackageDB
=
Just
GlobalPackageDB
,
regVerbose
=
verbosity
,
regGenScript
=
False
,
regInPlace
=
False
...
...
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