Closed jasagredo closed 1 year ago
Ping. The underlaying error breaks haskell.nix hls support because upstream nixpkgs tries to build it using incompatable versions. It'd be good to merge this an cut a hackage revision on the hashable bounds.
Pinging @nikita-volkov just in case this PR was simply not noticed
FTR, I think a revision should be published on hackage for this version, with the proposed change
Was unsubscribed from the activity in this repo for some reason. Thanks for mentioning and for the PR!
Ping. The underlaying error breaks haskell.nix hls support because upstream nixpkgs tries to build it using incompatable versions. It'd be good to merge this an cut a hackage revision on the hashable bounds.
@o1lo01ol1o have you been able to get haskell.nix to work with HLS since this change was published on Hackage? For me it still tries to build stm-hamt 1.2.0.10 and fails. Any help would be much appreciated
Pre 1.4 don't have
Eq
as a superclass constraint, therefore code doesn't build with those.Versus