При попытке скомпилировать мой сайт на основе ghcjs
/ jsaddle
на Haskell, я получаю
Main.hs:20:1: error:
Failed to load interface for ‘GHCJS.DOM.Element’
It is a member of the hidden package ‘jsaddle-dom-0.9.2.0’.
Perhaps you need to add ‘jsaddle-dom’ to the build-depends in your .cabal file.
Use -v to see a list of the files searched for.
, хотя jsaddle-dom
уже находится в build-depends
моего клика-файла.
Так что я не могу сделать то, что предлагает сообщение об ошибке.
Что происходит?