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-dom 以与 ghcjs 一起使用,请使用:
cabal install ghcjs-dom --ghcjs
这需要一个足够新的 cabal 版本来包含 ghcjs 支持。