Skip to content

Commit

Permalink
Silence a (bogus?) ambiguous fields warning
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Dec 6, 2024
1 parent 23bc7d7 commit 4cb9320
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Curry/LanguageServer/Index/Store.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{-# LANGUAGE FlexibleContexts, TupleSections, DuplicateRecordFields, NoFieldSelectors, OverloadedStrings, OverloadedRecordDot #-}
{-# OPTIONS_GHC -Wno-ambiguous-fields #-}
module Curry.LanguageServer.Index.Store
( ModuleStoreEntry (..)
, IndexStore (..)
Expand Down

0 comments on commit 4cb9320

Please sign in to comment.