readme: fix link

This commit is contained in:
Sridhar Ratnakumar 2023-02-27 17:14:08 -05:00 committed by GitHub
parent 316ed2e2a4
commit db07eb5925
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,7 @@ For details, see: https://srid.ca/haskell-template/start
- Run `, docs` to start Hoogle with packages in your cabal file.
- Run the application without installing: `nix run github:srid/haskell-template` (or `nix run .` from checkout)
- Common workflows
- Adding library dependencies in Nix: https://srid.ca/haskell-template/dependency
- Adding library dependencies in Nix: https://haskell.flake.page/dependency
- Adding tests: https://srid.ca/haskell-template/tests
## Discussions