X-Git-Url: https://git.lukelau.me/?a=blobdiff_plain;f=hie.yaml;fp=hie.yaml;h=bea636037ff47881b6596af1ffe93cde78b75553;hb=f89cfd8c1b3fe2b9e0805b564216ab3a5eda1b82;hp=0000000000000000000000000000000000000000;hpb=4d107b7623ae621525f2efe19ee20cfc40c086c4;p=lsp-test.git diff --git a/hie.yaml b/hie.yaml new file mode 100644 index 0000000..bea6360 --- /dev/null +++ b/hie.yaml @@ -0,0 +1,16 @@ +cradle: + multi: + - path: "./test/data/" + config: { cradle: { none: } } + - path: "./example/" + config: { cradle: { none: } } + - path: "./" + config: + cradle: + cabal: + - path: "src" + component: "lib:lsp-test" + - path: "test/dummy-server" + component: "exe:dummy-server" + - path: "test" + component: "test:tests"