Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop obsolete Backpack warning from Chapter 6. (See: #6005) #7518

Merged
merged 1 commit into from
Aug 7, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions doc/cabal-commands.rst
Original file line number Diff line number Diff line change
Expand Up @@ -404,11 +404,3 @@ not due to implementation but due to fundamental core invariants
that must be satisfied for it to function correctly in the larger v2-build ecosystem.
``autogen-modules`` is able to replace uses of the hooks to add generated modules, along with
the custom publishing of Haddock documentation to Hackage.

.. warning::

Packages that use Backpack will stop working if uploaded to
Hackage, due to `issue #6005 <https://github.com/haskell/cabal/issues/6005>`_.
While this is happening, we recommend not uploading these packages
to Hackage (and instead referencing the package directly
as a ``source-repository-package``).