mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-11 23:08:30 +01:00
Slightly nicer check plan output
This commit is contained in:
parent
a30d6f0908
commit
096b547164
@ -79,7 +79,8 @@ instance Show BadBuildPlan where
|
||||
unpack $ concatMap go $ mapToList errs
|
||||
where
|
||||
go ((dep, mdepVer), users) = unlines
|
||||
$ showDepVer dep mdepVer
|
||||
$ ""
|
||||
: showDepVer dep mdepVer
|
||||
: map showUser (mapToList users)
|
||||
|
||||
showDepVer :: PackageName -> Maybe Version -> Text
|
||||
|
||||
Loading…
Reference in New Issue
Block a user