You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current parser for lists, like `packages:` in `cabal.project.local`,
fails to process some input, for example:
packages:
foo/foo.cabal
, bar/bar.cabal
, baz/baz.cabal
This commit simplifies the parser by using `sepBy` directly and by
handling indented fields more uniformly.
0 commit comments