Skip to content

Commit e6fe9b9

Browse files
authored
Merge pull request #141 from hhefesto/fix-hie-file
Make HLS find and work within all executables and all test modules
2 parents 4a59368 + e8edff0 commit e6fe9b9

1 file changed

Lines changed: 22 additions & 1 deletion

File tree

hie.yaml

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,31 @@
11
cradle:
22
cabal:
3-
- path: "./src"
3+
- path: "src"
44
component: "lib:telomare"
5+
6+
- path: "app/Main.hs"
7+
component: "telomare:exe:telomare"
8+
9+
- path: "app/Repl.hs"
10+
component: "telomare:exe:telomare-repl"
11+
12+
- path: "app/Evaluare.hs"
13+
component: "telomare:exe:telomare-evaluare"
14+
15+
- path: "app/LSP.hs"
16+
component: "telomare:exe:telomare-lsp"
17+
518
- path: "./test/Spec.hs"
619
component: "test:telomare-test"
20+
21+
- path: "test/ParserTests.hs"
22+
component: "telomare:test:telomare-parser-test"
23+
24+
- path: "test/ResolverTests.hs"
25+
component: "telomare:test:telomare-resolver-test"
26+
727
- path: "./test/SizingTest.hs"
828
component: "test:telomare-sizing-test"
29+
930
- path: "./test/SizingTests.hs"
1031
component: "test:telomare-sizing-test"

0 commit comments

Comments
 (0)