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.
file.hsc通常は を介して前処理する必要があるスタック プロジェクトがありますhsc2hs file.hsc。
file.hsc
hsc2hs file.hsc
代わりに実行stack buildすると、ファイルは前処理なしで通常の haskell ファイルとして読み込まれます。
stack build
質問:hsc2hsスタックを同時に使用する方法はありますか? 理想的には、実行するだけでstack build、すべてが「機能する」だけです。
hsc2hs