Skip to content
  • Simon Jakobi's avatar
    Fix build for real/eff/CSD · b8341345
    Simon Jakobi authored and Andreas Klebinger's avatar Andreas Klebinger committed
    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
           |
    b8341345