#490 moves import
lines to the top of the stanza, but it only happens the first time hpack
is called.
Repro:
- Run
rm *.cabal
- Add
verbatim: { import: ... }
line to a stanza
- Run
hpack
- Cabal file incorrectly has
import
line at bottom
- Run
hpack
again
- Cabal file correctly has
import
line moved to top