Skip to content

stm fails to build in LTS 19.2 (GHC 9.0.2) #1435

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

Closed
rimmington opened this issue Apr 9, 2022 · 1 comment
Closed

stm fails to build in LTS 19.2 (GHC 9.0.2) #1435

rimmington opened this issue Apr 9, 2022 · 1 comment

Comments

@rimmington
Copy link

The LTS 19.2 page and the GHC 9.0.2 release notes agree that GHC 9.0.2 was released with stm 2.5.0.0. Unfortunately, the version on Hackage has incompatible bounds on base; 2.5.0.2 appears to be the only compatible version.

This will probably be fixed by #1183, but I raise this separately since it might have implications for fixing reinstallableLibGhc = true for GHC 9.0.2.

Repro:

let
  haskell-nix = import (builtins.fetchTarball {
    url = "https://github.com/input-output-hk/haskell.nix/archive/5051bfa9d6b7c07d30f4d8eee23c49d9631ced7c.tar.gz";
    sha256 = "0labmjfiv5rslgw4ybgkcb18vd457aybdsh0vshf60rlz0ypnnb1";
  }) {};
  pkgs = haskell-nix.pkgs;
in pkgs.haskell-nix.snapshots."lts-19.2".stm.components.library
@hamishmack
Copy link
Collaborator

I think this should have been fixed by #1437

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