Mention dante in a few places where it was missing

This commit is contained in:
Doug Beardsley 2017-06-20 11:40:55 -04:00 committed by Eivind Fonn
parent f20bdfd90f
commit 07eb1050be
1 changed files with 3 additions and 2 deletions

View File

@ -56,7 +56,8 @@ This layer adds support for the [[https://www.haskell.org/][Haskell]] language.
** Features:
- syntax highlighting for [[https://github.com/haskell/haskell-mode][haskell source]], [[https://github.com/haskell/haskell-mode][cabal files]], [[https://github.com/bgamari/cmm-mode][C-- source]],
- auto-completion with one of selected backends (=intero=, =ghci= or =ghc-mod=).
- auto-completion with one of selected backends (=intero=, =dante=, =ghci= or
=ghc-mod=).
*This layer is in construction, it needs your contributions and bug reports.*
@ -98,7 +99,7 @@ For information about setting up =$PATH=, check out the corresponding section in
the FAQ (~SPC h SPC $PATH RET~).
** Completion support
This layer provides several completion backends - =intero=, =ghci= and
This layer provides several completion backends - =intero=, =dante=, =ghci= and
=ghc-mod=. By default =ghci= (=company-ghci=) is used as it requires no
dependencies and works both with =stack= and pure =cabal= projects. In order to
manually set completion backend set value of =haskell-completion-backend=. Note