-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Satisfy -Wincomplete-uni-patterns with toTarPath
- Loading branch information
1 parent
3486f36
commit f3f5c0a
Showing
1 changed file
with
4 additions
and
4 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
Unfortunately, this broke compatibility with
tar-0.5
, which we did not notice.I now added a CI with the Stackage snapshots for GHC >= 8.4, so we have a more diverse testsuite and might catch such regressions earlier.
I revised 0.6.2.5 and released 0.6.2.6, so we should be good now.