GHC 8.10.2 bindist for alpine claims to use integer-simple but it doesn't
Summary
The bindist uses integer-gmp.
~ # wget https://downloads.haskell.org/~ghc/8.10.2/ghc-8.10.2-x86_64-alpine3.10-linux-integer-simple.tar.xz
Connecting to downloads.haskell.org (151.101.133.175:443)
saving to 'ghc-8.10.2-x86_64-alpine3.10-linux-integer-simple.tar.xz'
ghc-8.10.2-x86_64-al 100% |*************************************************************************************************************************************************************************************************************************************************************************| 136M 0:00:00 ETA
'ghc-8.10.2-x86_64-alpine3.10-linux-integer-simple.tar.xz' saved
~ # tar xf ghc-8.10.2-x86_64-alpine3.10-linux-integer-simple.tar.xz
~ # cat ghc-8.10.2-x86_64-unknown-linux/lib/settings | grep integer
,("integer library", "integer-gmp")
Environment
~ # uname -a
Linux c4447ef747aa 5.8.0-28-generic #30-Ubuntu SMP Thu Nov 5 13:24:33 UTC 2020 x86_64 Linux
~ # cat /etc/alpine-release
3.12.1