aboutsummaryrefslogtreecommitdiff
path: root/hie.yaml
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2022-09-27 20:51:40 -0700
committerJohn MacFarlane <[email protected]>2022-09-27 20:51:40 -0700
commitfa2901f0e2d38cdeff25f6b6af8bb4de1e1a1860 (patch)
tree3a0f329c5819cc414824a98890663e4b70661b77 /hie.yaml
parentb5bf559766c1ac6297c0560a1dfe02e1056ac15b (diff)
Add hie.yaml for haskell language server.
Diffstat (limited to 'hie.yaml')
-rw-r--r--hie.yaml25
1 files changed, 25 insertions, 0 deletions
diff --git a/hie.yaml b/hie.yaml
new file mode 100644
index 000000000..655d76d90
--- /dev/null
+++ b/hie.yaml
@@ -0,0 +1,25 @@
+cradle:
+ cabal:
+ - path: "./src"
+ component: "lib:pandoc"
+
+ - path: "./test"
+ component: "pandoc:test:test-pandoc"
+
+ - path: "./benchmark/benchmark-pandoc.hs"
+ component: "pandoc:bench:benchmark-pandoc"
+
+ - path: "pandoc-cli/no-server/pandoc.hs"
+ component: "pandoc-cli:exe:pandoc"
+
+ - path: "pandoc-cli/no-server/PandocCLI/Server.hs"
+ component: "pandoc-cli:exe:pandoc"
+
+ - path: "pandoc-cli/server/pandoc.hs"
+ component: "pandoc-cli:exe:pandoc"
+
+ - path: "pandoc-cli/server/PandocCLI/Server.hs"
+ component: "pandoc-cli:exe:pandoc"
+
+ - path: "pandoc-server/src"
+ component: "lib:pandoc-server"