diff --git a/tutorials/01_fp-env.md b/tutorials/01_fp-env.md index 2ab2789..b4965f6 100644 --- a/tutorials/01_fp-env.md +++ b/tutorials/01_fp-env.md @@ -64,10 +64,11 @@ There are several editors you may use for writing Haskell programs, most probabl * [Vim with plugins](https://wiki.haskell.org/Vim) * [IntelliJ IDEA with HaskForce](http://haskforce.com) (or visit their [GitHub repo](https://github.com/carymrobbins/intellij-haskforce)) * [Atom with plugins](https://atom-haskell.github.io/overview/) +* [Visual Studio Code with plugins](https://medium.com/@dogwith1eye/setting-up-haskell-in-vs-code-with-stack-and-the-ide-engine-81d49eda3ecf) Most probably you will need following stuff: -* [ghc-mod] = connector to [GHC] API for various stuff +* [ghc-mod] = connector to [GHC] API for various stuff, alternatively you can use [HIE](https://github.com/haskell/haskell-ide-engine) * [hlint] = source code suggestion * [hindent] = indenter, pretty print * [stylish-haskell] = code prettifier ("good style") diff --git a/tutorials/08_webapp.md b/tutorials/08_webapp.md index 7d44dc3..84ac2e8 100644 --- a/tutorials/08_webapp.md +++ b/tutorials/08_webapp.md @@ -566,7 +566,7 @@ Here are a few examples of simple and more complex web apps: * [dbushenko/scotty-blog](https://github.com/dbushenko/scotty-blog) * [ds-wizard/legacy-wizard](https://github.com/ds-wizard/legacy-wizard) -* [ds-wizard/dsw-server](https://github.com/ds-wizard/dsw-server) +* [ds-wizard/engine-backend](https://github.com/ds-wizard/engine-backend) ## Continuation-style web development