Update index.md (#33013)
This commit is contained in:
committed by
Quincy Larson
parent
273a5e34ca
commit
78c2e46a30
@ -2,7 +2,7 @@
|
|||||||
title: miscellaneous
|
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
|
## hoogle
|
||||||
It's like Google but for Haskell libraries
|
It's like Google but for Haskell libraries
|
||||||
@ -13,6 +13,20 @@ To install hoogle with stack:
|
|||||||
stack build hoogle
|
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
|
## lambda bot
|
||||||
An irc bot written in haskell, which can evaluate Haskell and install plugins.
|
An irc bot written in haskell, which can evaluate Haskell and install plugins.
|
||||||
[Homepage](https://wiki.haskell.org/Lambdabot)
|
[Homepage](https://wiki.haskell.org/Lambdabot)
|
||||||
|
Reference in New Issue
Block a user