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
d21a4b29
Commit
d21a4b29
authored
Sep 10, 2013
by
Mikhail Glushenkov
Browse files
Better error message.
parent
f024ce63
Changes
1
Hide whitespace changes
Inline
Side-by-side
cabal-install/Distribution/Client/Install.hs
View file @
d21a4b29
...
...
@@ -187,7 +187,7 @@ install verbosity packageDBs repos comp platform conf useSandbox mSandboxPkgInfo
then
installFailedInSandbox
else
[]
)
-- TODO: use a better error message, remove duplication.
installFailedInSandbox
=
"Note: when using a sandbox, all packages are required to have
\
"
\n
Note: when using a sandbox, all packages are required to have
\
\
consistent dependencies.
\
\
Try reinstalling/unregistering the offending packages or
\
\
recreating the sandbox."
...
...
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