From 368bcab3a99c3e5c32c79a9584f23cf738245bf0 Mon Sep 17 00:00:00 2001 From: Sven Tennie <sven.tennie@gmail.com> Date: Fri, 7 Aug 2020 18:59:40 +0200 Subject: [PATCH] Add hie.yaml to ghc-heap This enables IDE support by haskell-language-server for ghc-heap. --- libraries/ghc-heap/hie.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 libraries/ghc-heap/hie.yaml diff --git a/libraries/ghc-heap/hie.yaml b/libraries/ghc-heap/hie.yaml new file mode 100644 index 000000000000..4c8353b679e7 --- /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: [] -- GitLab