Skip to content

Commit

Permalink
Include .check files in extra-source-files.
Browse files Browse the repository at this point in the history
  • Loading branch information
23Skidoo committed Feb 1, 2018
1 parent 3acf6d4 commit b36cf3c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cabal/Cabal.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ extra-source-files:
tests/ParserTests/ipi/transformers.expr
tests/ParserTests/ipi/transformers.format
tests/ParserTests/regressions/MiniAgda.cabal
tests/ParserTests/regressions/MiniAgda.check
tests/ParserTests/regressions/Octree-0.5.cabal
tests/ParserTests/regressions/Octree-0.5.expr
tests/ParserTests/regressions/Octree-0.5.format
Expand All @@ -87,16 +88,19 @@ extra-source-files:
tests/ParserTests/regressions/generics-sop.expr
tests/ParserTests/regressions/generics-sop.format
tests/ParserTests/regressions/haddock-api-2.18.1-check.cabal
tests/ParserTests/regressions/haddock-api-2.18.1-check.check
tests/ParserTests/regressions/issue-5055.cabal
tests/ParserTests/regressions/issue-5055.expr
tests/ParserTests/regressions/issue-5055.format
tests/ParserTests/regressions/issue-774.cabal
tests/ParserTests/regressions/issue-774.check
tests/ParserTests/regressions/issue-774.expr
tests/ParserTests/regressions/issue-774.format
tests/ParserTests/regressions/leading-comma.cabal
tests/ParserTests/regressions/leading-comma.expr
tests/ParserTests/regressions/leading-comma.format
tests/ParserTests/regressions/nothing-unicode.cabal
tests/ParserTests/regressions/nothing-unicode.check
tests/ParserTests/regressions/nothing-unicode.expr
tests/ParserTests/regressions/nothing-unicode.format
tests/ParserTests/regressions/shake.cabal
Expand Down
1 change: 1 addition & 0 deletions cabal-dev-scripts/src/GenExtraSourceFiles.hs
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ whitelistedExtensionss :: [String]
whitelistedExtensionss = map ('.' : )
[ "hs", "lhs", "c", "h", "sh", "cabal", "hsc"
, "err", "out", "in", "project", "format", "errors", "expr"
, "check"
]

getOtherModulesFiles :: GenericPackageDescription -> IO [FilePath]
Expand Down

0 comments on commit b36cf3c

Please sign in to comment.