From 3659580cbfa3f4c5cf237f661203d98798716ea0 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar <3998+srid@users.noreply.github.com> Date: Mon, 21 Nov 2022 08:59:25 -0500 Subject: [PATCH] readme: emphasize haskell-flake --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f87245e..f1d32ac 100644 --- a/README.md +++ b/README.md @@ -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`.*