diff --git a/hledger-lib/package.yaml b/hledger-lib/package.yaml index 4ba590bbf..47e2cd8ec 100644 --- a/hledger-lib/package.yaml +++ b/hledger-lib/package.yaml @@ -187,8 +187,9 @@ tests: # - condition: os(darwin) && impl(ghc >= 8.4) # buildable: false - # ghc 8.0 on linux: - # Hledger/Read/JournalReader.hs:126: failure in expression `rejp (journalp <* eof) "2015/1/1\n a 0\n"' ... Variable not in scope: rejp :: f0 a0 -> [Char] -> t + # ghc 8.10 isn't supported by doctest yet, https://github.com/sol/doctest/issues/246 + # ghc 8.0 on linux gives Hledger/Read/JournalReader.hs:126: failure in expression `rejp (journalp <* eof) "2015/1/1\n a 0\n"' ... Variable not in scope: rejp :: f0 a0 -> [Char] -> t + # must use one conditional here, https://github.com/sol/hpack/issues/379 when: - - condition: (impl(ghc < 8.2)) + - condition: (impl(ghc < 8.2) || impl(ghc >= 8.10)) buildable: false