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

Support ghc 9.10 #1737

Open
chenrui333 opened this issue Aug 21, 2024 · 1 comment
Open

Support ghc 9.10 #1737

chenrui333 opened this issue Aug 21, 2024 · 1 comment

Comments

@chenrui333
Copy link

ghc 9.10.1 was released on May 10, https://www.haskell.org/ghc/blog/20240510-ghc-9.10.1-released.html

While I was trying to use it to build 3.2.0, ran into some build failure as below:

  ==> cabal v2-install --jobs=4 --max-backjumps=100000 --install-method=copy --installdir=/home/linuxbrew/.linuxbrew/Cellar/cryptol/3.2.0/bin
  Error: [Cabal-7107]
  Could not resolve dependencies:
  [__0] trying: cryptol-3.2.0 (user goal)
  [__1] trying: what4-1.6 (dependency of cryptol)
  [__2] trying: template-haskell-2.22.0.0/installed-inplace (dependency of what4)
  [__3] trying: lens-5.3.2 (dependency of what4)
  [__4] next goal: parameterized-utils (dependency of cryptol)
  [__4] rejecting: parameterized-utils-2.1.8.0 (conflict: lens==5.3.2, parameterized-utils => lens>=4.16 && <5.3)
  [__4] skipping: parameterized-utils; 2.1.7.0, 2.1.6.0, 2.1.5.0, 2.1.4.0, 2.1.3.0, 2.1.2.0, 2.1.1, 2.1.0, 2.0.2, 2.0.1.0, 2.0 (has the same characteristics that caused the previous version to fail: excludes 'lens' version 5.3.2)
  [__4] rejecting: parameterized-utils-1.0.1 (conflict: cryptol => parameterized-utils>=2.0.2)
  [__4] skipping: parameterized-utils-1.0.0 (has the same characteristics that caused the previous version to fail: excluded by constraint '>=2.0.2' from 'cryptol')
  [__4] fail (backjumping, conflict set: cryptol, lens, parameterized-utils)
  After searching the rest of the dependency tree exhaustively, these were the goals I've had most trouble fulfilling: lens, what4, template-haskell, parameterized-utils, cryptol
  Try running with --minimize-conflict-set to improve the error message.

relates to Homebrew/homebrew-core#181815

@RyanGlScott
Copy link
Contributor

Not all of cryptol's dependencies currently build with GHC 9.10, so we will need to address that first.

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

2 participants