Create changelogs for 3.14.1.0 (#10591)
[cabal.git] / Cabal-tests / tests / ParserTests / regressions / leading-comma-2.format
blob91c2bcd15131ffe4bad5e32ae0151506bea26004
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     exposed-modules:
9         LeadingComma
10         LeadingComma2
11         TrailingComma
12         TrailingComma
13         Comma
14         InBetween
15         NoCommas
16         NoCommas
18     default-language: Haskell2010
19     build-depends:
20         base,
21         containers,
22         deepseq,
23         transformers,
24         filepath,
25         directory