Skip to content
This repository was archived by the owner on Jun 9, 2019. It is now read-only.

Commit 2764585

Browse files
committed
add happy/alex extensions
1 parent 8ca249b commit 2764585

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/validate-whitespace.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import Common
2222
hasSuffix :: Text -> Bool
2323
hasSuffix fn = any (`T.isSuffixOf` fn) suffixes
2424
where
25-
suffixes = T.words ".hs .hsc .lhs .cabal .c .h .lhs-boot .hs-boot"
25+
suffixes = T.words ".hs .hsc .lhs .cabal .c .h .lhs-boot .hs-boot .x .y"
2626

2727
main :: IO ()
2828
main = do

0 commit comments

Comments
 (0)