From 391ecff5ced86e52089c5a5c46158a22755312a9 Mon Sep 17 00:00:00 2001 From: Ben Gamari <ben@smart-cactus.org> Date: Sat, 8 Jun 2024 07:30:07 -0400 Subject: [PATCH] ghc-internal: Update prologue.txt to reflect package description --- libraries/ghc-internal/prologue.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/libraries/ghc-internal/prologue.txt b/libraries/ghc-internal/prologue.txt index f3a7a3a80a3b..b668d08c24d6 100644 --- a/libraries/ghc-internal/prologue.txt +++ b/libraries/ghc-internal/prologue.txt @@ -1,3 +1,2 @@ -This package contains the @Prelude@ and its support libraries, and a large -collection of useful libraries ranging from data structures to parsing -combinators and debugging utilities. +This package contains the implementation of GHC's standard libraries and is +not intended for use by end-users. -- GitLab