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

Require base >= 4.11. #2

Merged
merged 1 commit into from Jun 5, 2019
Merged

Require base >= 4.11. #2

merged 1 commit into from Jun 5, 2019

Commits on Jun 5, 2019

  1. Require base >= 4.11.

    Fails to build with base <= 10 / ghc 8.2 due to the missing Semigroup
    class:
    
    Data/Ranged/RangedSet.hs:74:31: error:
        Not in scope: type constructor or class ‘Semigroup’
       |
    74 | instance DiscreteOrdered a => Semigroup (RSet a) where
       |                               ^^^^^^^^^
    robx committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    fb0f1a5 View commit details
    Browse the repository at this point in the history