-
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.
- Loading branch information
Showing
1 changed file
with
19 additions
and
1 deletion.
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 +1,19 @@ | ||
packdiff diff streamly-process rev1 streamly-process rev2 | ||
# packdiff | ||
|
||
**Usage:** | ||
|
||
``` | ||
packdiff diff <package-name> <rev1> <package-name> <rev2> | ||
``` | ||
|
||
**Limitations:** | ||
|
||
Packdiff uses the hoogle file created by haddock to generate and compare the | ||
difference between multiple versions of a package | ||
|
||
1. The API for modules in the `other-modules` sections is not generated or | ||
compared. | ||
2. The re-exported module is just considered a re-exported module. The API of | ||
the re-exported module isn't merged with the module that re-exports it. | ||
|
||
The 2nd limitation can be fixed. |