Skip to content
  • Ian Lynagh's avatar
    Add a class HasDynFlags(getDynFlags) · 06c6d970
    Ian Lynagh authored
    We no longer have many separate, clashing getDynFlags functions
    
    I've given each GhcMonad its own HasDynFlags instance, rather than
    using UndecidableInstances to make a GhcMonad m => HasDynFlags m
    instance.
    06c6d970