-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Problem: supporting ghc-8.8 forces us to have some conditionals in the .cabal file. Not a big deal, but still some overhead. Nowadays this compiler version is rather old, and since we claim to always support 3 versions (as a minimum) it's safe to drop the oldest supported one. Solution: remove it from CI config and tested-with, remove related conditionals.
- Loading branch information
1 parent
38668fb
commit 88e3932
Showing
2 changed files
with
6 additions
and
18 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
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