Skip to content

Commit ea862d6

Browse files
committed
Include .check files in extra-sources
1 parent 97ab367 commit ea862d6

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Cabal/Cabal.cabal

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,16 +86,19 @@ extra-source-files:
8686
tests/ParserTests/regressions/generics-sop.expr
8787
tests/ParserTests/regressions/generics-sop.format
8888
tests/ParserTests/regressions/haddock-api-2.18.1-check.cabal
89+
tests/ParserTests/regressions/haddock-api-2.18.1-check.check
8990
tests/ParserTests/regressions/issue-5055.cabal
9091
tests/ParserTests/regressions/issue-5055.expr
9192
tests/ParserTests/regressions/issue-5055.format
9293
tests/ParserTests/regressions/issue-774.cabal
94+
tests/ParserTests/regressions/issue-774.check
9395
tests/ParserTests/regressions/issue-774.expr
9496
tests/ParserTests/regressions/issue-774.format
9597
tests/ParserTests/regressions/leading-comma.cabal
9698
tests/ParserTests/regressions/leading-comma.expr
9799
tests/ParserTests/regressions/leading-comma.format
98100
tests/ParserTests/regressions/nothing-unicode.cabal
101+
tests/ParserTests/regressions/nothing-unicode.check
99102
tests/ParserTests/regressions/nothing-unicode.expr
100103
tests/ParserTests/regressions/nothing-unicode.format
101104
tests/ParserTests/regressions/shake.cabal

cabal-dev-scripts/src/GenExtraSourceFiles.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ whitelistedFiles = [ "ghc", "ghc-pkg", "ghc-7.10"
6060
whitelistedExtensionss :: [String]
6161
whitelistedExtensionss = map ('.' : )
6262
[ "hs", "lhs", "c", "h", "sh", "cabal", "hsc"
63-
, "err", "out", "in", "project", "format", "errors", "expr"
63+
, "err", "out", "in", "project", "format", "errors", "expr", "check"
6464
]
6565

6666
getOtherModulesFiles :: GenericPackageDescription -> IO [FilePath]

0 commit comments

Comments
 (0)