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.
GHCJS をインストールし、いくつかの「Hello, World」プログラムをコンパイルしました。今、私はDOMを使いたいと思っています。webkitgtk なしで ghcjs-dom パッケージをインストールできるかどうかは誰にもわかりませんか? webkitgtk パッケージをロードするのに非常に苦労しています。この時点で DOM を操作したいだけです。
ghcjs で使用する ghcjs-dom をインストールするには、次を使用します。
cabal install ghcjs-dom --ghcjs
これには、ghcjs サポートを含めるのに十分な最新のバージョンの cabal が必要です。