Skip to content

Commit

Permalink
Clarify that the Cabal bug is fixed in development version #3549
Browse files Browse the repository at this point in the history
  • Loading branch information
mgsloan committed Nov 7, 2017
1 parent b14bad9 commit 3614e87
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions src/Stack/SDist.hs
Original file line number Diff line number Diff line change
Expand Up @@ -215,26 +215,24 @@ getCabalLbs pvpBounds mrev fp = do
| roundtripped == gpd -> return ()
| otherwise -> do
prettyWarn $ vsep $ roundtripErrs ++
[ "Please see the following issues:"
, indent 2 $ bulletedList
[ styleUrl "https://github.com/commercialhaskell/stack/issues/3549"
, styleUrl "https://github.com/haskell/cabal/issues/4863"
]
[ "This seems to be fixed in development versions of Cabal, but at time of writing, the fix is not in any released versions."
, ""
, "Please see this GitHub issue for status:" <+> styleUrl "https://github.com/commercialhaskell/stack/issues/3549"
, ""
, fillSep
[ flow "If these are closed as resolved, then you may be able to fix this by upgrading to a newer version of stack via"
[ flow "If the issue is closed as resolved, then you may be able to fix this by upgrading to a newer version of stack via"
, styleShell "stack upgrade"
, flow "for latest stable version or"
, styleShell "stack upgrade --git"
, flow "for the latest development version."
]
, ""
, fillSep
[ flow "If the issues are fixed, but that doesn't solve the problem, please check if there are similar open issues, and if not, report a new issue to the stack issue tracker, at"
[ flow "If the issue is fixed, but updating doesn't solve the problem, please check if there are similar open issues, and if not, report a new issue to the stack issue tracker, at"
, styleUrl "https://github.com/commercialhaskell/stack/issues/new"
]
, ""
, flow "If these issues are not fixed, feel free to leave a comment on the issues indicating that you would like it to be fixed."
, flow "If the issue is not fixed, feel free to leave a comment on it indicating that you would like it to be fixed."
, ""
]
Cabal.ParseFailed err -> do
Expand Down

0 comments on commit 3614e87

Please sign in to comment.