mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-12 04:08:29 +01:00
Improved wording
See: http://www.reddit.com/r/haskell/comments/3ab7ok/help_installing_packages_with_cabal/
This commit is contained in:
parent
b1942934bb
commit
cbe72be4ee
@ -56,7 +56,7 @@ getStackageCabalConfigR name = do
|
||||
headerGlobal render = yield $ Chunk $
|
||||
toBuilder (asText "-- Stackage snapshot from: ") ++
|
||||
toBuilder (oldSnapshotUrl render) ++
|
||||
toBuilder (asText "\n-- Please place these contents in your global cabal config file.\n-- To only use tested packages, uncomment the following line\n-- and comment out other remote-repo lines:\n-- remote-repo: stackage-") ++
|
||||
toBuilder (asText "\n-- Please append these contents to the end of your global cabal config file.\n-- To only use tested packages, uncomment the following line\n-- and comment out other remote-repo lines:\n-- remote-repo: stackage-") ++
|
||||
toBuilder (toPathPiece name) ++
|
||||
toBuilder ':' ++
|
||||
toBuilder (snapshotUrl render) ++
|
||||
|
||||
Loading…
Reference in New Issue
Block a user