poscat0x04 / hls-nix

Nix derivations for hasekll-language-server
11 stars 3 forks source link

Build error with GHC 8.8.2 #5

Open malob opened 4 years ago

malob commented 4 years ago

Thanks so much for putting this repo together.

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.
poscat0x04 commented 4 years ago

Probably caused by this: https://github.com/input-output-hk/haskell.nix/issues/481