-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove orphan
Show
instance for Foreign.C.Error.Errno
This orphan instance largely exists to auto-derive a `Show` instance for `FsError`. Exposing an orphan instance for a type from `base` is not very nice, however. As such, we've removed the orphan instance, and we've written the `Show FsError` instance by hand. Note that this is a breaking change for both `fs-api` and `fs-sim`, since the orphan instance is propagated from `fs-api` through `fs-sim`.
- Loading branch information
Showing
3 changed files
with
39 additions
and
2 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
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