Skip to content

Commit b36cf3c

Browse files
committed
Include .check files in extra-source-files.
1 parent 3acf6d4 commit b36cf3c

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Cabal/Cabal.cabal

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ extra-source-files:
6565
tests/ParserTests/ipi/transformers.expr
6666
tests/ParserTests/ipi/transformers.format
6767
tests/ParserTests/regressions/MiniAgda.cabal
68+
tests/ParserTests/regressions/MiniAgda.check
6869
tests/ParserTests/regressions/Octree-0.5.cabal
6970
tests/ParserTests/regressions/Octree-0.5.expr
7071
tests/ParserTests/regressions/Octree-0.5.format
@@ -87,16 +88,19 @@ extra-source-files:
8788
tests/ParserTests/regressions/generics-sop.expr
8889
tests/ParserTests/regressions/generics-sop.format
8990
tests/ParserTests/regressions/haddock-api-2.18.1-check.cabal
91+
tests/ParserTests/regressions/haddock-api-2.18.1-check.check
9092
tests/ParserTests/regressions/issue-5055.cabal
9193
tests/ParserTests/regressions/issue-5055.expr
9294
tests/ParserTests/regressions/issue-5055.format
9395
tests/ParserTests/regressions/issue-774.cabal
96+
tests/ParserTests/regressions/issue-774.check
9497
tests/ParserTests/regressions/issue-774.expr
9598
tests/ParserTests/regressions/issue-774.format
9699
tests/ParserTests/regressions/leading-comma.cabal
97100
tests/ParserTests/regressions/leading-comma.expr
98101
tests/ParserTests/regressions/leading-comma.format
99102
tests/ParserTests/regressions/nothing-unicode.cabal
103+
tests/ParserTests/regressions/nothing-unicode.check
100104
tests/ParserTests/regressions/nothing-unicode.expr
101105
tests/ParserTests/regressions/nothing-unicode.format
102106
tests/ParserTests/regressions/shake.cabal

cabal-dev-scripts/src/GenExtraSourceFiles.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ whitelistedExtensionss :: [String]
6161
whitelistedExtensionss = map ('.' : )
6262
[ "hs", "lhs", "c", "h", "sh", "cabal", "hsc"
6363
, "err", "out", "in", "project", "format", "errors", "expr"
64+
, "check"
6465
]
6566

6667
getOtherModulesFiles :: GenericPackageDescription -> IO [FilePath]

0 commit comments

Comments
 (0)