You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-10
Original file line number
Diff line number
Diff line change
@@ -5,21 +5,24 @@ _(If you want to use this tool as a GitHub Workflow, check out [diff-package-api
5
5
Taken from the GHC CI scripts, this tool prints a human-readable representation of the exposed interface of Haskell modules that you
6
6
can use in CI to ensure that you do not mistakenly introduce a regression.
7
7
8
-
The tool can be used with the following GHC versions:
8
+
## Installation
9
9
10
-
* 9.10.1
11
-
* 9.8.2
12
-
* 9.6.6
13
-
14
-
[Releases](https://github.com/Kleidukos/print-api/releases/latest) provide binaries for the following operating systems:
10
+
Binaries for the following operating systems and GHC are provided:
15
11
16
12
* Linux x86_64 (glibc, dynamic)
17
13
* Linux x86_64 (musl, static)
18
14
* macOS arm64
19
15
20
-
Pick the one that matches your operating system *and* GHC version.
16
+
* 9.10.1
17
+
* 9.8.2
18
+
* 9.6.6
19
+
20
+
### Releases
21
+
22
+
*[Pre-releases](https://github.com/Kleidukos/print-api/releases/tag/print-api-head) are provided if you need an urgent fix for a bug;
23
+
*[Official releases](https://github.com/Kleidukos/print-api/releases/latest) are available if you need stability and you don't urgently require the latest features.
21
24
22
-
If you have the GitHub CLI installed, (something like) the following does work:
25
+
If you have the [GitHub CLI](https://cli.github.com/) installed, (something like) the following does work:
(There is also an `install-for-ghcup-compilers.sh` script in the `print-api`
48
-
repository that installs `print-api` for GHCs currently installed by GHCup.)
50
+
There is also an `install-for-ghcup-compilers.sh` script in the `print-api` repository that installs `print-api` for GHCs currently installed by GHCup.
49
51
50
52
Then run the `print-api` binary from within the source tree of your project:
0 commit comments