We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4a59368 + e8edff0 commit e6fe9b9Copy full SHA for e6fe9b9
1 file changed
hie.yaml
@@ -1,10 +1,31 @@
1
cradle:
2
cabal:
3
- - path: "./src"
+ - path: "src"
4
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
18
- path: "./test/Spec.hs"
19
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
27
- path: "./test/SizingTest.hs"
28
component: "test:telomare-sizing-test"
29
30
- path: "./test/SizingTests.hs"
31
0 commit comments