Add notice that this was merged into haskell/lsp
[lsp-test.git] / hie.yaml
1 cradle:
2   multi:
3     - path: "./test/data/"
4       config: { cradle: { none:  } }
5     - path: "./example/"
6       config: { cradle: { none:  } }
7     - path: "./"
8       config:
9         cradle:
10           cabal:
11             - path: "src"
12               component: "lib:lsp-test"
13             - path: "test/dummy-server"
14               component: "exe:dummy-server"
15             - path: "test"
16               component: "test:tests"