conjure-cp / conjure

Conjure: The Automated Constraint Modelling Tool
Other
96 stars 20 forks source link

Monadfail migration #536

Closed Maurice-Byrne closed 1 year ago

Maurice-Byrne commented 1 year ago

Part of the migration to later versions of ghc(>=8.8).

Fail as part of the Monad class was removed and added to a separate MonadFail class, see link. This causes conflicts with Conjure as it has a custom version of MonadFail implemented that is not compatible with the existing one.

Changes:

Testing: