Support version 8.0 of OverloadedLabels
parent
f6dae9ed0f
commit
1b02393a9d
|
@ -57,8 +57,10 @@ layoutExpr lexpr@(L _ expr) = do
|
||||||
briDocByExactInlineOnly "HsRecFld" lexpr
|
briDocByExactInlineOnly "HsRecFld" lexpr
|
||||||
#if MIN_VERSION_ghc(8,6,0) /* ghc-8.6 */
|
#if MIN_VERSION_ghc(8,6,0) /* ghc-8.6 */
|
||||||
HsOverLabel _ext _reboundFromLabel name ->
|
HsOverLabel _ext _reboundFromLabel name ->
|
||||||
#else
|
#elif MIN_VERSION_ghc(8,2,0) /* ghc-8.2 */
|
||||||
HsOverLabel _reboundFromLabel name ->
|
HsOverLabel _reboundFromLabel name ->
|
||||||
|
#else
|
||||||
|
HsOverLabel name ->
|
||||||
#endif
|
#endif
|
||||||
let label = FastString.unpackFS name
|
let label = FastString.unpackFS name
|
||||||
in docLit . Text.pack $ '#' : label
|
in docLit . Text.pack $ '#' : label
|
||||||
|
|
Loading…
Reference in New Issue