From 9108734a51467dfe6810271c92505e6a63b89110 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.

(cherry picked from commit 7eda4bd229452b5d998398a12c45c62ad3c61777)
(cherry picked from commit ed81a8755e474af0e11d5b888e6e786651ae6856)
---
 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