From 4cb932027ff642ace158ac71c4d0cf2433ef6816 Mon Sep 17 00:00:00 2001 From: fwcd Date: Fri, 6 Dec 2024 04:18:27 +0100 Subject: [PATCH] Silence a (bogus?) ambiguous fields warning --- src/Curry/LanguageServer/Index/Store.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Curry/LanguageServer/Index/Store.hs b/src/Curry/LanguageServer/Index/Store.hs index 243b29b..7c0cb2d 100644 --- a/src/Curry/LanguageServer/Index/Store.hs +++ b/src/Curry/LanguageServer/Index/Store.hs @@ -1,4 +1,5 @@ {-# LANGUAGE FlexibleContexts, TupleSections, DuplicateRecordFields, NoFieldSelectors, OverloadedStrings, OverloadedRecordDot #-} +{-# OPTIONS_GHC -Wno-ambiguous-fields #-} module Curry.LanguageServer.Index.Store ( ModuleStoreEntry (..) , IndexStore (..)