When I build hls-nix with version = "8.8.3" everything works as expected, however when I build it with version = "8.8.2" I get the following error:
error: The Haskell package set does not contain the package: stm (build dependency).
If you are using Stackage, make sure that you are using a snapshot that contains the package. Otherwise you may need to update the Hackage snapshot you are using, usually by updating haskell.nix.
Thanks so much for putting this repo together.
When I build
hls-nix
withversion = "8.8.3"
everything works as expected, however when I build it withversion = "8.8.2"
I get the following error: