aboutsummaryrefslogtreecommitdiff
path: root/hs-visinter.cabal
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2024-02-25 21:04:23 +0100
committerTom Smeding <tom@tomsmeding.com>2024-02-25 21:04:23 +0100
commitfb1f3d1f4d53f4db9c43645e647720b77750f58d (patch)
tree76a2e445ac4420e0527e915a180ad210b0199495 /hs-visinter.cabal
parentc13617684eb10fc622cc502249591002e2f7d74c (diff)
Add super dumb lsp stub
Thanks daniƫl
Diffstat (limited to 'hs-visinter.cabal')
-rw-r--r--hs-visinter.cabal15
1 files changed, 15 insertions, 0 deletions
diff --git a/hs-visinter.cabal b/hs-visinter.cabal
index 748355d..0a179fb 100644
--- a/hs-visinter.cabal
+++ b/hs-visinter.cabal
@@ -32,3 +32,18 @@ executable hs-visinter
hs-source-dirs: app
default-language: Haskell2010
ghc-options: -Wall -threaded
+
+executable hs-vis-lsp
+ main-is: Main.hs
+ other-modules:
+ build-depends:
+ base,
+ hs-visinter,
+ lsp ^>= 2.4.0.0,
+ text,
+
+ -- dependencies of lsp
+ lens, text-rope
+ hs-source-dirs: lsp
+ default-language: Haskell2010
+ ghc-options: -Wall -threaded