From 7eda4bd229452b5d998398a12c45c62ad3c61777 Mon Sep 17 00:00:00 2001
From: Cheng Shao <terrorjack@type.dance>
Date: Wed, 29 May 2024 18:15:45 +0200
Subject: [PATCH] utils: add hie.yaml config file for ghc-config

Add hie.yaml to ghc-config project directory so it can be edited using
HLS.
---
 testsuite/ghc-config/hie.yaml | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 testsuite/ghc-config/hie.yaml

diff --git a/testsuite/ghc-config/hie.yaml b/testsuite/ghc-config/hie.yaml
new file mode 100644
index 00000000000..04cd24395e4
--- /dev/null
+++ b/testsuite/ghc-config/hie.yaml
@@ -0,0 +1,2 @@
+cradle:
+  cabal:
-- 
GitLab