mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-12 04:08:29 +01:00
Database: prettyName put GHC version in parens
before: LTS - GHC X.Y after: LTS (GHC X.Y)
This commit is contained in:
parent
30896f3663
commit
13d12cabf7
@ -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 =
|
||||
|
||||
Loading…
Reference in New Issue
Block a user