File tree Expand file tree Collapse file tree 5 files changed +5
-4
lines changed Expand file tree Collapse file tree 5 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -185,5 +185,6 @@ executable hlint
185185 ghc-options : -rtsopts -with-rtsopts=-A32m
186186 if flag(threaded)
187187 ghc-options : -threaded
188+
188189 if os(darwin)
189190 ld-options : -framework Security
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ import Data.Ord
1717import Config.Type
1818import Config.Haskell
1919import GHC.Types.SrcLoc
20- import GHC.Hs hiding (comments )
20+ import GHC.Hs hiding (comments , Infix )
2121import Language.Haskell.GhclibParserEx.GHC.Hs
2222import Data.HashSet qualified as Set
2323import Prelude
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import Config.Type
1010import Fixity
1111import Data.Generics.Uniplate.DataOnly
1212import Data.List.NonEmpty (NonEmpty (.. ))
13- import GHC.Hs hiding (Warning )
13+ import GHC.Hs hiding (Infix , Warning )
1414import GHC.Types.Name.Reader
1515import GHC.Types.Name
1616import GHC.Types.SrcLoc
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ import Prelude
5151import GHC.Data.Bag
5252import GHC.Parser.Lexer
5353import GHC.Utils.Error hiding (Severity )
54- import GHC.Hs
54+ import GHC.Hs hiding ( Infix )
5555import GHC.Types.SrcLoc
5656import GHC.Types.Name.Reader
5757import GHC.Types.Name.Occurrence
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ import Refact.Types
2626
2727import GHC.Types.Fixity (compareFixity )
2828import Fixity
29- import GHC.Hs
29+ import GHC.Hs hiding ( Infix )
3030import GHC.Util
3131import Language.Haskell.GhclibParserEx.GHC.Utils.Outputable
3232import GHC.Types.SrcLoc
You can’t perform that action at this time.
0 commit comments