lib: doctests: note ghc 7.10 build failure

[ci skip]
This commit is contained in:
Simon Michael 2018-09-04 14:42:03 -07:00
parent ce96001cfc
commit 622153e022

View File

@ -33,7 +33,7 @@ main = do
pats = filter (not . ("-" `isPrefixOf`)) args
-- find source files
sourcefiles <- filter (not . isInfixOf "/.") <$> mconcat [
sourcefiles <- filter (not . isInfixOf "/.") <$> mconcat [ -- XXX build error with ghc 7.10
glob "Hledger.hs"
,glob "Hledger/**/*.hs"
,glob "Text/**/*.hs"