<div dir="ltr"><div dir="ltr">On Wed, 27 Nov 2024 at 11:58, Tom Ellis <<a href="mailto:tom-lists-haskell-cafe-2023@jaguarpaw.co.uk">tom-lists-haskell-cafe-2023@jaguarpaw.co.uk</a>> wrote:</div><div class="gmail_quote gmail_quote_container"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Thanks Adam,<br>
<br>
I'm not too familiar with the GHC-side requirements here, but I wonder<br>
if we can approach this issue from a different direction: is there<br>
something we can do to help boot libraries avoid breaking changes?<br>
<br>
Tom<br></blockquote><div><br></div><div><br></div><div>Breaking changes caused by new exports could be mitigated with a library package or a GHC plugin with such auto refactoring functionality :</div><br>* Uniquely qualify (i.e., leave no different modules similarly qualified in the same module) each imported module and each imported symbol. <br><br>This refactoring should be possible in code which already compiles.<br>It would not require syntax / grammar changes.<br><br>Something similar to smuggler2 package.<br></div></div>