Skip to content
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

Fix #21 (deprecation warnings) by correct MIN_VERSION_containers(0,5,11) #39

Merged
merged 2 commits into from
Jul 15, 2022

Conversation

andreasabel
Copy link
Member

@andreasabel andreasabel commented Jul 15, 2022

Fix #21 (deprecation warnings) by correct MIN_VERSION_containers(0,5,11).

Actually, correct would be MIN_VERSION_containers(0,5,10,2), and the warning is still raised for containers-0.5.10.2. However, there is no 4-ary version of this ternary macro.

Problem remains for GHC 8.2.2: /~https://github.com/haskell-hvr/regex-tdfa/runs/7355913740?check_suite_focus=true#step:18:27

…,11)`

Actually, correct would be `MIN_VERSION_containers(0,5,10,2)`, and the
warning is still raised for `containers-0.5.10.2`.  However, there is
no 4-ary version of this ternary macro.
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.

Data.IntMap.CharMap2 uses deprecated Data.IntMap.showTree
1 participant