Skip to content

Fix build for real/eff/CSD

Simon Jakobi requested to merge wip/sjakobi/fix-real-eff-csd into master

Previously I would get an error during make boot:

EffBench.hs:10:18: error:
    Could not load module ‘Control.Monad.State.Strict’
    It is a member of the hidden package ‘mtl-2.2.2’.
    You can run ‘:set -package mtl’ to expose it.
    (Note: this unloads all the modules in the current scope.)
    Use -v (or `:set -v` in ghci) to see a list of the files searched for.
   |
10 | import qualified Control.Monad.State.Strict as S
   |

Merge request reports