Remove mentions of GHC 8.x
parent
fa8365a7fa
commit
cdc8405b10
|
@ -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.
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue