From eccfe28a598156c85713e0653fecd84928252b93 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar <3998+srid@users.noreply.github.com> Date: Sun, 19 Jun 2022 15:18:51 -0400 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4d348ff..458e3c9 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,10 @@ # haskell-template -Haskell project template optimized for a fully reproducible and friendly development environment. Based on: +Get a Haskell development environment up and running quickly, as long as Nix is installed. -- [Nix](http://www.srid.ca/haskell-nix) + [Flakes](https://serokell.io/blog/practical-nix-flakes) + GHC 9 +This repository is a Haskell project template that is optimized for a fully reproducible and friendly development environment. It is based on: + +- [Nix](http://www.srid.ca/haskell-nix) + [Flakes](https://serokell.io/blog/practical-nix-flakes) (via [`github:srid/haskell-flake`](https://github.com/srid/haskell-flake)) + GHC 9 - VSCode + [HLS](https://github.com/haskell/haskell-language-server) - [fourmolu](https://github.com/fourmolu/fourmolu) autoformatting - [Relude](https://github.com/kowainik/relude#relude) as Prelude.