Skip to content

WIP: Fixes for #16 and #43 #44

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

Closed
wants to merge 5 commits into from
Closed

WIP: Fixes for #16 and #43 #44

wants to merge 5 commits into from

Conversation

andreasabel
Copy link
Member

No description provided.

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Instead of `Maybe . Set` just have `Set`, collapsing the two null
values `Nothing` and `Just mempty`.  The distinction of these wasn't
used anywhere.

We drop GHC 7.4 in favor of using LambdaCase.
start <- noneOf "]"
_ <- char '-'
end <- noneOf "]"
start <- noneOf "]-"
Copy link
Member Author

@andreasabel andreasabel Jul 18, 2022

Choose a reason for hiding this comment

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

Bug here introduced by rebase.

@andreasabel
Copy link
Member Author

Superseded by #48.

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

Successfully merging this pull request may close these issues.

None yet

1 participant