readme: add library dependency page

This commit is contained in:
Sridhar Ratnakumar 2022-10-20 18:50:06 -04:00 committed by GitHub
parent 38bd4bdc19
commit 6e0ab0ff1b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,8 +22,9 @@ For details, see: https://srid.ca/haskell-template/start
- Run `bin/hoogle` 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 tests: http://srid.ca/haskell-template/tests
- Adding Garnix CI: http://srid.ca/haskell-template/garnix
- Adding library dependencies in Nix: https://srid.ca/haskell-template/dependency
- Adding tests: https://srid.ca/haskell-template/tests
- Adding Garnix CI: https://srid.ca/haskell-template/garnix
## Discussions