You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When installing I get this error:
fn-extra> [2 of 2] Compiling Web.Fn.Extra.Heist
fn-extra>
fn-extra> src\Web\Fn\Extra\Heist.hs:47:1: error:
fn-extra> Could not find module `Control.Monad.Trans.Either'
fn-extra> Perhaps you meant
fn-extra> Control.Monad.Trans.Iter (needs flag -package-key free-5.1.3)
fn-extra> Control.Monad.Trans.Writer (needs flag -package-key transformers-0.5.6.2)
fn-extra> Control.Monad.Trans.Error (needs flag -package-key transformers-0.5.6.2)
fn-extra> Use -v to see a list of the files searched for.
fn-extra> |
fn-extra> 47 | import Control.Monad.Trans.Either
I think fn-extra can not be compiled with GHC version > 8.4.x. Is it so?
The text was updated successfully, but these errors were encountered:
When installing I get this error:
fn-extra> [2 of 2] Compiling Web.Fn.Extra.Heist
fn-extra>
fn-extra> src\Web\Fn\Extra\Heist.hs:47:1: error:
fn-extra> Could not find module `Control.Monad.Trans.Either'
fn-extra> Perhaps you meant
fn-extra> Control.Monad.Trans.Iter (needs flag -package-key free-5.1.3)
fn-extra> Control.Monad.Trans.Writer (needs flag -package-key transformers-0.5.6.2)
fn-extra> Control.Monad.Trans.Error (needs flag -package-key transformers-0.5.6.2)
fn-extra> Use -v to see a list of the files searched for.
fn-extra> |
fn-extra> 47 | import Control.Monad.Trans.Either
I think fn-extra can not be compiled with GHC version > 8.4.x. Is it so?
The text was updated successfully, but these errors were encountered: