From bc2266b32a07eb7bbc46977b1b5eabbc54b45acc Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Fri, 17 Nov 2023 16:38:43 +0800 Subject: [PATCH] Clarify role of the FAQ --- pvp-faq.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pvp-faq.md b/pvp-faq.md index 46ee238..8f01f58 100644 --- a/pvp-faq.md +++ b/pvp-faq.md @@ -12,6 +12,11 @@ If you have a question not addressed by the FAQ entries, feel free to post your question in the [PVP Issue Tracker](https://github.com/haskell/pvp/issues). +The FAQ is not an authoritative source of interpretation for the PVP specification. +Instead it is an attempt to provide insights. The source of truth is always and only +the specification text. As this is a historical work-in-progress document, it may +contain opinions not directly reflected in the proper specification. + ## SemVer ### How does the PVP relate to [Semantic Versioning (SemVer)](http://semver.org)?