readme: emphasize haskell-flake

This commit is contained in:
Sridhar Ratnakumar 2022-11-21 08:59:25 -05:00 committed by GitHub
parent 42d2ca2da6
commit 3659580cbf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,6 +8,8 @@ Get a Haskell development environment up and running quickly. Thanks to Nix, thi
- [Relude](https://github.com/kowainik/relude#relude) as Prelude.
- `.hlint.yaml` is [from relude](https://github.com/kowainik/relude/blob/main/.hlint.yaml)
If you have an *existing* Haskell project, you should probably use https://github.com/srid/haskell-flake instead.
## Getting Started
*tldr: Install Nix, enable Flakes, open in VSCode and run `bin/run`.*