src/HiFileParser.hs:565:5: error:
• Variable not in scope:
when
:: Bool
-> StateT IfaceGetState G.Get () -> StateT IfaceGetState G.Get a0
• Perhaps you want to add ‘when’ to one of these import lists:
‘Control.Monad’ (src/HiFileParser.hs:21:1-72)
‘RIO’ (src/HiFileParser.hs:39:1-70)
|
565 | when (version >= "9001") $ void getPtr
| ^^^^