From 0ebc5222e0f3a2ab59f278880dc780301ef7d835 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar <3998+srid@users.noreply.github.com> Date: Tue, 1 Jun 2021 08:37:15 -0400 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 7efa3b0..74bd39c 100644 --- a/README.md +++ b/README.md @@ -17,3 +17,9 @@ Then, before using it for real, - Rename all occurrences of `haskell-template` to `myproject`, as well as rename the cabal file to `myproject.cabal`. - Run `git add . && git commit -m rename` followed by `nix develop` (or `bin/run`) to verify that everything continues to work. + +## Other templates + +Some related templates include, + +- https://github.com/serokell/templates/tree/master/haskell-cabal2nix