HUnit をインストールしたばかりで、それを ghci にインポートしたいと考えています。
Prelude> import HUnit
<no location info>:
Could not find module `HUnit':
Use -v to see a list of the files searched for.
また、私-v
を助けるために を使用する方法がわかりません。
Prelude> import -v HUnit
<interactive>:1:8: parse error on input `-'
Prelude> import -v
<interactive>:1:8: parse error on input `-'
Prelude> -v
<interactive>:1:2: Not in scope: `v'
どうすればインポートできますか?