haskell-hvr / regex-tdfa

Pure Haskell Tagged DFA Backend for "Text.Regex" (regex-base)
http://hackage.haskell.org/package/regex-tdfa
Other
36 stars 9 forks source link

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

Closed andreasabel closed 2 years ago

andreasabel commented 2 years ago

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