Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We use the options in `package.yaml`. ``` - -fhide-source-paths - -fwrite-ide-info -hiedir=.hie ``` If a previously available .hie directory is missing then GHC will rebuild the whole project with reason: `[HIE file is missing]`. So we need to cache it to take advantage of incremental builds.
- Loading branch information