summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHécate Moonlight <hecate+gitlab@glitchbra.in>2022-10-28 19:24:55 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-10-28 19:46:12 -0400
commit270037faa124bf59dda8ba4f3d73b97d4c109a5f (patch)
treef8ebb948bb883b22470bfbe227d3df8fb0c12b4b
parentc2872f3f646b76fae940ca77d46555784846a21a (diff)
downloadhaskell-270037faa124bf59dda8ba4f3d73b97d4c109a5f.tar.gz
Start the deprecation process for GHC.Pack
-rw-r--r--libraries/base/GHC/Pack.hs5
1 files changed, 5 insertions, 0 deletions
diff --git a/libraries/base/GHC/Pack.hs b/libraries/base/GHC/Pack.hs
index ef8cec3d62..4428f354b3 100644
--- a/libraries/base/GHC/Pack.hs
+++ b/libraries/base/GHC/Pack.hs
@@ -12,6 +12,11 @@
-- Stability : internal
-- Portability : non-portable (GHC Extensions)
--
+-- ⚠ Warning: Starting @base-4.18@, this module is being deprecated.
+-- See https://gitlab.haskell.org/ghc/ghc/-/issues/21461 for more information.
+--
+--
+--
-- This module provides a small set of low-level functions for packing
-- and unpacking a chunk of bytes. Used by code emitted by the compiler
-- plus the prelude libraries.