Skip to content

Commit

Permalink
Make separating comma to first character in line (KSG Cabal 1.3.0 - 3…
Browse files Browse the repository at this point in the history
….7.3). Refs #196.

Packages listed in fields such as build-depends should always be listed
one package per line, with the comma that separates items being the
first character in the line.
  • Loading branch information
ivanperez-keera committed Mar 13, 2022
1 parent 6e012db commit 1e3655b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions yampa/Yampa.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,8 @@ test-suite hlint
buildable: False
else
build-depends:
base,
hlint >= 1.7
base
, hlint >= 1.7

-- Verify that the code is thoroughly documented
test-suite haddock-coverage
Expand Down

0 comments on commit 1e3655b

Please sign in to comment.