レンズライブラリを試しているプロジェクトがあります。関数によって生成された関数を確認できるように、ハドック ドキュメントを生成しようとしていmakeClassy
TemplateHaskell
ます。cabal build
正常に動作しますが、cabal haddock
失敗します
$ cabal haddock
Running Haddock for myproject-0.0.1...
Warning: The documentation for the following packages are not installed. No
links will be generated to these packages: rts-1.0
Preprocessing library myproject-0.0.1...
<command line>: cannot satisfy -package-id lens-3.7.1-a40583cdc124338f52ab40ebbf747e8f
(use -v for more information)
私は何が欠けていますか?