-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Verbatim imports put at bottom of stanza first time #522
Comments
Hi @brandon-leapyear 👋 thanks for reporting this! This is something we want to fix. I am away from my computer for the next couple of days. Still, I took a quick look at the code. From what I understand, these are the underlying issues:
|
✨ This is an old work account. Please reference @brandonchinn178 for all future communication ✨ Makes sense! I don't know if you have any end-to-end tests, but I think a simple end-to-end test for this could be:
|
#490 moves
import
lines to the top of the stanza, but it only happens the first timehpack
is called.Repro:
rm *.cabal
verbatim: { import: ... }
line to a stanzahpack
import
line at bottomhpack
againimport
line moved to topThe text was updated successfully, but these errors were encountered: