mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-27 12:24:43 +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
|
pats = filter (not . ("-" `isPrefixOf`)) args
|
||||||
|
|
||||||
-- find source files
|
-- 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 "Hledger/**/*.hs"
|
,glob "Hledger/**/*.hs"
|
||||||
,glob "Text/**/*.hs"
|
,glob "Text/**/*.hs"
|
||||||
|
Loading…
Reference in New Issue
Block a user