Update hie.yaml

This commit is contained in:
Julian Ospald 2020-10-11 23:40:02 +02:00
부모 c5c299179d
커밋 1140132a25
No known key found for this signature in database
GPG 키 ID: 511B62C09D50CD28
1개의 변경된 파일16개의 추가작업 그리고 3개의 파일을 삭제

파일 보기

@ -1,6 +1,19 @@
cradle:
cabal:
- path: "."
component: "ghcup:lib:ghcup"
- path: "."
- path: "./lib"
component: "lib:ghcup"
- path: "./app/ghcup/Main.hs"
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"