From 83244d3dfd1d6591872fdd2ca067a6bf95d0bcdd Mon Sep 17 00:00:00 2001 From: Peter Harpending Date: Thu, 11 Dec 2014 18:06:47 -0700 Subject: [PATCH] Added links to Chris Done's HIndent. HIndent (https://github.com/chrisdone/hindent/) is a wonderful Haskell pretty-printer. It takes the tedium out of doing indentation in Haskell. Highly recommend. It includes a vim extension (or whatever it's called) and an Emacs minor mode. It is not included in any of the links in the README. I opened an issue on the Emacs Haskell tutorial (https://github.com/serras/emacs-haskell-tutorial/issues/20), but this can serve as a temporary patch for the time being. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a341c3c..c748705 100644 --- a/README.md +++ b/README.md @@ -224,6 +224,8 @@ Useful for understanding `Functor`, `Applicative`, `Monad`, `Monoid` and other t - https://github.com/bitemyapp/dotfiles/ +- https://github.com/chrisdone/hindent + ### Vim - http://www.haskell.org/haskellwiki/Vim @@ -236,6 +238,8 @@ Useful for understanding `Functor`, `Applicative`, `Monad`, `Monoid` and other t - https://github.com/eagletmt/ghcmod-vim +- https://github.com/chrisdone/hindent + ### Sublime Text - https://github.com/SublimeHaskell/SublimeHaskell