Merge pull request #10699 from cabalism/doc/path-command-config-group
[cabal.git] / Cabal-tests / tests / ParserTests / errors / leading-comma-2c.cabal
blobb96a79421aa2fb1433c6932a52c248822f19c317
1 cabal-version:       3.0
2 name:                leading-comma
3 version:             0
4 synopsis:            leading comma, trailing comma, or ordinary
5 build-type:          Simple
7 library
8   default-language: Haskell2010
9   exposed-modules:
10     LeadingComma, MixedComma NoComma
13   build-depends: base, containers
15   build-depends:
16     deepseq,
17     transformers,
19   build-depends:
20     , filepath
21     , directory