Skip to content

Commit

Permalink
Disable a warning
Browse files Browse the repository at this point in the history
Summary:

Test Plan:
  • Loading branch information
ndmitchell committed Dec 30, 2024
1 parent cadfae3 commit 380647d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/General/Intern.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{-# LANGUAGE GeneralizedNewtypeDeriving #-}
{-# OPTIONS_GHC -Wno-unused-imports #-} -- Required since foldl' moves to the prelude

module General.Intern(
Intern, Id(..),
Expand Down

0 comments on commit 380647d

Please sign in to comment.