August Johansson
August Johansson
Summary: Hpack removes trailing commas from multi-line lists, e.g., build-depends and extra-source-files. Related #617 Example: Before: ``` vector >=0.13, ``` After hpack: ``` vector >=0.13 ``` Expected behavior: Keep trailing...
Hi, Thanks for your great work on hpack! I’ve noticed that when hpack generates .cabal files, the output tends to lack consistent formatting. This can make diffs less easy to...
I personally have code which is enabled conditionally which is using the `extra` library and I think it would be good if that code could get suggestions for using `extra`....
## Description I am refactoring some of my code to use `nonempty-vector` instead of `NonEmpty` lists and noticed that `NonEmptyVector` currently lacks some of the convenient utility functions available on...