Closed chris-martin closed 7 months ago
Dear @jwiegley, could you please make a new release with HEAD to fix compatibility with ghc > 9.4. Thank you in advance.
@TristanCacqueray I have released it to Hackage as 0.9.2. Please confirm.
@jwiegley Thank you. I confirm the last release works, here is the nix override I used:
async-pool = pkgs.haskell.lib.overrideCabal hpPrev.async-pool {
version = "0.9.2";
sha256 = "sha256-cu0zgAN+bJLkL6hOyC6BTcsVaqLEPkHeuQlxUJC0FoM=";
revision = null;
editedCabalFile = null;
};
I think that this can be closed now. Right?
PS: nixpkgs (v23.11) comes with async-pool v0.9.2, the default GHC is v9.4.8 and it compiles well.
With that report I'll close it, thanks @vst!
This package fails to build with GHC 9.4.
Please make a metadata revision on
async-pool-9.0.1
to correct the upper bound onbase
from< 5
to< 4.17
.