File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ jobs:
212212 echo "packages: ${PKGDIR_cabal_install_parsers}" >> cabal.project
213213 cat >> cabal.project <<EOF
214214 package *
215- ghc-options: -Werror=missing-methods
215+ ghc-options: -Werror=missing-methods -Werror=missing-fields
216216 EOF
217217 cat >> cabal.project <<EOF
218218 package haskell-ci
Original file line number Diff line number Diff line change 11cabal-version : 2.2
22name : haskell-ci
3- version : 0.15.20230304
3+ version : 0.15.20230310
44synopsis : Cabal package script generator for Travis-CI
55description :
66 Script generator (@haskell-ci@) for
Original file line number Diff line number Diff line change @@ -412,7 +412,7 @@ makeGitHub _argv config@Config {..} gitconfig prj jobs@JobVersions {..} = do
412412 echo_if_to range " cabal.project" $ " ghc-options: -Werror=missing-methods"
413413 PackageScopeAll -> cat " cabal.project" $ unlines
414414 [ " package *"
415- , " ghc-options: -Werror=missing-methods"
415+ , " ghc-options: -Werror=missing-methods -Werror=missing-fields "
416416 ]
417417
418418 -- extra cabal.project fields
You can’t perform that action at this time.
0 commit comments