Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
Packages
Cabal
Commits
dca1c96a
Commit
dca1c96a
authored
Jan 02, 2016
by
Edward Z. Yang
Browse files
Comment how to usefully use bootstrapping.
Signed-off-by:
Edward Z. Yang
<
ezyang@cs.stanford.edu
>
parent
eed239ea
Changes
1
Show whitespace changes
Inline
Side-by-side
Cabal/tests/PackageTests.hs
View file @
dca1c96a
...
...
@@ -212,8 +212,8 @@ getPersistBuildConfig_ filename = do
Left
(
ConfigStateFileBadVersion
_
_
(
Right
lbi
))
->
return
lbi
Left
(
ConfigStateFileBadVersion
_
_
(
Left
err
))
->
error
$
"We couldn't understand the build configuration. Try "
++
"
build
ing Cabal
with a more recent version of itself
"
++
"and then r
unning the test suite
.
\n\n
Original error: "
++
"
edit
ing Cabal
.cabal to have 'build-type: Custom'
"
++
"and then r
ebuilding
.
\n\n
Original error: "
++
show
err
Left
err
->
throw
err
Right
lbi
->
return
lbi
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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