for 0.7.7 branch, with ghc-8.10.2 and stackage nightly-2020-10-31
monadiccp > [ 7 of 63] Compiling Control.CP.SearchTree
monadiccp >
monadiccp > /tmp/stack-3aa44fdabb3e7b1a/monadiccp-0.7.7/src/Control/CP/SearchTree.hs:203:10: error:
monadiccp > • Illegal nested constraint ‘Solver (TreeSolver m)’
monadiccp > (Use UndecidableInstances to permit this)
monadiccp > • In the instance declaration for ‘MonadTree (ContT r m)’
monadiccp > |
monadiccp > 203 | instance (MonadTree m, Solver (TreeSolver m)) => MonadTree (ContT r m) where
monadiccp > | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
for 0.7.7 branch, with ghc-8.10.2 and stackage nightly-2020-10-31