prettyprint "(GHC version)" as "(ghc-version)"

This commit is contained in:
Jens Petersen 2016-02-19 19:57:35 +09:00
parent 0af19eed1c
commit b577b75774

View file

@ -470,7 +470,7 @@ snapshotTitle :: Snapshot -> Text
snapshotTitle s = prettyName (snapshotName s) (snapshotGhc s)
prettyName :: SnapName -> Text -> Text
prettyName name ghc = concat [prettyNameShort name, " (GHC ", ghc, ")"]
prettyName name ghc = concat [prettyNameShort name, " (ghc-", ghc, ")"]
prettyNameShort :: SnapName -> Text
prettyNameShort name =