aboutsummaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2025-09-27 19:37:27 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2025-09-28 01:38:25 +0000
commitce355aab46021078c9763553d06102fea2155f5b (patch)
tree61f974cb2323d0f8da6249de6e7fe8d4d0878dcf /Tools
parentc4933243bf7c1b6969b78b7fd4e25b5e631acde2 (diff)
Diffstat (limited to 'Tools')
-rwxr-xr-xTools/scripts/hackage-get-latest-version.sh2
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'"