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 cf7f5d3 commit 4d4d0c4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions yampa/Yampa.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,8 @@ library
test-suite hlint
type: exitcode-stdio-1.0
main-is: hlint.hs
default-language:
Haskell2010
hs-source-dirs: tests
if !flag(test-hlint)
buildable: False
Expand All @@ -164,9 +166,6 @@ test-suite hlint
base,
hlint >= 1.7

default-language:
Haskell2010

-- Verify that the code is thoroughly documented
test-suite haddock-coverage
type: exitcode-stdio-1.0
Expand Down

0 comments on commit 4d4d0c4

Please sign in to comment.