;lib: disable doctest with GHC 8.10 for now (sol/doctest#246)

This commit is contained in:
Simon Michael 2020-03-19 11:14:24 -07:00
parent 96b4f0be4f
commit 5f2db97016

View File

@ -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