New comment by dkwo on void-packages repository https://github.com/void-linux/void-packages/pull/41316#issuecomment-1652480013 Comment: on the other hand, on x86-64 glibc i get bunch of errors ``` libraries/template-haskell/Language/Haskell/TH/Lib.hs:176:1: error: Could not load module ‘Language.Haskell.TH.Syntax’ It is a member of the hidden package ‘template-haskell-2.18.0.0’. You can run ‘:set -package template-haskell’ to expose it. (Note: this unloads all the modules in the current scope.) Use -v (or `:set -v` in ghci) to see a list of the files searched for. | 176 | import Language.Haskell.TH.Syntax | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ make[1]: *** [libraries/template-haskell/ghc.mk:3: libraries/template-haskell/dist-boot/build/Language/Haskell/TH/Lib.o] Error 1 make: *** [Makefile:126: all] Error 2 => ERROR: ghc-9.2.5_1: do_build: '${make_cmd} ${makejobs} ${make_build_args} ${make_build_target}' exited with 2 => ERROR: in do_build() at common/build-style/gnu-configure.sh:15 ```