[Git][ghc/ghc][master] ghc-internal: Fix package description

Marge Bot (@marge-bot) gitlab at gitlab.haskell.org
Fri May 31 10:11:07 UTC 2024



Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC


Commits:
df97e9a6 by Ben Gamari at 2024-05-31T06:09:57-04:00
ghc-internal: Fix package description

The previous description was inherited from `base` and was inappropriate
for `ghc-internal`. Also fix the maintainer and bug reporting fields.

Closes #24906.

- - - - -


1 changed file:

- libraries/ghc-internal/ghc-internal.cabal


Changes:

=====================================
libraries/ghc-internal/ghc-internal.cabal
=====================================
@@ -1,19 +1,19 @@
 cabal-version:  3.0
 name:           ghc-internal
 version:        9.1001.0
--- NOTE: Don't forget to update ./changelog.md
-
 license:        BSD-3-Clause
 license-file:   LICENSE
-maintainer:     Core Libraries Committee <core-libraries-committee at haskell.org>
-bug-reports:    https://github.com/haskell/core-libraries-committee/issues
+maintainer:     The GHC Developers <ghc-devs at haskell.org>
+bug-reports:    https://gitlab.haskell.org/ghc/ghc/-/issues/new
 synopsis:       Basic libraries
 category:       Prelude
 build-type:     Configure
 description:
-    This package contains the Standard Haskell "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.
+    .
+    Users should instead use either the @base@ or @ghc-experimental@ packages
+
 
 extra-tmp-files:
     autom4te.cache



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/df97e9a69f2d92c58e317467e86b614c92002949

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/df97e9a69f2d92c58e317467e86b614c92002949
You're receiving this email because of your account on gitlab.haskell.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20240531/b0183baf/attachment-0001.html>


More information about the ghc-commits mailing list