Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • H havm
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 2
    • Issues 2
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • TigerTiger
  • havm
  • Repository
Switch branch/tag
  • havm
  • src
  • VMMonad.hs
Find file BlameHistoryPermalink
  • Bruno BELANYI's avatar
    vmmonad: add backwards-compatible MonadFail compliance · e3c722a6
    Bruno BELANYI authored Feb 17, 2020
    The `fail` method on `Monad` has been removed in `ghc` 8.8+, I added a
    conditional compilation statement according to what was indicated in the
    following wiki article:
    <https://gitlab.haskell.org/ghc/ghc/wikis/proposal/monad-fail#adapting-old-code>
    
    * src/VMMonad.hs: Here.
    e3c722a6