Make section spacing in cabal file consistent

This commit is contained in:
Daniel Gröber 2017-03-01 08:26:37 +01:00
parent 04baf3e31f
commit f4935b6074
1 changed files with 5 additions and 0 deletions

View File

@ -93,6 +93,7 @@ Extra-Source-Files: ChangeLog
bench/data/simple-cabal/simple-cabal.cabal
bench/data/simple-cabal/*.hs
Custom-Setup
Setup-Depends: base
, Cabal < 1.25
@ -102,6 +103,7 @@ Custom-Setup
, template-haskell
, transformers
Library
Default-Language: Haskell2010
GHC-Options: -Wall -fno-warn-deprecations
@ -230,6 +232,7 @@ Executable ghc-mod
, semigroups < 0.19 && >= 0.10.0
, ghc-mod
Executable ghc-modi
Default-Language: Haskell2010
Main-Is: GHCModi.hs
@ -251,6 +254,7 @@ Executable ghc-modi
, time < 1.7
, ghc-mod
Test-Suite doctest
Type: exitcode-stdio-1.0
Default-Language: Haskell2010
@ -261,6 +265,7 @@ Test-Suite doctest
Build-Depends: base
, doctest < 0.12 && >= 0.9.3
Test-Suite spec
Default-Language: Haskell2010
Default-Extensions: ScopedTypeVariables, RecordWildCards, NamedFieldPuns,