Files
ghcup-hs/hie.yaml

13 lines
335 B
YAML
Raw Normal View History

2020-06-19 19:44:30 +02:00
cradle:
cabal:
2021-03-11 17:03:51 +01:00
- component: "ghcup:lib:ghcup"
path: ./lib
- component: "ghcup:exe:ghcup"
path: ./app/ghcup
2024-02-18 19:53:46 +08:00
- component: "ghcup:lib:ghcup-optparse"
path: "./lib-opt"
2021-03-11 17:03:51 +01:00
- component: "ghcup:test:ghcup-test"
2024-02-18 19:53:46 +08:00
path: "./test/ghcup-test"
2023-07-22 11:45:29 +08:00
- component: "ghcup:test:ghcup-optparse-test"
2024-02-18 19:53:46 +08:00
path: "./test/optparse-test"