forked from haskell-hvr/uuid
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update documentation for new split, fixes haskell-hvr#8.
- Loading branch information
Showing
2 changed files
with
19 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Versioning | ||
|
||
Because many consumers of the `UUID` type receive the type | ||
through the `uuid` package and not the `uuid-types` package | ||
we need to be careful about removing instances from the `uuid` | ||
type. | ||
|
||
If the `uuid-types` package has a major-version bump because of | ||
the removal of a class instance then we must also bump the major | ||
version of the `uuid` package when we update the package | ||
description to pull in the new version of `uuid-types`. |
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