Skip to content

Commit

Permalink
List modules in alphabetical order, one per line (KSG Cabal 1.3.0 - 3…
Browse files Browse the repository at this point in the history
….7.2). Refs #196.

Modules listed in fields such as exposed-modules and other-modules
should always be listed in alphabetical order, one module per line.
  • Loading branch information
ivanperez-keera committed Mar 13, 2022
1 parent d9fc1f2 commit 012049c
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions yampa-test/yampa-test.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,12 @@ source-repository head


library
exposed-modules: FRP.Yampa.Debug
FRP.Yampa.LTLFuture
FRP.Yampa.LTLPast
FRP.Yampa.Stream
FRP.Yampa.QuickCheck
exposed-modules:
FRP.Yampa.Debug
FRP.Yampa.LTLFuture
FRP.Yampa.LTLPast
FRP.Yampa.QuickCheck
FRP.Yampa.Stream
build-depends: base >=4 && <5,
Yampa >= 0.13.3 && < 0.14,
QuickCheck,
Expand Down

0 comments on commit 012049c

Please sign in to comment.