Skip to content

Fix parsing of module names in CLI arguments (#24732)

Moritz Schuler requested to merge mzschr/ghc-issue-24732:master into master

Adds ' to the list of valid characters for module names in Language.Haskell.Syntax.Module.Name, which is used when parsing module names from CLI arguments, e.g. for -package.

Merge request reports