diff --git a/hie.yaml b/hie.yaml index c1666dd..d98087a 100644 --- a/hie.yaml +++ b/hie.yaml @@ -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"