0
コンパイル時にhaskellコードをjavascriptにコンパイルして、次のエラーが出ます。コンパイル時にghcjsでhaskellにモジュールを組み込む
> 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.
私はスタックを使用していない、と私はコンパイル時にライブラリを提供する必要があるか疑問?
より具体的にお聞かせください。私は今、noobですので、どんな助けもよろしくお願いします! – Akash