Skip to content
  • Ian Lynagh's avatar
    Make a proper verbosity type, rather than using Int values · 28847431
    Ian Lynagh authored
    Hopefully this will make it easier to get better verbosity consistency.
    
    We could, by changing only Distribution.Verbosity, use
    "type Verbosity = Int" for now to give users of the library a chance to
    catch up, but the upcoming Cabal release seems like a good opportunity
    to cram in as much of the interface-changing stuff that we want to do
    as we can. I think the added benefit of a slow switch would be very low
    indeed.
    28847431