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

Error compiling with GHC 8.6.5. #13

Open
ivanperez-keera opened this issue Apr 26, 2020 · 2 comments
Open

Error compiling with GHC 8.6.5. #13

ivanperez-keera opened this issue Apr 26, 2020 · 2 comments

Comments

@ivanperez-keera
Copy link

I'm currently seeing this when I try to install it.

Main.hs:32:1: error:
    Could not find module ‘Distribution.PackageDescription.Parse’
    Perhaps you meant
      Distribution.PackageDescription.Parsec (from Cabal-2.4.0.1)
      Distribution.PackageDescription.Check (from Cabal-2.4.0.1)
      Distribution.PackageDescription.Quirks (from Cabal-2.4.0.1)
    Use -v to see a list of the files searched for.
   |
32 | import Distribution.PackageDescription.Parse
@simonmichael
Copy link

simonmichael commented Jan 2, 2021

I'm seeing the same today with stack update && stack install hackage-diff (GHC 8.8).

Any chance of a release or revision fixing this ? The tool seems super useful.

@Bodigrim
Copy link

As a Hackage trustee I made a revision to prohibit unbuildable configurations:
https://hackage.haskell.org/package/hackage-diff-0.1.0.1/revisions/

FWIW it seems https://github.com/phadej/cabal-extras/tree/master/cabal-diff is a modern alternative.

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

No branches or pull requests

3 participants