-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhie.yaml
More file actions
28 lines (28 loc) · 1.14 KB
/
hie.yaml
File metadata and controls
28 lines (28 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
cradle:
cabal:
cabalProject: ./cabal.project.dev
components:
- path: ./src
component: lib:jbeam-edit
- path: ./src-extra/transformation
component: jbeam-edit:lib:jbeam-edit-transformation
- path: ./src-extra/language-server
component: jbeam-edit:lib:jbeam-language-server
- path: ./exe/jbeam-edit/Main.hs
component: jbeam-edit:exe:jbeam-edit
- path: ./tools/bench/Main.hs
component: jbeam-edit:bench:jbeam-edit-bench
- path: ./exe/jbeam-edit/CommandLineOptions.hs
component: jbeam-edit:exe:jbeam-edit
- path: ./tools/dump_ast/Main.hs
component: jbeam-edit:exe:jbeam-edit-dump-ast
- path: ./exe/jbeam-lsp-server/Main.hs
component: jbeam-edit:exe:jbeam-lsp-server
- path: ./tools/lsp-test-server/Main.hs
component: jbeam-edit:exe:jbeam-lsp-test-server
- path: ./test
component: jbeam-edit:test:jbeam-edit-test
- path: ./test-extra/transformation
component: jbeam-edit:test:jbeam-edit-transformation-test
- path: ./test-extra/language-server
component: jbeam-edit:test:jbeam-language-server-test