diff options
author | Tom Smeding <tom@tomsmeding.com> | 2024-02-25 21:04:23 +0100 |
---|---|---|
committer | Tom Smeding <tom@tomsmeding.com> | 2024-02-25 21:04:23 +0100 |
commit | fb1f3d1f4d53f4db9c43645e647720b77750f58d (patch) | |
tree | 76a2e445ac4420e0527e915a180ad210b0199495 /hie.yaml | |
parent | c13617684eb10fc622cc502249591002e2f7d74c (diff) |
Add super dumb lsp stub
Thanks daniƫl
Diffstat (limited to 'hie.yaml')
-rw-r--r-- | hie.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -10,6 +10,11 @@ cradle: cradle: cabal: component: "exe:hs-visinter" + - path: "./lsp" + config: + cradle: + cabal: + component: "exe:hs-vis-lsp" - path: "./examples" config: cradle: |