X-Git-Url: https://git.lukelau.me/?a=blobdiff_plain;f=hie.yaml;fp=hie.yaml;h=bea636037ff47881b6596af1ffe93cde78b75553;hb=84e2707604b3a64c00062104fa40e2ea76040155;hp=0000000000000000000000000000000000000000;hpb=8c79bbaf4135321c321b5599ada4a370e5dcb50d;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"