summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Tennie <sven.tennie@gmail.com>2020-08-07 18:59:40 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-08-11 22:18:38 -0400
commitc43078d7b78b4722dd30b56674c27189d2689ffe (patch)
tree0d372683dcc80c40965e76849024548db91f6247
parent0ac8c0a551619b52e0f151d6781b11dd66cf2110 (diff)
downloadhaskell-c43078d7b78b4722dd30b56674c27189d2689ffe.tar.gz
Add hie.yaml to ghc-heap
This enables IDE support by haskell-language-server for ghc-heap.
-rw-r--r--libraries/ghc-heap/hie.yaml12
1 files changed, 12 insertions, 0 deletions
diff --git a/libraries/ghc-heap/hie.yaml b/libraries/ghc-heap/hie.yaml
new file mode 100644
index 0000000000..4c8353b679
--- /dev/null
+++ b/libraries/ghc-heap/hie.yaml
@@ -0,0 +1,12 @@
+cradle:
+ multi:
+ - path: ./GHC/
+ config:
+ cradle:
+ cabal:
+ component: 'lib:ghc-heap'
+ - path: ./tests
+ config:
+ cradle:
+ direct:
+ arguments: []