Cannot compile on GHC 8.8+
When trying to compile using the 8.8.x
version of ghc
, I get the following error :
src/VMMonad.hs:65:5: error:
‘fail’ is not a (visible) method of class ‘Monad’
|
65 | fail = Fail.fail
| ^^^^
When trying to compile using the 8.8.x
version of ghc
, I get the following error :
src/VMMonad.hs:65:5: error:
‘fail’ is not a (visible) method of class ‘Monad’
|
65 | fail = Fail.fail
| ^^^^