Nix tooling for modern Haskell
Find a file Use this template
2025-08-26 20:40:35 -07:00
nix feat: initial template 2025-08-14 18:05:27 -07:00
src chore: remove reference to haskell-template 2025-08-26 20:39:46 -07:00
.envrc feat: initial template 2025-08-14 18:05:27 -07:00
.gitignore feat: initial template 2025-08-14 18:05:27 -07:00
.hlint.yaml feat: initial template 2025-08-14 18:05:27 -07:00
.pre-commit-config.yaml chore: remove reference to haskell-template 2025-08-26 20:39:46 -07:00
.vale.ini feat: initial template 2025-08-14 18:05:27 -07:00
_typos.toml feat: initial template 2025-08-14 18:05:27 -07:00
flake.lock feat: add fourmolu as pre-commit check 2025-08-26 20:40:35 -07:00
flake.nix feat: add fourmolu as pre-commit check 2025-08-26 20:40:35 -07:00
fourmolu.yaml feat: initial template 2025-08-14 18:05:27 -07:00
hello.cabal feat: initial template 2025-08-14 18:05:27 -07:00
justfile feat: initial template 2025-08-14 18:05:27 -07:00
LICENSE Initial commit 2025-07-24 21:22:23 -07:00
om.yaml feat: initial template 2025-08-14 18:05:27 -07:00
README.md feat: initial template 2025-08-14 18:05:27 -07:00

Hask

Nix tooling for modern Haskell


To enter a devshell for pre-commit checks, use nix develop .#runner. You should do this at least once to trigger automatic generation of Vale rules.