Skip to content

Commit

Permalink
Comment how to usefully use bootstrapping.
Browse files Browse the repository at this point in the history
Signed-off-by: Edward Z. Yang <[email protected]>
  • Loading branch information
ezyang committed Jan 3, 2016
1 parent eed239e commit dca1c96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cabal/tests/PackageTests.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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 " ++
"building Cabal with a more recent version of itself " ++
"and then running the test suite.\n\nOriginal error: " ++
"editing Cabal.cabal to have 'build-type: Custom' " ++
"and then rebuilding.\n\nOriginal error: " ++
show err
Left err -> throw err
Right lbi -> return lbi

0 comments on commit dca1c96

Please sign in to comment.