Skip to content
  • Herbert Valerio Riedel's avatar
    Refactor module imports in base · b5930f8b
    Herbert Valerio Riedel authored
    This commit removes a couple of
    
      {-# OPTIONS_GHC -fno-warn-unused-imports #-}
    
    by cleaning up the imports, as well as ensuring that all modules in the
    GHC.* hierarchy avoid importing the `Prelude` module to clean-up the
    import graph a bit.
    b5930f8b