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 366cd0b commit ca0d032
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 @@ -226,8 +226,8 @@ test-suite regression
buildable: False
else
build-depends:
base,
Yampa
base
, Yampa

executable yampa-examples-sdl-bouncingbox
main-is: MainBouncingBox.hs
Expand Down

0 comments on commit ca0d032

Please sign in to comment.