Skip to content

Commit 857ae77

Browse files
committed
Drop --resolver nightly from Stack instructions
I doubt this is necessary.
1 parent e0c4f31 commit 857ae77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/obtaining.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ From `Hackage <https://hackage.haskell.org/package/alex>`__ via `Cabal Install <
1919

2020
From `Stackage <https://www.stackage.org/package/alex>`__ via `Stack <https://haskellstack.org>`__::
2121

22-
$ stack install --resolver nightly alex
22+
$ stack install alex
2323

2424
Moreover, recent versions of ``cabal`` will automatically install the required version of ``alex`` based on ``build-tools``/``build-tool-depends`` `declarations <http://cabal.readthedocs.io/en/latest/developing-packages.html#pkg-field-build-tool-depends>`__.
2525

0 commit comments

Comments
 (0)