Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
タイムパッケージがインストールされていても、ghciがカレンダーモジュールを見つけることができません。
$ ghc-pkg list | grep time old-time-1.0.0.6 time-1.2.0.3 time-1.4.0.1
古いものを削除しようとしましたが、他の多くのパッケージが壊れました。どうすれば問題を解決できますか?
あなたの質問が正しく表現されていると仮定すると、 モジュールは呼び出されData.Time.Calendar、 ではありませんDate.Time.Calendar。
Data.Time.Calendar
Date.Time.Calendar