Skip to content

Commit

Permalink
List dependencies in separate lines (KSG Cabal 1.3.0 - 3.7.3). Refs #196
Browse files Browse the repository at this point in the history
.

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 1dbd195 commit 62c26e1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion yampa/Yampa.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,12 @@ executable yampa-examples-sdl-circlingmouse
ghc-options : -O3 -Wall -fno-warn-name-shadowing
if flag(examples)
buildable: True
build-Depends: base < 5, random, deepseq, SDL, Yampa
build-Depends:
base < 5
, deepseq
, random
, SDL
, Yampa
else
buildable: False

Expand Down

0 comments on commit 62c26e1

Please sign in to comment.