implicit-hie/test
Maxim Koltsov 7ae66425ab
Improve list parser
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.
2020-06-05 00:15:12 +03:00
..
benchSection Handle multiple hs-source-dirs and paths 2020-05-11 21:36:09 -04:00
cabal.project Commit file needed for tests 2020-05-19 20:33:50 -04:00
haskell-language-server-cabal Commit new tests + refactor 2020-05-04 01:36:16 -04:00
hie.yaml.cbl Fix tests 2020-05-31 11:40:22 +02:00
Spec.hs Improve list parser 2020-06-05 00:15:12 +03:00
stackHie.yaml Fix tests 2020-05-31 11:40:22 +02:00