From 078d9ea6878f3be84bd8a54e6bad73ce71a110e5 Mon Sep 17 00:00:00 2001 From: Vanessa McHale Date: Fri, 7 Feb 2025 07:54:48 -0500 Subject: [PATCH] ugh --- ghc-tags.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 ghc-tags.yaml diff --git a/ghc-tags.yaml b/ghc-tags.yaml new file mode 100644 index 000000000..0c6789d8a --- /dev/null +++ b/ghc-tags.yaml @@ -0,0 +1,6 @@ +source_paths: +- . +exclude_paths: +- dist-newstyle +language: Haskell2010 +extensions: [LambdaCase]