2 comma-style: leading # for lists, tuples etc. - can also be 'trailing'
3 import-export-style: leading
4 record-brace-space: false # rec {x = 1} vs. rec{x = 1}
5 indent-wheres: true # 'false' means save space by only half-indenting the 'where' keyword
6 respectful: true # don't be too opinionated about newlines etc.
7 haddock-style: single-line # '--' vs. '{-'
8 haddock-style-module: single-line
9 newlines-between-decls: 1 # number of newlines between top-level declarations
10 function-arrows: leading
11 single-constraint-parens: never
16 # Distribution.Compat.Parsing
18 # Distribution.FieldGrammar
20 # Distribution.Types.InstalledPackageInfo.FieldGrammar
24 - module Distribution.Client.Compat.Prelude exports Distribution.Compat.Prelude.Internal
25 - module Distribution.Compat.Prelude.Internal exports Distribution.Compat.Prelude
26 - module Distribution.Compat.Prelude exports Prelude
27 - module Distribution.Compat.Prelude exports Control.Applicative