Add hoogle to list of packages for haskell layer

This commit is contained in:
Paul Schorfheide 2016-03-16 20:10:00 -05:00 committed by syl20bnr
parent ac71e1064c
commit 0f76d52166
1 changed files with 2 additions and 1 deletions

View File

@ -53,11 +53,12 @@ This layer requires some [[https://www.haskell.org/cabal/][cabal]] packages:
- =stylish-haskell=
- =hasktags=
- =ghc-mod=
- =hoogle=
To install them, use following command (or the =stack= equivalent):
#+BEGIN_SRC sh
$ cabal install stylish-haskell hlint hasktags ghc-mod
$ cabal install stylish-haskell hlint hasktags ghc-mod hoogle
#+END_SRC
** Setup PATH