[Git][ghc/ghc][wip/T24906] ghc-internal: Fix package description
Ben Gamari (@bgamari)
gitlab at gitlab.haskell.org
Thu May 30 10:29:14 UTC 2024
Ben Gamari pushed to branch wip/T24906 at Glasgow Haskell Compiler / GHC
Commits:
c08d373e by Ben Gamari at 2024-05-30T06:28:29-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/c08d373efbf83ff64737f49afd4d70bb15d6a8ea
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/c08d373efbf83ff64737f49afd4d70bb15d6a8ea
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/20240530/c8f7d6fd/attachment-0001.html>
More information about the ghc-commits
mailing list