From ed0e4099525b400a330b34554825f7f90d007eee Mon Sep 17 00:00:00 2001
From: Bryan Richter <b@chreekat.net>
Date: Thu, 16 Nov 2023 15:04:16 +0200
Subject: [PATCH] Document ghc package's PVP-noncompliance

This changes nothing, it just makes the status quo explicit.
---
 compiler/ghc.cabal.in | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in
index b5d7b46cf3e9..968e99a0e3f3 100644
--- a/compiler/ghc.cabal.in
+++ b/compiler/ghc.cabal.in
@@ -20,6 +20,11 @@ Description:
     .
     See <https://gitlab.haskell.org/ghc/ghc/-/wikis/commentary/compiler>
     for more information.
+    .
+    __This package is not PVP-compliant.__
+    .
+    This package directly exposes GHC internals, which can and do change with
+    every release.
 Category: Development
 Build-Type: Custom
 
-- 
GitLab