Skip to content

Rename Text.Parsing.Parser to Parsing #169

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Mar 31, 2022
Merged

Rename Text.Parsing.Parser to Parsing #169

merged 3 commits into from
Mar 31, 2022

Conversation

jamesdbrock
Copy link
Member

@jamesdbrock jamesdbrock commented Mar 29, 2022

Rename module prefix Text.Parsing.Parser to Parsing.

Resolves #147


Checklist:

  • Added the change to the changelog's "Unreleased" section with a link to this PR and your username
  • Linked any existing issues or proposals that this pull request should close

@jamesdbrock jamesdbrock marked this pull request as ready for review March 29, 2022 14:50
@jamesdbrock jamesdbrock marked this pull request as draft March 29, 2022 14:51
@jamesdbrock jamesdbrock marked this pull request as ready for review March 29, 2022 16:45
@@ -707,21 +707,23 @@ main = do
<|> const "" <$> string " " <~?> (\_ -> "27")
<* string " "
$> ""
<~?> (\_ -> "28")
<~?> (\_ -> "28")
Copy link
Contributor

@natefaubion natefaubion Mar 30, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might need to update the tidy-operators file. That's why all this formatting changed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Delete the module prefix Text
2 participants