-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v0.7.2: drop support for old-time, allow latest dependencies
- Loading branch information
1 parent
6b08a18
commit 4b0a1af
Showing
3 changed files
with
31 additions
and
57 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,17 @@ | ||
## Version 0.7.2 (2024-06-25) | ||
|
||
- Remove flag `old-time` and drop support for `old-time`. | ||
- Remove support for GHC 7. | ||
- Tested with GHC 8.0 - 9.10. | ||
|
||
## Version 0.7.1 (2023-12-06) Santa Clause edition | ||
|
||
- Add `System.PosixCompat.Process` module, exporting `getProcessID` | ||
- Add `System.PosixCompat.Process` module, exporting `getProcessID`. | ||
|
||
## Version 0.7 (2023-03-15) | ||
|
||
- Remove `System.PosixCompat.User` module | ||
- Remove `System.PosixCompat.User` module. | ||
|
||
## Version 0.6 (2022-05-22) | ||
|
||
- Better support for symbolic links | ||
- Better support for symbolic links. |
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