diff options
author | Sven Tennie <sven.tennie@gmail.com> | 2020-08-07 18:59:40 +0200 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-08-11 22:18:38 -0400 |
commit | c43078d7b78b4722dd30b56674c27189d2689ffe (patch) | |
tree | 0d372683dcc80c40965e76849024548db91f6247 /libraries/ghc-heap | |
parent | 0ac8c0a551619b52e0f151d6781b11dd66cf2110 (diff) | |
download | haskell-c43078d7b78b4722dd30b56674c27189d2689ffe.tar.gz |
Add hie.yaml to ghc-heap
This enables IDE support by haskell-language-server for ghc-heap.
Diffstat (limited to 'libraries/ghc-heap')
-rw-r--r-- | libraries/ghc-heap/hie.yaml | 12 |
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: [] |