Skip to content

Resolve "Cannot compile on GHC 8.8+"

Bruno BELANYI requested to merge bb/fix-fail-monad into master

The fail method for Monad has been removed in ghc 8.8, as seen here.

This MR implements the conditional compilation command that is suggested as a possible fix here, linked from the wiki entry mentioned earlier.

Closes #6 (closed)

Edited by Bruno BELANYI

Merge request reports