Update README.md

This commit is contained in:
Sridhar Ratnakumar 2022-06-19 15:18:51 -04:00 committed by GitHub
parent 57b31188f4
commit eccfe28a59
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.