Skip to content

Commit

Permalink
Re-sort fields in test (KSG Cabal 1.3.0 - 3.7.1). Refs #196.
Browse files Browse the repository at this point in the history
Fields within library, executable, test suites and benchmarks are listed
in the following order:
- type, if applicable
- main-is, if applicable
- exposed-modules, if applicable
- other-modules, if applicable
- build-depends
- default-language
- hs-source-dirs
- compiler options
- flag-dependent configuration
  • Loading branch information
ivanperez-keera committed Mar 13, 2022
1 parent 77f22f0 commit f767364
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions yampa/Yampa.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,9 @@ test-suite regression
TestsUtils
TestsWFG

default-language:
Haskell2010

hs-source-dirs: tests
if !flag(test-regression)
buildable: False
Expand All @@ -226,9 +229,6 @@ test-suite regression
base,
Yampa

default-language:
Haskell2010

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

0 comments on commit f767364

Please sign in to comment.