我想将haskell代码编译为javascript,并在编译过程中出现以下错误。
> ghcjs Main.hs
Main.hs:2:8:
Could not find module ‘Reflex.Dom’
Use -v to see a list of the files searched for.
Main.hs:4:8:
Could not find module ‘Data.Matrix’
Perhaps you meant Data.Ratio (from base-4.8.0.0)
Use -v to see a list of the files searched for.
我没有使用堆栈,我想知道在编译期间我应该如何提供库?