From f4935b6074efe003eb50f3273a4fefe7bd9b4ab3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gr=C3=B6ber?= Date: Wed, 1 Mar 2017 08:26:37 +0100 Subject: [PATCH] Make section spacing in cabal file consistent --- ghc-mod.cabal | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ghc-mod.cabal b/ghc-mod.cabal index de0ac1a..89d36b9 100644 --- a/ghc-mod.cabal +++ b/ghc-mod.cabal @@ -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,