From 78c2e46a3076d4e4266cfaf2e606ab3ad7232673 Mon Sep 17 00:00:00 2001 From: Iden Craven Date: Fri, 19 Jul 2019 15:29:31 -0600 Subject: [PATCH] Update index.md (#33013) --- guide/english/haskell/misc/index.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/guide/english/haskell/misc/index.md b/guide/english/haskell/misc/index.md index e4e9fb7e99..beaacfb135 100644 --- a/guide/english/haskell/misc/index.md +++ b/guide/english/haskell/misc/index.md @@ -2,7 +2,7 @@ title: miscellaneous --- -When you are bit comfortable with how Haskell works you +For when you are a bit more comfortable with how Haskell works. ## hoogle It's like Google but for Haskell libraries @@ -13,6 +13,20 @@ To install hoogle with stack: stack build hoogle ``` +## haskelly +A VS code plugin that allows for easier Haskell development + +Get it [here.](https://marketplace.visualstudio.com/items?itemName=UCL.haskelly) + +**(Requires Intero and QuickCheck)** + +Install instructions: + +``` +stack install intero QuickCheck stack-run # for a global installation +stack build intero QuickCheck stack-run # for a local installation +``` + ## lambda bot An irc bot written in haskell, which can evaluate Haskell and install plugins. [Homepage](https://wiki.haskell.org/Lambdabot)