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

Control/Lens/Plated.hs: amend for ghc-7.10 #518

Merged
merged 1 commit into from Jan 29, 2015
Merged

Control/Lens/Plated.hs: amend for ghc-7.10 #518

merged 1 commit into from Jan 29, 2015

Commits on Jan 29, 2015

  1. Control/Lens/Plated.hs: amend for ghc-7.10

    Build fails thusly (ghc-7.10.1_rc2/gcc-4.8.4):
        Building lens-4.8...
        Preprocessing library lens-4.8...
    
        src/Control/Lens/Plated.hs:716:0:
             error: detected recursion whilst expanding macro "OVERLAPPING"
             instance OVERLAPPING GPlated a (K1 i a) where
             ^
    
    The reason is recursive macro definition:
        #define OVERLAPPING {-# OVERLAPPING #-}
    
    Fixed by naming thing on the left differently.
    
    Signed-off-by: Sergei Trofimovich <siarheit@google.com>
    trofi committed Jan 29, 2015
    Configuration menu
    Copy the full SHA
    feff8be View commit details
    Browse the repository at this point in the history