Skip to content

Commit

Permalink
Horizontally align version bounds (KSG Cabal 1.3.0 - 4.6.6). Refs #196.
Browse files Browse the repository at this point in the history
Horizontal alignment is strongly encouraged in the following:

- For lower and upper version bounds of libraries listed together within
  build-depends fields.
  • Loading branch information
ivanperez-keera committed Mar 13, 2022
1 parent eabc580 commit 95b9cf2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions yampa-test/yampa-test.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@ library
FRP.Yampa.Stream

build-depends:
base >= 4 && < 5
base >= 4 && < 5
, normaldistribution
, QuickCheck
, Yampa >= 0.13.3 && < 0.14
, Yampa >= 0.13.3 && < 0.14

default-language:
Haskell2010
Expand All @@ -93,8 +93,8 @@ test-suite yampa-quicheck
YampaQC.hs

build-depends:
base < 5
, Cabal >= 1.19
base < 5
, Cabal >= 1.19
, QuickCheck
, random
, tasty
Expand Down

0 comments on commit 95b9cf2

Please sign in to comment.