初めまして
ダウンロードしたパッケージ(System.Random)をghciにインポートしたいのですが
インポートするときに
Prelude> :l Main
Main.hs:seven:8:
Could not find module ‘Control.Monad.State.Strict’
Perhaps you meant
Control.Monad.ST.Strict (from base-4.8.2.0)
Control.Monad.Trans.State.Strict (from transformers-0.4.2.0@trans_GZTjP9K5WFq01xC9BAGQpF)
Use -v to see a list of the files searched for.
Main.hs:13:8:
Could not find module ‘Gauge.Main’
Use -v to see a list of the files searched for.
Main.hs:15:8:
Could not find module ‘System.Random.SplitMix’
Use -v to see a list of the files searched for.
Main.hs:17:8:
Could not find module ‘System.Random.Stateful’
Use -v to see a list of the files searched for.
Failed, modules loaded: none.
というエラーが出てしまいます
これはどのように解決したら良いでしょうか
また、やり方が間違っていたらやり方を教えていただけると幸いです
ダウンロードしたパッケージ(System.Random)をghciにインポートしたいのですが
インポートするときに
Prelude> :l Main
Main.hs:seven:8:
Could not find module ‘Control.Monad.State.Strict’
Perhaps you meant
Control.Monad.ST.Strict (from base-4.8.2.0)
Control.Monad.Trans.State.Strict (from transformers-0.4.2.0@trans_GZTjP9K5WFq01xC9BAGQpF)
Use -v to see a list of the files searched for.
Main.hs:13:8:
Could not find module ‘Gauge.Main’
Use -v to see a list of the files searched for.
Main.hs:15:8:
Could not find module ‘System.Random.SplitMix’
Use -v to see a list of the files searched for.
Main.hs:17:8:
Could not find module ‘System.Random.Stateful’
Use -v to see a list of the files searched for.
Failed, modules loaded: none.
というエラーが出てしまいます
これはどのように解決したら良いでしょうか
また、やり方が間違っていたらやり方を教えていただけると幸いです