diff options
| author | Yuri Victorovich <yuri@FreeBSD.org> | 2025-09-27 19:37:27 +0000 |
|---|---|---|
| committer | Yuri Victorovich <yuri@FreeBSD.org> | 2025-09-28 01:38:25 +0000 |
| commit | ce355aab46021078c9763553d06102fea2155f5b (patch) | |
| tree | 61f974cb2323d0f8da6249de6e7fe8d4d0878dcf /Tools | |
| parent | c4933243bf7c1b6969b78b7fd4e25b5e631acde2 (diff) | |
Diffstat (limited to 'Tools')
| -rwxr-xr-x | Tools/scripts/hackage-get-latest-version.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/scripts/hackage-get-latest-version.sh b/Tools/scripts/hackage-get-latest-version.sh index d3a9c5fe55a3..3b46a809d986 100755 --- a/Tools/scripts/hackage-get-latest-version.sh +++ b/Tools/scripts/hackage-get-latest-version.sh @@ -44,4 +44,4 @@ curl -H "Accept: application/json" https://hackage.haskell.org/package/$PACKAGE_ jq -r 'keys[]' | version_sort | tail -1 || - ! echo "failed to find the Python package '$PACKAGE_NAME'" + ! echo "failed to find the Haskell package '$PACKAGE_NAME'" |
