Skip to content

Commit 6572637

Browse files
committed
Update documentation of package-index
1 parent 063a324 commit 6572637

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

doc/configure/yaml/non-project.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1194,7 +1194,24 @@ signed. The Hackage timestamp is also signed. A signature is valid when one key
11941194
holder has signed.
11951195

11961196
If the `hackage-security` key is absent, the Hackage Security configuration will
1197-
default to that for the official Hackage server.
1197+
default to that applicable to the official Hackage server before 2025-07-24.
1198+
1199+
!!! note
1200+
1201+
The Hackage Security configuration applicable to the official Hackage server
1202+
since 2025-07-24 is:
1203+
1204+
~~~yaml
1205+
hackage-security:
1206+
keyids:
1207+
- 0a5c7ea47cd1b15f01f5f51a33adda7e655bc0f0b0615baa8e271f4c3351e21d
1208+
- 1ea9ba32c526d1cc91ab5e5bd364ec5e9e8cb67179a471872f6e26f0ae773d42
1209+
- 51f0161b906011b52c6613376b1ae937670da69322113a246a09f807c62f6921
1210+
- c7de58fc6a224b92b5b513f26fbb8b370f2d97c7cfe0075a951314a55734be93
1211+
- fe331502606802feac15e514d9b9ea83fee8b6ffef71335479a2e68d84adc6b0
1212+
key-threshold: 3
1213+
ignore-expiry: true
1214+
~~~
11981215

11991216
`key-threshold` specifies the minimum number of keyholders that must have signed
12001217
the package index for it to be considered valid.

0 commit comments

Comments
 (0)