From d16fca78f3d685562029e94eae759fd6139953cf Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 3 Nov 2020 10:59:44 +0800 Subject: [PATCH] stackage-home: simplify the snapshot resolver text --- templates/stackage-home.hamlet | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/templates/stackage-home.hamlet b/templates/stackage-home.hamlet index 74f005f..3f1e205 100644 --- a/templates/stackage-home.hamlet +++ b/templates/stackage-home.hamlet @@ -8,12 +8,9 @@ $newline never View changes -

To use this resolver: -

edit your stack.yaml and set the following: +

To use this resolver, edit your stack.yaml and set the following:

resolver: #{toPathPiece name} -

or on the command line use: - stack --resolver #{toPathPiece name} - +

or on the command line use: stack --resolver #{toPathPiece name}

For more details see the stack homepage

Hoogle