ghcup-hs/hie.yaml

20 lines
434 B
YAML
Raw Normal View History

2020-06-19 17:44:30 +00:00
cradle:
cabal:
2020-10-11 21:40:02 +00:00
- path: "./lib"
component: "lib:ghcup"
- path: "./app/ghcup/Main.hs"
2020-09-20 20:33:44 +00:00
component: "ghcup:exe:ghcup"
2020-10-11 21:40:02 +00:00
- path: "./app/ghcup/BrickMain.hs"
component: "ghcup:exe:ghcup"
- path: "./app/ghcup-gen/Main.hs"
component: "ghcup:exe:ghcup-gen"
- path: "./app/ghcup-gen/Validate.hs"
component: "ghcup:exe:ghcup-gen"
- path: "./test"
component: "ghcup:test:ghcup-test"