It conflicts with the other function named makeLenses from Control.Lens.TH. If I'm actually using lenses, surely I'm also importing Control.Lens.TH somewhere, and this causes conflicts. This is somewhat petty, but I see no reason to have a conflict when this module isn't intended to be imported qualified from what I can tell.
It conflicts with the other function named
makeLensesfromControl.Lens.TH. If I'm actually using lenses, surely I'm also importingControl.Lens.THsomewhere, and this causes conflicts. This is somewhat petty, but I see no reason to have a conflict when this module isn't intended to be imported qualified from what I can tell.