Skip to content
  • George Wilson's avatar
    Fix NondecreasingIndentation filtering · 3f497f2c
    George Wilson authored
    Not every supported extension for a compiler has a corresponding flag.
    for example NondecreasingIndentation is enabled by default on GHC 7.0.4,
    hence it is considered a supported extension but not an accepted flag.
    
    To resolve this, wrap Flags in Maybe, and follow through the resulting
    refactoring.
    
    Fixes #4443
    3f497f2c