mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-26 20:02:27 +03:00
lib: doctests: note ghc 7.10 build failure
[ci skip]
This commit is contained in:
parent
ce96001cfc
commit
622153e022
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user