-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TextShow.Generic: Only INLINE things on >= 9.2
The `INLINE` annotations don't cause the compile times to blow up on older versions of GHC like they do on 8.10, but they do increase noticeably enough (usually a couple minutes or more on GitHub Actions CI jobs) to the point where I'm not comfortable with it. Luckily, this doesn't happen on 9.2 or later, so let's just restrict the use of `INLINE` annotations to those versions.
- Loading branch information
1 parent
b09ba8f
commit 97cab51
Showing
1 changed file
with
19 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters