Update hie.yaml
This commit is contained in:
parent
c5c299179d
commit
1140132a25
19
hie.yaml
19
hie.yaml
@ -1,6 +1,19 @@
|
|||||||
cradle:
|
cradle:
|
||||||
cabal:
|
cabal:
|
||||||
- path: "."
|
- path: "./lib"
|
||||||
component: "ghcup:lib:ghcup"
|
component: "lib:ghcup"
|
||||||
- path: "."
|
|
||||||
|
- path: "./app/ghcup/Main.hs"
|
||||||
component: "ghcup:exe:ghcup"
|
component: "ghcup:exe:ghcup"
|
||||||
|
|
||||||
|
- 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"
|
||||||
|
Loading…
Reference in New Issue
Block a user