diff options
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: [] |