Browse Source

Update hie.yaml

master
Julian Ospald 3 years ago
parent
commit
1140132a25
No known key found for this signature in database GPG Key ID: 511B62C09D50CD28
1 changed files with 16 additions and 3 deletions
  1. +16
    -3
      hie.yaml

+ 16
- 3
hie.yaml View File

@@ -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"

Loading…
Cancel
Save