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
eaa4055a
Commit
eaa4055a
authored
Aug 02, 2008
by
Duncan Coutts
Browse files
Fix generating haddock docs
parent
b0dbdd24
Changes
4
Hide whitespace changes
Inline
Side-by-side
cabal-install/Distribution/Client/Config.hs
View file @
eaa4055a
...
...
@@ -147,8 +147,8 @@ defaultSavedConfig =
,
ConfigFlags
.
configVerbosity
=
toFlag
normal
,
ConfigFlags
.
configUserInstall
=
toFlag
defaultUserInstall
,
ConfigFlags
.
configInstallDirs
=
error
"ConfigFlags.installDirs: avoid this field.
Use UserInstallDirs
\
\
or GlobalInstallDirs instead
"
"ConfigFlags.installDirs: avoid this field.
"
--use UserInstallDirs
or GlobalInstallDirs instead
}
,
configUserInstallDirs
=
userInstallDirs
,
configGlobalInstallDirs
=
defaultGlobalInstallDirs
...
...
cabal-install/Distribution/Client/Logging.hs
View file @
eaa4055a
...
...
@@ -83,7 +83,7 @@ data BuildLogEntry
-- | The package this build report is about
package
::
PackageIdentifier
,
--
|
Which hackage server this package is from or local
--
Which hackage server this package is from or local
-- server :: Maybe URI,
-- | The OS and Arch the package was built on
...
...
@@ -105,10 +105,10 @@ data BuildLogEntry
-- | Did installing work ok?
installOutcome
::
InstallOutcome
,
--
|
Which version of the Cabal library was used to compile the Setup.hs
--
Which version of the Cabal library was used to compile the Setup.hs
-- cabalVersion :: Version,
--
|
Which build tools we were using (with versions)
--
Which build tools we were using (with versions)
-- tools :: [PackageIdentifier],
-- | Configure outcome, did configure work ok?
...
...
cabal-install/Distribution/Client/Reporting.hs
View file @
eaa4055a
...
...
@@ -98,10 +98,10 @@ data BuildReport
-- | Did installing work ok?
installOutcome
::
InstallOutcome
,
--
|
Which version of the Cabal library was used to compile the Setup.hs
--
Which version of the Cabal library was used to compile the Setup.hs
-- cabalVersion :: Version,
--
|
Which build tools we were using (with versions)
--
Which build tools we were using (with versions)
-- tools :: [PackageIdentifier],
-- | Configure outcome, did configure work ok?
...
...
cabal-install/cabal-install.cabal
View file @
eaa4055a
...
...
@@ -92,3 +92,4 @@ Executable cabal
cpp-options: -DWIN32
else
build-depends: unix >= 2.2 && < 2.4
extensions: CPP
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