Closed spacekitteh closed 4 years ago
Can you provide some more information on your environment? CI doesn't report any issues with GHC 8.8.1.
Perhaps it's a Stack issue. I've tried with Stack nightlies 2020-01-21 and 2020-01-25, and both fail when it comes to compiling the TemplateHaskell bits.
On CI, they fail because gloss is not (yet, hopefully) in those resolvers. Did you edit stack.yaml
, and if so, can you post it here so?
resolver: nightly-2020-01-21
packages:
- .
extra-deps:
- cairo-canvas-0.1.0.0@sha256:c9d3e5e9aabc1b261c9ce97e9ea53b8a8d9b743ca0e9b0502521569ed98fa40a,1721
- cairo-0.13.8.0@sha256:9b64a376ebaa4f153bba5866a32291fd4bed48147009cce9158ce6533928eba8,4075
- gtk2hs-buildtools-0.13.8.0@sha256:132f38155fc677430a47ea750918973161c876fb6f281d342ac2f07eb99229ce,5238
- apecs-0.8.2@sha256:68447d0f7cb164f2cf719ae056e693426d6cb63ddaa919d039ad738f6235dda6,2056
However, the error isn't compiling apecs-gloss
, it's in the Apecs.THTuples
module.
Thanks for reporting, it should be fixed now.