Skip to content

Commit

Permalink
Use --numeric-version
Browse files Browse the repository at this point in the history
  • Loading branch information
philderbeast committed Oct 23, 2024
1 parent 2493075 commit 6e04331
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,13 +216,13 @@ formatting:
> `--with-compiler=ghc-x.y.z` to the above install command.
>
> ```
> $ ghc --version | sed 's/[[:alpha:]|(|,|[:space:]]//g'
> $ ghc --numeric-version
> 9.10.1
>
> $ ghc-9.6 --version | sed 's/[[:alpha:]|(|,|[:space:]]//g'
> $ ghc-9.6 --numeric-version
> 9.6.6
>
> $ ghc-9.4.8 --version | sed 's/[[:alpha:]|(|,|[:space:]]//g'
> $ ghc-9.4.8 --numeric-version
> 9.4.8
> ```
>
Expand Down

0 comments on commit 6e04331

Please sign in to comment.