https://github.com/otbe/haskell-starter-vscode
simple haskell starter project with vscode integration
https://github.com/otbe/haskell-starter-vscode
Last synced: 11 months ago
JSON representation
simple haskell starter project with vscode integration
- Host: GitHub
- URL: https://github.com/otbe/haskell-starter-vscode
- Owner: otbe
- License: bsd-3-clause
- Created: 2018-03-29T17:09:44.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-04T14:30:41.000Z (about 8 years ago)
- Last Synced: 2025-03-20T06:43:28.475Z (over 1 year ago)
- Language: Haskell
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
README
# haskell-starter
1. Install stack via homebrew
`$ brew install haskell-stack`
2. Add ~/.local to your PATH in ~/.profile (or ~/.bashrc or ~/.bash_profile)
`export PATH=$PATH:~/.local/bin`
3. Clone https://github.com/haskell/haskell-ide-engine
4. CD into `haskell-ide-engine` and run
`$ make build`
`$ make build-docs`
5. Open this repo in VSCode and install recommended extensions (popup in right bottom corner)
6. CD into this repo and run
`$ stack setup`
`$ stack build`
`$ stack exec server`
Note: this starter was generated with `$ stack new haskell-starter`