utoy/stack.yaml
2023-03-01 03:41:39 +01:00

10 lines
167 B
YAML

resolver: ghc-9.4.3
# GHC is managed through Nix
install-ghc: false
packages:
- .
nix:
enable: true
shell-file: stack-shell.nix
path: ["nixpkgs=./nix/pkgs.nix"]