Skip to content

Commit

Permalink
ht: use just
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Dec 5, 2023
1 parent d42d144 commit 88abda3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Software/Haskell/haskell-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ The goal of `haskell-template` is to enable anyone to get started with [[Haskell
- HOWTO
- `nix develop`: The nix shell is your friend; inside it, you will have the full Haskell development environment (cabal, ghc, ghci, [[haskell-language-server]], cabal-fmt, hlint, etc.).
- Common Haskell workflows
- Useful Scripts (defined via [mission-control](https://github.com/Platonic-Systems/mission-control))
- Useful Scripts (defined via [just](https://just.systems/))

| Script | Description |
| -------- | ------------------------------------------------------- |
| `, run` | Run the main executable via [[ghcid]] (auto-recompiles) |
| `, repl` | Run `cabal repl` (gives you a `ghci` repl) |
| `, docs` | Run `hoogle` (Documentation server for packages in use) |
| `just run` | Run the main executable via [[ghcid]] (auto-recompiles) |
| `just repl` | Run `cabal repl` (gives you a `ghci` repl) |
| `just docs` | Run `hoogle` (Documentation server for packages in use) |

- [Adding dependencies](https://haskell.flake.page/dependency) (or how to override them in Nix)
- [[haskell-template/add-tests]]
Expand Down

0 comments on commit 88abda3

Please sign in to comment.