Remove mentions of GHC 8.x

pull/357/head
Taylor Fausak 2021-11-21 13:59:35 +00:00 committed by GitHub
parent fa8365a7fa
commit cdc8405b10
2 changed files with 1 additions and 4 deletions

View File

@ -48,7 +48,7 @@ log the size of the input, but _not_ the full input/output of requests.)
# Other usage notes # Other usage notes
- Supports GHC versions `8.6`, `8.8`, `8.10`. - Supports GHC version `9.0.x`.
- included in stackage with lts>=10.0 (or nightlies dating to >=2017-11-15) - included in stackage with lts>=10.0 (or nightlies dating to >=2017-11-15)
- config (file) documentation is lacking. - config (file) documentation is lacking.
- some config values can not be configured via commandline yet. - some config values can not be configured via commandline yet.

View File

@ -497,15 +497,12 @@ v = A { .. } where b = 2
v = A { a = 1, b = 2, c = 3 } v = A { a = 1, b = 2, c = 3 }
#test issue 63 a #test issue 63 a
#pending fix does not work on 8.0.2
test :: Proxy 'Int test :: Proxy 'Int
#test issue 63 b #test issue 63 b
#pending fix does not work on 8.0.2
test :: Proxy '[ 'True] test :: Proxy '[ 'True]
#test issue 63 c #test issue 63 c
#pending fix does not work on 8.0.2
test :: Proxy '[Bool] test :: Proxy '[Bool]
#test issue 64 #test issue 64