Skip to content

Commit b9ef3e9

Browse files
Updates from B192 (#32)
1 parent 135859d commit b9ef3e9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

tutorials/01_fp-env.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,11 @@ There are several editors you may use for writing Haskell programs, most probabl
6464
* [Vim with plugins](https://wiki.haskell.org/Vim)
6565
* [IntelliJ IDEA with HaskForce](http://haskforce.com) (or visit their [GitHub repo](https://github.com/carymrobbins/intellij-haskforce))
6666
* [Atom with plugins](https://atom-haskell.github.io/overview/)
67+
* [Visual Studio Code with plugins](https://medium.com/@dogwith1eye/setting-up-haskell-in-vs-code-with-stack-and-the-ide-engine-81d49eda3ecf)
6768

6869
Most probably you will need following stuff:
6970

70-
* [ghc-mod] = connector to [GHC] API for various stuff
71+
* [ghc-mod] = connector to [GHC] API for various stuff, alternatively you can use [HIE](https://github.com/haskell/haskell-ide-engine)
7172
* [hlint] = source code suggestion
7273
* [hindent] = indenter, pretty print
7374
* [stylish-haskell] = code prettifier ("good style")

tutorials/08_webapp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ Here are a few examples of simple and more complex web apps:
566566

567567
* [dbushenko/scotty-blog](https://github.com/dbushenko/scotty-blog)
568568
* [ds-wizard/legacy-wizard](https://github.com/ds-wizard/legacy-wizard)
569-
* [ds-wizard/dsw-server](https://github.com/ds-wizard/dsw-server)
569+
* [ds-wizard/engine-backend](https://github.com/ds-wizard/engine-backend)
570570

571571

572572
## Continuation-style web development

0 commit comments

Comments
 (0)