Doc: fix hpack invocation

This commit is contained in:
Ryan Mulligan 2022-04-23 07:22:11 -07:00
parent 597fcfbd6f
commit b807f6e19b

View File

@ -33,7 +33,7 @@ nix-shell --run 'ghcid -c "cabal v2-repl tests"'
Updating the Cabal file when adding new dependencies or options:
```bash
nix run nixpkgs.haskellPackages.hpack -c hpack
nix run nixpkgs#haskellPackages.hpack
```
Source files are formatted with [Ormolu](https://github.com/tweag/ormolu).