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

Cabal FAQ outdated #47

Closed
tomjaguarpaw opened this issue Dec 11, 2020 · 2 comments
Closed

Cabal FAQ outdated #47

tomjaguarpaw opened this issue Dec 11, 2020 · 2 comments

Comments

@tomjaguarpaw
Copy link
Owner

https://www.haskell.org/cabal/FAQ.html is almost all severely outdated (💀)

  • 💀 Dependencies conflict

    Refers to behaviour from old cabal that doesn't really occur with modern cabal (say from 3.0 onwards). It mentions GHC 6.10!

  • 💀(?) Hidden packages (a)

    I think cabal now tells you this information itself now, doesn't it?

  • 💀 Hidden packages (b)

    It's about a library split that happened in ghc 6.8. No longer relevant.

  • 💀? runProcess: does not exist

    This may be outdated. The issue link is certainly dead
    http://hackage.haskell.org/trac/hackage/ticket/403

  • 💀? ExitFailure 1

    Does this still apply?

  • 💀 runghc Setup complains of missing packages

    This seems to be referring to a rather old way of installing packages. It
    would probably be best if it were removed. I really doubt it is a
    frequently asked question.

  • 💀 Parsec 2 vs 3

    Outdated. Remove it. Highly doubtful that it is frequently asked.

  • 💀 Cabal goes into an infinite loop / runs out of memory

    "This happens when you use cabal-install version 0.5.x with ghc-6.10"

  • 💀 Internal error: invalid install plan

    Suggests upgrading to "cabal-install >= 0.10". Severely out of date.
    Remove it.

@tomjaguarpaw
Copy link
Owner Author

tomjaguarpaw commented Dec 11, 2020

Addressing this requires knowing who the owner of the cabal/ subsite is.

Next action: Make a PR to https://github.com/haskell/cabal-website

Waiting for: Response to haskell/cabal-website#15

Waiting for: The changes to appear on https://www.haskell.org/cabal/FAQ.html

@tomjaguarpaw
Copy link
Owner Author

I'm not sure whether the error messages are still outdated but they are not any longer misleading.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant