そこで、GUIプログラミングにreactive-banana + wxHaskellを使おうとしています。Haskell とその開発ツールの初心者として、私はスタックに非常に困惑しています。
を試してみるとstack install wx
、 をインストールするように促され、 と をインストールするようwxcore
に促されます。Iの後、実行してみますが、見よ:wxc
wxdirect
stack install wxdirect
stack install wxc
While constructing the BuildPlan the following exceptions were encountered:
-- Failure when adding dependencies:
wxdirect: needed (>=0.90.1.1), not present in build plan (latest is 0.92.1.0)
needed for package: wxc-0.92.1.1
-- While attempting to add dependency,
Could not find package wxdirect in known packages
Recommended action: try adding the following to your extra-deps in {project root}/stack.yaml
- wxdirect-0.92.1.0
要するに、私はstack
likeを使おうとしていますcabal-install
。そして、なぜこれが間違っているのかわかりません。それが間違っている場合、 と の違いは何stack
ですかcabal-install
?