summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Tennie <sven.tennie@gmail.com>2020-08-07 18:59:40 +0200
committerSven Tennie <sven.tennie@gmail.com>2020-08-07 18:59:40 +0200
commit368bcab3a99c3e5c32c79a9584f23cf738245bf0 (patch)
treed543ded4a5bf03c029787b4bb808adc646f60e7b
parentdd51d53be42114c105b5ab15fcbdb387526b1c17 (diff)
downloadhaskell-wip/ghc-heap_hie.yaml.tar.gz
Add hie.yaml to ghc-heapwip/ghc-heap_hie.yaml
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: []