Skip to content

Commit

Permalink
export createModuleExWithFixities
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiemundo committed Dec 13, 2021
1 parent 781915a commit 9f34fc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Language/Haskell/HLint.hs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module Language.Haskell.HLint(
-- * Hints
Hint,
-- * Modules
ModuleEx, parseModuleEx, createModuleEx, ParseError(..),
ModuleEx, parseModuleEx, createModuleEx, createModuleExWithFixities, ParseError(..),
-- * Parse flags
defaultParseFlags,
ParseFlags(..), CppFlags(..), FixityInfo,
Expand Down

0 comments on commit 9f34fc0

Please sign in to comment.