Mock Version: 1.4.14 Mock Version: 1.4.14 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/ghc-mmorph.spec'], chrootPath='/var/lib/mock/f31-build-54628-28022/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=345600uid=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/ghc-mmorph.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1550361600 Wrote: /builddir/build/SRPMS/ghc-mmorph-1.1.2-3.fc31.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/ghc-mmorph.spec'], chrootPath='/var/lib/mock/f31-build-54628-28022/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=345600uid=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/ghc-mmorph.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1550361600 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.XjCrEe + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf mmorph-1.1.2 + /usr/bin/gzip -dc /builddir/build/SOURCES/mmorph-1.1.2.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd mmorph-1.1.2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.Yaf7xe + umask 022 + cd /builddir/build/BUILD + cd mmorph-1.1.2 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + export CFLAGS + export 'LDFLAGS=-Wl,-z,relro -Wl,--as-needed ' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed ' + '[' -f Setup.hs -o -f Setup.lhs ']' + '[' -x Setup ']' + ghc --make -no-user-package-db -dynamic Setup + LANG=C.utf8 + ./Setup --version + '[' -x Setup ']' + LANG=C.utf8 BUILDSTDERR: ++ sed -e 's/ / -optc/g' BUILDSTDERR: ++ echo ' -O2' -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection BUILDSTDERR: ++ echo ' -Wl,-z,relro' -Wl,--as-needed BUILDSTDERR: ++ sed -e 's/ / -optl/g' + ./Setup configure --prefix=/usr --libdir=/usr/lib64 --docdir=/usr/share/licenses/ghc-mmorph '--libsubdir=$compiler/$pkgid' '--datasubdir=$pkgid' '--libexecsubdir=$pkgid' --ghc --dynlibdir=/usr/lib64 --global '--ghc-options= -optc-O2 -optc-g -optc-pipe -optc-Wall -optc-Werror=format-security -optc-Wp,-D_FORTIFY_SOURCE=2 -optc-Wp,-D_GLIBCXX_ASSERTIONS -optc-fexceptions -optc-fstack-protector-strong -optc-grecord-gcc-switches -optc-specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -optc-specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -optc-fasynchronous-unwind-tables -optc-fstack-clash-protection -optl-Wl,-z,relro -optl-Wl,--as-needed' -p --enable-shared --htmldir=/usr/share/doc/ghc/html/libraries/mmorph-1.1.2 --global + '[' -x Setup ']' + LANG=C.utf8 + ./Setup build BUILDSTDERR: src/Control/Monad/Morph.hs:80:1: warning: [-Wdeprecations] BUILDSTDERR: Module ‘Control.Monad.Trans.Error’ is deprecated: BUILDSTDERR: Use Control.Monad.Trans.Except instead BUILDSTDERR: | BUILDSTDERR: 80 | import qualified Control.Monad.Trans.Error as E BUILDSTDERR: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ BUILDSTDERR: src/Control/Monad/Morph.hs:83:1: warning: [-Wdeprecations] BUILDSTDERR: Module ‘Control.Monad.Trans.List’ is deprecated: BUILDSTDERR: This transformer is invalid on most monads BUILDSTDERR: | BUILDSTDERR: 83 | import qualified Control.Monad.Trans.List as L BUILDSTDERR: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ BUILDSTDERR: src/Control/Monad/Morph.hs:119:20: warning: [-Wdeprecations] BUILDSTDERR: In the use of type constructor or class ‘ErrorT’ BUILDSTDERR: (imported from Control.Monad.Trans.Error): BUILDSTDERR: Deprecated: "Use Control.Monad.Trans.Except instead" BUILDSTDERR: | BUILDSTDERR: 119 | instance MFunctor (E.ErrorT e) where BUILDSTDERR: | ^^^^^^^^ BUILDSTDERR: src/Control/Monad/Morph.hs:120:19: warning: [-Wdeprecations] BUILDSTDERR: In the use of data constructor ‘ErrorT’ BUILDSTDERR: (imported from Control.Monad.Trans.Error): BUILDSTDERR: Deprecated: "Use Control.Monad.Trans.Except instead" BUILDSTDERR: | BUILDSTDERR: 120 | hoist nat m = E.ErrorT (nat (E.runErrorT m)) BUILDSTDERR: | ^^^^^^^^ BUILDSTDERR: src/Control/Monad/Morph.hs:120:34: warning: [-Wdeprecations] BUILDSTDERR: In the use of ‘runErrorT’ BUILDSTDERR: (imported from Control.Monad.Trans.Error): BUILDSTDERR: Deprecated: "Use Control.Monad.Trans.Except instead" BUILDSTDERR: | BUILDSTDERR: 120 | hoist nat m = E.ErrorT (nat (E.runErrorT m)) BUILDSTDERR: | ^^^^^^^^^^^ BUILDSTDERR: src/Control/Monad/Morph.hs:128:19: warning: [-Wdeprecations] BUILDSTDERR: In the use of type constructor or class ‘ListT’ BUILDSTDERR: (imported from Control.Monad.Trans.List): BUILDSTDERR: Deprecated: "This transformer is invalid on most monads" BUILDSTDERR: | BUILDSTDERR: 128 | instance MFunctor L.ListT where BUILDSTDERR: | ^^^^^^^ BUILDSTDERR: src/Control/Monad/Morph.hs:129:19: warning: [-Wdeprecations] BUILDSTDERR: In the use of data constructor ‘ListT’ BUILDSTDERR: (imported from Control.Monad.Trans.List): BUILDSTDERR: Deprecated: "This transformer is invalid on most monads" BUILDSTDERR: | BUILDSTDERR: 129 | hoist nat m = L.ListT (nat (L.runListT m)) BUILDSTDERR: | ^^^^^^^ BUILDSTDERR: src/Control/Monad/Morph.hs:129:33: warning: [-Wdeprecations] BUILDSTDERR: In the use of ‘runListT’ (imported from Control.Monad.Trans.List): BUILDSTDERR: Deprecated: "This transformer is invalid on most monads" BUILDSTDERR: | BUILDSTDERR: 129 | hoist nat m = L.ListT (nat (L.runListT m)) BUILDSTDERR: | ^^^^^^^^^^ BUILDSTDERR: src/Control/Monad/Morph.hs:240:11: warning: [-Wdeprecations] BUILDSTDERR: In the use of type constructor or class ‘Error’ BUILDSTDERR: (imported from Control.Monad.Trans.Error): BUILDSTDERR: Deprecated: "Use Control.Monad.Trans.Except instead" BUILDSTDERR: | BUILDSTDERR: 240 | instance (E.Error e) => MMonad (E.ErrorT e) where BUILDSTDERR: | ^^^^^^^ BUILDSTDERR: src/Control/Monad/Morph.hs:240:33: warning: [-Wdeprecations] BUILDSTDERR: In the use of type constructor or class ‘ErrorT’ BUILDSTDERR: (imported from Control.Monad.Trans.Error): BUILDSTDERR: Deprecated: "Use Control.Monad.Trans.Except instead" BUILDSTDERR: | BUILDSTDERR: 240 | instance (E.Error e) => MMonad (E.ErrorT e) where BUILDSTDERR: | ^^^^^^^^ BUILDSTDERR: src/Control/Monad/Morph.hs:241:17: warning: [-Wdeprecations] BUILDSTDERR: In the use of data constructor ‘ErrorT’ BUILDSTDERR: (imported from Control.Monad.Trans.Error): BUILDSTDERR: Deprecated: "Use Control.Monad.Trans.Except instead" BUILDSTDERR: | BUILDSTDERR: 241 | embed f m = E.ErrorT (do BUILDSTDERR: | ^^^^^^^^ BUILDSTDERR: src/Control/Monad/Morph.hs:242:14: warning: [-Wdeprecations] BUILDSTDERR: In the use of ‘runErrorT’ BUILDSTDERR: (imported from Control.Monad.Trans.Error): BUILDSTDERR: Deprecated: "Use Control.Monad.Trans.Except instead" BUILDSTDERR: | BUILDSTDERR: 242 | x <- E.runErrorT (f (E.runErrorT m)) BUILDSTDERR: | ^^^^^^^^^^^ BUILDSTDERR: src/Control/Monad/Morph.hs:242:30: warning: [-Wdeprecations] BUILDSTDERR: In the use of ‘runErrorT’ BUILDSTDERR: (imported from Control.Monad.Trans.Error): BUILDSTDERR: Deprecated: "Use Control.Monad.Trans.Except instead" BUILDSTDERR: | BUILDSTDERR: 242 | x <- E.runErrorT (f (E.runErrorT m)) BUILDSTDERR: | ^^^^^^^^^^^ BUILDSTDERR: src/Control/Monad/Morph.hs:259:17: warning: [-Wdeprecations] BUILDSTDERR: In the use of type constructor or class ‘ListT’ BUILDSTDERR: (imported from Control.Monad.Trans.List): BUILDSTDERR: Deprecated: "This transformer is invalid on most monads" BUILDSTDERR: | BUILDSTDERR: 259 | instance MMonad L.ListT where BUILDSTDERR: | ^^^^^^^ BUILDSTDERR: src/Control/Monad/Morph.hs:260:17: warning: [-Wdeprecations] BUILDSTDERR: In the use of data constructor ‘ListT’ BUILDSTDERR: (imported from Control.Monad.Trans.List): BUILDSTDERR: Deprecated: "This transformer is invalid on most monads" BUILDSTDERR: | BUILDSTDERR: 260 | embed f m = L.ListT (do BUILDSTDERR: | ^^^^^^^ BUILDSTDERR: src/Control/Monad/Morph.hs:261:14: warning: [-Wdeprecations] BUILDSTDERR: In the use of ‘runListT’ (imported from Control.Monad.Trans.List): BUILDSTDERR: Deprecated: "This transformer is invalid on most monads" BUILDSTDERR: | BUILDSTDERR: 261 | x <- L.runListT (f (L.runListT m)) BUILDSTDERR: | ^^^^^^^^^^ BUILDSTDERR: src/Control/Monad/Morph.hs:261:29: warning: [-Wdeprecations] BUILDSTDERR: In the use of ‘runListT’ (imported from Control.Monad.Trans.List): BUILDSTDERR: Deprecated: "This transformer is invalid on most monads" BUILDSTDERR: | BUILDSTDERR: 261 | x <- L.runListT (f (L.runListT m)) BUILDSTDERR: | ^^^^^^^^^^ BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdp1MMonad_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc:15:1: error: BUILDSTDERR: warning: label ‘_c6HN’ defined but not used [-Wunused-label] BUILDSTDERR: 15 | _c6HN: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 15 | _c6HN: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc: In function ‘_c6HK’: BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc:34:1: error: BUILDSTDERR: warning: label ‘_c6HK’ defined but not used [-Wunused-label] BUILDSTDERR: 34 | _c6HK: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 34 | _c6HK: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdp2MMonad_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc:56:1: error: BUILDSTDERR: warning: label ‘_c6I1’ defined but not used [-Wunused-label] BUILDSTDERR: 56 | _c6I1: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 56 | _c6I1: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc: In function ‘_c6HY’: BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc:75:1: error: BUILDSTDERR: warning: label ‘_c6HY’ defined but not used [-Wunused-label] BUILDSTDERR: 75 | _c6HY: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 75 | _c6HY: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_embed_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc:97:1: error: BUILDSTDERR: warning: label ‘_c6If’ defined but not used [-Wunused-label] BUILDSTDERR: 97 | _c6If: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 97 | _c6If: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc: In function ‘_c6Ic’: BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc:116:1: error: BUILDSTDERR: warning: label ‘_c6Ic’ defined but not used [-Wunused-label] BUILDSTDERR: 116 | _c6Ic: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 116 | _c6Ic: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_hoist_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc:135:1: error: BUILDSTDERR: warning: label ‘_c6Iq’ defined but not used [-Wunused-label] BUILDSTDERR: 135 | _c6Iq: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 135 | _c6Iq: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMFunctorTYPEErrorT1_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc:154:1: error: BUILDSTDERR: warning: label ‘_c6Ix’ defined but not used [-Wunused-label] BUILDSTDERR: 154 | _c6Ix: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 154 | _c6Ix: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMFunctorTYPEErrorT_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc:174:1: error: BUILDSTDERR: warning: label ‘_c6IE’ defined but not used [-Wunused-label] BUILDSTDERR: 174 | _c6IE: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 174 | _c6IE: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMFunctorTYPEExceptT1_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc:191:1: error: BUILDSTDERR: warning: label ‘_c6IL’ defined but not used [-Wunused-label] BUILDSTDERR: 191 | _c6IL: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 191 | _c6IL: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMFunctorTYPEExceptT_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc:211:1: error: BUILDSTDERR: warning: label ‘_c6IS’ defined but not used [-Wunused-label] BUILDSTDERR: 211 | _c6IS: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 211 | _c6IS: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMFunctorTYPEIdentityT1_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc:228:1: error: BUILDSTDERR: warning: label ‘_c6IZ’ defined but not used [-Wunused-label] BUILDSTDERR: 228 | _c6IZ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 228 | _c6IZ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMFunctorTYPEIdentityT_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc:248:1: error: BUILDSTDERR: warning: label ‘_c6J6’ defined but not used [-Wunused-label] BUILDSTDERR: 248 | _c6J6: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 248 | _c6J6: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMFunctorTYPEListT1_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc:265:1: error: BUILDSTDERR: warning: label ‘_c6Jd’ defined but not used [-Wunused-label] BUILDSTDERR: 265 | _c6Jd: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 265 | _c6Jd: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMFunctorTYPEListT_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc:285:1: error: BUILDSTDERR: warning: label ‘_c6Jk’ defined but not used [-Wunused-label] BUILDSTDERR: 285 | _c6Jk: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 285 | _c6Jk: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMFunctorTYPEMaybeT1_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc:302:1: error: BUILDSTDERR: warning: label ‘_c6Jr’ defined but not used [-Wunused-label] BUILDSTDERR: 302 | _c6Jr: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 302 | _c6Jr: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMFunctorTYPEMaybeT_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc:322:1: error: BUILDSTDERR: warning: label ‘_c6Jy’ defined but not used [-Wunused-label] BUILDSTDERR: 322 | _c6Jy: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 322 | _c6Jy: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMFunctorTYPEReaderT1_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc:340:1: error: BUILDSTDERR: warning: label ‘_c6JG’ defined but not used [-Wunused-label] BUILDSTDERR: 340 | _c6JG: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 340 | _c6JG: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMFunctorTYPEReaderT_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc:371:1: error: BUILDSTDERR: warning: label ‘_c6JP’ defined but not used [-Wunused-label] BUILDSTDERR: 371 | _c6JP: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 371 | _c6JP: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMFunctorTYPERWST2_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc:389:1: error: BUILDSTDERR: warning: label ‘_c6JX’ defined but not used [-Wunused-label] BUILDSTDERR: 389 | _c6JX: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 389 | _c6JX: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMFunctorTYPERWST0_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc:421:1: error: BUILDSTDERR: warning: label ‘_c6K6’ defined but not used [-Wunused-label] BUILDSTDERR: 421 | _c6K6: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 421 | _c6K6: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMFunctorTYPERWST1_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc:439:1: error: BUILDSTDERR: warning: label ‘_c6Ke’ defined but not used [-Wunused-label] BUILDSTDERR: 439 | _c6Ke: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 439 | _c6Ke: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMFunctorTYPERWST_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc:471:1: error: BUILDSTDERR: warning: label ‘_c6Kn’ defined but not used [-Wunused-label] BUILDSTDERR: 471 | _c6Kn: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 471 | _c6Kn: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMFunctorTYPEStateT2_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc:489:1: error: BUILDSTDERR: warning: label ‘_c6Kv’ defined but not used [-Wunused-label] BUILDSTDERR: 489 | _c6Kv: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 489 | _c6Kv: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMFunctorTYPEStateT0_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc:520:1: error: BUILDSTDERR: warning: label ‘_c6KE’ defined but not used [-Wunused-label] BUILDSTDERR: 520 | _c6KE: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 520 | _c6KE: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMFunctorTYPEStateT1_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc:538:1: error: BUILDSTDERR: warning: label ‘_c6KM’ defined but not used [-Wunused-label] BUILDSTDERR: 538 | _c6KM: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 538 | _c6KM: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMFunctorTYPEStateT_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc:569:1: error: BUILDSTDERR: warning: label ‘_c6KV’ defined but not used [-Wunused-label] BUILDSTDERR: 569 | _c6KV: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 569 | _c6KV: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMFunctorTYPEWriterT2_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc:586:1: error: BUILDSTDERR: warning: label ‘_c6L2’ defined but not used [-Wunused-label] BUILDSTDERR: 586 | _c6L2: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 586 | _c6L2: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMFunctorTYPEWriterT0_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc:606:1: error: BUILDSTDERR: warning: label ‘_c6L9’ defined but not used [-Wunused-label] BUILDSTDERR: 606 | _c6L9: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 606 | _c6L9: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMFunctorTYPEWriterT1_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc:623:1: error: BUILDSTDERR: warning: label ‘_c6Lg’ defined but not used [-Wunused-label] BUILDSTDERR: 623 | _c6Lg: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 623 | _c6Lg: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMFunctorTYPEWriterT_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc:643:1: error: BUILDSTDERR: warning: label ‘_c6Ln’ defined but not used [-Wunused-label] BUILDSTDERR: 643 | _c6Ln: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 643 | _c6Ln: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc: In function ‘r6DZ_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc:661:1: error: BUILDSTDERR: warning: label ‘_c6Lu’ defined but not used [-Wunused-label] BUILDSTDERR: 661 | _c6Lu: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 661 | _c6Lu: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMFunctorTYPECompose_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc:680:1: error: BUILDSTDERR: warning: label ‘_c6LB’ defined but not used [-Wunused-label] BUILDSTDERR: 680 | _c6LB: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 680 | _c6LB: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMFunctorTYPEProductzuzdchoist_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc:699:1: error: BUILDSTDERR: warning: label ‘_c6LL’ defined but not used [-Wunused-label] BUILDSTDERR: 699 | _c6LL: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 699 | _c6LL: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc: In function ‘_c6LI’: BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc:721:1: error: BUILDSTDERR: warning: label ‘_c6LI’ defined but not used [-Wunused-label] BUILDSTDERR: 721 | _c6LI: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 721 | _c6LI: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMFunctorTYPEProduct_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc:757:1: error: BUILDSTDERR: warning: label ‘_c6M0’ defined but not used [-Wunused-label] BUILDSTDERR: 757 | _c6M0: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 757 | _c6M0: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMFunctorTYPEBackwards1_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc:774:1: error: BUILDSTDERR: warning: label ‘_c6M7’ defined but not used [-Wunused-label] BUILDSTDERR: 774 | _c6M7: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 774 | _c6M7: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMFunctorTYPEBackwards_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc:794:1: error: BUILDSTDERR: warning: label ‘_c6Me’ defined but not used [-Wunused-label] BUILDSTDERR: 794 | _c6Me: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 794 | _c6Me: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMFunctorTYPELiftzuzdchoist_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc:813:1: error: BUILDSTDERR: warning: label ‘_c6Ms’ defined but not used [-Wunused-label] BUILDSTDERR: 813 | _c6Ms: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 813 | _c6Ms: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc: In function ‘_c6Ml’: BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc:834:1: error: BUILDSTDERR: warning: label ‘_c6Ml’ defined but not used [-Wunused-label] BUILDSTDERR: 834 | _c6Ml: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 834 | _c6Ml: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMFunctorTYPELift_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc:877:1: error: BUILDSTDERR: warning: label ‘_c6MK’ defined but not used [-Wunused-label] BUILDSTDERR: 877 | _c6MK: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 877 | _c6MK: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc: In function ‘s6FE_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc:897:1: error: BUILDSTDERR: warning: label ‘_c6N7’ defined but not used [-Wunused-label] BUILDSTDERR: 897 | _c6N7: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 897 | _c6N7: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc: In function ‘_c6N0’: BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc:925:1: error: BUILDSTDERR: warning: label ‘_c6N0’ defined but not used [-Wunused-label] BUILDSTDERR: 925 | _c6N0: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 925 | _c6N0: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc: In function ‘s6FF_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc:953:1: error: BUILDSTDERR: warning: label ‘_c6Nh’ defined but not used [-Wunused-label] BUILDSTDERR: 953 | _c6Nh: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 953 | _c6Nh: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdwzdcembed_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc:988:1: error: BUILDSTDERR: warning: label ‘_c6Nn’ defined but not used [-Wunused-label] BUILDSTDERR: 988 | _c6Nn: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 988 | _c6Nn: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMMonadErrorT1_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc:1028:1: error: BUILDSTDERR: warning: label ‘_c6Nw’ defined but not used [-Wunused-label] BUILDSTDERR: 1028 | _c6Nw: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1028 | _c6Nw: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMMonadErrorT_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc:1055:1: error: BUILDSTDERR: warning: label ‘_c6ND’ defined but not used [-Wunused-label] BUILDSTDERR: 1055 | _c6ND: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1055 | _c6ND: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc: In function ‘s6FT_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc:1077:1: error: BUILDSTDERR: warning: label ‘_c6O0’ defined but not used [-Wunused-label] BUILDSTDERR: 1077 | _c6O0: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1077 | _c6O0: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc: In function ‘_c6NT’: BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc:1105:1: error: BUILDSTDERR: warning: label ‘_c6NT’ defined but not used [-Wunused-label] BUILDSTDERR: 1105 | _c6NT: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1105 | _c6NT: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc: In function ‘s6FU_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc:1133:1: error: BUILDSTDERR: warning: label ‘_c6Oa’ defined but not used [-Wunused-label] BUILDSTDERR: 1133 | _c6Oa: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1133 | _c6Oa: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMMonadExceptT1_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc:1168:1: error: BUILDSTDERR: warning: label ‘_c6Og’ defined but not used [-Wunused-label] BUILDSTDERR: 1168 | _c6Og: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1168 | _c6Og: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMMonadIdentityTzuzdcembed_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc:1215:1: error: BUILDSTDERR: warning: label ‘_c6Op’ defined but not used [-Wunused-label] BUILDSTDERR: 1215 | _c6Op: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1215 | _c6Op: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc: In function ‘r6E1_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc:1234:1: error: BUILDSTDERR: warning: label ‘_c6Ow’ defined but not used [-Wunused-label] BUILDSTDERR: 1234 | _c6Ow: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1234 | _c6Ow: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc: In function ‘s6G4_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc:1263:1: error: BUILDSTDERR: warning: label ‘_c6ON’ defined but not used [-Wunused-label] BUILDSTDERR: 1263 | _c6ON: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1263 | _c6ON: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMMonadListT2_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc:1287:1: error: BUILDSTDERR: warning: label ‘_c6OU’ defined but not used [-Wunused-label] BUILDSTDERR: 1287 | _c6OU: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1287 | _c6OU: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc: In function ‘_c6OD’: BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc:1317:1: error: BUILDSTDERR: warning: label ‘_c6OD’ defined but not used [-Wunused-label] BUILDSTDERR: 1317 | _c6OD: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1317 | _c6OD: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc: In function ‘s6Ga_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc:1360:1: error: BUILDSTDERR: warning: label ‘_c6Pg’ defined but not used [-Wunused-label] BUILDSTDERR: 1360 | _c6Pg: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1360 | _c6Pg: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc: In function ‘s6Gb_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc:1386:1: error: BUILDSTDERR: warning: label ‘_c6Pj’ defined but not used [-Wunused-label] BUILDSTDERR: 1386 | _c6Pj: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1386 | _c6Pj: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMMonadListT1_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc:1421:1: error: BUILDSTDERR: warning: label ‘_c6Pp’ defined but not used [-Wunused-label] BUILDSTDERR: 1421 | _c6Pp: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1421 | _c6Pp: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc: In function ‘s6Gj_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc:1471:1: error: BUILDSTDERR: warning: label ‘_c6PO’ defined but not used [-Wunused-label] BUILDSTDERR: 1471 | _c6PO: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1471 | _c6PO: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc: In function ‘_c6PH’: BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc:1500:1: error: BUILDSTDERR: warning: label ‘_c6PH’ defined but not used [-Wunused-label] BUILDSTDERR: 1500 | _c6PH: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1500 | _c6PH: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc: In function ‘s6Gk_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc:1528:1: error: BUILDSTDERR: warning: label ‘_c6PY’ defined but not used [-Wunused-label] BUILDSTDERR: 1528 | _c6PY: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1528 | _c6PY: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMMonadMaybeT1_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc:1563:1: error: BUILDSTDERR: warning: label ‘_c6Q4’ defined but not used [-Wunused-label] BUILDSTDERR: 1563 | _c6Q4: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1563 | _c6Q4: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMMonadReaderT1_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc:1611:1: error: BUILDSTDERR: warning: label ‘_c6Qe’ defined but not used [-Wunused-label] BUILDSTDERR: 1611 | _c6Qe: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1611 | _c6Qe: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc: In function ‘r6E2_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc:1641:1: error: BUILDSTDERR: warning: label ‘_c6Qn’ defined but not used [-Wunused-label] BUILDSTDERR: 1641 | _c6Qn: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1641 | _c6Qn: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc: In function ‘s6Gz_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc:1671:1: error: BUILDSTDERR: warning: label ‘_c6QG’ defined but not used [-Wunused-label] BUILDSTDERR: 1671 | _c6QG: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1671 | _c6QG: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc: In function ‘_c6QD’: BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc:1701:1: error: BUILDSTDERR: warning: label ‘_c6QD’ defined but not used [-Wunused-label] BUILDSTDERR: 1701 | _c6QD: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1701 | _c6QD: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc: In function ‘_c6QJ’: BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc:1726:1: error: BUILDSTDERR: warning: label ‘_c6QJ’ defined but not used [-Wunused-label] BUILDSTDERR: 1726 | _c6QJ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1726 | _c6QJ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc: In function ‘s6GV_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc:1758:1: error: BUILDSTDERR: warning: label ‘_c6R3’ defined but not used [-Wunused-label] BUILDSTDERR: 1758 | _c6R3: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1758 | _c6R3: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc: In function ‘s6GX_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc:1803:1: error: BUILDSTDERR: warning: label ‘_c6Ra’ defined but not used [-Wunused-label] BUILDSTDERR: 1803 | _c6Ra: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1803 | _c6Ra: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMMonadWriterT2_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc:1848:1: error: BUILDSTDERR: warning: label ‘_c6Rg’ defined but not used [-Wunused-label] BUILDSTDERR: 1848 | _c6Rg: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1848 | _c6Rg: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc: In function ‘s6H0_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc:1885:1: error: BUILDSTDERR: warning: label ‘_c6Ru’ defined but not used [-Wunused-label] BUILDSTDERR: 1885 | _c6Ru: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1885 | _c6Ru: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc: In function ‘s6GZ_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc:1907:1: error: BUILDSTDERR: warning: label ‘_c6RC’ defined but not used [-Wunused-label] BUILDSTDERR: 1907 | _c6RC: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1907 | _c6RC: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMMonadWriterT0_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc:1933:1: error: BUILDSTDERR: warning: label ‘_c6RG’ defined but not used [-Wunused-label] BUILDSTDERR: 1933 | _c6RG: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1933 | _c6RG: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc: In function ‘s6Hd_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc:1970:1: error: BUILDSTDERR: warning: label ‘_c6S8’ defined but not used [-Wunused-label] BUILDSTDERR: 1970 | _c6S8: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1970 | _c6S8: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc: In function ‘s6Hf_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc:1998:1: error: BUILDSTDERR: warning: label ‘_c6Sb’ defined but not used [-Wunused-label] BUILDSTDERR: 1998 | _c6Sb: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1998 | _c6Sb: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc: In function ‘_c6RU’: BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc:2028:1: error: BUILDSTDERR: warning: label ‘_c6RU’ defined but not used [-Wunused-label] BUILDSTDERR: 2028 | _c6RU: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2028 | _c6RU: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc: In function ‘_c6RZ’: BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc:2055:1: error: BUILDSTDERR: warning: label ‘_c6RZ’ defined but not used [-Wunused-label] BUILDSTDERR: 2055 | _c6RZ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2055 | _c6RZ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMMonadWriterT1_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc:2092:1: error: BUILDSTDERR: warning: label ‘_c6Sm’ defined but not used [-Wunused-label] BUILDSTDERR: 2092 | _c6Sm: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2092 | _c6Sm: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc: In function ‘s6Hi_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc:2129:1: error: BUILDSTDERR: warning: label ‘_c6SA’ defined but not used [-Wunused-label] BUILDSTDERR: 2129 | _c6SA: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2129 | _c6SA: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc: In function ‘s6Hh_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc:2151:1: error: BUILDSTDERR: warning: label ‘_c6SI’ defined but not used [-Wunused-label] BUILDSTDERR: 2151 | _c6SI: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2151 | _c6SI: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMMonadWriterT_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc:2177:1: error: BUILDSTDERR: warning: label ‘_c6SM’ defined but not used [-Wunused-label] BUILDSTDERR: 2177 | _c6SM: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2177 | _c6SM: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_generalizze_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc:2214:1: error: BUILDSTDERR: warning: label ‘_c6SV’ defined but not used [-Wunused-label] BUILDSTDERR: 2214 | _c6SV: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2214 | _c6SV: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_squash_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc:2242:1: error: BUILDSTDERR: warning: label ‘_c6T2’ defined but not used [-Wunused-label] BUILDSTDERR: 2242 | _c6T2: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2242 | _c6T2: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zgzbzg_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc:2271:1: error: BUILDSTDERR: warning: label ‘_c6Ta’ defined but not used [-Wunused-label] BUILDSTDERR: 2271 | _c6Ta: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2271 | _c6Ta: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zlzbzl_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc:2307:1: error: BUILDSTDERR: warning: label ‘_c6Tk’ defined but not used [-Wunused-label] BUILDSTDERR: 2307 | _c6Tk: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2307 | _c6Tk: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zezlzb_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc:2344:1: error: BUILDSTDERR: warning: label ‘_c6Tt’ defined but not used [-Wunused-label] BUILDSTDERR: 2344 | _c6Tt: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2344 | _c6Tt: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zbzgze_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc:2375:1: error: BUILDSTDERR: warning: label ‘_c6TA’ defined but not used [-Wunused-label] BUILDSTDERR: 2375 | _c6TA: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2375 | _c6TA: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_CZCMMonad_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc:2508:1: error: BUILDSTDERR: warning: label ‘_c6TI’ defined but not used [-Wunused-label] BUILDSTDERR: 2508 | _c6TI: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2508 | _c6TI: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_CZCMMonad_con_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc:2534:1: error: BUILDSTDERR: warning: label ‘_c6TN’ defined but not used [-Wunused-label] BUILDSTDERR: 2534 | _c6TN: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2534 | _c6TN: BUILDSTDERR: | ^ BUILDSTDERR: At top level: BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc:2545:22: error: BUILDSTDERR: warning: ‘S6TP_srt’ defined but not used [-Wunused-const-variable=] BUILDSTDERR: 2545 | static const StgWord S6TP_srt[]__attribute__((aligned(8)))= { BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: | BUILDSTDERR: 2545 | static const StgWord S6TP_srt[]__attribute__((aligned(8)))= { BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_4.hc:654:16: error: BUILDSTDERR: warning: ‘r6DZ_closure’ defined but not used [-Wunused-variable] BUILDSTDERR: 654 | static StgWord r6DZ_closure[]__attribute__((aligned(8)))= { BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: | BUILDSTDERR: 654 | static StgWord r6DZ_closure[]__attribute__((aligned(8)))= { BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdp1MMonad_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc:15:1: error: BUILDSTDERR: warning: label ‘_c6Xu’ defined but not used [-Wunused-label] BUILDSTDERR: 15 | _c6Xu: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 15 | _c6Xu: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc: In function ‘_c6Xr’: BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc:34:1: error: BUILDSTDERR: warning: label ‘_c6Xr’ defined but not used [-Wunused-label] BUILDSTDERR: 34 | _c6Xr: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 34 | _c6Xr: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdp2MMonad_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc:56:1: error: BUILDSTDERR: warning: label ‘_c6XI’ defined but not used [-Wunused-label] BUILDSTDERR: 56 | _c6XI: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 56 | _c6XI: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc: In function ‘_c6XF’: BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc:75:1: error: BUILDSTDERR: warning: label ‘_c6XF’ defined but not used [-Wunused-label] BUILDSTDERR: 75 | _c6XF: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 75 | _c6XF: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_embed_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc:97:1: error: BUILDSTDERR: warning: label ‘_c6XW’ defined but not used [-Wunused-label] BUILDSTDERR: 97 | _c6XW: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 97 | _c6XW: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc: In function ‘_c6XT’: BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc:116:1: error: BUILDSTDERR: warning: label ‘_c6XT’ defined but not used [-Wunused-label] BUILDSTDERR: 116 | _c6XT: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 116 | _c6XT: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_hoist_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc:135:1: error: BUILDSTDERR: warning: label ‘_c6Y7’ defined but not used [-Wunused-label] BUILDSTDERR: 135 | _c6Y7: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 135 | _c6Y7: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMFunctorTYPEErrorT1_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc:154:1: error: BUILDSTDERR: warning: label ‘_c6Ye’ defined but not used [-Wunused-label] BUILDSTDERR: 154 | _c6Ye: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 154 | _c6Ye: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMFunctorTYPEErrorT_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc:174:1: error: BUILDSTDERR: warning: label ‘_c6Yl’ defined but not used [-Wunused-label] BUILDSTDERR: 174 | _c6Yl: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 174 | _c6Yl: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMFunctorTYPEExceptT1_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc:191:1: error: BUILDSTDERR: warning: label ‘_c6Ys’ defined but not used [-Wunused-label] BUILDSTDERR: 191 | _c6Ys: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 191 | _c6Ys: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMFunctorTYPEExceptT_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc:211:1: error: BUILDSTDERR: warning: label ‘_c6Yz’ defined but not used [-Wunused-label] BUILDSTDERR: 211 | _c6Yz: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 211 | _c6Yz: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMFunctorTYPEIdentityT1_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc:228:1: error: BUILDSTDERR: warning: label ‘_c6YG’ defined but not used [-Wunused-label] BUILDSTDERR: 228 | _c6YG: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 228 | _c6YG: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMFunctorTYPEIdentityT_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc:248:1: error: BUILDSTDERR: warning: label ‘_c6YN’ defined but not used [-Wunused-label] BUILDSTDERR: 248 | _c6YN: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 248 | _c6YN: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMFunctorTYPEListT1_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc:265:1: error: BUILDSTDERR: warning: label ‘_c6YU’ defined but not used [-Wunused-label] BUILDSTDERR: 265 | _c6YU: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 265 | _c6YU: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMFunctorTYPEListT_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc:285:1: error: BUILDSTDERR: warning: label ‘_c6Z1’ defined but not used [-Wunused-label] BUILDSTDERR: 285 | _c6Z1: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 285 | _c6Z1: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMFunctorTYPEMaybeT1_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc:302:1: error: BUILDSTDERR: warning: label ‘_c6Z8’ defined but not used [-Wunused-label] BUILDSTDERR: 302 | _c6Z8: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 302 | _c6Z8: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMFunctorTYPEMaybeT_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc:322:1: error: BUILDSTDERR: warning: label ‘_c6Zf’ defined but not used [-Wunused-label] BUILDSTDERR: 322 | _c6Zf: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 322 | _c6Zf: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMFunctorTYPEReaderT1_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc:340:1: error: BUILDSTDERR: warning: label ‘_c6Zn’ defined but not used [-Wunused-label] BUILDSTDERR: 340 | _c6Zn: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 340 | _c6Zn: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMFunctorTYPEReaderT_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc:371:1: error: BUILDSTDERR: warning: label ‘_c6Zw’ defined but not used [-Wunused-label] BUILDSTDERR: 371 | _c6Zw: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 371 | _c6Zw: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMFunctorTYPERWST2_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc:389:1: error: BUILDSTDERR: warning: label ‘_c6ZE’ defined but not used [-Wunused-label] BUILDSTDERR: 389 | _c6ZE: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 389 | _c6ZE: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMFunctorTYPERWST0_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc:421:1: error: BUILDSTDERR: warning: label ‘_c6ZN’ defined but not used [-Wunused-label] BUILDSTDERR: 421 | _c6ZN: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 421 | _c6ZN: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMFunctorTYPERWST1_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc:439:1: error: BUILDSTDERR: warning: label ‘_c6ZV’ defined but not used [-Wunused-label] BUILDSTDERR: 439 | _c6ZV: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 439 | _c6ZV: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMFunctorTYPERWST_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc:471:1: error: BUILDSTDERR: warning: label ‘_c704’ defined but not used [-Wunused-label] BUILDSTDERR: 471 | _c704: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 471 | _c704: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMFunctorTYPEStateT2_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc:489:1: error: BUILDSTDERR: warning: label ‘_c70c’ defined but not used [-Wunused-label] BUILDSTDERR: 489 | _c70c: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 489 | _c70c: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMFunctorTYPEStateT0_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc:520:1: error: BUILDSTDERR: warning: label ‘_c70l’ defined but not used [-Wunused-label] BUILDSTDERR: 520 | _c70l: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 520 | _c70l: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMFunctorTYPEStateT1_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc:538:1: error: BUILDSTDERR: warning: label ‘_c70t’ defined but not used [-Wunused-label] BUILDSTDERR: 538 | _c70t: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 538 | _c70t: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMFunctorTYPEStateT_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc:569:1: error: BUILDSTDERR: warning: label ‘_c70C’ defined but not used [-Wunused-label] BUILDSTDERR: 569 | _c70C: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 569 | _c70C: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMFunctorTYPEWriterT2_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc:586:1: error: BUILDSTDERR: warning: label ‘_c70J’ defined but not used [-Wunused-label] BUILDSTDERR: 586 | _c70J: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 586 | _c70J: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMFunctorTYPEWriterT0_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc:606:1: error: BUILDSTDERR: warning: label ‘_c70Q’ defined but not used [-Wunused-label] BUILDSTDERR: 606 | _c70Q: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 606 | _c70Q: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMFunctorTYPEWriterT1_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc:623:1: error: BUILDSTDERR: warning: label ‘_c70X’ defined but not used [-Wunused-label] BUILDSTDERR: 623 | _c70X: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 623 | _c70X: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMFunctorTYPEWriterT_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc:643:1: error: BUILDSTDERR: warning: label ‘_c714’ defined but not used [-Wunused-label] BUILDSTDERR: 643 | _c714: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 643 | _c714: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc: In function ‘r6DZ_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc:661:1: error: BUILDSTDERR: warning: label ‘_c71b’ defined but not used [-Wunused-label] BUILDSTDERR: 661 | _c71b: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 661 | _c71b: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMFunctorTYPECompose_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc:680:1: error: BUILDSTDERR: warning: label ‘_c71i’ defined but not used [-Wunused-label] BUILDSTDERR: 680 | _c71i: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 680 | _c71i: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMFunctorTYPEProductzuzdchoist_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc:699:1: error: BUILDSTDERR: warning: label ‘_c71s’ defined but not used [-Wunused-label] BUILDSTDERR: 699 | _c71s: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 699 | _c71s: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc: In function ‘_c71p’: BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc:721:1: error: BUILDSTDERR: warning: label ‘_c71p’ defined but not used [-Wunused-label] BUILDSTDERR: 721 | _c71p: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 721 | _c71p: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMFunctorTYPEProduct_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc:757:1: error: BUILDSTDERR: warning: label ‘_c71H’ defined but not used [-Wunused-label] BUILDSTDERR: 757 | _c71H: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 757 | _c71H: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMFunctorTYPEBackwards1_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc:774:1: error: BUILDSTDERR: warning: label ‘_c71O’ defined but not used [-Wunused-label] BUILDSTDERR: 774 | _c71O: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 774 | _c71O: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMFunctorTYPEBackwards_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc:794:1: error: BUILDSTDERR: warning: label ‘_c71V’ defined but not used [-Wunused-label] BUILDSTDERR: 794 | _c71V: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 794 | _c71V: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMFunctorTYPELiftzuzdchoist_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc:813:1: error: BUILDSTDERR: warning: label ‘_c729’ defined but not used [-Wunused-label] BUILDSTDERR: 813 | _c729: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 813 | _c729: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc: In function ‘_c722’: BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc:834:1: error: BUILDSTDERR: warning: label ‘_c722’ defined but not used [-Wunused-label] BUILDSTDERR: 834 | _c722: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 834 | _c722: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMFunctorTYPELift_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc:877:1: error: BUILDSTDERR: warning: label ‘_c72r’ defined but not used [-Wunused-label] BUILDSTDERR: 877 | _c72r: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 877 | _c72r: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc: In function ‘s6Vl_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc:897:1: error: BUILDSTDERR: warning: label ‘_c72O’ defined but not used [-Wunused-label] BUILDSTDERR: 897 | _c72O: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 897 | _c72O: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc: In function ‘_c72H’: BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc:925:1: error: BUILDSTDERR: warning: label ‘_c72H’ defined but not used [-Wunused-label] BUILDSTDERR: 925 | _c72H: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 925 | _c72H: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc: In function ‘s6Vm_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc:953:1: error: BUILDSTDERR: warning: label ‘_c72Y’ defined but not used [-Wunused-label] BUILDSTDERR: 953 | _c72Y: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 953 | _c72Y: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdwzdcembed_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc:988:1: error: BUILDSTDERR: warning: label ‘_c734’ defined but not used [-Wunused-label] BUILDSTDERR: 988 | _c734: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 988 | _c734: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMMonadErrorT1_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc:1028:1: error: BUILDSTDERR: warning: label ‘_c73d’ defined but not used [-Wunused-label] BUILDSTDERR: 1028 | _c73d: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1028 | _c73d: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMMonadErrorT_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc:1055:1: error: BUILDSTDERR: warning: label ‘_c73k’ defined but not used [-Wunused-label] BUILDSTDERR: 1055 | _c73k: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1055 | _c73k: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc: In function ‘s6VA_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc:1077:1: error: BUILDSTDERR: warning: label ‘_c73H’ defined but not used [-Wunused-label] BUILDSTDERR: 1077 | _c73H: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1077 | _c73H: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc: In function ‘_c73A’: BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc:1105:1: error: BUILDSTDERR: warning: label ‘_c73A’ defined but not used [-Wunused-label] BUILDSTDERR: 1105 | _c73A: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1105 | _c73A: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc: In function ‘s6VB_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc:1133:1: error: BUILDSTDERR: warning: label ‘_c73R’ defined but not used [-Wunused-label] BUILDSTDERR: 1133 | _c73R: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1133 | _c73R: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMMonadExceptT1_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc:1168:1: error: BUILDSTDERR: warning: label ‘_c73X’ defined but not used [-Wunused-label] BUILDSTDERR: 1168 | _c73X: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1168 | _c73X: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMMonadIdentityTzuzdcembed_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc:1215:1: error: BUILDSTDERR: warning: label ‘_c746’ defined but not used [-Wunused-label] BUILDSTDERR: 1215 | _c746: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1215 | _c746: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc: In function ‘r6E1_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc:1234:1: error: BUILDSTDERR: warning: label ‘_c74d’ defined but not used [-Wunused-label] BUILDSTDERR: 1234 | _c74d: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1234 | _c74d: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc: In function ‘s6VL_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc:1263:1: error: BUILDSTDERR: warning: label ‘_c74u’ defined but not used [-Wunused-label] BUILDSTDERR: 1263 | _c74u: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1263 | _c74u: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMMonadListT2_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc:1287:1: error: BUILDSTDERR: warning: label ‘_c74B’ defined but not used [-Wunused-label] BUILDSTDERR: 1287 | _c74B: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1287 | _c74B: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc: In function ‘_c74k’: BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc:1317:1: error: BUILDSTDERR: warning: label ‘_c74k’ defined but not used [-Wunused-label] BUILDSTDERR: 1317 | _c74k: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1317 | _c74k: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc: In function ‘s6VR_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc:1360:1: error: BUILDSTDERR: warning: label ‘_c74X’ defined but not used [-Wunused-label] BUILDSTDERR: 1360 | _c74X: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1360 | _c74X: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc: In function ‘s6VS_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc:1386:1: error: BUILDSTDERR: warning: label ‘_c750’ defined but not used [-Wunused-label] BUILDSTDERR: 1386 | _c750: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1386 | _c750: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMMonadListT1_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc:1421:1: error: BUILDSTDERR: warning: label ‘_c756’ defined but not used [-Wunused-label] BUILDSTDERR: 1421 | _c756: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1421 | _c756: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc: In function ‘s6W0_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc:1471:1: error: BUILDSTDERR: warning: label ‘_c75v’ defined but not used [-Wunused-label] BUILDSTDERR: 1471 | _c75v: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1471 | _c75v: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc: In function ‘_c75o’: BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc:1500:1: error: BUILDSTDERR: warning: label ‘_c75o’ defined but not used [-Wunused-label] BUILDSTDERR: 1500 | _c75o: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1500 | _c75o: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc: In function ‘s6W1_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc:1528:1: error: BUILDSTDERR: warning: label ‘_c75F’ defined but not used [-Wunused-label] BUILDSTDERR: 1528 | _c75F: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1528 | _c75F: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMMonadMaybeT1_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc:1563:1: error: BUILDSTDERR: warning: label ‘_c75L’ defined but not used [-Wunused-label] BUILDSTDERR: 1563 | _c75L: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1563 | _c75L: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMMonadReaderT1_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc:1611:1: error: BUILDSTDERR: warning: label ‘_c75V’ defined but not used [-Wunused-label] BUILDSTDERR: 1611 | _c75V: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1611 | _c75V: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc: In function ‘r6E2_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc:1641:1: error: BUILDSTDERR: warning: label ‘_c764’ defined but not used [-Wunused-label] BUILDSTDERR: 1641 | _c764: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1641 | _c764: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc: In function ‘s6Wg_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc:1671:1: error: BUILDSTDERR: warning: label ‘_c76n’ defined but not used [-Wunused-label] BUILDSTDERR: 1671 | _c76n: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1671 | _c76n: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc: In function ‘_c76k’: BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc:1701:1: error: BUILDSTDERR: warning: label ‘_c76k’ defined but not used [-Wunused-label] BUILDSTDERR: 1701 | _c76k: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1701 | _c76k: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc: In function ‘_c76q’: BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc:1726:1: error: BUILDSTDERR: warning: label ‘_c76q’ defined but not used [-Wunused-label] BUILDSTDERR: 1726 | _c76q: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1726 | _c76q: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc: In function ‘s6WC_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc:1758:1: error: BUILDSTDERR: warning: label ‘_c76K’ defined but not used [-Wunused-label] BUILDSTDERR: 1758 | _c76K: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1758 | _c76K: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc: In function ‘s6WE_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc:1803:1: error: BUILDSTDERR: warning: label ‘_c76R’ defined but not used [-Wunused-label] BUILDSTDERR: 1803 | _c76R: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1803 | _c76R: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMMonadWriterT2_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc:1848:1: error: BUILDSTDERR: warning: label ‘_c76X’ defined but not used [-Wunused-label] BUILDSTDERR: 1848 | _c76X: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1848 | _c76X: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc: In function ‘s6WH_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc:1885:1: error: BUILDSTDERR: warning: label ‘_c77b’ defined but not used [-Wunused-label] BUILDSTDERR: 1885 | _c77b: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1885 | _c77b: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc: In function ‘s6WG_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc:1907:1: error: BUILDSTDERR: warning: label ‘_c77j’ defined but not used [-Wunused-label] BUILDSTDERR: 1907 | _c77j: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1907 | _c77j: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMMonadWriterT0_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc:1933:1: error: BUILDSTDERR: warning: label ‘_c77n’ defined but not used [-Wunused-label] BUILDSTDERR: 1933 | _c77n: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1933 | _c77n: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc: In function ‘s6WU_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc:1970:1: error: BUILDSTDERR: warning: label ‘_c77P’ defined but not used [-Wunused-label] BUILDSTDERR: 1970 | _c77P: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1970 | _c77P: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc: In function ‘s6WW_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc:1998:1: error: BUILDSTDERR: warning: label ‘_c77S’ defined but not used [-Wunused-label] BUILDSTDERR: 1998 | _c77S: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1998 | _c77S: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc: In function ‘_c77B’: BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc:2028:1: error: BUILDSTDERR: warning: label ‘_c77B’ defined but not used [-Wunused-label] BUILDSTDERR: 2028 | _c77B: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2028 | _c77B: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc: In function ‘_c77G’: BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc:2055:1: error: BUILDSTDERR: warning: label ‘_c77G’ defined but not used [-Wunused-label] BUILDSTDERR: 2055 | _c77G: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2055 | _c77G: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMMonadWriterT1_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc:2092:1: error: BUILDSTDERR: warning: label ‘_c783’ defined but not used [-Wunused-label] BUILDSTDERR: 2092 | _c783: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2092 | _c783: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc: In function ‘s6WZ_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc:2129:1: error: BUILDSTDERR: warning: label ‘_c78h’ defined but not used [-Wunused-label] BUILDSTDERR: 2129 | _c78h: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2129 | _c78h: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc: In function ‘s6WY_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc:2151:1: error: BUILDSTDERR: warning: label ‘_c78p’ defined but not used [-Wunused-label] BUILDSTDERR: 2151 | _c78p: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2151 | _c78p: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMMonadWriterT_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc:2177:1: error: BUILDSTDERR: warning: label ‘_c78t’ defined but not used [-Wunused-label] BUILDSTDERR: 2177 | _c78t: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2177 | _c78t: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_generalizze_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc:2214:1: error: BUILDSTDERR: warning: label ‘_c78C’ defined but not used [-Wunused-label] BUILDSTDERR: 2214 | _c78C: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2214 | _c78C: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_squash_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc:2242:1: error: BUILDSTDERR: warning: label ‘_c78J’ defined but not used [-Wunused-label] BUILDSTDERR: 2242 | _c78J: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2242 | _c78J: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zgzbzg_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc:2271:1: error: BUILDSTDERR: warning: label ‘_c78R’ defined but not used [-Wunused-label] BUILDSTDERR: 2271 | _c78R: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2271 | _c78R: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zlzbzl_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc:2307:1: error: BUILDSTDERR: warning: label ‘_c791’ defined but not used [-Wunused-label] BUILDSTDERR: 2307 | _c791: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2307 | _c791: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zezlzb_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc:2344:1: error: BUILDSTDERR: warning: label ‘_c79a’ defined but not used [-Wunused-label] BUILDSTDERR: 2344 | _c79a: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2344 | _c79a: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zbzgze_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc:2375:1: error: BUILDSTDERR: warning: label ‘_c79h’ defined but not used [-Wunused-label] BUILDSTDERR: 2375 | _c79h: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2375 | _c79h: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_CZCMMonad_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc:2508:1: error: BUILDSTDERR: warning: label ‘_c79p’ defined but not used [-Wunused-label] BUILDSTDERR: 2508 | _c79p: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2508 | _c79p: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_CZCMMonad_con_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc:2534:1: error: BUILDSTDERR: warning: label ‘_c79u’ defined but not used [-Wunused-label] BUILDSTDERR: 2534 | _c79u: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2534 | _c79u: BUILDSTDERR: | ^ BUILDSTDERR: At top level: BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc:2545:22: error: BUILDSTDERR: warning: ‘S79w_srt’ defined but not used [-Wunused-const-variable=] BUILDSTDERR: 2545 | static const StgWord S79w_srt[]__attribute__((aligned(8)))= { BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: | BUILDSTDERR: 2545 | static const StgWord S79w_srt[]__attribute__((aligned(8)))= { BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_8.hc:654:16: error: BUILDSTDERR: warning: ‘r6DZ_closure’ defined but not used [-Wunused-variable] BUILDSTDERR: 654 | static StgWord r6DZ_closure[]__attribute__((aligned(8)))= { BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: | BUILDSTDERR: 654 | static StgWord r6DZ_closure[]__attribute__((aligned(8)))= { BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbKI_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:16:1: error: BUILDSTDERR: warning: label ‘_cbRf’ defined but not used [-Wunused-label] BUILDSTDERR: 16 | _cbRf: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 16 | _cbRf: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbKN_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:55:1: error: BUILDSTDERR: warning: label ‘_cbRr’ defined but not used [-Wunused-label] BUILDSTDERR: 55 | _cbRr: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 55 | _cbRr: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfMonadTransComposeTzuzdclift_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:86:1: error: BUILDSTDERR: warning: label ‘_cbRw’ defined but not used [-Wunused-label] BUILDSTDERR: 86 | _cbRw: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 86 | _cbRw: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfMonadTransComposeT_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:124:1: error: BUILDSTDERR: warning: label ‘_cbRF’ defined but not used [-Wunused-label] BUILDSTDERR: 124 | _cbRF: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 124 | _cbRF: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbKS_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:141:1: error: BUILDSTDERR: warning: label ‘_cbRR’ defined but not used [-Wunused-label] BUILDSTDERR: 141 | _cbRR: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 141 | _cbRR: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfFunctorComposeT1_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:158:1: error: BUILDSTDERR: warning: label ‘_cbRU’ defined but not used [-Wunused-label] BUILDSTDERR: 158 | _cbRU: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 158 | _cbRU: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbKX_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:194:1: error: BUILDSTDERR: warning: label ‘_cbS8’ defined but not used [-Wunused-label] BUILDSTDERR: 194 | _cbS8: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 194 | _cbS8: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbKW_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:216:1: error: BUILDSTDERR: warning: label ‘_cbSg’ defined but not used [-Wunused-label] BUILDSTDERR: 216 | _cbSg: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 216 | _cbSg: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfFunctorComposeT_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:242:1: error: BUILDSTDERR: warning: label ‘_cbSk’ defined but not used [-Wunused-label] BUILDSTDERR: 242 | _cbSk: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 242 | _cbSk: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbKZ_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:278:1: error: BUILDSTDERR: warning: label ‘_cbSx’ defined but not used [-Wunused-label] BUILDSTDERR: 278 | _cbSx: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 278 | _cbSx: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfApplicativeComposeTzuzdcp1Applicative_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:303:1: error: BUILDSTDERR: warning: label ‘_cbSA’ defined but not used [-Wunused-label] BUILDSTDERR: 303 | _cbSA: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 303 | _cbSA: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbL3_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:333:1: error: BUILDSTDERR: warning: label ‘_cbSP’ defined but not used [-Wunused-label] BUILDSTDERR: 333 | _cbSP: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 333 | _cbSP: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘_cbSN’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:359:1: error: BUILDSTDERR: warning: label ‘_cbSN’ defined but not used [-Wunused-label] BUILDSTDERR: 359 | _cbSN: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 359 | _cbSN: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbL6_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:376:1: error: BUILDSTDERR: warning: label ‘_cbT0’ defined but not used [-Wunused-label] BUILDSTDERR: 376 | _cbT0: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 376 | _cbT0: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfApplicativeComposeTzuzdcliftA2_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:402:1: error: BUILDSTDERR: warning: label ‘_cbT3’ defined but not used [-Wunused-label] BUILDSTDERR: 402 | _cbT3: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 402 | _cbT3: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbLk_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:438:1: error: BUILDSTDERR: warning: label ‘_cbTh’ defined but not used [-Wunused-label] BUILDSTDERR: 438 | _cbTh: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 438 | _cbTh: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbLh_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:461:1: error: BUILDSTDERR: warning: label ‘_cbTp’ defined but not used [-Wunused-label] BUILDSTDERR: 461 | _cbTp: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 461 | _cbTp: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbLe_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:484:1: error: BUILDSTDERR: warning: label ‘_cbTx’ defined but not used [-Wunused-label] BUILDSTDERR: 484 | _cbTx: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 484 | _cbTx: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbLd_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:506:1: error: BUILDSTDERR: warning: label ‘_cbTF’ defined but not used [-Wunused-label] BUILDSTDERR: 506 | _cbTF: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 506 | _cbTF: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbLa_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:529:1: error: BUILDSTDERR: warning: label ‘_cbTN’ defined but not used [-Wunused-label] BUILDSTDERR: 529 | _cbTN: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 529 | _cbTN: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbL8_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:552:1: error: BUILDSTDERR: warning: label ‘_cbTU’ defined but not used [-Wunused-label] BUILDSTDERR: 552 | _cbTU: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 552 | _cbTU: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfApplicativeComposeT_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:583:1: error: BUILDSTDERR: warning: label ‘_cbTY’ defined but not used [-Wunused-label] BUILDSTDERR: 583 | _cbTY: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 583 | _cbTY: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbLm_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:631:1: error: BUILDSTDERR: warning: label ‘_cbUb’ defined but not used [-Wunused-label] BUILDSTDERR: 631 | _cbUb: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 631 | _cbUb: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfAlternativeComposeTzuzdcp1Alternative_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:656:1: error: BUILDSTDERR: warning: label ‘_cbUe’ defined but not used [-Wunused-label] BUILDSTDERR: 656 | _cbUe: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 656 | _cbUe: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbLt_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:686:1: error: BUILDSTDERR: warning: label ‘_cbUD’ defined but not used [-Wunused-label] BUILDSTDERR: 686 | _cbUD: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 686 | _cbUD: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbLu_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:716:1: error: BUILDSTDERR: warning: label ‘_cbUG’ defined but not used [-Wunused-label] BUILDSTDERR: 716 | _cbUG: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 716 | _cbUG: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbLs_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:755:1: error: BUILDSTDERR: warning: label ‘_cbUR’ defined but not used [-Wunused-label] BUILDSTDERR: 755 | _cbUR: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 755 | _cbUR: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘_cbUP’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:781:1: error: BUILDSTDERR: warning: label ‘_cbUP’ defined but not used [-Wunused-label] BUILDSTDERR: 781 | _cbUP: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 781 | _cbUP: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbLp_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:801:1: error: BUILDSTDERR: warning: label ‘_cbUX’ defined but not used [-Wunused-label] BUILDSTDERR: 801 | _cbUX: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 801 | _cbUX: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘_cbUr’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:832:1: error: BUILDSTDERR: warning: label ‘_cbUr’ defined but not used [-Wunused-label] BUILDSTDERR: 832 | _cbUr: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 832 | _cbUr: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfAlternativeComposeTzuzdcsome_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:865:1: error: BUILDSTDERR: warning: label ‘_cbV3’ defined but not used [-Wunused-label] BUILDSTDERR: 865 | _cbV3: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 865 | _cbV3: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbLy_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:896:1: error: BUILDSTDERR: warning: label ‘_cbVk’ defined but not used [-Wunused-label] BUILDSTDERR: 896 | _cbVk: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 896 | _cbVk: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbLC_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:921:1: error: BUILDSTDERR: warning: label ‘_cbVr’ defined but not used [-Wunused-label] BUILDSTDERR: 921 | _cbVr: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 921 | _cbVr: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbLA_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:948:1: error: BUILDSTDERR: warning: label ‘_cbVE’ defined but not used [-Wunused-label] BUILDSTDERR: 948 | _cbVE: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 948 | _cbVE: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘_cbVC’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:974:1: error: BUILDSTDERR: warning: label ‘_cbVC’ defined but not used [-Wunused-label] BUILDSTDERR: 974 | _cbVC: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 974 | _cbVC: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbLB_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:996:1: error: BUILDSTDERR: warning: label ‘_cbVK’ defined but not used [-Wunused-label] BUILDSTDERR: 996 | _cbVK: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 996 | _cbVK: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbLx_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:1041:1: error: BUILDSTDERR: warning: label ‘_cbVP’ defined but not used [-Wunused-label] BUILDSTDERR: 1041 | _cbVP: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1041 | _cbVP: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfAlternativeComposeTzuzdcmany_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:1085:1: error: BUILDSTDERR: warning: label ‘_cbVU’ defined but not used [-Wunused-label] BUILDSTDERR: 1085 | _cbVU: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1085 | _cbVU: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbLK_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:1116:1: error: BUILDSTDERR: warning: label ‘_cbW8’ defined but not used [-Wunused-label] BUILDSTDERR: 1116 | _cbW8: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1116 | _cbW8: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbLJ_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:1138:1: error: BUILDSTDERR: warning: label ‘_cbWg’ defined but not used [-Wunused-label] BUILDSTDERR: 1138 | _cbWg: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1138 | _cbWg: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbLI_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:1160:1: error: BUILDSTDERR: warning: label ‘_cbWo’ defined but not used [-Wunused-label] BUILDSTDERR: 1160 | _cbWo: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1160 | _cbWo: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbLF_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:1183:1: error: BUILDSTDERR: warning: label ‘_cbWv’ defined but not used [-Wunused-label] BUILDSTDERR: 1183 | _cbWv: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1183 | _cbWv: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbLE_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:1207:1: error: BUILDSTDERR: warning: label ‘_cbWC’ defined but not used [-Wunused-label] BUILDSTDERR: 1207 | _cbWC: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1207 | _cbWC: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfAlternativeComposeT_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:1237:1: error: BUILDSTDERR: warning: label ‘_cbWG’ defined but not used [-Wunused-label] BUILDSTDERR: 1237 | _cbWG: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1237 | _cbWG: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbLM_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:1282:1: error: BUILDSTDERR: warning: label ‘_cbWT’ defined but not used [-Wunused-label] BUILDSTDERR: 1282 | _cbWT: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1282 | _cbWT: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfMonadComposeTzuzdcp1Monad_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:1307:1: error: BUILDSTDERR: warning: label ‘_cbWW’ defined but not used [-Wunused-label] BUILDSTDERR: 1307 | _cbWW: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1307 | _cbWW: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbLO_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:1336:1: error: BUILDSTDERR: warning: label ‘_cbX9’ defined but not used [-Wunused-label] BUILDSTDERR: 1336 | _cbX9: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1336 | _cbX9: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfMonadPlusComposeTzuzdcp1MonadPlus_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:1361:1: error: BUILDSTDERR: warning: label ‘_cbXc’ defined but not used [-Wunused-label] BUILDSTDERR: 1361 | _cbXc: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1361 | _cbXc: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbLX_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:1390:1: error: BUILDSTDERR: warning: label ‘_cbXs’ defined but not used [-Wunused-label] BUILDSTDERR: 1390 | _cbXs: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1390 | _cbXs: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘_cbXq’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:1414:1: error: BUILDSTDERR: warning: label ‘_cbXq’ defined but not used [-Wunused-label] BUILDSTDERR: 1414 | _cbXq: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1414 | _cbXq: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfFoldableComposeTzuzdcfoldrzq_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:1435:1: error: BUILDSTDERR: warning: label ‘_cbXw’ defined but not used [-Wunused-label] BUILDSTDERR: 1435 | _cbXw: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1435 | _cbXw: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfFoldableComposeT1_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:1473:1: error: BUILDSTDERR: warning: label ‘_cbXF’ defined but not used [-Wunused-label] BUILDSTDERR: 1473 | _cbXF: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1473 | _cbXF: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbM1_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:1494:1: error: BUILDSTDERR: warning: label ‘_cbXQ’ defined but not used [-Wunused-label] BUILDSTDERR: 1494 | _cbXQ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1494 | _cbXQ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbM3_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:1519:1: error: BUILDSTDERR: warning: label ‘_cbXY’ defined but not used [-Wunused-label] BUILDSTDERR: 1519 | _cbXY: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1519 | _cbXY: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfFoldableComposeTzuzdcsum_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:1545:1: error: BUILDSTDERR: warning: label ‘_cbY1’ defined but not used [-Wunused-label] BUILDSTDERR: 1545 | _cbY1: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1545 | _cbY1: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfFoldableComposeT2_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:1584:1: error: BUILDSTDERR: warning: label ‘_cbYe’ defined but not used [-Wunused-label] BUILDSTDERR: 1584 | _cbYe: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1584 | _cbYe: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘_cbYc’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:1616:1: error: BUILDSTDERR: warning: label ‘_cbYc’ defined but not used [-Wunused-label] BUILDSTDERR: 1616 | _cbYc: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1616 | _cbYc: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbM7_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:1637:1: error: BUILDSTDERR: warning: label ‘_cbYt’ defined but not used [-Wunused-label] BUILDSTDERR: 1637 | _cbYt: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1637 | _cbYt: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbMb_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:1665:1: error: BUILDSTDERR: warning: label ‘_cbYH’ defined but not used [-Wunused-label] BUILDSTDERR: 1665 | _cbYH: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1665 | _cbYH: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘_cbYB’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:1694:1: error: BUILDSTDERR: warning: label ‘_cbYB’ defined but not used [-Wunused-label] BUILDSTDERR: 1694 | _cbYB: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1694 | _cbYB: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfFoldableComposeTzuzdcminimum_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:1722:1: error: BUILDSTDERR: warning: label ‘_cbYQ’ defined but not used [-Wunused-label] BUILDSTDERR: 1722 | _cbYQ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1722 | _cbYQ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfFoldableComposeT3_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:1762:1: error: BUILDSTDERR: warning: label ‘_cbZ3’ defined but not used [-Wunused-label] BUILDSTDERR: 1762 | _cbZ3: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1762 | _cbZ3: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘_cbZ1’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:1794:1: error: BUILDSTDERR: warning: label ‘_cbZ1’ defined but not used [-Wunused-label] BUILDSTDERR: 1794 | _cbZ1: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1794 | _cbZ1: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbMf_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:1815:1: error: BUILDSTDERR: warning: label ‘_cbZh’ defined but not used [-Wunused-label] BUILDSTDERR: 1815 | _cbZh: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1815 | _cbZh: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbMj_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:1843:1: error: BUILDSTDERR: warning: label ‘_cbZv’ defined but not used [-Wunused-label] BUILDSTDERR: 1843 | _cbZv: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1843 | _cbZv: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘_cbZp’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:1872:1: error: BUILDSTDERR: warning: label ‘_cbZp’ defined but not used [-Wunused-label] BUILDSTDERR: 1872 | _cbZp: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1872 | _cbZp: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfFoldableComposeTzuzdcmaximum_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:1900:1: error: BUILDSTDERR: warning: label ‘_cbZE’ defined but not used [-Wunused-label] BUILDSTDERR: 1900 | _cbZE: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1900 | _cbZE: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbMn_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:1934:1: error: BUILDSTDERR: warning: label ‘_cbZR’ defined but not used [-Wunused-label] BUILDSTDERR: 1934 | _cbZR: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1934 | _cbZR: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbMp_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:1961:1: error: BUILDSTDERR: warning: label ‘_cbZZ’ defined but not used [-Wunused-label] BUILDSTDERR: 1961 | _cbZZ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1961 | _cbZZ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfFoldableComposeTzuzdcelem_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:1988:1: error: BUILDSTDERR: warning: label ‘_cc02’ defined but not used [-Wunused-label] BUILDSTDERR: 1988 | _cc02: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1988 | _cc02: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfFoldableComposeT6_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:2022:1: error: BUILDSTDERR: warning: label ‘_cc0b’ defined but not used [-Wunused-label] BUILDSTDERR: 2022 | _cc0b: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2022 | _cc0b: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfFoldableComposeTzuzdcnull_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:2045:1: error: BUILDSTDERR: warning: label ‘_cc0i’ defined but not used [-Wunused-label] BUILDSTDERR: 2045 | _cc0i: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2045 | _cc0i: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbMC_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:2075:1: error: BUILDSTDERR: warning: label ‘_cc0w’ defined but not used [-Wunused-label] BUILDSTDERR: 2075 | _cc0w: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2075 | _cc0w: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘_cc0u’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:2100:1: error: BUILDSTDERR: warning: label ‘_cc0u’ defined but not used [-Wunused-label] BUILDSTDERR: 2100 | _cc0u: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2100 | _cc0u: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfFoldableComposeTzuzdcfoldlzq_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:2121:1: error: BUILDSTDERR: warning: label ‘_cc0A’ defined but not used [-Wunused-label] BUILDSTDERR: 2121 | _cc0A: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2121 | _cc0A: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfFoldableComposeT5_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:2161:1: error: BUILDSTDERR: warning: label ‘_cc0M’ defined but not used [-Wunused-label] BUILDSTDERR: 2161 | _cc0M: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2161 | _cc0M: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘_cc0J’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:2182:1: error: BUILDSTDERR: warning: label ‘_cc0J’ defined but not used [-Wunused-label] BUILDSTDERR: 2182 | _cc0J: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2182 | _cc0J: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfFoldableComposeTzuzdclength_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:2223:1: error: BUILDSTDERR: warning: label ‘_cc13’ defined but not used [-Wunused-label] BUILDSTDERR: 2223 | _cc13: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2223 | _cc13: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbMO_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:2254:1: error: BUILDSTDERR: warning: label ‘_cc1e’ defined but not used [-Wunused-label] BUILDSTDERR: 2254 | _cc1e: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2254 | _cc1e: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbMQ_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:2280:1: error: BUILDSTDERR: warning: label ‘_cc1m’ defined but not used [-Wunused-label] BUILDSTDERR: 2280 | _cc1m: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2280 | _cc1m: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfFoldableComposeTzuzdcproduct_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:2306:1: error: BUILDSTDERR: warning: label ‘_cc1p’ defined but not used [-Wunused-label] BUILDSTDERR: 2306 | _cc1p: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2306 | _cc1p: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfFoldableComposeTzuzdctoList_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:2342:1: error: BUILDSTDERR: warning: label ‘_cc1y’ defined but not used [-Wunused-label] BUILDSTDERR: 2342 | _cc1y: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2342 | _cc1y: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbNo_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:2371:1: error: BUILDSTDERR: warning: label ‘_cc1K’ defined but not used [-Wunused-label] BUILDSTDERR: 2371 | _cc1K: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2371 | _cc1K: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbNn_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:2394:1: error: BUILDSTDERR: warning: label ‘_cc1S’ defined but not used [-Wunused-label] BUILDSTDERR: 2394 | _cc1S: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2394 | _cc1S: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbNm_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:2416:1: error: BUILDSTDERR: warning: label ‘_cc20’ defined but not used [-Wunused-label] BUILDSTDERR: 2416 | _cc20: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2416 | _cc20: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbNl_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:2439:1: error: BUILDSTDERR: warning: label ‘_cc28’ defined but not used [-Wunused-label] BUILDSTDERR: 2439 | _cc28: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2439 | _cc28: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbNk_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:2462:1: error: BUILDSTDERR: warning: label ‘_cc2g’ defined but not used [-Wunused-label] BUILDSTDERR: 2462 | _cc2g: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2462 | _cc2g: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbNj_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:2485:1: error: BUILDSTDERR: warning: label ‘_cc2o’ defined but not used [-Wunused-label] BUILDSTDERR: 2485 | _cc2o: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2485 | _cc2o: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbNi_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:2507:1: error: BUILDSTDERR: warning: label ‘_cc2w’ defined but not used [-Wunused-label] BUILDSTDERR: 2507 | _cc2w: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2507 | _cc2w: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbNh_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:2529:1: error: BUILDSTDERR: warning: label ‘_cc2E’ defined but not used [-Wunused-label] BUILDSTDERR: 2529 | _cc2E: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2529 | _cc2E: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbNg_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:2551:1: error: BUILDSTDERR: warning: label ‘_cc2M’ defined but not used [-Wunused-label] BUILDSTDERR: 2551 | _cc2M: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2551 | _cc2M: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbNd_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:2574:1: error: BUILDSTDERR: warning: label ‘_cc2U’ defined but not used [-Wunused-label] BUILDSTDERR: 2574 | _cc2U: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2574 | _cc2U: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbNa_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:2597:1: error: BUILDSTDERR: warning: label ‘_cc32’ defined but not used [-Wunused-label] BUILDSTDERR: 2597 | _cc32: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2597 | _cc32: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbN9_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:2619:1: error: BUILDSTDERR: warning: label ‘_cc3a’ defined but not used [-Wunused-label] BUILDSTDERR: 2619 | _cc3a: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2619 | _cc3a: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbN5_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:2642:1: error: BUILDSTDERR: warning: label ‘_cc3i’ defined but not used [-Wunused-label] BUILDSTDERR: 2642 | _cc3i: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2642 | _cc3i: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbN4_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:2664:1: error: BUILDSTDERR: warning: label ‘_cc3q’ defined but not used [-Wunused-label] BUILDSTDERR: 2664 | _cc3q: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2664 | _cc3q: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbN0_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:2687:1: error: BUILDSTDERR: warning: label ‘_cc3y’ defined but not used [-Wunused-label] BUILDSTDERR: 2687 | _cc3y: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2687 | _cc3y: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbMW_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:2710:1: error: BUILDSTDERR: warning: label ‘_cc3G’ defined but not used [-Wunused-label] BUILDSTDERR: 2710 | _cc3G: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2710 | _cc3G: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfFoldableComposeT_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:2750:1: error: BUILDSTDERR: warning: label ‘_cc3K’ defined but not used [-Wunused-label] BUILDSTDERR: 2750 | _cc3K: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2750 | _cc3K: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbNu_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:2829:1: error: BUILDSTDERR: warning: label ‘_cc3Y’ defined but not used [-Wunused-label] BUILDSTDERR: 2829 | _cc3Y: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2829 | _cc3Y: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbNs_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:2852:1: error: BUILDSTDERR: warning: label ‘_cc45’ defined but not used [-Wunused-label] BUILDSTDERR: 2852 | _cc45: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2852 | _cc45: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfTraversableComposeTzuzdcsequence_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:2882:1: error: BUILDSTDERR: warning: label ‘_cc48’ defined but not used [-Wunused-label] BUILDSTDERR: 2882 | _cc48: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2882 | _cc48: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbNB_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:2924:1: error: BUILDSTDERR: warning: label ‘_cc4m’ defined but not used [-Wunused-label] BUILDSTDERR: 2924 | _cc4m: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2924 | _cc4m: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbNz_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:2947:1: error: BUILDSTDERR: warning: label ‘_cc4t’ defined but not used [-Wunused-label] BUILDSTDERR: 2947 | _cc4t: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2947 | _cc4t: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfTraversableComposeTzuzdcmapM_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:2978:1: error: BUILDSTDERR: warning: label ‘_cc4w’ defined but not used [-Wunused-label] BUILDSTDERR: 2978 | _cc4w: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2978 | _cc4w: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfTraversableComposeT1_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:3014:1: error: BUILDSTDERR: warning: label ‘_cc4F’ defined but not used [-Wunused-label] BUILDSTDERR: 3014 | _cc4F: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3014 | _cc4F: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbNH_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:3035:1: error: BUILDSTDERR: warning: label ‘_cc4Q’ defined but not used [-Wunused-label] BUILDSTDERR: 3035 | _cc4Q: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3035 | _cc4Q: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfTraversableComposeTzuzdcsequenceA_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:3065:1: error: BUILDSTDERR: warning: label ‘_cc4V’ defined but not used [-Wunused-label] BUILDSTDERR: 3065 | _cc4V: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3065 | _cc4V: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘_cc4T’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:3098:1: error: BUILDSTDERR: warning: label ‘_cc4T’ defined but not used [-Wunused-label] BUILDSTDERR: 3098 | _cc4T: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3098 | _cc4T: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbNN_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:3121:1: error: BUILDSTDERR: warning: label ‘_cc5b’ defined but not used [-Wunused-label] BUILDSTDERR: 3121 | _cc5b: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3121 | _cc5b: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfTraversableComposeTzuzdctraverse_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:3151:1: error: BUILDSTDERR: warning: label ‘_cc5g’ defined but not used [-Wunused-label] BUILDSTDERR: 3151 | _cc5g: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3151 | _cc5g: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘_cc5e’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:3180:1: error: BUILDSTDERR: warning: label ‘_cc5e’ defined but not used [-Wunused-label] BUILDSTDERR: 3180 | _cc5e: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3180 | _cc5e: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbNP_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:3203:1: error: BUILDSTDERR: warning: label ‘_cc5w’ defined but not used [-Wunused-label] BUILDSTDERR: 3203 | _cc5w: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3203 | _cc5w: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfTraversableComposeTzuzdcp2Traversable_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:3228:1: error: BUILDSTDERR: warning: label ‘_cc5z’ defined but not used [-Wunused-label] BUILDSTDERR: 3228 | _cc5z: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3228 | _cc5z: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbNR_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:3258:1: error: BUILDSTDERR: warning: label ‘_cc5M’ defined but not used [-Wunused-label] BUILDSTDERR: 3258 | _cc5M: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3258 | _cc5M: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfTraversableComposeTzuzdcp1Traversable_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:3283:1: error: BUILDSTDERR: warning: label ‘_cc5P’ defined but not used [-Wunused-label] BUILDSTDERR: 3283 | _cc5P: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3283 | _cc5P: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbNY_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:3312:1: error: BUILDSTDERR: warning: label ‘_cc63’ defined but not used [-Wunused-label] BUILDSTDERR: 3312 | _cc63: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3312 | _cc63: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbNX_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:3334:1: error: BUILDSTDERR: warning: label ‘_cc6b’ defined but not used [-Wunused-label] BUILDSTDERR: 3334 | _cc6b: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3334 | _cc6b: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbNW_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:3356:1: error: BUILDSTDERR: warning: label ‘_cc6j’ defined but not used [-Wunused-label] BUILDSTDERR: 3356 | _cc6j: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3356 | _cc6j: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbNV_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:3378:1: error: BUILDSTDERR: warning: label ‘_cc6r’ defined but not used [-Wunused-label] BUILDSTDERR: 3378 | _cc6r: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3378 | _cc6r: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbNU_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:3400:1: error: BUILDSTDERR: warning: label ‘_cc6y’ defined but not used [-Wunused-label] BUILDSTDERR: 3400 | _cc6y: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3400 | _cc6y: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbNT_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:3425:1: error: BUILDSTDERR: warning: label ‘_cc6F’ defined but not used [-Wunused-label] BUILDSTDERR: 3425 | _cc6F: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3425 | _cc6F: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfTraversableComposeT_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:3456:1: error: BUILDSTDERR: warning: label ‘_cc6J’ defined but not used [-Wunused-label] BUILDSTDERR: 3456 | _cc6J: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3456 | _cc6J: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbO2_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:3512:1: error: BUILDSTDERR: warning: label ‘_cc6W’ defined but not used [-Wunused-label] BUILDSTDERR: 3512 | _cc6W: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3512 | _cc6W: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbO5_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:3540:1: error: BUILDSTDERR: warning: label ‘_cc7j’ defined but not used [-Wunused-label] BUILDSTDERR: 3540 | _cc7j: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3540 | _cc7j: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbO6_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:3567:1: error: BUILDSTDERR: warning: label ‘_cc7m’ defined but not used [-Wunused-label] BUILDSTDERR: 3567 | _cc7m: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3567 | _cc7m: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbO7_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:3606:1: error: BUILDSTDERR: warning: label ‘_cc7r’ defined but not used [-Wunused-label] BUILDSTDERR: 3606 | _cc7r: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3606 | _cc7r: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbO8_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:3645:1: error: BUILDSTDERR: warning: label ‘_cc7w’ defined but not used [-Wunused-label] BUILDSTDERR: 3645 | _cc7w: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3645 | _cc7w: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbOb_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:3682:1: error: BUILDSTDERR: warning: label ‘_cc7Y’ defined but not used [-Wunused-label] BUILDSTDERR: 3682 | _cc7Y: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3682 | _cc7Y: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbOc_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:3719:1: error: BUILDSTDERR: warning: label ‘_cc83’ defined but not used [-Wunused-label] BUILDSTDERR: 3719 | _cc83: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3719 | _cc83: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbOd_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:3758:1: error: BUILDSTDERR: warning: label ‘_cc88’ defined but not used [-Wunused-label] BUILDSTDERR: 3758 | _cc88: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3758 | _cc88: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbOe_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:3798:1: error: BUILDSTDERR: warning: label ‘_cc8d’ defined but not used [-Wunused-label] BUILDSTDERR: 3798 | _cc8d: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3798 | _cc8d: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbOf_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:3837:1: error: BUILDSTDERR: warning: label ‘_cc8j’ defined but not used [-Wunused-label] BUILDSTDERR: 3837 | _cc8j: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3837 | _cc8j: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdwzdcshowsPrec_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:3871:1: error: BUILDSTDERR: warning: label ‘_cc8r’ defined but not used [-Wunused-label] BUILDSTDERR: 3871 | _cc8r: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3871 | _cc8r: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfShowComposeTzuzdcshowsPrec_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:3917:1: error: BUILDSTDERR: warning: label ‘_cc8D’ defined but not used [-Wunused-label] BUILDSTDERR: 3917 | _cc8D: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3917 | _cc8D: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘_cc8A’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:3942:1: error: BUILDSTDERR: warning: label ‘_cc8A’ defined but not used [-Wunused-label] BUILDSTDERR: 3942 | _cc8A: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3942 | _cc8A: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfReadComposeT3_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:3966:1: error: BUILDSTDERR: warning: label ‘_cc8Q’ defined but not used [-Wunused-label] BUILDSTDERR: 3966 | _cc8Q: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3966 | _cc8Q: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbOn_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:4004:1: error: BUILDSTDERR: warning: label ‘_cc95’ defined but not used [-Wunused-label] BUILDSTDERR: 4004 | _cc95: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4004 | _cc95: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbOo_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:4037:1: error: BUILDSTDERR: warning: label ‘_cc98’ defined but not used [-Wunused-label] BUILDSTDERR: 4037 | _cc98: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4037 | _cc98: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfShowComposeTzuzdcshow_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:4076:1: error: BUILDSTDERR: warning: label ‘_cc9d’ defined but not used [-Wunused-label] BUILDSTDERR: 4076 | _cc9d: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4076 | _cc9d: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbOt_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:4108:1: error: BUILDSTDERR: warning: label ‘_cc9r’ defined but not used [-Wunused-label] BUILDSTDERR: 4108 | _cc9r: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4108 | _cc9r: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfShowComposeTzuzdcshowList_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:4132:1: error: BUILDSTDERR: warning: label ‘_cc9u’ defined but not used [-Wunused-label] BUILDSTDERR: 4132 | _cc9u: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4132 | _cc9u: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbOx_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:4161:1: error: BUILDSTDERR: warning: label ‘_cc9I’ defined but not used [-Wunused-label] BUILDSTDERR: 4161 | _cc9I: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4161 | _cc9I: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbOw_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:4183:1: error: BUILDSTDERR: warning: label ‘_cc9Q’ defined but not used [-Wunused-label] BUILDSTDERR: 4183 | _cc9Q: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4183 | _cc9Q: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbOv_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:4206:1: error: BUILDSTDERR: warning: label ‘_cc9Y’ defined but not used [-Wunused-label] BUILDSTDERR: 4206 | _cc9Y: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4206 | _cc9Y: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfShowComposeT_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:4232:1: error: BUILDSTDERR: warning: label ‘_cca2’ defined but not used [-Wunused-label] BUILDSTDERR: 4232 | _cca2: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4232 | _cca2: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfReadComposeT10_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:4277:1: error: BUILDSTDERR: warning: label ‘_ccad’ defined but not used [-Wunused-label] BUILDSTDERR: 4277 | _ccad: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4277 | _ccad: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfReadComposeT8_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:4324:1: error: BUILDSTDERR: warning: label ‘_ccam’ defined but not used [-Wunused-label] BUILDSTDERR: 4324 | _ccam: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4324 | _ccam: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfReadComposeT6_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:4371:1: error: BUILDSTDERR: warning: label ‘_ccav’ defined but not used [-Wunused-label] BUILDSTDERR: 4371 | _ccav: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4371 | _ccav: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbOz_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:4419:1: error: BUILDSTDERR: warning: label ‘_ccaG’ defined but not used [-Wunused-label] BUILDSTDERR: 4419 | _ccaG: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4419 | _ccaG: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbOA_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:4443:1: error: BUILDSTDERR: warning: label ‘_ccaO’ defined but not used [-Wunused-label] BUILDSTDERR: 4443 | _ccaO: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4443 | _ccaO: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbOL_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:4458:1: error: BUILDSTDERR: warning: label ‘_ccbp’ defined but not used [-Wunused-label] BUILDSTDERR: 4458 | _ccbp: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4458 | _ccbp: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbOO_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:4479:1: error: BUILDSTDERR: warning: label ‘_ccbv’ defined but not used [-Wunused-label] BUILDSTDERR: 4479 | _ccbv: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4479 | _ccbv: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘_ccbs’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:4514:1: error: BUILDSTDERR: warning: label ‘_ccbs’ defined but not used [-Wunused-label] BUILDSTDERR: 4514 | _ccbs: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4514 | _ccbs: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbOP_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:4545:1: error: BUILDSTDERR: warning: label ‘_ccbD’ defined but not used [-Wunused-label] BUILDSTDERR: 4545 | _ccbD: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4545 | _ccbD: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbOS_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:4586:1: error: BUILDSTDERR: warning: label ‘_ccbL’ defined but not used [-Wunused-label] BUILDSTDERR: 4586 | _ccbL: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4586 | _ccbL: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘_ccbI’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:4622:1: error: BUILDSTDERR: warning: label ‘_ccbI’ defined but not used [-Wunused-label] BUILDSTDERR: 4622 | _ccbI: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4622 | _ccbI: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbOV_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:4649:1: error: BUILDSTDERR: warning: label ‘_ccbT’ defined but not used [-Wunused-label] BUILDSTDERR: 4649 | _ccbT: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4649 | _ccbT: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘_ccaW’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:4682:1: error: BUILDSTDERR: warning: label ‘_ccaW’ defined but not used [-Wunused-label] BUILDSTDERR: 4682 | _ccaW: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4682 | _ccaW: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘_ccc1’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:4721:1: error: BUILDSTDERR: warning: label ‘_ccc1’ defined but not used [-Wunused-label] BUILDSTDERR: 4721 | _ccc1: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4721 | _ccc1: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfReadComposeT1_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:4750:1: error: BUILDSTDERR: warning: label ‘_ccc9’ defined but not used [-Wunused-label] BUILDSTDERR: 4750 | _ccc9: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4750 | _ccc9: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbOX_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:4785:1: error: BUILDSTDERR: warning: label ‘_cccm’ defined but not used [-Wunused-label] BUILDSTDERR: 4785 | _cccm: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4785 | _cccm: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbOZ_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:4810:1: error: BUILDSTDERR: warning: label ‘_cccy’ defined but not used [-Wunused-label] BUILDSTDERR: 4810 | _cccy: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4810 | _cccy: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbP0_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:4838:1: error: BUILDSTDERR: warning: label ‘_cccB’ defined but not used [-Wunused-label] BUILDSTDERR: 4838 | _cccB: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4838 | _cccB: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfReadComposeTzuzdcreadsPrec_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:4867:1: error: BUILDSTDERR: warning: label ‘_cccG’ defined but not used [-Wunused-label] BUILDSTDERR: 4867 | _cccG: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4867 | _cccG: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbP2_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:4900:1: error: BUILDSTDERR: warning: label ‘_cccT’ defined but not used [-Wunused-label] BUILDSTDERR: 4900 | _cccT: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4900 | _cccT: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfReadComposeTzuzdcreadListPrec_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:4924:1: error: BUILDSTDERR: warning: label ‘_cccW’ defined but not used [-Wunused-label] BUILDSTDERR: 4924 | _cccW: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4924 | _cccW: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbP4_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:4954:1: error: BUILDSTDERR: warning: label ‘_ccdd’ defined but not used [-Wunused-label] BUILDSTDERR: 4954 | _ccdd: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4954 | _ccdd: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbP5_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:4981:1: error: BUILDSTDERR: warning: label ‘_ccdg’ defined but not used [-Wunused-label] BUILDSTDERR: 4981 | _ccdg: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4981 | _ccdg: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfReadComposeTzuzdcreadList_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:5019:1: error: BUILDSTDERR: warning: label ‘_ccdl’ defined but not used [-Wunused-label] BUILDSTDERR: 5019 | _ccdl: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5019 | _ccdl: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbPa_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:5050:1: error: BUILDSTDERR: warning: label ‘_ccdy’ defined but not used [-Wunused-label] BUILDSTDERR: 5050 | _ccdy: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5050 | _ccdy: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbP9_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:5075:1: error: BUILDSTDERR: warning: label ‘_ccdF’ defined but not used [-Wunused-label] BUILDSTDERR: 5075 | _ccdF: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5075 | _ccdF: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbP8_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:5100:1: error: BUILDSTDERR: warning: label ‘_ccdM’ defined but not used [-Wunused-label] BUILDSTDERR: 5100 | _ccdM: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5100 | _ccdM: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbP7_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:5125:1: error: BUILDSTDERR: warning: label ‘_ccdT’ defined but not used [-Wunused-label] BUILDSTDERR: 5125 | _ccdT: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5125 | _ccdT: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfReadComposeT_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:5155:1: error: BUILDSTDERR: warning: label ‘_ccdX’ defined but not used [-Wunused-label] BUILDSTDERR: 5155 | _ccdX: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5155 | _ccdX: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbPd_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:5198:1: error: BUILDSTDERR: warning: label ‘_ccea’ defined but not used [-Wunused-label] BUILDSTDERR: 5198 | _ccea: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5198 | _ccea: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbPc_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:5222:1: error: BUILDSTDERR: warning: label ‘_cceh’ defined but not used [-Wunused-label] BUILDSTDERR: 5222 | _cceh: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5222 | _cceh: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfEqComposeT_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:5249:1: error: BUILDSTDERR: warning: label ‘_ccel’ defined but not used [-Wunused-label] BUILDSTDERR: 5249 | _ccel: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5249 | _ccel: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbPf_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:5285:1: error: BUILDSTDERR: warning: label ‘_ccey’ defined but not used [-Wunused-label] BUILDSTDERR: 5285 | _ccey: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5285 | _ccey: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfOrdComposeTzuzdcp1Ord_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:5310:1: error: BUILDSTDERR: warning: label ‘_cceB’ defined but not used [-Wunused-label] BUILDSTDERR: 5310 | _cceB: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5310 | _cceB: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbPo_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:5339:1: error: BUILDSTDERR: warning: label ‘_cceO’ defined but not used [-Wunused-label] BUILDSTDERR: 5339 | _cceO: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5339 | _cceO: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbPn_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:5363:1: error: BUILDSTDERR: warning: label ‘_cceV’ defined but not used [-Wunused-label] BUILDSTDERR: 5363 | _cceV: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5363 | _cceV: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbPm_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:5387:1: error: BUILDSTDERR: warning: label ‘_ccf2’ defined but not used [-Wunused-label] BUILDSTDERR: 5387 | _ccf2: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5387 | _ccf2: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbPl_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:5411:1: error: BUILDSTDERR: warning: label ‘_ccf9’ defined but not used [-Wunused-label] BUILDSTDERR: 5411 | _ccf9: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5411 | _ccf9: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbPk_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:5435:1: error: BUILDSTDERR: warning: label ‘_ccfg’ defined but not used [-Wunused-label] BUILDSTDERR: 5435 | _ccfg: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5435 | _ccfg: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbPj_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:5459:1: error: BUILDSTDERR: warning: label ‘_ccfn’ defined but not used [-Wunused-label] BUILDSTDERR: 5459 | _ccfn: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5459 | _ccfn: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbPi_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:5483:1: error: BUILDSTDERR: warning: label ‘_ccfu’ defined but not used [-Wunused-label] BUILDSTDERR: 5483 | _ccfu: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5483 | _ccfu: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbPh_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:5507:1: error: BUILDSTDERR: warning: label ‘_ccfB’ defined but not used [-Wunused-label] BUILDSTDERR: 5507 | _ccfB: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5507 | _ccfB: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfOrdComposeT_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:5540:1: error: BUILDSTDERR: warning: label ‘_ccfF’ defined but not used [-Wunused-label] BUILDSTDERR: 5540 | _ccfF: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5540 | _ccfF: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_getComposeT1_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:5592:1: error: BUILDSTDERR: warning: label ‘_ccfO’ defined but not used [-Wunused-label] BUILDSTDERR: 5592 | _ccfO: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5592 | _ccfO: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_getComposeT_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:5612:1: error: BUILDSTDERR: warning: label ‘_ccfV’ defined but not used [-Wunused-label] BUILDSTDERR: 5612 | _ccfV: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5612 | _ccfV: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbPu_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:5629:1: error: BUILDSTDERR: warning: label ‘_ccg7’ defined but not used [-Wunused-label] BUILDSTDERR: 5629 | _ccg7: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5629 | _ccg7: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfMonadErroreComposeT1_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:5645:1: error: BUILDSTDERR: warning: label ‘_ccga’ defined but not used [-Wunused-label] BUILDSTDERR: 5645 | _ccga: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5645 | _ccga: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbPz_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:5679:1: error: BUILDSTDERR: warning: label ‘_ccgt’ defined but not used [-Wunused-label] BUILDSTDERR: 5679 | _ccgt: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5679 | _ccgt: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbPA_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:5695:1: error: BUILDSTDERR: warning: label ‘_ccgw’ defined but not used [-Wunused-label] BUILDSTDERR: 5695 | _ccgw: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5695 | _ccgw: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfMonadContComposeT1_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:5723:1: error: BUILDSTDERR: warning: label ‘_ccgB’ defined but not used [-Wunused-label] BUILDSTDERR: 5723 | _ccgB: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5723 | _ccgB: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbPF_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:5757:1: error: BUILDSTDERR: warning: label ‘_ccgP’ defined but not used [-Wunused-label] BUILDSTDERR: 5757 | _ccgP: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5757 | _ccgP: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfMonadComposeT1_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:5773:1: error: BUILDSTDERR: warning: label ‘_ccgS’ defined but not used [-Wunused-label] BUILDSTDERR: 5773 | _ccgS: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5773 | _ccgS: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbPK_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:5807:1: error: BUILDSTDERR: warning: label ‘_cch6’ defined but not used [-Wunused-label] BUILDSTDERR: 5807 | _cch6: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5807 | _cch6: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘rbKo_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:5824:1: error: BUILDSTDERR: warning: label ‘_cch9’ defined but not used [-Wunused-label] BUILDSTDERR: 5824 | _cch9: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5824 | _cch9: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfMonadComposeTzuzdczgzg_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:5859:1: error: BUILDSTDERR: warning: label ‘_cchi’ defined but not used [-Wunused-label] BUILDSTDERR: 5859 | _cchi: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5859 | _cchi: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbPS_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:5878:1: error: BUILDSTDERR: warning: label ‘_cchu’ defined but not used [-Wunused-label] BUILDSTDERR: 5878 | _cchu: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5878 | _cchu: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbPQ_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:5901:1: error: BUILDSTDERR: warning: label ‘_cchC’ defined but not used [-Wunused-label] BUILDSTDERR: 5901 | _cchC: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5901 | _cchC: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbPO_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:5924:1: error: BUILDSTDERR: warning: label ‘_cchK’ defined but not used [-Wunused-label] BUILDSTDERR: 5924 | _cchK: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5924 | _cchK: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbPN_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:5946:1: error: BUILDSTDERR: warning: label ‘_cchS’ defined but not used [-Wunused-label] BUILDSTDERR: 5946 | _cchS: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5946 | _cchS: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbPM_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:5968:1: error: BUILDSTDERR: warning: label ‘_cchZ’ defined but not used [-Wunused-label] BUILDSTDERR: 5968 | _cchZ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5968 | _cchZ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfMonadComposeT_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:5998:1: error: BUILDSTDERR: warning: label ‘_cci3’ defined but not used [-Wunused-label] BUILDSTDERR: 5998 | _cci3: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5998 | _cci3: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbPU_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:6043:1: error: BUILDSTDERR: warning: label ‘_ccig’ defined but not used [-Wunused-label] BUILDSTDERR: 6043 | _ccig: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6043 | _ccig: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfMonadWriterwComposeTzuzdcp2MonadWriter_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:6068:1: error: BUILDSTDERR: warning: label ‘_ccij’ defined but not used [-Wunused-label] BUILDSTDERR: 6068 | _ccij: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6068 | _ccij: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbPW_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:6097:1: error: BUILDSTDERR: warning: label ‘_cciw’ defined but not used [-Wunused-label] BUILDSTDERR: 6097 | _cciw: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6097 | _cciw: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfMonadStatesComposeTzuzdcp1MonadState_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:6122:1: error: BUILDSTDERR: warning: label ‘_cciz’ defined but not used [-Wunused-label] BUILDSTDERR: 6122 | _cciz: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6122 | _cciz: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbQ3_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:6151:1: error: BUILDSTDERR: warning: label ‘_cciN’ defined but not used [-Wunused-label] BUILDSTDERR: 6151 | _cciN: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6151 | _cciN: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbQ1_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:6174:1: error: BUILDSTDERR: warning: label ‘_cciV’ defined but not used [-Wunused-label] BUILDSTDERR: 6174 | _cciV: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6174 | _cciV: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbPZ_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:6197:1: error: BUILDSTDERR: warning: label ‘_ccj2’ defined but not used [-Wunused-label] BUILDSTDERR: 6197 | _ccj2: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6197 | _ccj2: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbPY_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:6221:1: error: BUILDSTDERR: warning: label ‘_ccj9’ defined but not used [-Wunused-label] BUILDSTDERR: 6221 | _ccj9: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6221 | _ccj9: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfMonadStatesComposeT_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:6250:1: error: BUILDSTDERR: warning: label ‘_ccjd’ defined but not used [-Wunused-label] BUILDSTDERR: 6250 | _ccjd: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6250 | _ccjd: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbQ5_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:6292:1: error: BUILDSTDERR: warning: label ‘_ccjq’ defined but not used [-Wunused-label] BUILDSTDERR: 6292 | _ccjq: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6292 | _ccjq: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfMonadRWSrwsComposeTzuzdcp4MonadRWS_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:6317:1: error: BUILDSTDERR: warning: label ‘_ccjt’ defined but not used [-Wunused-label] BUILDSTDERR: 6317 | _ccjt: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6317 | _ccjt: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbQ7_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:6346:1: error: BUILDSTDERR: warning: label ‘_ccjG’ defined but not used [-Wunused-label] BUILDSTDERR: 6346 | _ccjG: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6346 | _ccjG: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfMonadReaderrComposeTzuzdcp1MonadReader_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:6371:1: error: BUILDSTDERR: warning: label ‘_ccjJ’ defined but not used [-Wunused-label] BUILDSTDERR: 6371 | _ccjJ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6371 | _ccjJ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbQ9_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:6400:1: error: BUILDSTDERR: warning: label ‘_ccjW’ defined but not used [-Wunused-label] BUILDSTDERR: 6400 | _ccjW: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6400 | _ccjW: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfMonadErroreComposeTzuzdcp1MonadError_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:6425:1: error: BUILDSTDERR: warning: label ‘_ccjZ’ defined but not used [-Wunused-label] BUILDSTDERR: 6425 | _ccjZ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6425 | _ccjZ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbQe_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:6454:1: error: BUILDSTDERR: warning: label ‘_cckd’ defined but not used [-Wunused-label] BUILDSTDERR: 6454 | _cckd: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6454 | _cckd: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbQd_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:6476:1: error: BUILDSTDERR: warning: label ‘_cckl’ defined but not used [-Wunused-label] BUILDSTDERR: 6476 | _cckl: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6476 | _cckl: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbQb_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:6499:1: error: BUILDSTDERR: warning: label ‘_ccks’ defined but not used [-Wunused-label] BUILDSTDERR: 6499 | _ccks: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6499 | _ccks: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfMonadErroreComposeT_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:6527:1: error: BUILDSTDERR: warning: label ‘_cckw’ defined but not used [-Wunused-label] BUILDSTDERR: 6527 | _cckw: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6527 | _cckw: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbQg_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:6566:1: error: BUILDSTDERR: warning: label ‘_cckJ’ defined but not used [-Wunused-label] BUILDSTDERR: 6566 | _cckJ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6566 | _cckJ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfMonadContComposeTzuzdcp1MonadCont_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:6591:1: error: BUILDSTDERR: warning: label ‘_cckM’ defined but not used [-Wunused-label] BUILDSTDERR: 6591 | _cckM: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6591 | _cckM: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbQj_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:6620:1: error: BUILDSTDERR: warning: label ‘_ccl0’ defined but not used [-Wunused-label] BUILDSTDERR: 6620 | _ccl0: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6620 | _ccl0: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbQi_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:6642:1: error: BUILDSTDERR: warning: label ‘_ccl7’ defined but not used [-Wunused-label] BUILDSTDERR: 6642 | _ccl7: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6642 | _ccl7: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfMonadContComposeT_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:6669:1: error: BUILDSTDERR: warning: label ‘_cclb’ defined but not used [-Wunused-label] BUILDSTDERR: 6669 | _cclb: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6669 | _cclb: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbQl_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:6705:1: error: BUILDSTDERR: warning: label ‘_cclo’ defined but not used [-Wunused-label] BUILDSTDERR: 6705 | _cclo: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6705 | _cclo: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfMonadIOComposeTzuzdcp1MonadIO_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:6730:1: error: BUILDSTDERR: warning: label ‘_cclr’ defined but not used [-Wunused-label] BUILDSTDERR: 6730 | _cclr: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6730 | _cclr: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbQp_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:6759:1: error: BUILDSTDERR: warning: label ‘_cclF’ defined but not used [-Wunused-label] BUILDSTDERR: 6759 | _cclF: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6759 | _cclF: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbQn_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:6782:1: error: BUILDSTDERR: warning: label ‘_cclM’ defined but not used [-Wunused-label] BUILDSTDERR: 6782 | _cclM: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6782 | _cclM: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfMonadIOComposeT_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:6809:1: error: BUILDSTDERR: warning: label ‘_cclQ’ defined but not used [-Wunused-label] BUILDSTDERR: 6809 | _cclQ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6809 | _cclQ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbQr_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:6845:1: error: BUILDSTDERR: warning: label ‘_ccm3’ defined but not used [-Wunused-label] BUILDSTDERR: 6845 | _ccm3: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6845 | _ccm3: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfMonadPlusComposeTzuzdcp2MonadPlus_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:6870:1: error: BUILDSTDERR: warning: label ‘_ccm6’ defined but not used [-Wunused-label] BUILDSTDERR: 6870 | _ccm6: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6870 | _ccm6: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbQy_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:6899:1: error: BUILDSTDERR: warning: label ‘_ccmk’ defined but not used [-Wunused-label] BUILDSTDERR: 6899 | _ccmk: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6899 | _ccmk: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbQv_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:6922:1: error: BUILDSTDERR: warning: label ‘_ccmr’ defined but not used [-Wunused-label] BUILDSTDERR: 6922 | _ccmr: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6922 | _ccmr: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbQu_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:6946:1: error: BUILDSTDERR: warning: label ‘_ccmy’ defined but not used [-Wunused-label] BUILDSTDERR: 6946 | _ccmy: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6946 | _ccmy: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbQt_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:6970:1: error: BUILDSTDERR: warning: label ‘_ccmF’ defined but not used [-Wunused-label] BUILDSTDERR: 6970 | _ccmF: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6970 | _ccmF: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfMonadPlusComposeT_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:6999:1: error: BUILDSTDERR: warning: label ‘_ccmJ’ defined but not used [-Wunused-label] BUILDSTDERR: 6999 | _ccmJ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6999 | _ccmJ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_mapComposeT1_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:7039:1: error: BUILDSTDERR: warning: label ‘_ccmS’ defined but not used [-Wunused-label] BUILDSTDERR: 7039 | _ccmS: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7039 | _ccmS: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_mapComposeT_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:7059:1: error: BUILDSTDERR: warning: label ‘_ccmZ’ defined but not used [-Wunused-label] BUILDSTDERR: 7059 | _ccmZ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7059 | _ccmZ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbQL_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:7078:1: error: BUILDSTDERR: warning: label ‘_ccnb’ defined but not used [-Wunused-label] BUILDSTDERR: 7078 | _ccnb: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7078 | _ccnb: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbQJ_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:7101:1: error: BUILDSTDERR: warning: label ‘_ccnj’ defined but not used [-Wunused-label] BUILDSTDERR: 7101 | _ccnj: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7101 | _ccnj: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbQH_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:7124:1: error: BUILDSTDERR: warning: label ‘_ccnr’ defined but not used [-Wunused-label] BUILDSTDERR: 7124 | _ccnr: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7124 | _ccnr: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbQF_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:7147:1: error: BUILDSTDERR: warning: label ‘_ccnz’ defined but not used [-Wunused-label] BUILDSTDERR: 7147 | _ccnz: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7147 | _ccnz: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbQD_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:7170:1: error: BUILDSTDERR: warning: label ‘_ccnG’ defined but not used [-Wunused-label] BUILDSTDERR: 7170 | _ccnG: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7170 | _ccnG: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbQC_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:7194:1: error: BUILDSTDERR: warning: label ‘_ccnN’ defined but not used [-Wunused-label] BUILDSTDERR: 7194 | _ccnN: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7194 | _ccnN: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfMonadWriterwComposeT_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:7225:1: error: BUILDSTDERR: warning: label ‘_ccnR’ defined but not used [-Wunused-label] BUILDSTDERR: 7225 | _ccnR: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7225 | _ccnR: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbQN_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:7273:1: error: BUILDSTDERR: warning: label ‘_cco4’ defined but not used [-Wunused-label] BUILDSTDERR: 7273 | _cco4: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7273 | _cco4: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfMonadRWSrwsComposeTzuzdcp3MonadRWS_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:7298:1: error: BUILDSTDERR: warning: label ‘_cco7’ defined but not used [-Wunused-label] BUILDSTDERR: 7298 | _cco7: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7298 | _cco7: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbQQ_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:7327:1: error: BUILDSTDERR: warning: label ‘_ccok’ defined but not used [-Wunused-label] BUILDSTDERR: 7327 | _ccok: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7327 | _ccok: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbQS_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:7351:1: error: BUILDSTDERR: warning: label ‘_ccos’ defined but not used [-Wunused-label] BUILDSTDERR: 7351 | _ccos: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7351 | _ccos: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfMonadReaderrComposeTzuzdclocal_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:7367:1: error: BUILDSTDERR: warning: label ‘_ccov’ defined but not used [-Wunused-label] BUILDSTDERR: 7367 | _ccov: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7367 | _ccov: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbQY_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:7400:1: error: BUILDSTDERR: warning: label ‘_ccoJ’ defined but not used [-Wunused-label] BUILDSTDERR: 7400 | _ccoJ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7400 | _ccoJ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbQW_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:7423:1: error: BUILDSTDERR: warning: label ‘_ccoR’ defined but not used [-Wunused-label] BUILDSTDERR: 7423 | _ccoR: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7423 | _ccoR: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbQV_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:7445:1: error: BUILDSTDERR: warning: label ‘_ccoY’ defined but not used [-Wunused-label] BUILDSTDERR: 7445 | _ccoY: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7445 | _ccoY: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbQU_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:7469:1: error: BUILDSTDERR: warning: label ‘_ccp5’ defined but not used [-Wunused-label] BUILDSTDERR: 7469 | _ccp5: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7469 | _ccp5: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfMonadReaderrComposeT_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:7498:1: error: BUILDSTDERR: warning: label ‘_ccp9’ defined but not used [-Wunused-label] BUILDSTDERR: 7498 | _ccp9: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7498 | _ccp9: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbR0_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:7540:1: error: BUILDSTDERR: warning: label ‘_ccpm’ defined but not used [-Wunused-label] BUILDSTDERR: 7540 | _ccpm: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7540 | _ccpm: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfMonadRWSrwsComposeTzuzdcp2MonadRWS_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:7565:1: error: BUILDSTDERR: warning: label ‘_ccpp’ defined but not used [-Wunused-label] BUILDSTDERR: 7565 | _ccpp: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7565 | _ccpp: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbR5_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:7594:1: error: BUILDSTDERR: warning: label ‘_ccpC’ defined but not used [-Wunused-label] BUILDSTDERR: 7594 | _ccpC: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7594 | _ccpC: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbR4_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:7618:1: error: BUILDSTDERR: warning: label ‘_ccpJ’ defined but not used [-Wunused-label] BUILDSTDERR: 7618 | _ccpJ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7618 | _ccpJ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbR3_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:7642:1: error: BUILDSTDERR: warning: label ‘_ccpQ’ defined but not used [-Wunused-label] BUILDSTDERR: 7642 | _ccpQ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7642 | _ccpQ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘sbR2_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:7666:1: error: BUILDSTDERR: warning: label ‘_ccpX’ defined but not used [-Wunused-label] BUILDSTDERR: 7666 | _ccpX: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7666 | _ccpX: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfMonadRWSrwsComposeT_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_13.hc:7695:1: error: BUILDSTDERR: warning: label ‘_ccq1’ defined but not used [-Wunused-label] BUILDSTDERR: 7695 | _ccq1: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7695 | _ccq1: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scqa_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:16:1: error: BUILDSTDERR: warning: label ‘_ccwH’ defined but not used [-Wunused-label] BUILDSTDERR: 16 | _ccwH: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 16 | _ccwH: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scqf_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:55:1: error: BUILDSTDERR: warning: label ‘_ccwT’ defined but not used [-Wunused-label] BUILDSTDERR: 55 | _ccwT: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 55 | _ccwT: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfMonadTransComposeTzuzdclift_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:86:1: error: BUILDSTDERR: warning: label ‘_ccwY’ defined but not used [-Wunused-label] BUILDSTDERR: 86 | _ccwY: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 86 | _ccwY: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfMonadTransComposeT_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:124:1: error: BUILDSTDERR: warning: label ‘_ccx7’ defined but not used [-Wunused-label] BUILDSTDERR: 124 | _ccx7: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 124 | _ccx7: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scqk_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:141:1: error: BUILDSTDERR: warning: label ‘_ccxj’ defined but not used [-Wunused-label] BUILDSTDERR: 141 | _ccxj: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 141 | _ccxj: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfFunctorComposeT1_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:158:1: error: BUILDSTDERR: warning: label ‘_ccxm’ defined but not used [-Wunused-label] BUILDSTDERR: 158 | _ccxm: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 158 | _ccxm: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scqp_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:194:1: error: BUILDSTDERR: warning: label ‘_ccxA’ defined but not used [-Wunused-label] BUILDSTDERR: 194 | _ccxA: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 194 | _ccxA: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scqo_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:216:1: error: BUILDSTDERR: warning: label ‘_ccxI’ defined but not used [-Wunused-label] BUILDSTDERR: 216 | _ccxI: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 216 | _ccxI: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfFunctorComposeT_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:242:1: error: BUILDSTDERR: warning: label ‘_ccxM’ defined but not used [-Wunused-label] BUILDSTDERR: 242 | _ccxM: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 242 | _ccxM: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scqr_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:278:1: error: BUILDSTDERR: warning: label ‘_ccxZ’ defined but not used [-Wunused-label] BUILDSTDERR: 278 | _ccxZ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 278 | _ccxZ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfApplicativeComposeTzuzdcp1Applicative_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:303:1: error: BUILDSTDERR: warning: label ‘_ccy2’ defined but not used [-Wunused-label] BUILDSTDERR: 303 | _ccy2: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 303 | _ccy2: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scqv_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:333:1: error: BUILDSTDERR: warning: label ‘_ccyh’ defined but not used [-Wunused-label] BUILDSTDERR: 333 | _ccyh: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 333 | _ccyh: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘_ccyf’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:359:1: error: BUILDSTDERR: warning: label ‘_ccyf’ defined but not used [-Wunused-label] BUILDSTDERR: 359 | _ccyf: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 359 | _ccyf: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scqy_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:376:1: error: BUILDSTDERR: warning: label ‘_ccys’ defined but not used [-Wunused-label] BUILDSTDERR: 376 | _ccys: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 376 | _ccys: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfApplicativeComposeTzuzdcliftA2_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:402:1: error: BUILDSTDERR: warning: label ‘_ccyv’ defined but not used [-Wunused-label] BUILDSTDERR: 402 | _ccyv: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 402 | _ccyv: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scqM_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:438:1: error: BUILDSTDERR: warning: label ‘_ccyJ’ defined but not used [-Wunused-label] BUILDSTDERR: 438 | _ccyJ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 438 | _ccyJ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scqJ_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:461:1: error: BUILDSTDERR: warning: label ‘_ccyR’ defined but not used [-Wunused-label] BUILDSTDERR: 461 | _ccyR: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 461 | _ccyR: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scqG_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:484:1: error: BUILDSTDERR: warning: label ‘_ccyZ’ defined but not used [-Wunused-label] BUILDSTDERR: 484 | _ccyZ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 484 | _ccyZ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scqF_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:506:1: error: BUILDSTDERR: warning: label ‘_ccz7’ defined but not used [-Wunused-label] BUILDSTDERR: 506 | _ccz7: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 506 | _ccz7: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scqC_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:529:1: error: BUILDSTDERR: warning: label ‘_cczf’ defined but not used [-Wunused-label] BUILDSTDERR: 529 | _cczf: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 529 | _cczf: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scqA_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:552:1: error: BUILDSTDERR: warning: label ‘_cczm’ defined but not used [-Wunused-label] BUILDSTDERR: 552 | _cczm: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 552 | _cczm: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfApplicativeComposeT_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:583:1: error: BUILDSTDERR: warning: label ‘_cczq’ defined but not used [-Wunused-label] BUILDSTDERR: 583 | _cczq: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 583 | _cczq: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scqO_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:631:1: error: BUILDSTDERR: warning: label ‘_cczD’ defined but not used [-Wunused-label] BUILDSTDERR: 631 | _cczD: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 631 | _cczD: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfAlternativeComposeTzuzdcp1Alternative_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:656:1: error: BUILDSTDERR: warning: label ‘_cczG’ defined but not used [-Wunused-label] BUILDSTDERR: 656 | _cczG: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 656 | _cczG: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scqV_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:686:1: error: BUILDSTDERR: warning: label ‘_ccA5’ defined but not used [-Wunused-label] BUILDSTDERR: 686 | _ccA5: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 686 | _ccA5: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scqW_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:716:1: error: BUILDSTDERR: warning: label ‘_ccA8’ defined but not used [-Wunused-label] BUILDSTDERR: 716 | _ccA8: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 716 | _ccA8: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scqU_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:755:1: error: BUILDSTDERR: warning: label ‘_ccAj’ defined but not used [-Wunused-label] BUILDSTDERR: 755 | _ccAj: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 755 | _ccAj: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘_ccAh’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:781:1: error: BUILDSTDERR: warning: label ‘_ccAh’ defined but not used [-Wunused-label] BUILDSTDERR: 781 | _ccAh: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 781 | _ccAh: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scqR_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:801:1: error: BUILDSTDERR: warning: label ‘_ccAp’ defined but not used [-Wunused-label] BUILDSTDERR: 801 | _ccAp: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 801 | _ccAp: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘_cczT’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:832:1: error: BUILDSTDERR: warning: label ‘_cczT’ defined but not used [-Wunused-label] BUILDSTDERR: 832 | _cczT: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 832 | _cczT: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfAlternativeComposeTzuzdcsome_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:865:1: error: BUILDSTDERR: warning: label ‘_ccAv’ defined but not used [-Wunused-label] BUILDSTDERR: 865 | _ccAv: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 865 | _ccAv: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scr0_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:896:1: error: BUILDSTDERR: warning: label ‘_ccAM’ defined but not used [-Wunused-label] BUILDSTDERR: 896 | _ccAM: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 896 | _ccAM: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scr4_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:921:1: error: BUILDSTDERR: warning: label ‘_ccAT’ defined but not used [-Wunused-label] BUILDSTDERR: 921 | _ccAT: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 921 | _ccAT: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scr2_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:948:1: error: BUILDSTDERR: warning: label ‘_ccB6’ defined but not used [-Wunused-label] BUILDSTDERR: 948 | _ccB6: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 948 | _ccB6: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘_ccB4’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:974:1: error: BUILDSTDERR: warning: label ‘_ccB4’ defined but not used [-Wunused-label] BUILDSTDERR: 974 | _ccB4: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 974 | _ccB4: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scr3_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:996:1: error: BUILDSTDERR: warning: label ‘_ccBc’ defined but not used [-Wunused-label] BUILDSTDERR: 996 | _ccBc: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 996 | _ccBc: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scqZ_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:1041:1: error: BUILDSTDERR: warning: label ‘_ccBh’ defined but not used [-Wunused-label] BUILDSTDERR: 1041 | _ccBh: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1041 | _ccBh: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfAlternativeComposeTzuzdcmany_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:1085:1: error: BUILDSTDERR: warning: label ‘_ccBm’ defined but not used [-Wunused-label] BUILDSTDERR: 1085 | _ccBm: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1085 | _ccBm: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scrc_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:1116:1: error: BUILDSTDERR: warning: label ‘_ccBA’ defined but not used [-Wunused-label] BUILDSTDERR: 1116 | _ccBA: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1116 | _ccBA: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scrb_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:1138:1: error: BUILDSTDERR: warning: label ‘_ccBI’ defined but not used [-Wunused-label] BUILDSTDERR: 1138 | _ccBI: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1138 | _ccBI: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scra_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:1160:1: error: BUILDSTDERR: warning: label ‘_ccBQ’ defined but not used [-Wunused-label] BUILDSTDERR: 1160 | _ccBQ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1160 | _ccBQ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scr7_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:1183:1: error: BUILDSTDERR: warning: label ‘_ccBX’ defined but not used [-Wunused-label] BUILDSTDERR: 1183 | _ccBX: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1183 | _ccBX: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scr6_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:1207:1: error: BUILDSTDERR: warning: label ‘_ccC4’ defined but not used [-Wunused-label] BUILDSTDERR: 1207 | _ccC4: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1207 | _ccC4: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfAlternativeComposeT_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:1237:1: error: BUILDSTDERR: warning: label ‘_ccC8’ defined but not used [-Wunused-label] BUILDSTDERR: 1237 | _ccC8: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1237 | _ccC8: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scre_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:1282:1: error: BUILDSTDERR: warning: label ‘_ccCl’ defined but not used [-Wunused-label] BUILDSTDERR: 1282 | _ccCl: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1282 | _ccCl: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfMonadComposeTzuzdcp1Monad_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:1307:1: error: BUILDSTDERR: warning: label ‘_ccCo’ defined but not used [-Wunused-label] BUILDSTDERR: 1307 | _ccCo: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1307 | _ccCo: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scrg_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:1336:1: error: BUILDSTDERR: warning: label ‘_ccCB’ defined but not used [-Wunused-label] BUILDSTDERR: 1336 | _ccCB: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1336 | _ccCB: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfMonadPlusComposeTzuzdcp1MonadPlus_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:1361:1: error: BUILDSTDERR: warning: label ‘_ccCE’ defined but not used [-Wunused-label] BUILDSTDERR: 1361 | _ccCE: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1361 | _ccCE: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scrp_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:1390:1: error: BUILDSTDERR: warning: label ‘_ccCU’ defined but not used [-Wunused-label] BUILDSTDERR: 1390 | _ccCU: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1390 | _ccCU: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘_ccCS’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:1414:1: error: BUILDSTDERR: warning: label ‘_ccCS’ defined but not used [-Wunused-label] BUILDSTDERR: 1414 | _ccCS: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1414 | _ccCS: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfFoldableComposeTzuzdcfoldrzq_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:1435:1: error: BUILDSTDERR: warning: label ‘_ccCY’ defined but not used [-Wunused-label] BUILDSTDERR: 1435 | _ccCY: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1435 | _ccCY: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfFoldableComposeT1_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:1473:1: error: BUILDSTDERR: warning: label ‘_ccD7’ defined but not used [-Wunused-label] BUILDSTDERR: 1473 | _ccD7: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1473 | _ccD7: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scrt_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:1494:1: error: BUILDSTDERR: warning: label ‘_ccDi’ defined but not used [-Wunused-label] BUILDSTDERR: 1494 | _ccDi: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1494 | _ccDi: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scrv_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:1519:1: error: BUILDSTDERR: warning: label ‘_ccDq’ defined but not used [-Wunused-label] BUILDSTDERR: 1519 | _ccDq: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1519 | _ccDq: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfFoldableComposeTzuzdcsum_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:1545:1: error: BUILDSTDERR: warning: label ‘_ccDt’ defined but not used [-Wunused-label] BUILDSTDERR: 1545 | _ccDt: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1545 | _ccDt: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfFoldableComposeT2_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:1584:1: error: BUILDSTDERR: warning: label ‘_ccDG’ defined but not used [-Wunused-label] BUILDSTDERR: 1584 | _ccDG: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1584 | _ccDG: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘_ccDE’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:1616:1: error: BUILDSTDERR: warning: label ‘_ccDE’ defined but not used [-Wunused-label] BUILDSTDERR: 1616 | _ccDE: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1616 | _ccDE: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scrz_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:1637:1: error: BUILDSTDERR: warning: label ‘_ccDV’ defined but not used [-Wunused-label] BUILDSTDERR: 1637 | _ccDV: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1637 | _ccDV: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scrD_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:1665:1: error: BUILDSTDERR: warning: label ‘_ccE9’ defined but not used [-Wunused-label] BUILDSTDERR: 1665 | _ccE9: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1665 | _ccE9: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘_ccE3’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:1694:1: error: BUILDSTDERR: warning: label ‘_ccE3’ defined but not used [-Wunused-label] BUILDSTDERR: 1694 | _ccE3: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1694 | _ccE3: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfFoldableComposeTzuzdcminimum_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:1722:1: error: BUILDSTDERR: warning: label ‘_ccEi’ defined but not used [-Wunused-label] BUILDSTDERR: 1722 | _ccEi: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1722 | _ccEi: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfFoldableComposeT3_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:1762:1: error: BUILDSTDERR: warning: label ‘_ccEv’ defined but not used [-Wunused-label] BUILDSTDERR: 1762 | _ccEv: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1762 | _ccEv: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘_ccEt’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:1794:1: error: BUILDSTDERR: warning: label ‘_ccEt’ defined but not used [-Wunused-label] BUILDSTDERR: 1794 | _ccEt: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1794 | _ccEt: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scrH_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:1815:1: error: BUILDSTDERR: warning: label ‘_ccEJ’ defined but not used [-Wunused-label] BUILDSTDERR: 1815 | _ccEJ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1815 | _ccEJ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scrL_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:1843:1: error: BUILDSTDERR: warning: label ‘_ccEX’ defined but not used [-Wunused-label] BUILDSTDERR: 1843 | _ccEX: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1843 | _ccEX: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘_ccER’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:1872:1: error: BUILDSTDERR: warning: label ‘_ccER’ defined but not used [-Wunused-label] BUILDSTDERR: 1872 | _ccER: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1872 | _ccER: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfFoldableComposeTzuzdcmaximum_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:1900:1: error: BUILDSTDERR: warning: label ‘_ccF6’ defined but not used [-Wunused-label] BUILDSTDERR: 1900 | _ccF6: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1900 | _ccF6: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scrP_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:1934:1: error: BUILDSTDERR: warning: label ‘_ccFj’ defined but not used [-Wunused-label] BUILDSTDERR: 1934 | _ccFj: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1934 | _ccFj: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scrR_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:1961:1: error: BUILDSTDERR: warning: label ‘_ccFr’ defined but not used [-Wunused-label] BUILDSTDERR: 1961 | _ccFr: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1961 | _ccFr: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfFoldableComposeTzuzdcelem_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:1988:1: error: BUILDSTDERR: warning: label ‘_ccFu’ defined but not used [-Wunused-label] BUILDSTDERR: 1988 | _ccFu: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1988 | _ccFu: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfFoldableComposeT6_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:2022:1: error: BUILDSTDERR: warning: label ‘_ccFD’ defined but not used [-Wunused-label] BUILDSTDERR: 2022 | _ccFD: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2022 | _ccFD: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfFoldableComposeTzuzdcnull_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:2045:1: error: BUILDSTDERR: warning: label ‘_ccFK’ defined but not used [-Wunused-label] BUILDSTDERR: 2045 | _ccFK: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2045 | _ccFK: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scs4_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:2075:1: error: BUILDSTDERR: warning: label ‘_ccFY’ defined but not used [-Wunused-label] BUILDSTDERR: 2075 | _ccFY: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2075 | _ccFY: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘_ccFW’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:2100:1: error: BUILDSTDERR: warning: label ‘_ccFW’ defined but not used [-Wunused-label] BUILDSTDERR: 2100 | _ccFW: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2100 | _ccFW: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfFoldableComposeTzuzdcfoldlzq_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:2121:1: error: BUILDSTDERR: warning: label ‘_ccG2’ defined but not used [-Wunused-label] BUILDSTDERR: 2121 | _ccG2: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2121 | _ccG2: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfFoldableComposeT5_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:2161:1: error: BUILDSTDERR: warning: label ‘_ccGe’ defined but not used [-Wunused-label] BUILDSTDERR: 2161 | _ccGe: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2161 | _ccGe: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘_ccGb’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:2182:1: error: BUILDSTDERR: warning: label ‘_ccGb’ defined but not used [-Wunused-label] BUILDSTDERR: 2182 | _ccGb: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2182 | _ccGb: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfFoldableComposeTzuzdclength_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:2223:1: error: BUILDSTDERR: warning: label ‘_ccGv’ defined but not used [-Wunused-label] BUILDSTDERR: 2223 | _ccGv: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2223 | _ccGv: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scsg_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:2254:1: error: BUILDSTDERR: warning: label ‘_ccGG’ defined but not used [-Wunused-label] BUILDSTDERR: 2254 | _ccGG: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2254 | _ccGG: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scsi_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:2280:1: error: BUILDSTDERR: warning: label ‘_ccGO’ defined but not used [-Wunused-label] BUILDSTDERR: 2280 | _ccGO: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2280 | _ccGO: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfFoldableComposeTzuzdcproduct_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:2306:1: error: BUILDSTDERR: warning: label ‘_ccGR’ defined but not used [-Wunused-label] BUILDSTDERR: 2306 | _ccGR: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2306 | _ccGR: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfFoldableComposeTzuzdctoList_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:2342:1: error: BUILDSTDERR: warning: label ‘_ccH0’ defined but not used [-Wunused-label] BUILDSTDERR: 2342 | _ccH0: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2342 | _ccH0: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scsQ_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:2371:1: error: BUILDSTDERR: warning: label ‘_ccHc’ defined but not used [-Wunused-label] BUILDSTDERR: 2371 | _ccHc: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2371 | _ccHc: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scsP_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:2394:1: error: BUILDSTDERR: warning: label ‘_ccHk’ defined but not used [-Wunused-label] BUILDSTDERR: 2394 | _ccHk: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2394 | _ccHk: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scsO_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:2416:1: error: BUILDSTDERR: warning: label ‘_ccHs’ defined but not used [-Wunused-label] BUILDSTDERR: 2416 | _ccHs: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2416 | _ccHs: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scsN_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:2439:1: error: BUILDSTDERR: warning: label ‘_ccHA’ defined but not used [-Wunused-label] BUILDSTDERR: 2439 | _ccHA: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2439 | _ccHA: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scsM_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:2462:1: error: BUILDSTDERR: warning: label ‘_ccHI’ defined but not used [-Wunused-label] BUILDSTDERR: 2462 | _ccHI: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2462 | _ccHI: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scsL_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:2485:1: error: BUILDSTDERR: warning: label ‘_ccHQ’ defined but not used [-Wunused-label] BUILDSTDERR: 2485 | _ccHQ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2485 | _ccHQ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scsK_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:2507:1: error: BUILDSTDERR: warning: label ‘_ccHY’ defined but not used [-Wunused-label] BUILDSTDERR: 2507 | _ccHY: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2507 | _ccHY: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scsJ_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:2529:1: error: BUILDSTDERR: warning: label ‘_ccI6’ defined but not used [-Wunused-label] BUILDSTDERR: 2529 | _ccI6: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2529 | _ccI6: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scsI_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:2551:1: error: BUILDSTDERR: warning: label ‘_ccIe’ defined but not used [-Wunused-label] BUILDSTDERR: 2551 | _ccIe: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2551 | _ccIe: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scsF_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:2574:1: error: BUILDSTDERR: warning: label ‘_ccIm’ defined but not used [-Wunused-label] BUILDSTDERR: 2574 | _ccIm: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2574 | _ccIm: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scsC_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:2597:1: error: BUILDSTDERR: warning: label ‘_ccIu’ defined but not used [-Wunused-label] BUILDSTDERR: 2597 | _ccIu: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2597 | _ccIu: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scsB_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:2619:1: error: BUILDSTDERR: warning: label ‘_ccIC’ defined but not used [-Wunused-label] BUILDSTDERR: 2619 | _ccIC: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2619 | _ccIC: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scsx_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:2642:1: error: BUILDSTDERR: warning: label ‘_ccIK’ defined but not used [-Wunused-label] BUILDSTDERR: 2642 | _ccIK: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2642 | _ccIK: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scsw_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:2664:1: error: BUILDSTDERR: warning: label ‘_ccIS’ defined but not used [-Wunused-label] BUILDSTDERR: 2664 | _ccIS: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2664 | _ccIS: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scss_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:2687:1: error: BUILDSTDERR: warning: label ‘_ccJ0’ defined but not used [-Wunused-label] BUILDSTDERR: 2687 | _ccJ0: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2687 | _ccJ0: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scso_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:2710:1: error: BUILDSTDERR: warning: label ‘_ccJ8’ defined but not used [-Wunused-label] BUILDSTDERR: 2710 | _ccJ8: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2710 | _ccJ8: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfFoldableComposeT_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:2750:1: error: BUILDSTDERR: warning: label ‘_ccJc’ defined but not used [-Wunused-label] BUILDSTDERR: 2750 | _ccJc: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2750 | _ccJc: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scsW_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:2829:1: error: BUILDSTDERR: warning: label ‘_ccJq’ defined but not used [-Wunused-label] BUILDSTDERR: 2829 | _ccJq: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2829 | _ccJq: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scsU_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:2852:1: error: BUILDSTDERR: warning: label ‘_ccJx’ defined but not used [-Wunused-label] BUILDSTDERR: 2852 | _ccJx: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2852 | _ccJx: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfTraversableComposeTzuzdcsequence_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:2882:1: error: BUILDSTDERR: warning: label ‘_ccJA’ defined but not used [-Wunused-label] BUILDSTDERR: 2882 | _ccJA: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2882 | _ccJA: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘sct3_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:2924:1: error: BUILDSTDERR: warning: label ‘_ccJO’ defined but not used [-Wunused-label] BUILDSTDERR: 2924 | _ccJO: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2924 | _ccJO: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘sct1_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:2947:1: error: BUILDSTDERR: warning: label ‘_ccJV’ defined but not used [-Wunused-label] BUILDSTDERR: 2947 | _ccJV: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2947 | _ccJV: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfTraversableComposeTzuzdcmapM_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:2978:1: error: BUILDSTDERR: warning: label ‘_ccJY’ defined but not used [-Wunused-label] BUILDSTDERR: 2978 | _ccJY: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2978 | _ccJY: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfTraversableComposeT1_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:3014:1: error: BUILDSTDERR: warning: label ‘_ccK7’ defined but not used [-Wunused-label] BUILDSTDERR: 3014 | _ccK7: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3014 | _ccK7: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘sct9_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:3035:1: error: BUILDSTDERR: warning: label ‘_ccKi’ defined but not used [-Wunused-label] BUILDSTDERR: 3035 | _ccKi: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3035 | _ccKi: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfTraversableComposeTzuzdcsequenceA_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:3065:1: error: BUILDSTDERR: warning: label ‘_ccKn’ defined but not used [-Wunused-label] BUILDSTDERR: 3065 | _ccKn: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3065 | _ccKn: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘_ccKl’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:3098:1: error: BUILDSTDERR: warning: label ‘_ccKl’ defined but not used [-Wunused-label] BUILDSTDERR: 3098 | _ccKl: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3098 | _ccKl: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘sctf_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:3121:1: error: BUILDSTDERR: warning: label ‘_ccKD’ defined but not used [-Wunused-label] BUILDSTDERR: 3121 | _ccKD: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3121 | _ccKD: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfTraversableComposeTzuzdctraverse_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:3151:1: error: BUILDSTDERR: warning: label ‘_ccKI’ defined but not used [-Wunused-label] BUILDSTDERR: 3151 | _ccKI: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3151 | _ccKI: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘_ccKG’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:3180:1: error: BUILDSTDERR: warning: label ‘_ccKG’ defined but not used [-Wunused-label] BUILDSTDERR: 3180 | _ccKG: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3180 | _ccKG: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scth_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:3203:1: error: BUILDSTDERR: warning: label ‘_ccKY’ defined but not used [-Wunused-label] BUILDSTDERR: 3203 | _ccKY: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3203 | _ccKY: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfTraversableComposeTzuzdcp2Traversable_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:3228:1: error: BUILDSTDERR: warning: label ‘_ccL1’ defined but not used [-Wunused-label] BUILDSTDERR: 3228 | _ccL1: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3228 | _ccL1: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘sctj_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:3258:1: error: BUILDSTDERR: warning: label ‘_ccLe’ defined but not used [-Wunused-label] BUILDSTDERR: 3258 | _ccLe: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3258 | _ccLe: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfTraversableComposeTzuzdcp1Traversable_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:3283:1: error: BUILDSTDERR: warning: label ‘_ccLh’ defined but not used [-Wunused-label] BUILDSTDERR: 3283 | _ccLh: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3283 | _ccLh: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘sctq_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:3312:1: error: BUILDSTDERR: warning: label ‘_ccLv’ defined but not used [-Wunused-label] BUILDSTDERR: 3312 | _ccLv: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3312 | _ccLv: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘sctp_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:3334:1: error: BUILDSTDERR: warning: label ‘_ccLD’ defined but not used [-Wunused-label] BUILDSTDERR: 3334 | _ccLD: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3334 | _ccLD: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scto_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:3356:1: error: BUILDSTDERR: warning: label ‘_ccLL’ defined but not used [-Wunused-label] BUILDSTDERR: 3356 | _ccLL: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3356 | _ccLL: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘sctn_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:3378:1: error: BUILDSTDERR: warning: label ‘_ccLT’ defined but not used [-Wunused-label] BUILDSTDERR: 3378 | _ccLT: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3378 | _ccLT: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘sctm_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:3400:1: error: BUILDSTDERR: warning: label ‘_ccM0’ defined but not used [-Wunused-label] BUILDSTDERR: 3400 | _ccM0: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3400 | _ccM0: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘sctl_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:3425:1: error: BUILDSTDERR: warning: label ‘_ccM7’ defined but not used [-Wunused-label] BUILDSTDERR: 3425 | _ccM7: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3425 | _ccM7: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfTraversableComposeT_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:3456:1: error: BUILDSTDERR: warning: label ‘_ccMb’ defined but not used [-Wunused-label] BUILDSTDERR: 3456 | _ccMb: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3456 | _ccMb: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘sctu_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:3512:1: error: BUILDSTDERR: warning: label ‘_ccMo’ defined but not used [-Wunused-label] BUILDSTDERR: 3512 | _ccMo: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3512 | _ccMo: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘sctx_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:3540:1: error: BUILDSTDERR: warning: label ‘_ccML’ defined but not used [-Wunused-label] BUILDSTDERR: 3540 | _ccML: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3540 | _ccML: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scty_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:3567:1: error: BUILDSTDERR: warning: label ‘_ccMO’ defined but not used [-Wunused-label] BUILDSTDERR: 3567 | _ccMO: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3567 | _ccMO: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘sctz_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:3606:1: error: BUILDSTDERR: warning: label ‘_ccMT’ defined but not used [-Wunused-label] BUILDSTDERR: 3606 | _ccMT: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3606 | _ccMT: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘sctA_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:3645:1: error: BUILDSTDERR: warning: label ‘_ccMY’ defined but not used [-Wunused-label] BUILDSTDERR: 3645 | _ccMY: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3645 | _ccMY: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘sctD_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:3682:1: error: BUILDSTDERR: warning: label ‘_ccNq’ defined but not used [-Wunused-label] BUILDSTDERR: 3682 | _ccNq: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3682 | _ccNq: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘sctE_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:3719:1: error: BUILDSTDERR: warning: label ‘_ccNv’ defined but not used [-Wunused-label] BUILDSTDERR: 3719 | _ccNv: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3719 | _ccNv: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘sctF_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:3758:1: error: BUILDSTDERR: warning: label ‘_ccNA’ defined but not used [-Wunused-label] BUILDSTDERR: 3758 | _ccNA: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3758 | _ccNA: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘sctG_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:3798:1: error: BUILDSTDERR: warning: label ‘_ccNF’ defined but not used [-Wunused-label] BUILDSTDERR: 3798 | _ccNF: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3798 | _ccNF: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘sctH_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:3837:1: error: BUILDSTDERR: warning: label ‘_ccNL’ defined but not used [-Wunused-label] BUILDSTDERR: 3837 | _ccNL: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3837 | _ccNL: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdwzdcshowsPrec_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:3871:1: error: BUILDSTDERR: warning: label ‘_ccNT’ defined but not used [-Wunused-label] BUILDSTDERR: 3871 | _ccNT: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3871 | _ccNT: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfShowComposeTzuzdcshowsPrec_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:3917:1: error: BUILDSTDERR: warning: label ‘_ccO5’ defined but not used [-Wunused-label] BUILDSTDERR: 3917 | _ccO5: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3917 | _ccO5: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘_ccO2’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:3942:1: error: BUILDSTDERR: warning: label ‘_ccO2’ defined but not used [-Wunused-label] BUILDSTDERR: 3942 | _ccO2: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3942 | _ccO2: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfReadComposeT3_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:3966:1: error: BUILDSTDERR: warning: label ‘_ccOi’ defined but not used [-Wunused-label] BUILDSTDERR: 3966 | _ccOi: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3966 | _ccOi: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘sctP_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:4004:1: error: BUILDSTDERR: warning: label ‘_ccOx’ defined but not used [-Wunused-label] BUILDSTDERR: 4004 | _ccOx: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4004 | _ccOx: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘sctQ_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:4037:1: error: BUILDSTDERR: warning: label ‘_ccOA’ defined but not used [-Wunused-label] BUILDSTDERR: 4037 | _ccOA: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4037 | _ccOA: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfShowComposeTzuzdcshow_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:4076:1: error: BUILDSTDERR: warning: label ‘_ccOF’ defined but not used [-Wunused-label] BUILDSTDERR: 4076 | _ccOF: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4076 | _ccOF: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘sctV_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:4108:1: error: BUILDSTDERR: warning: label ‘_ccOT’ defined but not used [-Wunused-label] BUILDSTDERR: 4108 | _ccOT: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4108 | _ccOT: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfShowComposeTzuzdcshowList_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:4132:1: error: BUILDSTDERR: warning: label ‘_ccOW’ defined but not used [-Wunused-label] BUILDSTDERR: 4132 | _ccOW: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4132 | _ccOW: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘sctZ_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:4161:1: error: BUILDSTDERR: warning: label ‘_ccPa’ defined but not used [-Wunused-label] BUILDSTDERR: 4161 | _ccPa: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4161 | _ccPa: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘sctY_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:4183:1: error: BUILDSTDERR: warning: label ‘_ccPi’ defined but not used [-Wunused-label] BUILDSTDERR: 4183 | _ccPi: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4183 | _ccPi: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘sctX_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:4206:1: error: BUILDSTDERR: warning: label ‘_ccPq’ defined but not used [-Wunused-label] BUILDSTDERR: 4206 | _ccPq: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4206 | _ccPq: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfShowComposeT_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:4232:1: error: BUILDSTDERR: warning: label ‘_ccPu’ defined but not used [-Wunused-label] BUILDSTDERR: 4232 | _ccPu: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4232 | _ccPu: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfReadComposeT10_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:4277:1: error: BUILDSTDERR: warning: label ‘_ccPF’ defined but not used [-Wunused-label] BUILDSTDERR: 4277 | _ccPF: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4277 | _ccPF: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfReadComposeT8_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:4324:1: error: BUILDSTDERR: warning: label ‘_ccPO’ defined but not used [-Wunused-label] BUILDSTDERR: 4324 | _ccPO: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4324 | _ccPO: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfReadComposeT6_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:4371:1: error: BUILDSTDERR: warning: label ‘_ccPX’ defined but not used [-Wunused-label] BUILDSTDERR: 4371 | _ccPX: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4371 | _ccPX: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scu1_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:4419:1: error: BUILDSTDERR: warning: label ‘_ccQ8’ defined but not used [-Wunused-label] BUILDSTDERR: 4419 | _ccQ8: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4419 | _ccQ8: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scu2_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:4443:1: error: BUILDSTDERR: warning: label ‘_ccQg’ defined but not used [-Wunused-label] BUILDSTDERR: 4443 | _ccQg: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4443 | _ccQg: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scud_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:4458:1: error: BUILDSTDERR: warning: label ‘_ccQR’ defined but not used [-Wunused-label] BUILDSTDERR: 4458 | _ccQR: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4458 | _ccQR: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scug_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:4479:1: error: BUILDSTDERR: warning: label ‘_ccQX’ defined but not used [-Wunused-label] BUILDSTDERR: 4479 | _ccQX: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4479 | _ccQX: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘_ccQU’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:4514:1: error: BUILDSTDERR: warning: label ‘_ccQU’ defined but not used [-Wunused-label] BUILDSTDERR: 4514 | _ccQU: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4514 | _ccQU: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scuh_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:4545:1: error: BUILDSTDERR: warning: label ‘_ccR5’ defined but not used [-Wunused-label] BUILDSTDERR: 4545 | _ccR5: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4545 | _ccR5: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scuk_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:4586:1: error: BUILDSTDERR: warning: label ‘_ccRd’ defined but not used [-Wunused-label] BUILDSTDERR: 4586 | _ccRd: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4586 | _ccRd: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘_ccRa’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:4622:1: error: BUILDSTDERR: warning: label ‘_ccRa’ defined but not used [-Wunused-label] BUILDSTDERR: 4622 | _ccRa: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4622 | _ccRa: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scun_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:4649:1: error: BUILDSTDERR: warning: label ‘_ccRl’ defined but not used [-Wunused-label] BUILDSTDERR: 4649 | _ccRl: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4649 | _ccRl: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘_ccQo’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:4682:1: error: BUILDSTDERR: warning: label ‘_ccQo’ defined but not used [-Wunused-label] BUILDSTDERR: 4682 | _ccQo: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4682 | _ccQo: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘_ccRt’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:4721:1: error: BUILDSTDERR: warning: label ‘_ccRt’ defined but not used [-Wunused-label] BUILDSTDERR: 4721 | _ccRt: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4721 | _ccRt: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfReadComposeT1_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:4750:1: error: BUILDSTDERR: warning: label ‘_ccRB’ defined but not used [-Wunused-label] BUILDSTDERR: 4750 | _ccRB: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4750 | _ccRB: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scup_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:4785:1: error: BUILDSTDERR: warning: label ‘_ccRO’ defined but not used [-Wunused-label] BUILDSTDERR: 4785 | _ccRO: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4785 | _ccRO: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scur_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:4810:1: error: BUILDSTDERR: warning: label ‘_ccS0’ defined but not used [-Wunused-label] BUILDSTDERR: 4810 | _ccS0: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4810 | _ccS0: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scus_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:4838:1: error: BUILDSTDERR: warning: label ‘_ccS3’ defined but not used [-Wunused-label] BUILDSTDERR: 4838 | _ccS3: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4838 | _ccS3: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfReadComposeTzuzdcreadsPrec_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:4867:1: error: BUILDSTDERR: warning: label ‘_ccS8’ defined but not used [-Wunused-label] BUILDSTDERR: 4867 | _ccS8: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4867 | _ccS8: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scuu_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:4900:1: error: BUILDSTDERR: warning: label ‘_ccSl’ defined but not used [-Wunused-label] BUILDSTDERR: 4900 | _ccSl: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4900 | _ccSl: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfReadComposeTzuzdcreadListPrec_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:4924:1: error: BUILDSTDERR: warning: label ‘_ccSo’ defined but not used [-Wunused-label] BUILDSTDERR: 4924 | _ccSo: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4924 | _ccSo: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scuw_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:4954:1: error: BUILDSTDERR: warning: label ‘_ccSF’ defined but not used [-Wunused-label] BUILDSTDERR: 4954 | _ccSF: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4954 | _ccSF: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scux_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:4981:1: error: BUILDSTDERR: warning: label ‘_ccSI’ defined but not used [-Wunused-label] BUILDSTDERR: 4981 | _ccSI: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4981 | _ccSI: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfReadComposeTzuzdcreadList_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:5019:1: error: BUILDSTDERR: warning: label ‘_ccSN’ defined but not used [-Wunused-label] BUILDSTDERR: 5019 | _ccSN: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5019 | _ccSN: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scuC_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:5050:1: error: BUILDSTDERR: warning: label ‘_ccT0’ defined but not used [-Wunused-label] BUILDSTDERR: 5050 | _ccT0: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5050 | _ccT0: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scuB_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:5075:1: error: BUILDSTDERR: warning: label ‘_ccT7’ defined but not used [-Wunused-label] BUILDSTDERR: 5075 | _ccT7: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5075 | _ccT7: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scuA_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:5100:1: error: BUILDSTDERR: warning: label ‘_ccTe’ defined but not used [-Wunused-label] BUILDSTDERR: 5100 | _ccTe: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5100 | _ccTe: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scuz_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:5125:1: error: BUILDSTDERR: warning: label ‘_ccTl’ defined but not used [-Wunused-label] BUILDSTDERR: 5125 | _ccTl: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5125 | _ccTl: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfReadComposeT_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:5155:1: error: BUILDSTDERR: warning: label ‘_ccTp’ defined but not used [-Wunused-label] BUILDSTDERR: 5155 | _ccTp: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5155 | _ccTp: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scuF_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:5198:1: error: BUILDSTDERR: warning: label ‘_ccTC’ defined but not used [-Wunused-label] BUILDSTDERR: 5198 | _ccTC: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5198 | _ccTC: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scuE_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:5222:1: error: BUILDSTDERR: warning: label ‘_ccTJ’ defined but not used [-Wunused-label] BUILDSTDERR: 5222 | _ccTJ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5222 | _ccTJ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfEqComposeT_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:5249:1: error: BUILDSTDERR: warning: label ‘_ccTN’ defined but not used [-Wunused-label] BUILDSTDERR: 5249 | _ccTN: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5249 | _ccTN: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scuH_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:5285:1: error: BUILDSTDERR: warning: label ‘_ccU0’ defined but not used [-Wunused-label] BUILDSTDERR: 5285 | _ccU0: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5285 | _ccU0: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfOrdComposeTzuzdcp1Ord_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:5310:1: error: BUILDSTDERR: warning: label ‘_ccU3’ defined but not used [-Wunused-label] BUILDSTDERR: 5310 | _ccU3: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5310 | _ccU3: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scuQ_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:5339:1: error: BUILDSTDERR: warning: label ‘_ccUg’ defined but not used [-Wunused-label] BUILDSTDERR: 5339 | _ccUg: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5339 | _ccUg: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scuP_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:5363:1: error: BUILDSTDERR: warning: label ‘_ccUn’ defined but not used [-Wunused-label] BUILDSTDERR: 5363 | _ccUn: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5363 | _ccUn: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scuO_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:5387:1: error: BUILDSTDERR: warning: label ‘_ccUu’ defined but not used [-Wunused-label] BUILDSTDERR: 5387 | _ccUu: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5387 | _ccUu: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scuN_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:5411:1: error: BUILDSTDERR: warning: label ‘_ccUB’ defined but not used [-Wunused-label] BUILDSTDERR: 5411 | _ccUB: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5411 | _ccUB: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scuM_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:5435:1: error: BUILDSTDERR: warning: label ‘_ccUI’ defined but not used [-Wunused-label] BUILDSTDERR: 5435 | _ccUI: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5435 | _ccUI: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scuL_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:5459:1: error: BUILDSTDERR: warning: label ‘_ccUP’ defined but not used [-Wunused-label] BUILDSTDERR: 5459 | _ccUP: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5459 | _ccUP: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scuK_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:5483:1: error: BUILDSTDERR: warning: label ‘_ccUW’ defined but not used [-Wunused-label] BUILDSTDERR: 5483 | _ccUW: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5483 | _ccUW: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scuJ_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:5507:1: error: BUILDSTDERR: warning: label ‘_ccV3’ defined but not used [-Wunused-label] BUILDSTDERR: 5507 | _ccV3: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5507 | _ccV3: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfOrdComposeT_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:5540:1: error: BUILDSTDERR: warning: label ‘_ccV7’ defined but not used [-Wunused-label] BUILDSTDERR: 5540 | _ccV7: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5540 | _ccV7: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_getComposeT1_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:5592:1: error: BUILDSTDERR: warning: label ‘_ccVg’ defined but not used [-Wunused-label] BUILDSTDERR: 5592 | _ccVg: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5592 | _ccVg: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_getComposeT_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:5612:1: error: BUILDSTDERR: warning: label ‘_ccVn’ defined but not used [-Wunused-label] BUILDSTDERR: 5612 | _ccVn: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5612 | _ccVn: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scuW_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:5629:1: error: BUILDSTDERR: warning: label ‘_ccVz’ defined but not used [-Wunused-label] BUILDSTDERR: 5629 | _ccVz: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5629 | _ccVz: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfMonadErroreComposeT1_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:5645:1: error: BUILDSTDERR: warning: label ‘_ccVC’ defined but not used [-Wunused-label] BUILDSTDERR: 5645 | _ccVC: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5645 | _ccVC: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scv1_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:5679:1: error: BUILDSTDERR: warning: label ‘_ccVV’ defined but not used [-Wunused-label] BUILDSTDERR: 5679 | _ccVV: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5679 | _ccVV: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scv2_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:5695:1: error: BUILDSTDERR: warning: label ‘_ccVY’ defined but not used [-Wunused-label] BUILDSTDERR: 5695 | _ccVY: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5695 | _ccVY: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfMonadContComposeT1_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:5723:1: error: BUILDSTDERR: warning: label ‘_ccW3’ defined but not used [-Wunused-label] BUILDSTDERR: 5723 | _ccW3: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5723 | _ccW3: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scv7_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:5757:1: error: BUILDSTDERR: warning: label ‘_ccWh’ defined but not used [-Wunused-label] BUILDSTDERR: 5757 | _ccWh: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5757 | _ccWh: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfMonadComposeT1_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:5773:1: error: BUILDSTDERR: warning: label ‘_ccWk’ defined but not used [-Wunused-label] BUILDSTDERR: 5773 | _ccWk: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5773 | _ccWk: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scvc_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:5807:1: error: BUILDSTDERR: warning: label ‘_ccWy’ defined but not used [-Wunused-label] BUILDSTDERR: 5807 | _ccWy: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5807 | _ccWy: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘rbKo_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:5824:1: error: BUILDSTDERR: warning: label ‘_ccWB’ defined but not used [-Wunused-label] BUILDSTDERR: 5824 | _ccWB: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5824 | _ccWB: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfMonadComposeTzuzdczgzg_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:5859:1: error: BUILDSTDERR: warning: label ‘_ccWK’ defined but not used [-Wunused-label] BUILDSTDERR: 5859 | _ccWK: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5859 | _ccWK: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scvk_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:5878:1: error: BUILDSTDERR: warning: label ‘_ccWW’ defined but not used [-Wunused-label] BUILDSTDERR: 5878 | _ccWW: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5878 | _ccWW: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scvi_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:5901:1: error: BUILDSTDERR: warning: label ‘_ccX4’ defined but not used [-Wunused-label] BUILDSTDERR: 5901 | _ccX4: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5901 | _ccX4: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scvg_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:5924:1: error: BUILDSTDERR: warning: label ‘_ccXc’ defined but not used [-Wunused-label] BUILDSTDERR: 5924 | _ccXc: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5924 | _ccXc: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scvf_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:5946:1: error: BUILDSTDERR: warning: label ‘_ccXk’ defined but not used [-Wunused-label] BUILDSTDERR: 5946 | _ccXk: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5946 | _ccXk: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scve_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:5968:1: error: BUILDSTDERR: warning: label ‘_ccXr’ defined but not used [-Wunused-label] BUILDSTDERR: 5968 | _ccXr: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5968 | _ccXr: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfMonadComposeT_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:5998:1: error: BUILDSTDERR: warning: label ‘_ccXv’ defined but not used [-Wunused-label] BUILDSTDERR: 5998 | _ccXv: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5998 | _ccXv: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scvm_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:6043:1: error: BUILDSTDERR: warning: label ‘_ccXI’ defined but not used [-Wunused-label] BUILDSTDERR: 6043 | _ccXI: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6043 | _ccXI: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfMonadWriterwComposeTzuzdcp2MonadWriter_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:6068:1: error: BUILDSTDERR: warning: label ‘_ccXL’ defined but not used [-Wunused-label] BUILDSTDERR: 6068 | _ccXL: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6068 | _ccXL: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scvo_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:6097:1: error: BUILDSTDERR: warning: label ‘_ccXY’ defined but not used [-Wunused-label] BUILDSTDERR: 6097 | _ccXY: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6097 | _ccXY: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfMonadStatesComposeTzuzdcp1MonadState_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:6122:1: error: BUILDSTDERR: warning: label ‘_ccY1’ defined but not used [-Wunused-label] BUILDSTDERR: 6122 | _ccY1: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6122 | _ccY1: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scvv_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:6151:1: error: BUILDSTDERR: warning: label ‘_ccYf’ defined but not used [-Wunused-label] BUILDSTDERR: 6151 | _ccYf: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6151 | _ccYf: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scvt_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:6174:1: error: BUILDSTDERR: warning: label ‘_ccYn’ defined but not used [-Wunused-label] BUILDSTDERR: 6174 | _ccYn: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6174 | _ccYn: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scvr_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:6197:1: error: BUILDSTDERR: warning: label ‘_ccYu’ defined but not used [-Wunused-label] BUILDSTDERR: 6197 | _ccYu: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6197 | _ccYu: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scvq_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:6221:1: error: BUILDSTDERR: warning: label ‘_ccYB’ defined but not used [-Wunused-label] BUILDSTDERR: 6221 | _ccYB: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6221 | _ccYB: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfMonadStatesComposeT_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:6250:1: error: BUILDSTDERR: warning: label ‘_ccYF’ defined but not used [-Wunused-label] BUILDSTDERR: 6250 | _ccYF: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6250 | _ccYF: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scvx_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:6292:1: error: BUILDSTDERR: warning: label ‘_ccYS’ defined but not used [-Wunused-label] BUILDSTDERR: 6292 | _ccYS: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6292 | _ccYS: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfMonadRWSrwsComposeTzuzdcp4MonadRWS_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:6317:1: error: BUILDSTDERR: warning: label ‘_ccYV’ defined but not used [-Wunused-label] BUILDSTDERR: 6317 | _ccYV: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6317 | _ccYV: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scvz_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:6346:1: error: BUILDSTDERR: warning: label ‘_ccZ8’ defined but not used [-Wunused-label] BUILDSTDERR: 6346 | _ccZ8: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6346 | _ccZ8: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfMonadReaderrComposeTzuzdcp1MonadReader_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:6371:1: error: BUILDSTDERR: warning: label ‘_ccZb’ defined but not used [-Wunused-label] BUILDSTDERR: 6371 | _ccZb: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6371 | _ccZb: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scvB_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:6400:1: error: BUILDSTDERR: warning: label ‘_ccZo’ defined but not used [-Wunused-label] BUILDSTDERR: 6400 | _ccZo: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6400 | _ccZo: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfMonadErroreComposeTzuzdcp1MonadError_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:6425:1: error: BUILDSTDERR: warning: label ‘_ccZr’ defined but not used [-Wunused-label] BUILDSTDERR: 6425 | _ccZr: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6425 | _ccZr: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scvG_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:6454:1: error: BUILDSTDERR: warning: label ‘_ccZF’ defined but not used [-Wunused-label] BUILDSTDERR: 6454 | _ccZF: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6454 | _ccZF: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scvF_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:6476:1: error: BUILDSTDERR: warning: label ‘_ccZN’ defined but not used [-Wunused-label] BUILDSTDERR: 6476 | _ccZN: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6476 | _ccZN: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scvD_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:6499:1: error: BUILDSTDERR: warning: label ‘_ccZU’ defined but not used [-Wunused-label] BUILDSTDERR: 6499 | _ccZU: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6499 | _ccZU: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfMonadErroreComposeT_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:6527:1: error: BUILDSTDERR: warning: label ‘_ccZY’ defined but not used [-Wunused-label] BUILDSTDERR: 6527 | _ccZY: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6527 | _ccZY: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scvI_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:6566:1: error: BUILDSTDERR: warning: label ‘_cd0b’ defined but not used [-Wunused-label] BUILDSTDERR: 6566 | _cd0b: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6566 | _cd0b: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfMonadContComposeTzuzdcp1MonadCont_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:6591:1: error: BUILDSTDERR: warning: label ‘_cd0e’ defined but not used [-Wunused-label] BUILDSTDERR: 6591 | _cd0e: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6591 | _cd0e: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scvL_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:6620:1: error: BUILDSTDERR: warning: label ‘_cd0s’ defined but not used [-Wunused-label] BUILDSTDERR: 6620 | _cd0s: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6620 | _cd0s: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scvK_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:6642:1: error: BUILDSTDERR: warning: label ‘_cd0z’ defined but not used [-Wunused-label] BUILDSTDERR: 6642 | _cd0z: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6642 | _cd0z: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfMonadContComposeT_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:6669:1: error: BUILDSTDERR: warning: label ‘_cd0D’ defined but not used [-Wunused-label] BUILDSTDERR: 6669 | _cd0D: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6669 | _cd0D: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scvN_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:6705:1: error: BUILDSTDERR: warning: label ‘_cd0Q’ defined but not used [-Wunused-label] BUILDSTDERR: 6705 | _cd0Q: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6705 | _cd0Q: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfMonadIOComposeTzuzdcp1MonadIO_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:6730:1: error: BUILDSTDERR: warning: label ‘_cd0T’ defined but not used [-Wunused-label] BUILDSTDERR: 6730 | _cd0T: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6730 | _cd0T: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scvR_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:6759:1: error: BUILDSTDERR: warning: label ‘_cd17’ defined but not used [-Wunused-label] BUILDSTDERR: 6759 | _cd17: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6759 | _cd17: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scvP_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:6782:1: error: BUILDSTDERR: warning: label ‘_cd1e’ defined but not used [-Wunused-label] BUILDSTDERR: 6782 | _cd1e: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6782 | _cd1e: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfMonadIOComposeT_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:6809:1: error: BUILDSTDERR: warning: label ‘_cd1i’ defined but not used [-Wunused-label] BUILDSTDERR: 6809 | _cd1i: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6809 | _cd1i: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scvT_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:6845:1: error: BUILDSTDERR: warning: label ‘_cd1v’ defined but not used [-Wunused-label] BUILDSTDERR: 6845 | _cd1v: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6845 | _cd1v: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfMonadPlusComposeTzuzdcp2MonadPlus_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:6870:1: error: BUILDSTDERR: warning: label ‘_cd1y’ defined but not used [-Wunused-label] BUILDSTDERR: 6870 | _cd1y: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6870 | _cd1y: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scw0_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:6899:1: error: BUILDSTDERR: warning: label ‘_cd1M’ defined but not used [-Wunused-label] BUILDSTDERR: 6899 | _cd1M: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6899 | _cd1M: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scvX_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:6922:1: error: BUILDSTDERR: warning: label ‘_cd1T’ defined but not used [-Wunused-label] BUILDSTDERR: 6922 | _cd1T: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6922 | _cd1T: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scvW_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:6946:1: error: BUILDSTDERR: warning: label ‘_cd20’ defined but not used [-Wunused-label] BUILDSTDERR: 6946 | _cd20: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6946 | _cd20: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scvV_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:6970:1: error: BUILDSTDERR: warning: label ‘_cd27’ defined but not used [-Wunused-label] BUILDSTDERR: 6970 | _cd27: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6970 | _cd27: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfMonadPlusComposeT_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:6999:1: error: BUILDSTDERR: warning: label ‘_cd2b’ defined but not used [-Wunused-label] BUILDSTDERR: 6999 | _cd2b: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6999 | _cd2b: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_mapComposeT1_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:7039:1: error: BUILDSTDERR: warning: label ‘_cd2k’ defined but not used [-Wunused-label] BUILDSTDERR: 7039 | _cd2k: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7039 | _cd2k: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_mapComposeT_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:7059:1: error: BUILDSTDERR: warning: label ‘_cd2r’ defined but not used [-Wunused-label] BUILDSTDERR: 7059 | _cd2r: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7059 | _cd2r: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scwd_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:7078:1: error: BUILDSTDERR: warning: label ‘_cd2D’ defined but not used [-Wunused-label] BUILDSTDERR: 7078 | _cd2D: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7078 | _cd2D: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scwb_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:7101:1: error: BUILDSTDERR: warning: label ‘_cd2L’ defined but not used [-Wunused-label] BUILDSTDERR: 7101 | _cd2L: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7101 | _cd2L: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scw9_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:7124:1: error: BUILDSTDERR: warning: label ‘_cd2T’ defined but not used [-Wunused-label] BUILDSTDERR: 7124 | _cd2T: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7124 | _cd2T: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scw7_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:7147:1: error: BUILDSTDERR: warning: label ‘_cd31’ defined but not used [-Wunused-label] BUILDSTDERR: 7147 | _cd31: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7147 | _cd31: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scw5_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:7170:1: error: BUILDSTDERR: warning: label ‘_cd38’ defined but not used [-Wunused-label] BUILDSTDERR: 7170 | _cd38: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7170 | _cd38: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scw4_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:7194:1: error: BUILDSTDERR: warning: label ‘_cd3f’ defined but not used [-Wunused-label] BUILDSTDERR: 7194 | _cd3f: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7194 | _cd3f: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfMonadWriterwComposeT_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:7225:1: error: BUILDSTDERR: warning: label ‘_cd3j’ defined but not used [-Wunused-label] BUILDSTDERR: 7225 | _cd3j: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7225 | _cd3j: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scwf_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:7273:1: error: BUILDSTDERR: warning: label ‘_cd3w’ defined but not used [-Wunused-label] BUILDSTDERR: 7273 | _cd3w: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7273 | _cd3w: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfMonadRWSrwsComposeTzuzdcp3MonadRWS_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:7298:1: error: BUILDSTDERR: warning: label ‘_cd3z’ defined but not used [-Wunused-label] BUILDSTDERR: 7298 | _cd3z: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7298 | _cd3z: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scwi_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:7327:1: error: BUILDSTDERR: warning: label ‘_cd3M’ defined but not used [-Wunused-label] BUILDSTDERR: 7327 | _cd3M: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7327 | _cd3M: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scwk_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:7351:1: error: BUILDSTDERR: warning: label ‘_cd3U’ defined but not used [-Wunused-label] BUILDSTDERR: 7351 | _cd3U: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7351 | _cd3U: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfMonadReaderrComposeTzuzdclocal_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:7367:1: error: BUILDSTDERR: warning: label ‘_cd3X’ defined but not used [-Wunused-label] BUILDSTDERR: 7367 | _cd3X: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7367 | _cd3X: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scwq_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:7400:1: error: BUILDSTDERR: warning: label ‘_cd4b’ defined but not used [-Wunused-label] BUILDSTDERR: 7400 | _cd4b: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7400 | _cd4b: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scwo_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:7423:1: error: BUILDSTDERR: warning: label ‘_cd4j’ defined but not used [-Wunused-label] BUILDSTDERR: 7423 | _cd4j: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7423 | _cd4j: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scwn_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:7445:1: error: BUILDSTDERR: warning: label ‘_cd4q’ defined but not used [-Wunused-label] BUILDSTDERR: 7445 | _cd4q: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7445 | _cd4q: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scwm_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:7469:1: error: BUILDSTDERR: warning: label ‘_cd4x’ defined but not used [-Wunused-label] BUILDSTDERR: 7469 | _cd4x: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7469 | _cd4x: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfMonadReaderrComposeT_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:7498:1: error: BUILDSTDERR: warning: label ‘_cd4B’ defined but not used [-Wunused-label] BUILDSTDERR: 7498 | _cd4B: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7498 | _cd4B: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scws_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:7540:1: error: BUILDSTDERR: warning: label ‘_cd4O’ defined but not used [-Wunused-label] BUILDSTDERR: 7540 | _cd4O: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7540 | _cd4O: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfMonadRWSrwsComposeTzuzdcp2MonadRWS_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:7565:1: error: BUILDSTDERR: warning: label ‘_cd4R’ defined but not used [-Wunused-label] BUILDSTDERR: 7565 | _cd4R: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7565 | _cd4R: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scwx_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:7594:1: error: BUILDSTDERR: warning: label ‘_cd54’ defined but not used [-Wunused-label] BUILDSTDERR: 7594 | _cd54: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7594 | _cd54: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scww_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:7618:1: error: BUILDSTDERR: warning: label ‘_cd5b’ defined but not used [-Wunused-label] BUILDSTDERR: 7618 | _cd5b: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7618 | _cd5b: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scwv_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:7642:1: error: BUILDSTDERR: warning: label ‘_cd5i’ defined but not used [-Wunused-label] BUILDSTDERR: 7642 | _cd5i: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7642 | _cd5i: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘scwu_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:7666:1: error: BUILDSTDERR: warning: label ‘_cd5p’ defined but not used [-Wunused-label] BUILDSTDERR: 7666 | _cd5p: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7666 | _cd5p: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfMonadRWSrwsComposeT_entry’: BUILDSTDERR: /tmp/ghc27940_0/ghc_17.hc:7695:1: error: BUILDSTDERR: warning: label ‘_cd5t’ defined but not used [-Wunused-label] BUILDSTDERR: 7695 | _cd5t: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7695 | _cd5t: BUILDSTDERR: | ^ BUILDSTDERR: src/Control/Monad/Morph.hs:80:1: warning: [-Wdeprecations] BUILDSTDERR: Module ‘Control.Monad.Trans.Error’ is deprecated: BUILDSTDERR: Use Control.Monad.Trans.Except instead BUILDSTDERR: | BUILDSTDERR: 80 | import qualified Control.Monad.Trans.Error as E BUILDSTDERR: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ BUILDSTDERR: src/Control/Monad/Morph.hs:83:1: warning: [-Wdeprecations] BUILDSTDERR: Module ‘Control.Monad.Trans.List’ is deprecated: BUILDSTDERR: This transformer is invalid on most monads BUILDSTDERR: | BUILDSTDERR: 83 | import qualified Control.Monad.Trans.List as L BUILDSTDERR: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ BUILDSTDERR: src/Control/Monad/Morph.hs:119:20: warning: [-Wdeprecations] BUILDSTDERR: In the use of type constructor or class ‘ErrorT’ BUILDSTDERR: (imported from Control.Monad.Trans.Error): BUILDSTDERR: Deprecated: "Use Control.Monad.Trans.Except instead" BUILDSTDERR: | BUILDSTDERR: 119 | instance MFunctor (E.ErrorT e) where BUILDSTDERR: | ^^^^^^^^ BUILDSTDERR: src/Control/Monad/Morph.hs:120:19: warning: [-Wdeprecations] BUILDSTDERR: In the use of data constructor ‘ErrorT’ BUILDSTDERR: (imported from Control.Monad.Trans.Error): BUILDSTDERR: Deprecated: "Use Control.Monad.Trans.Except instead" BUILDSTDERR: | BUILDSTDERR: 120 | hoist nat m = E.ErrorT (nat (E.runErrorT m)) BUILDSTDERR: | ^^^^^^^^ BUILDSTDERR: src/Control/Monad/Morph.hs:120:34: warning: [-Wdeprecations] BUILDSTDERR: In the use of ‘runErrorT’ BUILDSTDERR: (imported from Control.Monad.Trans.Error): BUILDSTDERR: Deprecated: "Use Control.Monad.Trans.Except instead" BUILDSTDERR: | BUILDSTDERR: 120 | hoist nat m = E.ErrorT (nat (E.runErrorT m)) BUILDSTDERR: | ^^^^^^^^^^^ BUILDSTDERR: src/Control/Monad/Morph.hs:128:19: warning: [-Wdeprecations] BUILDSTDERR: In the use of type constructor or class ‘ListT’ BUILDSTDERR: (imported from Control.Monad.Trans.List): BUILDSTDERR: Deprecated: "This transformer is invalid on most monads" BUILDSTDERR: | BUILDSTDERR: 128 | instance MFunctor L.ListT where BUILDSTDERR: | ^^^^^^^ BUILDSTDERR: src/Control/Monad/Morph.hs:129:19: warning: [-Wdeprecations] BUILDSTDERR: In the use of data constructor ‘ListT’ BUILDSTDERR: (imported from Control.Monad.Trans.List): BUILDSTDERR: Deprecated: "This transformer is invalid on most monads" BUILDSTDERR: | BUILDSTDERR: 129 | hoist nat m = L.ListT (nat (L.runListT m)) BUILDSTDERR: | ^^^^^^^ BUILDSTDERR: src/Control/Monad/Morph.hs:129:33: warning: [-Wdeprecations] BUILDSTDERR: In the use of ‘runListT’ (imported from Control.Monad.Trans.List): BUILDSTDERR: Deprecated: "This transformer is invalid on most monads" BUILDSTDERR: | BUILDSTDERR: 129 | hoist nat m = L.ListT (nat (L.runListT m)) BUILDSTDERR: | ^^^^^^^^^^ BUILDSTDERR: src/Control/Monad/Morph.hs:240:11: warning: [-Wdeprecations] BUILDSTDERR: In the use of type constructor or class ‘Error’ BUILDSTDERR: (imported from Control.Monad.Trans.Error): BUILDSTDERR: Deprecated: "Use Control.Monad.Trans.Except instead" BUILDSTDERR: | BUILDSTDERR: 240 | instance (E.Error e) => MMonad (E.ErrorT e) where BUILDSTDERR: | ^^^^^^^ BUILDSTDERR: src/Control/Monad/Morph.hs:240:33: warning: [-Wdeprecations] BUILDSTDERR: In the use of type constructor or class ‘ErrorT’ BUILDSTDERR: (imported from Control.Monad.Trans.Error): BUILDSTDERR: Deprecated: "Use Control.Monad.Trans.Except instead" BUILDSTDERR: | BUILDSTDERR: 240 | instance (E.Error e) => MMonad (E.ErrorT e) where BUILDSTDERR: | ^^^^^^^^ BUILDSTDERR: src/Control/Monad/Morph.hs:241:17: warning: [-Wdeprecations] BUILDSTDERR: In the use of data constructor ‘ErrorT’ BUILDSTDERR: (imported from Control.Monad.Trans.Error): BUILDSTDERR: Deprecated: "Use Control.Monad.Trans.Except instead" BUILDSTDERR: | BUILDSTDERR: 241 | embed f m = E.ErrorT (do BUILDSTDERR: | ^^^^^^^^ BUILDSTDERR: src/Control/Monad/Morph.hs:242:14: warning: [-Wdeprecations] BUILDSTDERR: In the use of ‘runErrorT’ BUILDSTDERR: (imported from Control.Monad.Trans.Error): BUILDSTDERR: Deprecated: "Use Control.Monad.Trans.Except instead" BUILDSTDERR: | BUILDSTDERR: 242 | x <- E.runErrorT (f (E.runErrorT m)) BUILDSTDERR: | ^^^^^^^^^^^ BUILDSTDERR: src/Control/Monad/Morph.hs:242:30: warning: [-Wdeprecations] BUILDSTDERR: In the use of ‘runErrorT’ BUILDSTDERR: (imported from Control.Monad.Trans.Error): BUILDSTDERR: Deprecated: "Use Control.Monad.Trans.Except instead" BUILDSTDERR: | BUILDSTDERR: 242 | x <- E.runErrorT (f (E.runErrorT m)) BUILDSTDERR: | ^^^^^^^^^^^ BUILDSTDERR: src/Control/Monad/Morph.hs:259:17: warning: [-Wdeprecations] BUILDSTDERR: In the use of type constructor or class ‘ListT’ BUILDSTDERR: (imported from Control.Monad.Trans.List): BUILDSTDERR: Deprecated: "This transformer is invalid on most monads" BUILDSTDERR: | BUILDSTDERR: 259 | instance MMonad L.ListT where BUILDSTDERR: | ^^^^^^^ BUILDSTDERR: src/Control/Monad/Morph.hs:260:17: warning: [-Wdeprecations] BUILDSTDERR: In the use of data constructor ‘ListT’ BUILDSTDERR: (imported from Control.Monad.Trans.List): BUILDSTDERR: Deprecated: "This transformer is invalid on most monads" BUILDSTDERR: | BUILDSTDERR: 260 | embed f m = L.ListT (do BUILDSTDERR: | ^^^^^^^ BUILDSTDERR: src/Control/Monad/Morph.hs:261:14: warning: [-Wdeprecations] BUILDSTDERR: In the use of ‘runListT’ (imported from Control.Monad.Trans.List): BUILDSTDERR: Deprecated: "This transformer is invalid on most monads" BUILDSTDERR: | BUILDSTDERR: 261 | x <- L.runListT (f (L.runListT m)) BUILDSTDERR: | ^^^^^^^^^^ BUILDSTDERR: src/Control/Monad/Morph.hs:261:29: warning: [-Wdeprecations] BUILDSTDERR: In the use of ‘runListT’ (imported from Control.Monad.Trans.List): BUILDSTDERR: Deprecated: "This transformer is invalid on most monads" BUILDSTDERR: | BUILDSTDERR: 261 | x <- L.runListT (f (L.runListT m)) BUILDSTDERR: | ^^^^^^^^^^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdp1MMonad_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:102:1: error: BUILDSTDERR: warning: label ‘_c6Ix’ defined but not used [-Wunused-label] BUILDSTDERR: 102 | _c6Ix: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 102 | _c6Ix: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘_c6Iu’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:127:1: error: BUILDSTDERR: warning: label ‘_c6Iu’ defined but not used [-Wunused-label] BUILDSTDERR: 127 | _c6Iu: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 127 | _c6Iu: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdp2MMonad_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:155:1: error: BUILDSTDERR: warning: label ‘_c6IO’ defined but not used [-Wunused-label] BUILDSTDERR: 155 | _c6IO: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 155 | _c6IO: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘_c6IL’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:180:1: error: BUILDSTDERR: warning: label ‘_c6IL’ defined but not used [-Wunused-label] BUILDSTDERR: 180 | _c6IL: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 180 | _c6IL: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_embed_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:208:1: error: BUILDSTDERR: warning: label ‘_c6J5’ defined but not used [-Wunused-label] BUILDSTDERR: 208 | _c6J5: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 208 | _c6J5: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘_c6J2’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:233:1: error: BUILDSTDERR: warning: label ‘_c6J2’ defined but not used [-Wunused-label] BUILDSTDERR: 233 | _c6J2: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 233 | _c6J2: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_hoist_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:258:1: error: BUILDSTDERR: warning: label ‘_c6Ji’ defined but not used [-Wunused-label] BUILDSTDERR: 258 | _c6Ji: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 258 | _c6Ji: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMFunctorTYPEErrorT1_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:282:1: error: BUILDSTDERR: warning: label ‘_c6Jr’ defined but not used [-Wunused-label] BUILDSTDERR: 282 | _c6Jr: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 282 | _c6Jr: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMFunctorTYPEErrorT_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:307:1: error: BUILDSTDERR: warning: label ‘_c6JA’ defined but not used [-Wunused-label] BUILDSTDERR: 307 | _c6JA: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 307 | _c6JA: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMFunctorTYPEExceptT1_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:329:1: error: BUILDSTDERR: warning: label ‘_c6JJ’ defined but not used [-Wunused-label] BUILDSTDERR: 329 | _c6JJ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 329 | _c6JJ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMFunctorTYPEExceptT_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:354:1: error: BUILDSTDERR: warning: label ‘_c6JS’ defined but not used [-Wunused-label] BUILDSTDERR: 354 | _c6JS: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 354 | _c6JS: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMFunctorTYPEIdentityT1_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:376:1: error: BUILDSTDERR: warning: label ‘_c6K1’ defined but not used [-Wunused-label] BUILDSTDERR: 376 | _c6K1: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 376 | _c6K1: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMFunctorTYPEIdentityT_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:401:1: error: BUILDSTDERR: warning: label ‘_c6Ka’ defined but not used [-Wunused-label] BUILDSTDERR: 401 | _c6Ka: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 401 | _c6Ka: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMFunctorTYPEListT1_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:423:1: error: BUILDSTDERR: warning: label ‘_c6Kj’ defined but not used [-Wunused-label] BUILDSTDERR: 423 | _c6Kj: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 423 | _c6Kj: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMFunctorTYPEListT_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:448:1: error: BUILDSTDERR: warning: label ‘_c6Ks’ defined but not used [-Wunused-label] BUILDSTDERR: 448 | _c6Ks: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 448 | _c6Ks: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMFunctorTYPEMaybeT1_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:470:1: error: BUILDSTDERR: warning: label ‘_c6KB’ defined but not used [-Wunused-label] BUILDSTDERR: 470 | _c6KB: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 470 | _c6KB: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMFunctorTYPEMaybeT_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:495:1: error: BUILDSTDERR: warning: label ‘_c6KK’ defined but not used [-Wunused-label] BUILDSTDERR: 495 | _c6KK: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 495 | _c6KK: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘s6F4_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:518:1: error: BUILDSTDERR: warning: label ‘_c6L0’ defined but not used [-Wunused-label] BUILDSTDERR: 518 | _c6L0: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 518 | _c6L0: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMFunctorTYPEReaderT1_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:557:1: error: BUILDSTDERR: warning: label ‘_c6L3’ defined but not used [-Wunused-label] BUILDSTDERR: 557 | _c6L3: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 557 | _c6L3: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMFunctorTYPEReaderT_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:599:1: error: BUILDSTDERR: warning: label ‘_c6Lg’ defined but not used [-Wunused-label] BUILDSTDERR: 599 | _c6Lg: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 599 | _c6Lg: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘s6Fa_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:622:1: error: BUILDSTDERR: warning: label ‘_c6Lw’ defined but not used [-Wunused-label] BUILDSTDERR: 622 | _c6Lw: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 622 | _c6Lw: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMFunctorTYPERWST2_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:663:1: error: BUILDSTDERR: warning: label ‘_c6Lz’ defined but not used [-Wunused-label] BUILDSTDERR: 663 | _c6Lz: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 663 | _c6Lz: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMFunctorTYPERWST0_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:707:1: error: BUILDSTDERR: warning: label ‘_c6LM’ defined but not used [-Wunused-label] BUILDSTDERR: 707 | _c6LM: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 707 | _c6LM: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘s6Fg_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:730:1: error: BUILDSTDERR: warning: label ‘_c6M2’ defined but not used [-Wunused-label] BUILDSTDERR: 730 | _c6M2: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 730 | _c6M2: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMFunctorTYPERWST1_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:771:1: error: BUILDSTDERR: warning: label ‘_c6M5’ defined but not used [-Wunused-label] BUILDSTDERR: 771 | _c6M5: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 771 | _c6M5: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMFunctorTYPERWST_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:815:1: error: BUILDSTDERR: warning: label ‘_c6Mi’ defined but not used [-Wunused-label] BUILDSTDERR: 815 | _c6Mi: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 815 | _c6Mi: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘s6Fl_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:838:1: error: BUILDSTDERR: warning: label ‘_c6My’ defined but not used [-Wunused-label] BUILDSTDERR: 838 | _c6My: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 838 | _c6My: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMFunctorTYPEStateT2_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:877:1: error: BUILDSTDERR: warning: label ‘_c6MB’ defined but not used [-Wunused-label] BUILDSTDERR: 877 | _c6MB: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 877 | _c6MB: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMFunctorTYPEStateT0_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:919:1: error: BUILDSTDERR: warning: label ‘_c6MO’ defined but not used [-Wunused-label] BUILDSTDERR: 919 | _c6MO: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 919 | _c6MO: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘s6Fq_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:942:1: error: BUILDSTDERR: warning: label ‘_c6N4’ defined but not used [-Wunused-label] BUILDSTDERR: 942 | _c6N4: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 942 | _c6N4: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMFunctorTYPEStateT1_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:981:1: error: BUILDSTDERR: warning: label ‘_c6N7’ defined but not used [-Wunused-label] BUILDSTDERR: 981 | _c6N7: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 981 | _c6N7: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMFunctorTYPEStateT_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:1023:1: error: BUILDSTDERR: warning: label ‘_c6Nk’ defined but not used [-Wunused-label] BUILDSTDERR: 1023 | _c6Nk: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1023 | _c6Nk: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMFunctorTYPEWriterT2_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:1045:1: error: BUILDSTDERR: warning: label ‘_c6Nt’ defined but not used [-Wunused-label] BUILDSTDERR: 1045 | _c6Nt: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1045 | _c6Nt: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMFunctorTYPEWriterT0_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:1070:1: error: BUILDSTDERR: warning: label ‘_c6NC’ defined but not used [-Wunused-label] BUILDSTDERR: 1070 | _c6NC: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1070 | _c6NC: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMFunctorTYPEWriterT1_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:1092:1: error: BUILDSTDERR: warning: label ‘_c6NL’ defined but not used [-Wunused-label] BUILDSTDERR: 1092 | _c6NL: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1092 | _c6NL: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMFunctorTYPEWriterT_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:1117:1: error: BUILDSTDERR: warning: label ‘_c6NU’ defined but not used [-Wunused-label] BUILDSTDERR: 1117 | _c6NU: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1117 | _c6NU: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘r6El_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:1141:1: error: BUILDSTDERR: warning: label ‘_c6O3’ defined but not used [-Wunused-label] BUILDSTDERR: 1141 | _c6O3: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1141 | _c6O3: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMFunctorTYPECompose_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:1174:1: error: BUILDSTDERR: warning: label ‘_c6Oc’ defined but not used [-Wunused-label] BUILDSTDERR: 1174 | _c6Oc: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1174 | _c6Oc: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘s6FH_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:1197:1: error: BUILDSTDERR: warning: label ‘_c6Oy’ defined but not used [-Wunused-label] BUILDSTDERR: 1197 | _c6Oy: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1197 | _c6Oy: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMFunctorTYPEProductzuzdchoist_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:1233:1: error: BUILDSTDERR: warning: label ‘_c6OB’ defined but not used [-Wunused-label] BUILDSTDERR: 1233 | _c6OB: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1233 | _c6OB: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘_c6Om’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:1258:1: error: BUILDSTDERR: warning: label ‘_c6Om’ defined but not used [-Wunused-label] BUILDSTDERR: 1258 | _c6Om: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1258 | _c6Om: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMFunctorTYPEProduct_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:1307:1: error: BUILDSTDERR: warning: label ‘_c6OR’ defined but not used [-Wunused-label] BUILDSTDERR: 1307 | _c6OR: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1307 | _c6OR: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMFunctorTYPEBackwards1_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:1329:1: error: BUILDSTDERR: warning: label ‘_c6P0’ defined but not used [-Wunused-label] BUILDSTDERR: 1329 | _c6P0: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1329 | _c6P0: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMFunctorTYPEBackwards_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:1354:1: error: BUILDSTDERR: warning: label ‘_c6P9’ defined but not used [-Wunused-label] BUILDSTDERR: 1354 | _c6P9: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1354 | _c6P9: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘s6FR_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:1377:1: error: BUILDSTDERR: warning: label ‘_c6Pw’ defined but not used [-Wunused-label] BUILDSTDERR: 1377 | _c6Pw: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1377 | _c6Pw: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMFunctorTYPELiftzuzdchoist_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:1413:1: error: BUILDSTDERR: warning: label ‘_c6PD’ defined but not used [-Wunused-label] BUILDSTDERR: 1413 | _c6PD: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1413 | _c6PD: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘_c6Pj’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:1437:1: error: BUILDSTDERR: warning: label ‘_c6Pj’ defined but not used [-Wunused-label] BUILDSTDERR: 1437 | _c6Pj: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1437 | _c6Pj: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMFunctorTYPELift_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:1493:1: error: BUILDSTDERR: warning: label ‘_c6PV’ defined but not used [-Wunused-label] BUILDSTDERR: 1493 | _c6PV: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1493 | _c6PV: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘s6G0_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:1518:1: error: BUILDSTDERR: warning: label ‘_c6Qr’ defined but not used [-Wunused-label] BUILDSTDERR: 1518 | _c6Qr: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1518 | _c6Qr: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘_c6Qk’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:1554:1: error: BUILDSTDERR: warning: label ‘_c6Qk’ defined but not used [-Wunused-label] BUILDSTDERR: 1554 | _c6Qk: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1554 | _c6Qk: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘s6G1_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:1588:1: error: BUILDSTDERR: warning: label ‘_c6QB’ defined but not used [-Wunused-label] BUILDSTDERR: 1588 | _c6QB: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1588 | _c6QB: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘s6FV_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:1638:1: error: BUILDSTDERR: warning: label ‘_c6QN’ defined but not used [-Wunused-label] BUILDSTDERR: 1638 | _c6QN: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1638 | _c6QN: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdwzdcembed_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:1679:1: error: BUILDSTDERR: warning: label ‘_c6QQ’ defined but not used [-Wunused-label] BUILDSTDERR: 1679 | _c6QQ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1679 | _c6QQ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMMonadErrorT1_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:1734:1: error: BUILDSTDERR: warning: label ‘_c6R7’ defined but not used [-Wunused-label] BUILDSTDERR: 1734 | _c6R7: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1734 | _c6R7: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMMonadErrorT_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:1767:1: error: BUILDSTDERR: warning: label ‘_c6Rg’ defined but not used [-Wunused-label] BUILDSTDERR: 1767 | _c6Rg: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1767 | _c6Rg: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘s6Gf_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:1794:1: error: BUILDSTDERR: warning: label ‘_c6RM’ defined but not used [-Wunused-label] BUILDSTDERR: 1794 | _c6RM: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1794 | _c6RM: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘_c6RF’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:1830:1: error: BUILDSTDERR: warning: label ‘_c6RF’ defined but not used [-Wunused-label] BUILDSTDERR: 1830 | _c6RF: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1830 | _c6RF: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘s6Gg_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:1864:1: error: BUILDSTDERR: warning: label ‘_c6RW’ defined but not used [-Wunused-label] BUILDSTDERR: 1864 | _c6RW: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1864 | _c6RW: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘s6Ga_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:1914:1: error: BUILDSTDERR: warning: label ‘_c6S8’ defined but not used [-Wunused-label] BUILDSTDERR: 1914 | _c6S8: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1914 | _c6S8: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMMonadExceptT1_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:1955:1: error: BUILDSTDERR: warning: label ‘_c6Sb’ defined but not used [-Wunused-label] BUILDSTDERR: 1955 | _c6Sb: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1955 | _c6Sb: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMMonadIdentityTzuzdcembed_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:2018:1: error: BUILDSTDERR: warning: label ‘_c6Ss’ defined but not used [-Wunused-label] BUILDSTDERR: 2018 | _c6Ss: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2018 | _c6Ss: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘r6En_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:2042:1: error: BUILDSTDERR: warning: label ‘_c6SB’ defined but not used [-Wunused-label] BUILDSTDERR: 2042 | _c6SB: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2042 | _c6SB: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘s6Gq_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:2077:1: error: BUILDSTDERR: warning: label ‘_c6SY’ defined but not used [-Wunused-label] BUILDSTDERR: 2077 | _c6SY: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2077 | _c6SY: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMMonadListT2_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:2110:1: error: BUILDSTDERR: warning: label ‘_c6T5’ defined but not used [-Wunused-label] BUILDSTDERR: 2110 | _c6T5: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2110 | _c6T5: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘_c6SL’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:2141:1: error: BUILDSTDERR: warning: label ‘_c6SL’ defined but not used [-Wunused-label] BUILDSTDERR: 2141 | _c6SL: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2141 | _c6SL: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘s6Gw_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:2192:1: error: BUILDSTDERR: warning: label ‘_c6TB’ defined but not used [-Wunused-label] BUILDSTDERR: 2192 | _c6TB: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2192 | _c6TB: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘s6Gx_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:2230:1: error: BUILDSTDERR: warning: label ‘_c6TE’ defined but not used [-Wunused-label] BUILDSTDERR: 2230 | _c6TE: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2230 | _c6TE: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘s6Gu_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:2280:1: error: BUILDSTDERR: warning: label ‘_c6TQ’ defined but not used [-Wunused-label] BUILDSTDERR: 2280 | _c6TQ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2280 | _c6TQ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMMonadListT1_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:2321:1: error: BUILDSTDERR: warning: label ‘_c6TT’ defined but not used [-Wunused-label] BUILDSTDERR: 2321 | _c6TT: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2321 | _c6TT: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘s6GF_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:2387:1: error: BUILDSTDERR: warning: label ‘_c6Ux’ defined but not used [-Wunused-label] BUILDSTDERR: 2387 | _c6Ux: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2387 | _c6Ux: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘_c6Uq’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:2424:1: error: BUILDSTDERR: warning: label ‘_c6Uq’ defined but not used [-Wunused-label] BUILDSTDERR: 2424 | _c6Uq: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2424 | _c6Uq: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘s6GG_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:2458:1: error: BUILDSTDERR: warning: label ‘_c6UH’ defined but not used [-Wunused-label] BUILDSTDERR: 2458 | _c6UH: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2458 | _c6UH: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘s6GB_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:2508:1: error: BUILDSTDERR: warning: label ‘_c6UT’ defined but not used [-Wunused-label] BUILDSTDERR: 2508 | _c6UT: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2508 | _c6UT: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMMonadMaybeT1_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:2549:1: error: BUILDSTDERR: warning: label ‘_c6UW’ defined but not used [-Wunused-label] BUILDSTDERR: 2549 | _c6UW: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2549 | _c6UW: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘s6GL_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:2613:1: error: BUILDSTDERR: warning: label ‘_c6Vk’ defined but not used [-Wunused-label] BUILDSTDERR: 2613 | _c6Vk: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2613 | _c6Vk: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMMonadReaderT1_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:2652:1: error: BUILDSTDERR: warning: label ‘_c6Vn’ defined but not used [-Wunused-label] BUILDSTDERR: 2652 | _c6Vn: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2652 | _c6Vn: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘r6Eo_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:2693:1: error: BUILDSTDERR: warning: label ‘_c6VA’ defined but not used [-Wunused-label] BUILDSTDERR: 2693 | _c6VA: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2693 | _c6VA: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘s6GV_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:2729:1: error: BUILDSTDERR: warning: label ‘_c6W2’ defined but not used [-Wunused-label] BUILDSTDERR: 2729 | _c6W2: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2729 | _c6W2: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘_c6VZ’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:2767:1: error: BUILDSTDERR: warning: label ‘_c6VZ’ defined but not used [-Wunused-label] BUILDSTDERR: 2767 | _c6VZ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2767 | _c6VZ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘_c6W6’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:2795:1: error: BUILDSTDERR: warning: label ‘_c6W6’ defined but not used [-Wunused-label] BUILDSTDERR: 2795 | _c6W6: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2795 | _c6W6: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘s6Hh_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:2836:1: error: BUILDSTDERR: warning: label ‘_c6Wt’ defined but not used [-Wunused-label] BUILDSTDERR: 2836 | _c6Wt: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2836 | _c6Wt: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘s6Hj_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:2901:1: error: BUILDSTDERR: warning: label ‘_c6WA’ defined but not used [-Wunused-label] BUILDSTDERR: 2901 | _c6WA: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2901 | _c6WA: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘s6GT_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:2970:1: error: BUILDSTDERR: warning: label ‘_c6WM’ defined but not used [-Wunused-label] BUILDSTDERR: 2970 | _c6WM: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2970 | _c6WM: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMMonadWriterT2_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:3012:1: error: BUILDSTDERR: warning: label ‘_c6WP’ defined but not used [-Wunused-label] BUILDSTDERR: 3012 | _c6WP: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3012 | _c6WP: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘s6Hm_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:3070:1: error: BUILDSTDERR: warning: label ‘_c6Xg’ defined but not used [-Wunused-label] BUILDSTDERR: 3070 | _c6Xg: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3070 | _c6Xg: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘s6Hl_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:3104:1: error: BUILDSTDERR: warning: label ‘_c6Xr’ defined but not used [-Wunused-label] BUILDSTDERR: 3104 | _c6Xr: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3104 | _c6Xr: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMMonadWriterT0_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:3142:1: error: BUILDSTDERR: warning: label ‘_c6Xv’ defined but not used [-Wunused-label] BUILDSTDERR: 3142 | _c6Xv: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3142 | _c6Xv: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘s6Hz_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:3193:1: error: BUILDSTDERR: warning: label ‘_c6Yb’ defined but not used [-Wunused-label] BUILDSTDERR: 3193 | _c6Yb: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3193 | _c6Yb: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘s6HB_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:3235:1: error: BUILDSTDERR: warning: label ‘_c6Ye’ defined but not used [-Wunused-label] BUILDSTDERR: 3235 | _c6Ye: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3235 | _c6Ye: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘_c6XT’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:3275:1: error: BUILDSTDERR: warning: label ‘_c6XT’ defined but not used [-Wunused-label] BUILDSTDERR: 3275 | _c6XT: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3275 | _c6XT: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘_c6XZ’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:3307:1: error: BUILDSTDERR: warning: label ‘_c6XZ’ defined but not used [-Wunused-label] BUILDSTDERR: 3307 | _c6XZ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3307 | _c6XZ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘s6Hr_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:3356:1: error: BUILDSTDERR: warning: label ‘_c6Yv’ defined but not used [-Wunused-label] BUILDSTDERR: 3356 | _c6Yv: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3356 | _c6Yv: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMMonadWriterT1_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:3398:1: error: BUILDSTDERR: warning: label ‘_c6Yy’ defined but not used [-Wunused-label] BUILDSTDERR: 3398 | _c6Yy: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3398 | _c6Yy: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘s6HE_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:3456:1: error: BUILDSTDERR: warning: label ‘_c6YX’ defined but not used [-Wunused-label] BUILDSTDERR: 3456 | _c6YX: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3456 | _c6YX: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘s6HD_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:3490:1: error: BUILDSTDERR: warning: label ‘_c6Z8’ defined but not used [-Wunused-label] BUILDSTDERR: 3490 | _c6Z8: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3490 | _c6Z8: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zdfMMonadWriterT_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:3528:1: error: BUILDSTDERR: warning: label ‘_c6Zc’ defined but not used [-Wunused-label] BUILDSTDERR: 3528 | _c6Zc: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3528 | _c6Zc: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘s6HH_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:3582:1: error: BUILDSTDERR: warning: label ‘_c6ZB’ defined but not used [-Wunused-label] BUILDSTDERR: 3582 | _c6ZB: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3582 | _c6ZB: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_generalizze_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:3627:1: error: BUILDSTDERR: warning: label ‘_c6ZE’ defined but not used [-Wunused-label] BUILDSTDERR: 3627 | _c6ZE: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3627 | _c6ZE: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_squash_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:3674:1: error: BUILDSTDERR: warning: label ‘_c6ZS’ defined but not used [-Wunused-label] BUILDSTDERR: 3674 | _c6ZS: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3674 | _c6ZS: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘s6HP_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:3714:1: error: BUILDSTDERR: warning: label ‘_c709’ defined but not used [-Wunused-label] BUILDSTDERR: 3714 | _c709: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3714 | _c709: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zgzbzg_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:3757:1: error: BUILDSTDERR: warning: label ‘_c70c’ defined but not used [-Wunused-label] BUILDSTDERR: 3757 | _c70c: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3757 | _c70c: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘s6HV_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:3813:1: error: BUILDSTDERR: warning: label ‘_c70x’ defined but not used [-Wunused-label] BUILDSTDERR: 3813 | _c70x: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3813 | _c70x: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zlzbzl_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:3857:1: error: BUILDSTDERR: warning: label ‘_c70A’ defined but not used [-Wunused-label] BUILDSTDERR: 3857 | _c70A: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3857 | _c70A: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘s6HZ_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:3920:1: error: BUILDSTDERR: warning: label ‘_c70X’ defined but not used [-Wunused-label] BUILDSTDERR: 3920 | _c70X: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3920 | _c70X: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zezlzb_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:3968:1: error: BUILDSTDERR: warning: label ‘_c710’ defined but not used [-Wunused-label] BUILDSTDERR: 3968 | _c710: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3968 | _c710: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_zbzgze_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:4019:1: error: BUILDSTDERR: warning: label ‘_c71e’ defined but not used [-Wunused-label] BUILDSTDERR: 4019 | _c71e: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4019 | _c71e: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_CZCMMonad_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:4183:1: error: BUILDSTDERR: warning: label ‘_c71o’ defined but not used [-Wunused-label] BUILDSTDERR: 4183 | _c71o: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4183 | _c71o: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziMorph_CZCMMonad_con_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:4219:1: error: BUILDSTDERR: warning: label ‘_c71y’ defined but not used [-Wunused-label] BUILDSTDERR: 4219 | _c71y: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4219 | _c71y: BUILDSTDERR: | ^ BUILDSTDERR: At top level: BUILDSTDERR: /tmp/ghc27967_0/ghc_4.hc:4235:22: error: BUILDSTDERR: warning: ‘S71C_srt’ defined but not used [-Wunused-const-variable=] BUILDSTDERR: 4235 | static const StgWord S71C_srt[]__attribute__((aligned(8)))= { BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: | BUILDSTDERR: 4235 | static const StgWord S71C_srt[]__attribute__((aligned(8)))= { BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbDa_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:56:1: error: BUILDSTDERR: warning: label ‘_cbKa’ defined but not used [-Wunused-label] BUILDSTDERR: 56 | _cbKa: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 56 | _cbKa: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbD9_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:95:1: error: BUILDSTDERR: warning: label ‘_cbKd’ defined but not used [-Wunused-label] BUILDSTDERR: 95 | _cbKd: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 95 | _cbKd: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbDb_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:146:1: error: BUILDSTDERR: warning: label ‘_cbKp’ defined but not used [-Wunused-label] BUILDSTDERR: 146 | _cbKp: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 146 | _cbKp: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbDd_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:181:1: error: BUILDSTDERR: warning: label ‘_cbKH’ defined but not used [-Wunused-label] BUILDSTDERR: 181 | _cbKH: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 181 | _cbKH: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbDe_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:220:1: error: BUILDSTDERR: warning: label ‘_cbKK’ defined but not used [-Wunused-label] BUILDSTDERR: 220 | _cbKK: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 220 | _cbKK: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfMonadTransComposeTzuzdclift_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:271:1: error: BUILDSTDERR: warning: label ‘_cbKP’ defined but not used [-Wunused-label] BUILDSTDERR: 271 | _cbKP: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 271 | _cbKP: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfMonadTransComposeT_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:326:1: error: BUILDSTDERR: warning: label ‘_cbLa’ defined but not used [-Wunused-label] BUILDSTDERR: 326 | _cbLa: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 326 | _cbLa: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbDj_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:349:1: error: BUILDSTDERR: warning: label ‘_cbLr’ defined but not used [-Wunused-label] BUILDSTDERR: 349 | _cbLr: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 349 | _cbLr: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfFunctorComposeT1_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:381:1: error: BUILDSTDERR: warning: label ‘_cbLu’ defined but not used [-Wunused-label] BUILDSTDERR: 381 | _cbLu: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 381 | _cbLu: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbDo_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:429:1: error: BUILDSTDERR: warning: label ‘_cbLP’ defined but not used [-Wunused-label] BUILDSTDERR: 429 | _cbLP: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 429 | _cbLP: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbDn_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:463:1: error: BUILDSTDERR: warning: label ‘_cbM0’ defined but not used [-Wunused-label] BUILDSTDERR: 463 | _cbM0: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 463 | _cbM0: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfFunctorComposeT_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:503:1: error: BUILDSTDERR: warning: label ‘_cbM4’ defined but not used [-Wunused-label] BUILDSTDERR: 503 | _cbM4: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 503 | _cbM4: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbDq_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:553:1: error: BUILDSTDERR: warning: label ‘_cbMq’ defined but not used [-Wunused-label] BUILDSTDERR: 553 | _cbMq: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 553 | _cbMq: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfApplicativeComposeTzuzdcp1Applicative_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:590:1: error: BUILDSTDERR: warning: label ‘_cbMt’ defined but not used [-Wunused-label] BUILDSTDERR: 590 | _cbMt: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 590 | _cbMt: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbDu_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:629:1: error: BUILDSTDERR: warning: label ‘_cbMQ’ defined but not used [-Wunused-label] BUILDSTDERR: 629 | _cbMQ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 629 | _cbMQ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘_cbMO’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:663:1: error: BUILDSTDERR: warning: label ‘_cbMO’ defined but not used [-Wunused-label] BUILDSTDERR: 663 | _cbMO: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 663 | _cbMO: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbDx_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:687:1: error: BUILDSTDERR: warning: label ‘_cbN4’ defined but not used [-Wunused-label] BUILDSTDERR: 687 | _cbN4: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 687 | _cbN4: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfApplicativeComposeTzuzdcliftA2_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:729:1: error: BUILDSTDERR: warning: label ‘_cbN7’ defined but not used [-Wunused-label] BUILDSTDERR: 729 | _cbN7: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 729 | _cbN7: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbDL_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:778:1: error: BUILDSTDERR: warning: label ‘_cbNu’ defined but not used [-Wunused-label] BUILDSTDERR: 778 | _cbNu: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 778 | _cbNu: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbDI_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:815:1: error: BUILDSTDERR: warning: label ‘_cbNF’ defined but not used [-Wunused-label] BUILDSTDERR: 815 | _cbNF: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 815 | _cbNF: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbDF_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:852:1: error: BUILDSTDERR: warning: label ‘_cbNQ’ defined but not used [-Wunused-label] BUILDSTDERR: 852 | _cbNQ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 852 | _cbNQ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbDE_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:886:1: error: BUILDSTDERR: warning: label ‘_cbO1’ defined but not used [-Wunused-label] BUILDSTDERR: 886 | _cbO1: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 886 | _cbO1: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbDB_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:923:1: error: BUILDSTDERR: warning: label ‘_cbOc’ defined but not used [-Wunused-label] BUILDSTDERR: 923 | _cbOc: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 923 | _cbOc: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbDz_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:960:1: error: BUILDSTDERR: warning: label ‘_cbOm’ defined but not used [-Wunused-label] BUILDSTDERR: 960 | _cbOm: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 960 | _cbOm: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfApplicativeComposeT_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:1002:1: error: BUILDSTDERR: warning: label ‘_cbOq’ defined but not used [-Wunused-label] BUILDSTDERR: 1002 | _cbOq: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1002 | _cbOq: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbDN_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:1076:1: error: BUILDSTDERR: warning: label ‘_cbOU’ defined but not used [-Wunused-label] BUILDSTDERR: 1076 | _cbOU: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1076 | _cbOU: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfAlternativeComposeTzuzdcp1Alternative_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:1113:1: error: BUILDSTDERR: warning: label ‘_cbOX’ defined but not used [-Wunused-label] BUILDSTDERR: 1113 | _cbOX: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1113 | _cbOX: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbDU_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:1152:1: error: BUILDSTDERR: warning: label ‘_cbPA’ defined but not used [-Wunused-label] BUILDSTDERR: 1152 | _cbPA: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1152 | _cbPA: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbDV_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:1195:1: error: BUILDSTDERR: warning: label ‘_cbPD’ defined but not used [-Wunused-label] BUILDSTDERR: 1195 | _cbPD: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1195 | _cbPD: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbDT_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:1250:1: error: BUILDSTDERR: warning: label ‘_cbPS’ defined but not used [-Wunused-label] BUILDSTDERR: 1250 | _cbPS: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1250 | _cbPS: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘_cbPQ’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:1284:1: error: BUILDSTDERR: warning: label ‘_cbPQ’ defined but not used [-Wunused-label] BUILDSTDERR: 1284 | _cbPQ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1284 | _cbPQ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbDQ_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:1311:1: error: BUILDSTDERR: warning: label ‘_cbPY’ defined but not used [-Wunused-label] BUILDSTDERR: 1311 | _cbPY: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1311 | _cbPY: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘_cbPi’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:1353:1: error: BUILDSTDERR: warning: label ‘_cbPi’ defined but not used [-Wunused-label] BUILDSTDERR: 1353 | _cbPi: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1353 | _cbPi: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfAlternativeComposeTzuzdcsome_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:1405:1: error: BUILDSTDERR: warning: label ‘_cbQ4’ defined but not used [-Wunused-label] BUILDSTDERR: 1405 | _cbQ4: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1405 | _cbQ4: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbDZ_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:1446:1: error: BUILDSTDERR: warning: label ‘_cbQB’ defined but not used [-Wunused-label] BUILDSTDERR: 1446 | _cbQB: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1446 | _cbQB: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbE3_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:1482:1: error: BUILDSTDERR: warning: label ‘_cbQL’ defined but not used [-Wunused-label] BUILDSTDERR: 1482 | _cbQL: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1482 | _cbQL: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbE1_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:1522:1: error: BUILDSTDERR: warning: label ‘_cbR5’ defined but not used [-Wunused-label] BUILDSTDERR: 1522 | _cbR5: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1522 | _cbR5: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘_cbR3’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:1556:1: error: BUILDSTDERR: warning: label ‘_cbR3’ defined but not used [-Wunused-label] BUILDSTDERR: 1556 | _cbR3: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1556 | _cbR3: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbE2_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:1585:1: error: BUILDSTDERR: warning: label ‘_cbRb’ defined but not used [-Wunused-label] BUILDSTDERR: 1585 | _cbRb: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1585 | _cbRb: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbDY_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:1646:1: error: BUILDSTDERR: warning: label ‘_cbRg’ defined but not used [-Wunused-label] BUILDSTDERR: 1646 | _cbRg: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1646 | _cbRg: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfAlternativeComposeTzuzdcmany_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:1714:1: error: BUILDSTDERR: warning: label ‘_cbRl’ defined but not used [-Wunused-label] BUILDSTDERR: 1714 | _cbRl: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1714 | _cbRl: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbEb_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:1755:1: error: BUILDSTDERR: warning: label ‘_cbRO’ defined but not used [-Wunused-label] BUILDSTDERR: 1755 | _cbRO: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1755 | _cbRO: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbEa_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:1789:1: error: BUILDSTDERR: warning: label ‘_cbRZ’ defined but not used [-Wunused-label] BUILDSTDERR: 1789 | _cbRZ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1789 | _cbRZ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbE9_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:1823:1: error: BUILDSTDERR: warning: label ‘_cbSa’ defined but not used [-Wunused-label] BUILDSTDERR: 1823 | _cbSa: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1823 | _cbSa: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbE6_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:1860:1: error: BUILDSTDERR: warning: label ‘_cbSk’ defined but not used [-Wunused-label] BUILDSTDERR: 1860 | _cbSk: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1860 | _cbSk: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbE5_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:1895:1: error: BUILDSTDERR: warning: label ‘_cbSu’ defined but not used [-Wunused-label] BUILDSTDERR: 1895 | _cbSu: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1895 | _cbSu: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfAlternativeComposeT_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:1936:1: error: BUILDSTDERR: warning: label ‘_cbSy’ defined but not used [-Wunused-label] BUILDSTDERR: 1936 | _cbSy: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1936 | _cbSy: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbEd_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:2004:1: error: BUILDSTDERR: warning: label ‘_cbT0’ defined but not used [-Wunused-label] BUILDSTDERR: 2004 | _cbT0: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2004 | _cbT0: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfMonadComposeTzuzdcp1Monad_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:2041:1: error: BUILDSTDERR: warning: label ‘_cbT3’ defined but not used [-Wunused-label] BUILDSTDERR: 2041 | _cbT3: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2041 | _cbT3: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbEf_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:2079:1: error: BUILDSTDERR: warning: label ‘_cbTn’ defined but not used [-Wunused-label] BUILDSTDERR: 2079 | _cbTn: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2079 | _cbTn: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfMonadPlusComposeTzuzdcp1MonadPlus_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:2116:1: error: BUILDSTDERR: warning: label ‘_cbTq’ defined but not used [-Wunused-label] BUILDSTDERR: 2116 | _cbTq: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2116 | _cbTq: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbEo_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:2156:1: error: BUILDSTDERR: warning: label ‘_cbTO’ defined but not used [-Wunused-label] BUILDSTDERR: 2156 | _cbTO: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2156 | _cbTO: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘_cbTM’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:2191:1: error: BUILDSTDERR: warning: label ‘_cbTM’ defined but not used [-Wunused-label] BUILDSTDERR: 2191 | _cbTM: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2191 | _cbTM: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfFoldableComposeTzuzdcfoldrzq_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:2220:1: error: BUILDSTDERR: warning: label ‘_cbTS’ defined but not used [-Wunused-label] BUILDSTDERR: 2220 | _cbTS: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2220 | _cbTS: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfFoldableComposeT1_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:2271:1: error: BUILDSTDERR: warning: label ‘_cbU5’ defined but not used [-Wunused-label] BUILDSTDERR: 2271 | _cbU5: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2271 | _cbU5: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbEs_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:2297:1: error: BUILDSTDERR: warning: label ‘_cbUl’ defined but not used [-Wunused-label] BUILDSTDERR: 2297 | _cbUl: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2297 | _cbUl: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbEu_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:2333:1: error: BUILDSTDERR: warning: label ‘_cbUw’ defined but not used [-Wunused-label] BUILDSTDERR: 2333 | _cbUw: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2333 | _cbUw: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfFoldableComposeTzuzdcsum_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:2375:1: error: BUILDSTDERR: warning: label ‘_cbUz’ defined but not used [-Wunused-label] BUILDSTDERR: 2375 | _cbUz: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2375 | _cbUz: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfFoldableComposeT2_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:2427:1: error: BUILDSTDERR: warning: label ‘_cbUW’ defined but not used [-Wunused-label] BUILDSTDERR: 2427 | _cbUW: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2427 | _cbUW: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘_cbUU’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:2467:1: error: BUILDSTDERR: warning: label ‘_cbUU’ defined but not used [-Wunused-label] BUILDSTDERR: 2467 | _cbUU: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2467 | _cbUU: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbEy_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:2495:1: error: BUILDSTDERR: warning: label ‘_cbVg’ defined but not used [-Wunused-label] BUILDSTDERR: 2495 | _cbVg: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2495 | _cbVg: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbEC_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:2534:1: error: BUILDSTDERR: warning: label ‘_cbVy’ defined but not used [-Wunused-label] BUILDSTDERR: 2534 | _cbVy: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2534 | _cbVy: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘_cbVs’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:2574:1: error: BUILDSTDERR: warning: label ‘_cbVs’ defined but not used [-Wunused-label] BUILDSTDERR: 2574 | _cbVs: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2574 | _cbVs: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfFoldableComposeTzuzdcminimum_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:2609:1: error: BUILDSTDERR: warning: label ‘_cbVH’ defined but not used [-Wunused-label] BUILDSTDERR: 2609 | _cbVH: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2609 | _cbVH: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfFoldableComposeT3_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:2662:1: error: BUILDSTDERR: warning: label ‘_cbW4’ defined but not used [-Wunused-label] BUILDSTDERR: 2662 | _cbW4: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2662 | _cbW4: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘_cbW2’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:2702:1: error: BUILDSTDERR: warning: label ‘_cbW2’ defined but not used [-Wunused-label] BUILDSTDERR: 2702 | _cbW2: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2702 | _cbW2: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbEG_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:2730:1: error: BUILDSTDERR: warning: label ‘_cbWn’ defined but not used [-Wunused-label] BUILDSTDERR: 2730 | _cbWn: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2730 | _cbWn: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbEK_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:2769:1: error: BUILDSTDERR: warning: label ‘_cbWF’ defined but not used [-Wunused-label] BUILDSTDERR: 2769 | _cbWF: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2769 | _cbWF: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘_cbWz’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:2809:1: error: BUILDSTDERR: warning: label ‘_cbWz’ defined but not used [-Wunused-label] BUILDSTDERR: 2809 | _cbWz: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2809 | _cbWz: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfFoldableComposeTzuzdcmaximum_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:2844:1: error: BUILDSTDERR: warning: label ‘_cbWO’ defined but not used [-Wunused-label] BUILDSTDERR: 2844 | _cbWO: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2844 | _cbWO: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbEO_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:2891:1: error: BUILDSTDERR: warning: label ‘_cbXa’ defined but not used [-Wunused-label] BUILDSTDERR: 2891 | _cbXa: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2891 | _cbXa: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbEQ_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:2931:1: error: BUILDSTDERR: warning: label ‘_cbXl’ defined but not used [-Wunused-label] BUILDSTDERR: 2931 | _cbXl: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2931 | _cbXl: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfFoldableComposeTzuzdcelem_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:2975:1: error: BUILDSTDERR: warning: label ‘_cbXo’ defined but not used [-Wunused-label] BUILDSTDERR: 2975 | _cbXo: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2975 | _cbXo: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfFoldableComposeT6_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:3023:1: error: BUILDSTDERR: warning: label ‘_cbXD’ defined but not used [-Wunused-label] BUILDSTDERR: 3023 | _cbXD: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3023 | _cbXD: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfFoldableComposeTzuzdcnull_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:3051:1: error: BUILDSTDERR: warning: label ‘_cbXM’ defined but not used [-Wunused-label] BUILDSTDERR: 3051 | _cbXM: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3051 | _cbXM: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbF3_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:3089:1: error: BUILDSTDERR: warning: label ‘_cbY6’ defined but not used [-Wunused-label] BUILDSTDERR: 3089 | _cbY6: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3089 | _cbY6: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘_cbY4’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:3124:1: error: BUILDSTDERR: warning: label ‘_cbY4’ defined but not used [-Wunused-label] BUILDSTDERR: 3124 | _cbY4: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3124 | _cbY4: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfFoldableComposeTzuzdcfoldlzq_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:3153:1: error: BUILDSTDERR: warning: label ‘_cbYa’ defined but not used [-Wunused-label] BUILDSTDERR: 3153 | _cbYa: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3153 | _cbYa: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfFoldableComposeT5_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:3206:1: error: BUILDSTDERR: warning: label ‘_cbYr’ defined but not used [-Wunused-label] BUILDSTDERR: 3206 | _cbYr: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3206 | _cbYr: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘_cbYo’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:3229:1: error: BUILDSTDERR: warning: label ‘_cbYo’ defined but not used [-Wunused-label] BUILDSTDERR: 3229 | _cbYo: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3229 | _cbYo: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfFoldableComposeTzuzdclength_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:3281:1: error: BUILDSTDERR: warning: label ‘_cbYK’ defined but not used [-Wunused-label] BUILDSTDERR: 3281 | _cbYK: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3281 | _cbYK: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbFf_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:3319:1: error: BUILDSTDERR: warning: label ‘_cbZ0’ defined but not used [-Wunused-label] BUILDSTDERR: 3319 | _cbZ0: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3319 | _cbZ0: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbFh_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:3356:1: error: BUILDSTDERR: warning: label ‘_cbZb’ defined but not used [-Wunused-label] BUILDSTDERR: 3356 | _cbZb: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3356 | _cbZb: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfFoldableComposeTzuzdcproduct_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:3398:1: error: BUILDSTDERR: warning: label ‘_cbZe’ defined but not used [-Wunused-label] BUILDSTDERR: 3398 | _cbZe: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3398 | _cbZe: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfFoldableComposeTzuzdctoList_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:3447:1: error: BUILDSTDERR: warning: label ‘_cbZt’ defined but not used [-Wunused-label] BUILDSTDERR: 3447 | _cbZt: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3447 | _cbZt: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbFP_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:3483:1: error: BUILDSTDERR: warning: label ‘_cbZK’ defined but not used [-Wunused-label] BUILDSTDERR: 3483 | _cbZK: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3483 | _cbZK: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbFO_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:3518:1: error: BUILDSTDERR: warning: label ‘_cbZV’ defined but not used [-Wunused-label] BUILDSTDERR: 3518 | _cbZV: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3518 | _cbZV: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbFN_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:3552:1: error: BUILDSTDERR: warning: label ‘_cc06’ defined but not used [-Wunused-label] BUILDSTDERR: 3552 | _cc06: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3552 | _cc06: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbFM_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:3587:1: error: BUILDSTDERR: warning: label ‘_cc0h’ defined but not used [-Wunused-label] BUILDSTDERR: 3587 | _cc0h: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3587 | _cc0h: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbFL_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:3622:1: error: BUILDSTDERR: warning: label ‘_cc0s’ defined but not used [-Wunused-label] BUILDSTDERR: 3622 | _cc0s: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3622 | _cc0s: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbFK_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:3657:1: error: BUILDSTDERR: warning: label ‘_cc0D’ defined but not used [-Wunused-label] BUILDSTDERR: 3657 | _cc0D: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3657 | _cc0D: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbFJ_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:3691:1: error: BUILDSTDERR: warning: label ‘_cc0O’ defined but not used [-Wunused-label] BUILDSTDERR: 3691 | _cc0O: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3691 | _cc0O: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbFI_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:3725:1: error: BUILDSTDERR: warning: label ‘_cc0Z’ defined but not used [-Wunused-label] BUILDSTDERR: 3725 | _cc0Z: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3725 | _cc0Z: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbFH_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:3759:1: error: BUILDSTDERR: warning: label ‘_cc1a’ defined but not used [-Wunused-label] BUILDSTDERR: 3759 | _cc1a: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3759 | _cc1a: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbFE_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:3796:1: error: BUILDSTDERR: warning: label ‘_cc1l’ defined but not used [-Wunused-label] BUILDSTDERR: 3796 | _cc1l: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3796 | _cc1l: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbFB_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:3833:1: error: BUILDSTDERR: warning: label ‘_cc1w’ defined but not used [-Wunused-label] BUILDSTDERR: 3833 | _cc1w: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3833 | _cc1w: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbFA_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:3867:1: error: BUILDSTDERR: warning: label ‘_cc1H’ defined but not used [-Wunused-label] BUILDSTDERR: 3867 | _cc1H: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3867 | _cc1H: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbFw_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:3904:1: error: BUILDSTDERR: warning: label ‘_cc1S’ defined but not used [-Wunused-label] BUILDSTDERR: 3904 | _cc1S: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3904 | _cc1S: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbFv_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:3938:1: error: BUILDSTDERR: warning: label ‘_cc23’ defined but not used [-Wunused-label] BUILDSTDERR: 3938 | _cc23: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3938 | _cc23: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbFr_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:3975:1: error: BUILDSTDERR: warning: label ‘_cc2e’ defined but not used [-Wunused-label] BUILDSTDERR: 3975 | _cc2e: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3975 | _cc2e: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbFn_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:4012:1: error: BUILDSTDERR: warning: label ‘_cc2p’ defined but not used [-Wunused-label] BUILDSTDERR: 4012 | _cc2p: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4012 | _cc2p: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfFoldableComposeT_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:4066:1: error: BUILDSTDERR: warning: label ‘_cc2t’ defined but not used [-Wunused-label] BUILDSTDERR: 4066 | _cc2t: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4066 | _cc2t: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbFV_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:4201:1: error: BUILDSTDERR: warning: label ‘_cc3i’ defined but not used [-Wunused-label] BUILDSTDERR: 4201 | _cc3i: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4201 | _cc3i: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbFT_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:4238:1: error: BUILDSTDERR: warning: label ‘_cc3s’ defined but not used [-Wunused-label] BUILDSTDERR: 4238 | _cc3s: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4238 | _cc3s: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfTraversableComposeTzuzdcsequence_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:4283:1: error: BUILDSTDERR: warning: label ‘_cc3v’ defined but not used [-Wunused-label] BUILDSTDERR: 4283 | _cc3v: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4283 | _cc3v: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbG2_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:4340:1: error: BUILDSTDERR: warning: label ‘_cc3S’ defined but not used [-Wunused-label] BUILDSTDERR: 4340 | _cc3S: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4340 | _cc3S: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbG0_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:4377:1: error: BUILDSTDERR: warning: label ‘_cc42’ defined but not used [-Wunused-label] BUILDSTDERR: 4377 | _cc42: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4377 | _cc42: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfTraversableComposeTzuzdcmapM_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:4424:1: error: BUILDSTDERR: warning: label ‘_cc45’ defined but not used [-Wunused-label] BUILDSTDERR: 4424 | _cc45: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4424 | _cc45: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfTraversableComposeT1_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:4481:1: error: BUILDSTDERR: warning: label ‘_cc4k’ defined but not used [-Wunused-label] BUILDSTDERR: 4481 | _cc4k: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4481 | _cc4k: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbG8_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:4507:1: error: BUILDSTDERR: warning: label ‘_cc4A’ defined but not used [-Wunused-label] BUILDSTDERR: 4507 | _cc4A: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4507 | _cc4A: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfTraversableComposeTzuzdcsequenceA_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:4552:1: error: BUILDSTDERR: warning: label ‘_cc4G’ defined but not used [-Wunused-label] BUILDSTDERR: 4552 | _cc4G: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4552 | _cc4G: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘_cc4E’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:4592:1: error: BUILDSTDERR: warning: label ‘_cc4E’ defined but not used [-Wunused-label] BUILDSTDERR: 4592 | _cc4E: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4592 | _cc4E: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbGe_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:4623:1: error: BUILDSTDERR: warning: label ‘_cc53’ defined but not used [-Wunused-label] BUILDSTDERR: 4623 | _cc53: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4623 | _cc53: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfTraversableComposeTzuzdctraverse_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:4670:1: error: BUILDSTDERR: warning: label ‘_cc59’ defined but not used [-Wunused-label] BUILDSTDERR: 4670 | _cc59: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4670 | _cc59: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘_cc57’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:4711:1: error: BUILDSTDERR: warning: label ‘_cc57’ defined but not used [-Wunused-label] BUILDSTDERR: 4711 | _cc57: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4711 | _cc57: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbGg_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:4742:1: error: BUILDSTDERR: warning: label ‘_cc5w’ defined but not used [-Wunused-label] BUILDSTDERR: 4742 | _cc5w: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4742 | _cc5w: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfTraversableComposeTzuzdcp2Traversable_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:4779:1: error: BUILDSTDERR: warning: label ‘_cc5z’ defined but not used [-Wunused-label] BUILDSTDERR: 4779 | _cc5z: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4779 | _cc5z: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbGi_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:4818:1: error: BUILDSTDERR: warning: label ‘_cc5T’ defined but not used [-Wunused-label] BUILDSTDERR: 4818 | _cc5T: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4818 | _cc5T: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfTraversableComposeTzuzdcp1Traversable_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:4855:1: error: BUILDSTDERR: warning: label ‘_cc5W’ defined but not used [-Wunused-label] BUILDSTDERR: 4855 | _cc5W: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4855 | _cc5W: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbGp_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:4893:1: error: BUILDSTDERR: warning: label ‘_cc6h’ defined but not used [-Wunused-label] BUILDSTDERR: 4893 | _cc6h: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4893 | _cc6h: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbGo_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:4927:1: error: BUILDSTDERR: warning: label ‘_cc6s’ defined but not used [-Wunused-label] BUILDSTDERR: 4927 | _cc6s: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4927 | _cc6s: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbGn_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:4961:1: error: BUILDSTDERR: warning: label ‘_cc6D’ defined but not used [-Wunused-label] BUILDSTDERR: 4961 | _cc6D: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4961 | _cc6D: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbGm_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:4995:1: error: BUILDSTDERR: warning: label ‘_cc6O’ defined but not used [-Wunused-label] BUILDSTDERR: 4995 | _cc6O: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4995 | _cc6O: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbGl_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:5029:1: error: BUILDSTDERR: warning: label ‘_cc6Y’ defined but not used [-Wunused-label] BUILDSTDERR: 5029 | _cc6Y: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5029 | _cc6Y: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbGk_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:5065:1: error: BUILDSTDERR: warning: label ‘_cc78’ defined but not used [-Wunused-label] BUILDSTDERR: 5065 | _cc78: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5065 | _cc78: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfTraversableComposeT_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:5107:1: error: BUILDSTDERR: warning: label ‘_cc7c’ defined but not used [-Wunused-label] BUILDSTDERR: 5107 | _cc7c: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5107 | _cc7c: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbGt_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:5189:1: error: BUILDSTDERR: warning: label ‘_cc7G’ defined but not used [-Wunused-label] BUILDSTDERR: 5189 | _cc7G: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5189 | _cc7G: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbGw_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:5230:1: error: BUILDSTDERR: warning: label ‘_cc8f’ defined but not used [-Wunused-label] BUILDSTDERR: 5230 | _cc8f: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5230 | _cc8f: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbGx_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:5268:1: error: BUILDSTDERR: warning: label ‘_cc8i’ defined but not used [-Wunused-label] BUILDSTDERR: 5268 | _cc8i: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5268 | _cc8i: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbGy_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:5321:1: error: BUILDSTDERR: warning: label ‘_cc8n’ defined but not used [-Wunused-label] BUILDSTDERR: 5321 | _cc8n: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5321 | _cc8n: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbGz_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:5375:1: error: BUILDSTDERR: warning: label ‘_cc8s’ defined but not used [-Wunused-label] BUILDSTDERR: 5375 | _cc8s: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5375 | _cc8s: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbGC_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:5428:1: error: BUILDSTDERR: warning: label ‘_cc99’ defined but not used [-Wunused-label] BUILDSTDERR: 5428 | _cc99: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5428 | _cc99: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbGD_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:5479:1: error: BUILDSTDERR: warning: label ‘_cc9e’ defined but not used [-Wunused-label] BUILDSTDERR: 5479 | _cc9e: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5479 | _cc9e: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbGE_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:5532:1: error: BUILDSTDERR: warning: label ‘_cc9j’ defined but not used [-Wunused-label] BUILDSTDERR: 5532 | _cc9j: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5532 | _cc9j: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbGF_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:5586:1: error: BUILDSTDERR: warning: label ‘_cc9o’ defined but not used [-Wunused-label] BUILDSTDERR: 5586 | _cc9o: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5586 | _cc9o: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbGG_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:5640:1: error: BUILDSTDERR: warning: label ‘_cc9u’ defined but not used [-Wunused-label] BUILDSTDERR: 5640 | _cc9u: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5640 | _cc9u: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdwzdcshowsPrec_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:5696:1: error: BUILDSTDERR: warning: label ‘_cc9C’ defined but not used [-Wunused-label] BUILDSTDERR: 5696 | _cc9C: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5696 | _cc9C: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfShowComposeTzuzdcshowsPrec_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:5759:1: error: BUILDSTDERR: warning: label ‘_ccab’ defined but not used [-Wunused-label] BUILDSTDERR: 5759 | _ccab: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5759 | _ccab: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘_cca8’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:5785:1: error: BUILDSTDERR: warning: label ‘_cca8’ defined but not used [-Wunused-label] BUILDSTDERR: 5785 | _cca8: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5785 | _cca8: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfReadComposeT3_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:5815:1: error: BUILDSTDERR: warning: label ‘_ccat’ defined but not used [-Wunused-label] BUILDSTDERR: 5815 | _ccat: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5815 | _ccat: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbGO_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:5865:1: error: BUILDSTDERR: warning: label ‘_ccaQ’ defined but not used [-Wunused-label] BUILDSTDERR: 5865 | _ccaQ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5865 | _ccaQ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbGP_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:5911:1: error: BUILDSTDERR: warning: label ‘_ccaT’ defined but not used [-Wunused-label] BUILDSTDERR: 5911 | _ccaT: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5911 | _ccaT: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfShowComposeTzuzdcshow_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:5966:1: error: BUILDSTDERR: warning: label ‘_ccaY’ defined but not used [-Wunused-label] BUILDSTDERR: 5966 | _ccaY: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5966 | _ccaY: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbGU_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:6008:1: error: BUILDSTDERR: warning: label ‘_ccbl’ defined but not used [-Wunused-label] BUILDSTDERR: 6008 | _ccbl: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6008 | _ccbl: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfShowComposeTzuzdcshowList_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:6045:1: error: BUILDSTDERR: warning: label ‘_ccbo’ defined but not used [-Wunused-label] BUILDSTDERR: 6045 | _ccbo: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6045 | _ccbo: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbGY_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:6083:1: error: BUILDSTDERR: warning: label ‘_ccbJ’ defined but not used [-Wunused-label] BUILDSTDERR: 6083 | _ccbJ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6083 | _ccbJ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbGX_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:6117:1: error: BUILDSTDERR: warning: label ‘_ccbU’ defined but not used [-Wunused-label] BUILDSTDERR: 6117 | _ccbU: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6117 | _ccbU: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbGW_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:6152:1: error: BUILDSTDERR: warning: label ‘_ccc5’ defined but not used [-Wunused-label] BUILDSTDERR: 6152 | _ccc5: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6152 | _ccc5: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfShowComposeT_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:6190:1: error: BUILDSTDERR: warning: label ‘_ccc9’ defined but not used [-Wunused-label] BUILDSTDERR: 6190 | _ccc9: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6190 | _ccc9: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfReadComposeT10_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:6252:1: error: BUILDSTDERR: warning: label ‘_cccv’ defined but not used [-Wunused-label] BUILDSTDERR: 6252 | _cccv: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6252 | _cccv: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfReadComposeT8_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:6312:1: error: BUILDSTDERR: warning: label ‘_cccJ’ defined but not used [-Wunused-label] BUILDSTDERR: 6312 | _cccJ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6312 | _cccJ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfReadComposeT6_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:6372:1: error: BUILDSTDERR: warning: label ‘_cccX’ defined but not used [-Wunused-label] BUILDSTDERR: 6372 | _cccX: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6372 | _cccX: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbH0_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:6434:1: error: BUILDSTDERR: warning: label ‘_ccdd’ defined but not used [-Wunused-label] BUILDSTDERR: 6434 | _ccdd: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6434 | _ccdd: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbH1_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:6472:1: error: BUILDSTDERR: warning: label ‘_ccdo’ defined but not used [-Wunused-label] BUILDSTDERR: 6472 | _ccdo: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6472 | _ccdo: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbHc_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:6500:1: error: BUILDSTDERR: warning: label ‘_ccef’ defined but not used [-Wunused-label] BUILDSTDERR: 6500 | _ccef: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6500 | _ccef: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbHf_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:6534:1: error: BUILDSTDERR: warning: label ‘_ccem’ defined but not used [-Wunused-label] BUILDSTDERR: 6534 | _ccem: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6534 | _ccem: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘_ccej’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:6582:1: error: BUILDSTDERR: warning: label ‘_ccej’ defined but not used [-Wunused-label] BUILDSTDERR: 6582 | _ccej: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6582 | _ccej: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbHg_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:6621:1: error: BUILDSTDERR: warning: label ‘_cceu’ defined but not used [-Wunused-label] BUILDSTDERR: 6621 | _cceu: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6621 | _cceu: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbHj_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:6677:1: error: BUILDSTDERR: warning: label ‘_cceD’ defined but not used [-Wunused-label] BUILDSTDERR: 6677 | _cceD: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6677 | _cceD: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘_cceA’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:6725:1: error: BUILDSTDERR: warning: label ‘_cceA’ defined but not used [-Wunused-label] BUILDSTDERR: 6725 | _cceA: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6725 | _cceA: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbHm_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:6761:1: error: BUILDSTDERR: warning: label ‘_cceL’ defined but not used [-Wunused-label] BUILDSTDERR: 6761 | _cceL: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6761 | _cceL: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘_ccdA’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:6806:1: error: BUILDSTDERR: warning: label ‘_ccdA’ defined but not used [-Wunused-label] BUILDSTDERR: 6806 | _ccdA: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6806 | _ccdA: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘_cceU’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:6852:1: error: BUILDSTDERR: warning: label ‘_cceU’ defined but not used [-Wunused-label] BUILDSTDERR: 6852 | _cceU: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6852 | _cceU: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfReadComposeT1_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:6890:1: error: BUILDSTDERR: warning: label ‘_ccf2’ defined but not used [-Wunused-label] BUILDSTDERR: 6890 | _ccf2: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6890 | _ccf2: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbHo_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:6940:1: error: BUILDSTDERR: warning: label ‘_ccfy’ defined but not used [-Wunused-label] BUILDSTDERR: 6940 | _ccfy: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6940 | _ccfy: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbHq_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:6976:1: error: BUILDSTDERR: warning: label ‘_ccfQ’ defined but not used [-Wunused-label] BUILDSTDERR: 6976 | _ccfQ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6976 | _ccfQ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbHr_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:7016:1: error: BUILDSTDERR: warning: label ‘_ccfT’ defined but not used [-Wunused-label] BUILDSTDERR: 7016 | _ccfT: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7016 | _ccfT: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfReadComposeTzuzdcreadsPrec_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:7062:1: error: BUILDSTDERR: warning: label ‘_ccfY’ defined but not used [-Wunused-label] BUILDSTDERR: 7062 | _ccfY: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7062 | _ccfY: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbHt_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:7107:1: error: BUILDSTDERR: warning: label ‘_ccgm’ defined but not used [-Wunused-label] BUILDSTDERR: 7107 | _ccgm: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7107 | _ccgm: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfReadComposeTzuzdcreadListPrec_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:7142:1: error: BUILDSTDERR: warning: label ‘_ccgp’ defined but not used [-Wunused-label] BUILDSTDERR: 7142 | _ccgp: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7142 | _ccgp: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbHv_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:7181:1: error: BUILDSTDERR: warning: label ‘_ccgQ’ defined but not used [-Wunused-label] BUILDSTDERR: 7181 | _ccgQ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7181 | _ccgQ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbHw_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:7218:1: error: BUILDSTDERR: warning: label ‘_ccgT’ defined but not used [-Wunused-label] BUILDSTDERR: 7218 | _ccgT: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7218 | _ccgT: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfReadComposeTzuzdcreadList_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:7273:1: error: BUILDSTDERR: warning: label ‘_ccgY’ defined but not used [-Wunused-label] BUILDSTDERR: 7273 | _ccgY: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7273 | _ccgY: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbHB_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:7313:1: error: BUILDSTDERR: warning: label ‘_cchk’ defined but not used [-Wunused-label] BUILDSTDERR: 7313 | _cchk: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7313 | _cchk: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbHA_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:7349:1: error: BUILDSTDERR: warning: label ‘_cchu’ defined but not used [-Wunused-label] BUILDSTDERR: 7349 | _cchu: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7349 | _cchu: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbHz_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:7385:1: error: BUILDSTDERR: warning: label ‘_cchE’ defined but not used [-Wunused-label] BUILDSTDERR: 7385 | _cchE: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7385 | _cchE: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbHy_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:7421:1: error: BUILDSTDERR: warning: label ‘_cchO’ defined but not used [-Wunused-label] BUILDSTDERR: 7421 | _cchO: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7421 | _cchO: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfReadComposeT_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:7462:1: error: BUILDSTDERR: warning: label ‘_cchS’ defined but not used [-Wunused-label] BUILDSTDERR: 7462 | _cchS: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7462 | _cchS: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbHE_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:7525:1: error: BUILDSTDERR: warning: label ‘_ccii’ defined but not used [-Wunused-label] BUILDSTDERR: 7525 | _ccii: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7525 | _ccii: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbHD_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:7560:1: error: BUILDSTDERR: warning: label ‘_ccis’ defined but not used [-Wunused-label] BUILDSTDERR: 7560 | _ccis: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7560 | _ccis: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfEqComposeT_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:7598:1: error: BUILDSTDERR: warning: label ‘_cciw’ defined but not used [-Wunused-label] BUILDSTDERR: 7598 | _cciw: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7598 | _cciw: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbHG_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:7648:1: error: BUILDSTDERR: warning: label ‘_cciS’ defined but not used [-Wunused-label] BUILDSTDERR: 7648 | _cciS: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7648 | _cciS: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfOrdComposeTzuzdcp1Ord_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:7685:1: error: BUILDSTDERR: warning: label ‘_cciV’ defined but not used [-Wunused-label] BUILDSTDERR: 7685 | _cciV: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7685 | _cciV: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbHP_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:7723:1: error: BUILDSTDERR: warning: label ‘_ccjf’ defined but not used [-Wunused-label] BUILDSTDERR: 7723 | _ccjf: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7723 | _ccjf: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbHO_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:7758:1: error: BUILDSTDERR: warning: label ‘_ccjp’ defined but not used [-Wunused-label] BUILDSTDERR: 7758 | _ccjp: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7758 | _ccjp: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbHN_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:7793:1: error: BUILDSTDERR: warning: label ‘_ccjz’ defined but not used [-Wunused-label] BUILDSTDERR: 7793 | _ccjz: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7793 | _ccjz: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbHM_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:7828:1: error: BUILDSTDERR: warning: label ‘_ccjJ’ defined but not used [-Wunused-label] BUILDSTDERR: 7828 | _ccjJ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7828 | _ccjJ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbHL_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:7863:1: error: BUILDSTDERR: warning: label ‘_ccjT’ defined but not used [-Wunused-label] BUILDSTDERR: 7863 | _ccjT: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7863 | _ccjT: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbHK_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:7898:1: error: BUILDSTDERR: warning: label ‘_cck3’ defined but not used [-Wunused-label] BUILDSTDERR: 7898 | _cck3: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7898 | _cck3: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbHJ_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:7933:1: error: BUILDSTDERR: warning: label ‘_cckd’ defined but not used [-Wunused-label] BUILDSTDERR: 7933 | _cckd: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7933 | _cckd: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbHI_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:7968:1: error: BUILDSTDERR: warning: label ‘_cckn’ defined but not used [-Wunused-label] BUILDSTDERR: 7968 | _cckn: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7968 | _cckn: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfOrdComposeT_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:8012:1: error: BUILDSTDERR: warning: label ‘_cckr’ defined but not used [-Wunused-label] BUILDSTDERR: 8012 | _cckr: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8012 | _cckr: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_getComposeT1_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:8099:1: error: BUILDSTDERR: warning: label ‘_cckT’ defined but not used [-Wunused-label] BUILDSTDERR: 8099 | _cckT: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8099 | _cckT: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_getComposeT_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:8129:1: error: BUILDSTDERR: warning: label ‘_ccl2’ defined but not used [-Wunused-label] BUILDSTDERR: 8129 | _ccl2: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8129 | _ccl2: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbHW_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:8155:1: error: BUILDSTDERR: warning: label ‘_cclk’ defined but not used [-Wunused-label] BUILDSTDERR: 8155 | _cclk: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8155 | _cclk: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbHU_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:8190:1: error: BUILDSTDERR: warning: label ‘_cclv’ defined but not used [-Wunused-label] BUILDSTDERR: 8190 | _cclv: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8190 | _cclv: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfMonadErroreComposeT1_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:8235:1: error: BUILDSTDERR: warning: label ‘_ccly’ defined but not used [-Wunused-label] BUILDSTDERR: 8235 | _ccly: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8235 | _ccly: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbI1_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:8289:1: error: BUILDSTDERR: warning: label ‘_ccm4’ defined but not used [-Wunused-label] BUILDSTDERR: 8289 | _ccm4: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8289 | _ccm4: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbI2_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:8321:1: error: BUILDSTDERR: warning: label ‘_ccm7’ defined but not used [-Wunused-label] BUILDSTDERR: 8321 | _ccm7: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8321 | _ccm7: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfMonadContComposeT1_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:8371:1: error: BUILDSTDERR: warning: label ‘_ccmc’ defined but not used [-Wunused-label] BUILDSTDERR: 8371 | _ccmc: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8371 | _ccmc: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbI8_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:8421:1: error: BUILDSTDERR: warning: label ‘_ccmA’ defined but not used [-Wunused-label] BUILDSTDERR: 8421 | _ccmA: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8421 | _ccmA: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbI6_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:8456:1: error: BUILDSTDERR: warning: label ‘_ccmL’ defined but not used [-Wunused-label] BUILDSTDERR: 8456 | _ccmL: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8456 | _ccmL: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfMonadComposeT1_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:8501:1: error: BUILDSTDERR: warning: label ‘_ccmO’ defined but not used [-Wunused-label] BUILDSTDERR: 8501 | _ccmO: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8501 | _ccmO: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbIe_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:8558:1: error: BUILDSTDERR: warning: label ‘_ccnc’ defined but not used [-Wunused-label] BUILDSTDERR: 8558 | _ccnc: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8558 | _ccnc: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbIc_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:8594:1: error: BUILDSTDERR: warning: label ‘_ccnn’ defined but not used [-Wunused-label] BUILDSTDERR: 8594 | _ccnn: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8594 | _ccnn: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘rbCP_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:8639:1: error: BUILDSTDERR: warning: label ‘_ccnq’ defined but not used [-Wunused-label] BUILDSTDERR: 8639 | _ccnq: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8639 | _ccnq: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfMonadComposeTzuzdczgzg_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:8693:1: error: BUILDSTDERR: warning: label ‘_ccnF’ defined but not used [-Wunused-label] BUILDSTDERR: 8693 | _ccnF: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8693 | _ccnF: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbIm_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:8717:1: error: BUILDSTDERR: warning: label ‘_ccnW’ defined but not used [-Wunused-label] BUILDSTDERR: 8717 | _ccnW: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8717 | _ccnW: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbIk_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:8754:1: error: BUILDSTDERR: warning: label ‘_cco7’ defined but not used [-Wunused-label] BUILDSTDERR: 8754 | _cco7: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8754 | _cco7: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbIi_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:8791:1: error: BUILDSTDERR: warning: label ‘_ccoi’ defined but not used [-Wunused-label] BUILDSTDERR: 8791 | _ccoi: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8791 | _ccoi: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbIh_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:8825:1: error: BUILDSTDERR: warning: label ‘_ccot’ defined but not used [-Wunused-label] BUILDSTDERR: 8825 | _ccot: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8825 | _ccot: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbIg_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:8859:1: error: BUILDSTDERR: warning: label ‘_ccoD’ defined but not used [-Wunused-label] BUILDSTDERR: 8859 | _ccoD: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8859 | _ccoD: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfMonadComposeT_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:8900:1: error: BUILDSTDERR: warning: label ‘_ccoH’ defined but not used [-Wunused-label] BUILDSTDERR: 8900 | _ccoH: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8900 | _ccoH: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbIo_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:8968:1: error: BUILDSTDERR: warning: label ‘_ccp9’ defined but not used [-Wunused-label] BUILDSTDERR: 8968 | _ccp9: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8968 | _ccp9: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfMonadWriterwComposeTzuzdcp2MonadWriter_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:9005:1: error: BUILDSTDERR: warning: label ‘_ccpc’ defined but not used [-Wunused-label] BUILDSTDERR: 9005 | _ccpc: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9005 | _ccpc: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbIq_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:9043:1: error: BUILDSTDERR: warning: label ‘_ccpw’ defined but not used [-Wunused-label] BUILDSTDERR: 9043 | _ccpw: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9043 | _ccpw: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfMonadStatesComposeTzuzdcp1MonadState_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:9080:1: error: BUILDSTDERR: warning: label ‘_ccpz’ defined but not used [-Wunused-label] BUILDSTDERR: 9080 | _ccpz: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9080 | _ccpz: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbIx_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:9118:1: error: BUILDSTDERR: warning: label ‘_ccpU’ defined but not used [-Wunused-label] BUILDSTDERR: 9118 | _ccpU: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9118 | _ccpU: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbIv_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:9155:1: error: BUILDSTDERR: warning: label ‘_ccq5’ defined but not used [-Wunused-label] BUILDSTDERR: 9155 | _ccq5: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9155 | _ccq5: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbIt_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:9192:1: error: BUILDSTDERR: warning: label ‘_ccqf’ defined but not used [-Wunused-label] BUILDSTDERR: 9192 | _ccqf: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9192 | _ccqf: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbIs_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:9227:1: error: BUILDSTDERR: warning: label ‘_ccqp’ defined but not used [-Wunused-label] BUILDSTDERR: 9227 | _ccqp: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9227 | _ccqp: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfMonadStatesComposeT_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:9267:1: error: BUILDSTDERR: warning: label ‘_ccqt’ defined but not used [-Wunused-label] BUILDSTDERR: 9267 | _ccqt: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9267 | _ccqt: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbIz_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:9329:1: error: BUILDSTDERR: warning: label ‘_ccqT’ defined but not used [-Wunused-label] BUILDSTDERR: 9329 | _ccqT: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9329 | _ccqT: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfMonadRWSrwsComposeTzuzdcp4MonadRWS_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:9366:1: error: BUILDSTDERR: warning: label ‘_ccqW’ defined but not used [-Wunused-label] BUILDSTDERR: 9366 | _ccqW: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9366 | _ccqW: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbIB_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:9404:1: error: BUILDSTDERR: warning: label ‘_ccrg’ defined but not used [-Wunused-label] BUILDSTDERR: 9404 | _ccrg: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9404 | _ccrg: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfMonadReaderrComposeTzuzdcp1MonadReader_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:9441:1: error: BUILDSTDERR: warning: label ‘_ccrj’ defined but not used [-Wunused-label] BUILDSTDERR: 9441 | _ccrj: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9441 | _ccrj: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbID_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:9479:1: error: BUILDSTDERR: warning: label ‘_ccrD’ defined but not used [-Wunused-label] BUILDSTDERR: 9479 | _ccrD: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9479 | _ccrD: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfMonadErroreComposeTzuzdcp1MonadError_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:9516:1: error: BUILDSTDERR: warning: label ‘_ccrG’ defined but not used [-Wunused-label] BUILDSTDERR: 9516 | _ccrG: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9516 | _ccrG: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbII_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:9554:1: error: BUILDSTDERR: warning: label ‘_ccs1’ defined but not used [-Wunused-label] BUILDSTDERR: 9554 | _ccs1: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9554 | _ccs1: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbIH_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:9588:1: error: BUILDSTDERR: warning: label ‘_ccsc’ defined but not used [-Wunused-label] BUILDSTDERR: 9588 | _ccsc: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9588 | _ccsc: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbIF_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:9625:1: error: BUILDSTDERR: warning: label ‘_ccsm’ defined but not used [-Wunused-label] BUILDSTDERR: 9625 | _ccsm: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9625 | _ccsm: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfMonadErroreComposeT_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:9664:1: error: BUILDSTDERR: warning: label ‘_ccsq’ defined but not used [-Wunused-label] BUILDSTDERR: 9664 | _ccsq: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9664 | _ccsq: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbIK_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:9720:1: error: BUILDSTDERR: warning: label ‘_ccsO’ defined but not used [-Wunused-label] BUILDSTDERR: 9720 | _ccsO: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9720 | _ccsO: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfMonadContComposeTzuzdcp1MonadCont_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:9757:1: error: BUILDSTDERR: warning: label ‘_ccsR’ defined but not used [-Wunused-label] BUILDSTDERR: 9757 | _ccsR: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9757 | _ccsR: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbIN_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:9795:1: error: BUILDSTDERR: warning: label ‘_cctc’ defined but not used [-Wunused-label] BUILDSTDERR: 9795 | _cctc: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9795 | _cctc: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbIM_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:9829:1: error: BUILDSTDERR: warning: label ‘_cctm’ defined but not used [-Wunused-label] BUILDSTDERR: 9829 | _cctm: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9829 | _cctm: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfMonadContComposeT_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:9867:1: error: BUILDSTDERR: warning: label ‘_cctq’ defined but not used [-Wunused-label] BUILDSTDERR: 9867 | _cctq: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9867 | _cctq: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbIP_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:9917:1: error: BUILDSTDERR: warning: label ‘_cctM’ defined but not used [-Wunused-label] BUILDSTDERR: 9917 | _cctM: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9917 | _cctM: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfMonadIOComposeTzuzdcp1MonadIO_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:9954:1: error: BUILDSTDERR: warning: label ‘_cctP’ defined but not used [-Wunused-label] BUILDSTDERR: 9954 | _cctP: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9954 | _cctP: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbIT_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:9992:1: error: BUILDSTDERR: warning: label ‘_ccua’ defined but not used [-Wunused-label] BUILDSTDERR: 9992 | _ccua: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9992 | _ccua: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbIR_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:10029:1: error: BUILDSTDERR: warning: label ‘_ccuk’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10029 | _ccuk: BUILDSTDERR: | ^ BUILDSTDERR: 10029 | _ccuk: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfMonadIOComposeT_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:10067:1: error: BUILDSTDERR: warning: label ‘_ccuo’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10067 | _ccuo: BUILDSTDERR: | ^ BUILDSTDERR: 10067 | _ccuo: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbIV_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:10117:1: error: BUILDSTDERR: warning: label ‘_ccuK’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10117 | _ccuK: BUILDSTDERR: | ^ BUILDSTDERR: 10117 | _ccuK: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfMonadPlusComposeTzuzdcp2MonadPlus_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:10154:1: error: BUILDSTDERR: warning: label ‘_ccuN’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10154 | _ccuN: BUILDSTDERR: | ^ BUILDSTDERR: 10154 | _ccuN: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbJ2_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:10192:1: error: BUILDSTDERR: warning: label ‘_ccv8’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10192 | _ccv8: BUILDSTDERR: | ^ BUILDSTDERR: 10192 | _ccv8: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbIZ_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:10229:1: error: BUILDSTDERR: warning: label ‘_ccvi’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10229 | _ccvi: BUILDSTDERR: | ^ BUILDSTDERR: 10229 | _ccvi: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbIY_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:10264:1: error: BUILDSTDERR: warning: label ‘_ccvs’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10264 | _ccvs: BUILDSTDERR: | ^ BUILDSTDERR: 10264 | _ccvs: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbIX_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:10299:1: error: BUILDSTDERR: warning: label ‘_ccvC’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10299 | _ccvC: BUILDSTDERR: | ^ BUILDSTDERR: 10299 | _ccvC: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfMonadPlusComposeT_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:10339:1: error: BUILDSTDERR: warning: label ‘_ccvG’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10339 | _ccvG: BUILDSTDERR: | ^ BUILDSTDERR: 10339 | _ccvG: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbJ5_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:10403:1: error: BUILDSTDERR: warning: label ‘_ccwh’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10403 | _ccwh: BUILDSTDERR: | ^ BUILDSTDERR: 10403 | _ccwh: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbJ6_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:10447:1: error: BUILDSTDERR: warning: label ‘_ccwk’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10447 | _ccwk: BUILDSTDERR: | ^ BUILDSTDERR: 10447 | _ccwk: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_mapComposeT1_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:10497:1: error: BUILDSTDERR: warning: label ‘_ccwp’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10497 | _ccwp: BUILDSTDERR: | ^ BUILDSTDERR: 10497 | _ccwp: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_mapComposeT_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:10539:1: error: BUILDSTDERR: warning: label ‘_ccwE’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10539 | _ccwE: BUILDSTDERR: | ^ BUILDSTDERR: 10539 | _ccwE: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbJ9_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:10565:1: error: BUILDSTDERR: warning: label ‘_ccx5’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10565 | _ccx5: BUILDSTDERR: | ^ BUILDSTDERR: 10565 | _ccx5: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbJa_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:10610:1: error: BUILDSTDERR: warning: label ‘_ccx8’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10610 | _ccx8: BUILDSTDERR: | ^ BUILDSTDERR: 10610 | _ccx8: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfMonadWriterwComposeT2_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:10668:1: error: BUILDSTDERR: warning: label ‘_ccxd’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10668 | _ccxd: BUILDSTDERR: | ^ BUILDSTDERR: 10668 | _ccxd: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbJd_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:10713:1: error: BUILDSTDERR: warning: label ‘_ccxK’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10713 | _ccxK: BUILDSTDERR: | ^ BUILDSTDERR: 10713 | _ccxK: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbJe_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:10758:1: error: BUILDSTDERR: warning: label ‘_ccxN’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10758 | _ccxN: BUILDSTDERR: | ^ BUILDSTDERR: 10758 | _ccxN: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfMonadWriterwComposeT1_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:10816:1: error: BUILDSTDERR: warning: label ‘_ccxS’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10816 | _ccxS: BUILDSTDERR: | ^ BUILDSTDERR: 10816 | _ccxS: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbJn_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:10859:1: error: BUILDSTDERR: warning: label ‘_ccye’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10859 | _ccye: BUILDSTDERR: | ^ BUILDSTDERR: 10859 | _ccye: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbJm_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:10894:1: error: BUILDSTDERR: warning: label ‘_ccyo’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10894 | _ccyo: BUILDSTDERR: | ^ BUILDSTDERR: 10894 | _ccyo: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbJl_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:10929:1: error: BUILDSTDERR: warning: label ‘_ccyz’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10929 | _ccyz: BUILDSTDERR: | ^ BUILDSTDERR: 10929 | _ccyz: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbJj_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:10966:1: error: BUILDSTDERR: warning: label ‘_ccyK’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10966 | _ccyK: BUILDSTDERR: | ^ BUILDSTDERR: 10966 | _ccyK: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbJh_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:11003:1: error: BUILDSTDERR: warning: label ‘_ccyU’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11003 | _ccyU: BUILDSTDERR: | ^ BUILDSTDERR: 11003 | _ccyU: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbJg_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:11038:1: error: BUILDSTDERR: warning: label ‘_ccz4’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11038 | _ccz4: BUILDSTDERR: | ^ BUILDSTDERR: 11038 | _ccz4: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfMonadWriterwComposeT_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:11080:1: error: BUILDSTDERR: warning: label ‘_ccz8’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11080 | _ccz8: BUILDSTDERR: | ^ BUILDSTDERR: 11080 | _ccz8: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbJp_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:11154:1: error: BUILDSTDERR: warning: label ‘_cczC’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11154 | _cczC: BUILDSTDERR: | ^ BUILDSTDERR: 11154 | _cczC: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfMonadRWSrwsComposeTzuzdcp3MonadRWS_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:11191:1: error: BUILDSTDERR: warning: label ‘_cczF’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11191 | _cczF: BUILDSTDERR: | ^ BUILDSTDERR: 11191 | _cczF: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbJs_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:11229:1: error: BUILDSTDERR: warning: label ‘_cczZ’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11229 | _cczZ: BUILDSTDERR: | ^ BUILDSTDERR: 11229 | _cczZ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbJu_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:11270:1: error: BUILDSTDERR: warning: label ‘_ccAk’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11270 | _ccAk: BUILDSTDERR: | ^ BUILDSTDERR: 11270 | _ccAk: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbJv_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:11314:1: error: BUILDSTDERR: warning: label ‘_ccAn’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11314 | _ccAn: BUILDSTDERR: | ^ BUILDSTDERR: 11314 | _ccAn: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfMonadReaderrComposeTzuzdclocal_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:11366:1: error: BUILDSTDERR: warning: label ‘_ccAs’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11366 | _ccAs: BUILDSTDERR: | ^ BUILDSTDERR: 11366 | _ccAs: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbJB_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:11416:1: error: BUILDSTDERR: warning: label ‘_ccAR’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11416 | _ccAR: BUILDSTDERR: | ^ BUILDSTDERR: 11416 | _ccAR: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbJz_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:11453:1: error: BUILDSTDERR: warning: label ‘_ccB2’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11453 | _ccB2: BUILDSTDERR: | ^ BUILDSTDERR: 11453 | _ccB2: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbJy_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:11487:1: error: BUILDSTDERR: warning: label ‘_ccBc’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11487 | _ccBc: BUILDSTDERR: | ^ BUILDSTDERR: 11487 | _ccBc: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbJx_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:11522:1: error: BUILDSTDERR: warning: label ‘_ccBm’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11522 | _ccBm: BUILDSTDERR: | ^ BUILDSTDERR: 11522 | _ccBm: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfMonadReaderrComposeT_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:11562:1: error: BUILDSTDERR: warning: label ‘_ccBq’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11562 | _ccBq: BUILDSTDERR: | ^ BUILDSTDERR: 11562 | _ccBq: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbJD_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:11624:1: error: BUILDSTDERR: warning: label ‘_ccBQ’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11624 | _ccBQ: BUILDSTDERR: | ^ BUILDSTDERR: 11624 | _ccBQ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfMonadRWSrwsComposeTzuzdcp2MonadRWS_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:11661:1: error: BUILDSTDERR: warning: label ‘_ccBT’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11661 | _ccBT: BUILDSTDERR: | ^ BUILDSTDERR: 11661 | _ccBT: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbJI_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:11699:1: error: BUILDSTDERR: warning: label ‘_ccCd’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11699 | _ccCd: BUILDSTDERR: | ^ BUILDSTDERR: 11699 | _ccCd: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbJH_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:11734:1: error: BUILDSTDERR: warning: label ‘_ccCn’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11734 | _ccCn: BUILDSTDERR: | ^ BUILDSTDERR: 11734 | _ccCn: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbJG_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:11769:1: error: BUILDSTDERR: warning: label ‘_ccCx’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11769 | _ccCx: BUILDSTDERR: | ^ BUILDSTDERR: 11769 | _ccCx: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘sbJF_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:11804:1: error: BUILDSTDERR: warning: label ‘_ccCH’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11804 | _ccCH: BUILDSTDERR: | ^ BUILDSTDERR: 11804 | _ccCH: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc: In function ‘mmorphzm1zi1zi2zmKGTB2kklcvlCvf8w7Q4c5g_ControlziMonadziTransziCompose_zdfMonadRWSrwsComposeT_entry’: BUILDSTDERR: /tmp/ghc27967_0/ghc_15.hc:11844:1: error: BUILDSTDERR: warning: label ‘_ccCL’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11844 | _ccCL: BUILDSTDERR: | ^ BUILDSTDERR: 11844 | _ccCL: BUILDSTDERR: | ^~~~~ + '[' -n dist/build/libHSmmorph-1.1.2-KGTB2kklcvlCvf8w7Q4c5g-ghc8.4.4.so ']' + '[' -x Setup ']' + LANG=C.utf8 + ./Setup haddock --html --hyperlink-source --hoogle BUILDSTDERR: Warning: --source-* options are ignored when --hyperlinked-source is enabled. BUILDSTDERR: src/Control/Monad/Morph.hs:80:1: warning: [-Wdeprecations] BUILDSTDERR: Module ‘Control.Monad.Trans.Error’ is deprecated: BUILDSTDERR: Use Control.Monad.Trans.Except instead BUILDSTDERR: | BUILDSTDERR: 80 | import qualified Control.Monad.Trans.Error as E BUILDSTDERR: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ BUILDSTDERR: src/Control/Monad/Morph.hs:83:1: warning: [-Wdeprecations] BUILDSTDERR: Module ‘Control.Monad.Trans.List’ is deprecated: BUILDSTDERR: This transformer is invalid on most monads BUILDSTDERR: | BUILDSTDERR: 83 | import qualified Control.Monad.Trans.List as L BUILDSTDERR: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ BUILDSTDERR: src/Control/Monad/Morph.hs:119:20: warning: [-Wdeprecations] BUILDSTDERR: In the use of type constructor or class ‘ErrorT’ BUILDSTDERR: (imported from Control.Monad.Trans.Error): BUILDSTDERR: Deprecated: "Use Control.Monad.Trans.Except instead" BUILDSTDERR: | BUILDSTDERR: 119 | instance MFunctor (E.ErrorT e) where BUILDSTDERR: | ^^^^^^^^ BUILDSTDERR: src/Control/Monad/Morph.hs:120:19: warning: [-Wdeprecations] BUILDSTDERR: In the use of data constructor ‘ErrorT’ BUILDSTDERR: (imported from Control.Monad.Trans.Error): BUILDSTDERR: Deprecated: "Use Control.Monad.Trans.Except instead" BUILDSTDERR: | BUILDSTDERR: 120 | hoist nat m = E.ErrorT (nat (E.runErrorT m)) BUILDSTDERR: | ^^^^^^^^ BUILDSTDERR: src/Control/Monad/Morph.hs:120:34: warning: [-Wdeprecations] BUILDSTDERR: In the use of ‘runErrorT’ BUILDSTDERR: (imported from Control.Monad.Trans.Error): BUILDSTDERR: Deprecated: "Use Control.Monad.Trans.Except instead" BUILDSTDERR: | BUILDSTDERR: 120 | hoist nat m = E.ErrorT (nat (E.runErrorT m)) BUILDSTDERR: | ^^^^^^^^^^^ BUILDSTDERR: src/Control/Monad/Morph.hs:128:19: warning: [-Wdeprecations] BUILDSTDERR: In the use of type constructor or class ‘ListT’ BUILDSTDERR: (imported from Control.Monad.Trans.List): BUILDSTDERR: Deprecated: "This transformer is invalid on most monads" BUILDSTDERR: | BUILDSTDERR: 128 | instance MFunctor L.ListT where BUILDSTDERR: | ^^^^^^^ BUILDSTDERR: src/Control/Monad/Morph.hs:129:19: warning: [-Wdeprecations] BUILDSTDERR: In the use of data constructor ‘ListT’ BUILDSTDERR: (imported from Control.Monad.Trans.List): BUILDSTDERR: Deprecated: "This transformer is invalid on most monads" BUILDSTDERR: | BUILDSTDERR: 129 | hoist nat m = L.ListT (nat (L.runListT m)) BUILDSTDERR: | ^^^^^^^ BUILDSTDERR: src/Control/Monad/Morph.hs:129:33: warning: [-Wdeprecations] BUILDSTDERR: In the use of ‘runListT’ (imported from Control.Monad.Trans.List): BUILDSTDERR: Deprecated: "This transformer is invalid on most monads" BUILDSTDERR: | BUILDSTDERR: 129 | hoist nat m = L.ListT (nat (L.runListT m)) BUILDSTDERR: | ^^^^^^^^^^ BUILDSTDERR: src/Control/Monad/Morph.hs:240:11: warning: [-Wdeprecations] BUILDSTDERR: In the use of type constructor or class ‘Error’ BUILDSTDERR: (imported from Control.Monad.Trans.Error): BUILDSTDERR: Deprecated: "Use Control.Monad.Trans.Except instead" BUILDSTDERR: | BUILDSTDERR: 240 | instance (E.Error e) => MMonad (E.ErrorT e) where BUILDSTDERR: | ^^^^^^^ BUILDSTDERR: src/Control/Monad/Morph.hs:240:33: warning: [-Wdeprecations] BUILDSTDERR: In the use of type constructor or class ‘ErrorT’ BUILDSTDERR: (imported from Control.Monad.Trans.Error): BUILDSTDERR: Deprecated: "Use Control.Monad.Trans.Except instead" BUILDSTDERR: | BUILDSTDERR: 240 | instance (E.Error e) => MMonad (E.ErrorT e) where BUILDSTDERR: | ^^^^^^^^ BUILDSTDERR: src/Control/Monad/Morph.hs:241:17: warning: [-Wdeprecations] BUILDSTDERR: In the use of data constructor ‘ErrorT’ BUILDSTDERR: (imported from Control.Monad.Trans.Error): BUILDSTDERR: Deprecated: "Use Control.Monad.Trans.Except instead" BUILDSTDERR: | BUILDSTDERR: 241 | embed f m = E.ErrorT (do BUILDSTDERR: | ^^^^^^^^ BUILDSTDERR: src/Control/Monad/Morph.hs:242:14: warning: [-Wdeprecations] BUILDSTDERR: In the use of ‘runErrorT’ BUILDSTDERR: (imported from Control.Monad.Trans.Error): BUILDSTDERR: Deprecated: "Use Control.Monad.Trans.Except instead" BUILDSTDERR: | BUILDSTDERR: 242 | x <- E.runErrorT (f (E.runErrorT m)) BUILDSTDERR: | ^^^^^^^^^^^ BUILDSTDERR: src/Control/Monad/Morph.hs:242:30: warning: [-Wdeprecations] BUILDSTDERR: In the use of ‘runErrorT’ BUILDSTDERR: (imported from Control.Monad.Trans.Error): BUILDSTDERR: Deprecated: "Use Control.Monad.Trans.Except instead" BUILDSTDERR: | BUILDSTDERR: 242 | x <- E.runErrorT (f (E.runErrorT m)) BUILDSTDERR: | ^^^^^^^^^^^ BUILDSTDERR: src/Control/Monad/Morph.hs:259:17: warning: [-Wdeprecations] BUILDSTDERR: In the use of type constructor or class ‘ListT’ BUILDSTDERR: (imported from Control.Monad.Trans.List): BUILDSTDERR: Deprecated: "This transformer is invalid on most monads" BUILDSTDERR: | BUILDSTDERR: 259 | instance MMonad L.ListT where BUILDSTDERR: | ^^^^^^^ BUILDSTDERR: src/Control/Monad/Morph.hs:260:17: warning: [-Wdeprecations] BUILDSTDERR: In the use of data constructor ‘ListT’ BUILDSTDERR: (imported from Control.Monad.Trans.List): BUILDSTDERR: Deprecated: "This transformer is invalid on most monads" BUILDSTDERR: | BUILDSTDERR: 260 | embed f m = L.ListT (do BUILDSTDERR: | ^^^^^^^ BUILDSTDERR: src/Control/Monad/Morph.hs:261:14: warning: [-Wdeprecations] BUILDSTDERR: In the use of ‘runListT’ (imported from Control.Monad.Trans.List): BUILDSTDERR: Deprecated: "This transformer is invalid on most monads" BUILDSTDERR: | BUILDSTDERR: 261 | x <- L.runListT (f (L.runListT m)) BUILDSTDERR: | ^^^^^^^^^^ BUILDSTDERR: src/Control/Monad/Morph.hs:261:29: warning: [-Wdeprecations] BUILDSTDERR: In the use of ‘runListT’ (imported from Control.Monad.Trans.List): BUILDSTDERR: Deprecated: "This transformer is invalid on most monads" BUILDSTDERR: | BUILDSTDERR: 261 | x <- L.runListT (f (L.runListT m)) BUILDSTDERR: | ^^^^^^^^^^ + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 [1 of 1] Compiling Main ( Setup.hs, Setup.o ) Linking Setup ... Cabal library version 2.2.0.1 Configuring mmorph-1.1.2... Preprocessing library for mmorph-1.1.2.. Building library for mmorph-1.1.2.. [1 of 2] Compiling Control.Monad.Morph ( src/Control/Monad/Morph.hs, dist/build/Control/Monad/Morph.o ) [2 of 2] Compiling Control.Monad.Trans.Compose ( src/Control/Monad/Trans/Compose.hs, dist/build/Control/Monad/Trans/Compose.o ) [1 of 2] Compiling Control.Monad.Morph ( src/Control/Monad/Morph.hs, dist/build/Control/Monad/Morph.p_o ) [2 of 2] Compiling Control.Monad.Trans.Compose ( src/Control/Monad/Trans/Compose.hs, dist/build/Control/Monad/Trans/Compose.p_o ) Preprocessing library for mmorph-1.1.2.. Running Haddock on library for mmorph-1.1.2.. Haddock coverage: 100% ( 22 / 22) in 'Control.Monad.Morph' 100% ( 4 / 4) in 'Control.Monad.Trans.Compose' Documentation created: dist/doc/html/mmorph/index.html, dist/doc/html/mmorph/mmorph.txt Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.5hwo6h + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/ghc-mmorph-1.1.2-3.fc31.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/ghc-mmorph-1.1.2-3.fc31.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/ghc-mmorph-1.1.2-3.fc31.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/ghc-mmorph-1.1.2-3.fc31.riscv64 + cd mmorph-1.1.2 + '[' -x Setup ']' + LANG=C.utf8 + ./Setup copy --destdir=/builddir/build/BUILDROOT/ghc-mmorph-1.1.2-3.fc31.riscv64 -v directory dist/doc/html/mmorph does exist: True creating /builddir/build/BUILDROOT/ghc-mmorph-1.1.2-3.fc31.riscv64/usr/share/doc/ghc/html/libraries/mmorph-1.1.2 creating /builddir/build/BUILDROOT/ghc-mmorph-1.1.2-3.fc31.riscv64/usr/share/doc/ghc/html/libraries creating /builddir/build/BUILDROOT/ghc-mmorph-1.1.2-3.fc31.riscv64/usr/share/doc/ghc/html creating /builddir/build/BUILDROOT/ghc-mmorph-1.1.2-3.fc31.riscv64/usr/share/doc/ghc creating /builddir/build/BUILDROOT/ghc-mmorph-1.1.2-3.fc31.riscv64/usr/share/doc creating /builddir/build/BUILDROOT/ghc-mmorph-1.1.2-3.fc31.riscv64/usr/share creating /builddir/build/BUILDROOT/ghc-mmorph-1.1.2-3.fc31.riscv64/usr creating /builddir/build/BUILDROOT/ghc-mmorph-1.1.2-3.fc31.riscv64/usr/share creating /builddir/build/BUILDROOT/ghc-mmorph-1.1.2-3.fc31.riscv64/usr/share/doc creating /builddir/build/BUILDROOT/ghc-mmorph-1.1.2-3.fc31.riscv64/usr/share/doc/ghc creating /builddir/build/BUILDROOT/ghc-mmorph-1.1.2-3.fc31.riscv64/usr/share/doc/ghc/html creating /builddir/build/BUILDROOT/ghc-mmorph-1.1.2-3.fc31.riscv64/usr/share/doc/ghc/html/libraries creating /builddir/build/BUILDROOT/ghc-mmorph-1.1.2-3.fc31.riscv64/usr/share/doc/ghc/html/libraries/mmorph-1.1.2 copy directory 'dist/doc/html/mmorph' to '/builddir/build/BUILDROOT/ghc-mmorph-1.1.2-3.fc31.riscv64/usr/share/doc/ghc/html/libraries/mmorph-1.1.2'. creating /builddir/build/BUILDROOT/ghc-mmorph-1.1.2-3.fc31.riscv64/usr/share/doc/ghc/html/libraries/mmorph-1.1.2 creating /builddir/build/BUILDROOT/ghc-mmorph-1.1.2-3.fc31.riscv64/usr/share/doc/ghc/html/libraries/mmorph-1.1.2/src Installing dist/doc/html/mmorph/minus.gif to /builddir/build/BUILDROOT/ghc-mmorph-1.1.2-3.fc31.riscv64/usr/share/doc/ghc/html/libraries/mmorph-1.1.2/minus.gif Installing dist/doc/html/mmorph/doc-index.html to /builddir/build/BUILDROOT/ghc-mmorph-1.1.2-3.fc31.riscv64/usr/share/doc/ghc/html/libraries/mmorph-1.1.2/doc-index.html Installing dist/doc/html/mmorph/Control-Monad-Trans-Compose.html to /builddir/build/BUILDROOT/ghc-mmorph-1.1.2-3.fc31.riscv64/usr/share/doc/ghc/html/libraries/mmorph-1.1.2/Control-Monad-Trans-Compose.html Installing dist/doc/html/mmorph/Control-Monad-Morph.html to /builddir/build/BUILDROOT/ghc-mmorph-1.1.2-3.fc31.riscv64/usr/share/doc/ghc/html/libraries/mmorph-1.1.2/Control-Monad-Morph.html Installing dist/doc/html/mmorph/plus.gif to /builddir/build/BUILDROOT/ghc-mmorph-1.1.2-3.fc31.riscv64/usr/share/doc/ghc/html/libraries/mmorph-1.1.2/plus.gif Installing dist/doc/html/mmorph/hslogo-16.png to /builddir/build/BUILDROOT/ghc-mmorph-1.1.2-3.fc31.riscv64/usr/share/doc/ghc/html/libraries/mmorph-1.1.2/hslogo-16.png Installing dist/doc/html/mmorph/mmorph.txt to /builddir/build/BUILDROOT/ghc-mmorph-1.1.2-3.fc31.riscv64/usr/share/doc/ghc/html/libraries/mmorph-1.1.2/mmorph.txt Installing dist/doc/html/mmorph/meta.json to /builddir/build/BUILDROOT/ghc-mmorph-1.1.2-3.fc31.riscv64/usr/share/doc/ghc/html/libraries/mmorph-1.1.2/meta.json Installing dist/doc/html/mmorph/mmorph.haddock to /builddir/build/BUILDROOT/ghc-mmorph-1.1.2-3.fc31.riscv64/usr/share/doc/ghc/html/libraries/mmorph-1.1.2/mmorph.haddock Installing dist/doc/html/mmorph/haddock-bundle.min.js to /builddir/build/BUILDROOT/ghc-mmorph-1.1.2-3.fc31.riscv64/usr/share/doc/ghc/html/libraries/mmorph-1.1.2/haddock-bundle.min.js Installing dist/doc/html/mmorph/ocean.css to /builddir/build/BUILDROOT/ghc-mmorph-1.1.2-3.fc31.riscv64/usr/share/doc/ghc/html/libraries/mmorph-1.1.2/ocean.css Installing dist/doc/html/mmorph/synopsis.png to /builddir/build/BUILDROOT/ghc-mmorph-1.1.2-3.fc31.riscv64/usr/share/doc/ghc/html/libraries/mmorph-1.1.2/synopsis.png Installing dist/doc/html/mmorph/index.html to /builddir/build/BUILDROOT/ghc-mmorph-1.1.2-3.fc31.riscv64/usr/share/doc/ghc/html/libraries/mmorph-1.1.2/index.html Installing dist/doc/html/mmorph/quick-jump.css to /builddir/build/BUILDROOT/ghc-mmorph-1.1.2-3.fc31.riscv64/usr/share/doc/ghc/html/libraries/mmorph-1.1.2/quick-jump.css Installing dist/doc/html/mmorph/src/style.css to /builddir/build/BUILDROOT/ghc-mmorph-1.1.2-3.fc31.riscv64/usr/share/doc/ghc/html/libraries/mmorph-1.1.2/src/style.css Installing dist/doc/html/mmorph/src/highlight.js to /builddir/build/BUILDROOT/ghc-mmorph-1.1.2-3.fc31.riscv64/usr/share/doc/ghc/html/libraries/mmorph-1.1.2/src/highlight.js Installing dist/doc/html/mmorph/src/Control.Monad.Morph.html to /builddir/build/BUILDROOT/ghc-mmorph-1.1.2-3.fc31.riscv64/usr/share/doc/ghc/html/libraries/mmorph-1.1.2/src/Control.Monad.Morph.html Installing dist/doc/html/mmorph/src/Control.Monad.Trans.Compose.html to /builddir/build/BUILDROOT/ghc-mmorph-1.1.2-3.fc31.riscv64/usr/share/doc/ghc/html/libraries/mmorph-1.1.2/src/Control.Monad.Trans.Compose.html creating /builddir/build/BUILDROOT/ghc-mmorph-1.1.2-3.fc31.riscv64/usr/share/doc/ghc/html/libraries/mmorph-1.1.2 Installing dist/doc/html/mmorph/mmorph.haddock to /builddir/build/BUILDROOT/ghc-mmorph-1.1.2-3.fc31.riscv64/usr/share/doc/ghc/html/libraries/mmorph-1.1.2/mmorph.haddock creating /builddir/build/BUILDROOT/ghc-mmorph-1.1.2-3.fc31.riscv64/usr/share/licenses/ghc-mmorph creating /builddir/build/BUILDROOT/ghc-mmorph-1.1.2-3.fc31.riscv64/usr/share/licenses creating /builddir/build/BUILDROOT/ghc-mmorph-1.1.2-3.fc31.riscv64/usr/share/licenses/ghc-mmorph Installing LICENSE to /builddir/build/BUILDROOT/ghc-mmorph-1.1.2-3.fc31.riscv64/usr/share/licenses/ghc-mmorph/LICENSE Installing library in /builddir/build/BUILDROOT/ghc-mmorph-1.1.2-3.fc31.riscv64/usr/lib64/ghc-8.4.4/mmorph-1.1.2 creating /builddir/build/BUILDROOT/ghc-mmorph-1.1.2-3.fc31.riscv64/usr/lib64/ghc-8.4.4/mmorph-1.1.2/Control/Monad creating /builddir/build/BUILDROOT/ghc-mmorph-1.1.2-3.fc31.riscv64/usr/lib64/ghc-8.4.4/mmorph-1.1.2/Control creating /builddir/build/BUILDROOT/ghc-mmorph-1.1.2-3.fc31.riscv64/usr/lib64/ghc-8.4.4/mmorph-1.1.2 creating /builddir/build/BUILDROOT/ghc-mmorph-1.1.2-3.fc31.riscv64/usr/lib64/ghc-8.4.4 creating /builddir/build/BUILDROOT/ghc-mmorph-1.1.2-3.fc31.riscv64/usr/lib64 creating /builddir/build/BUILDROOT/ghc-mmorph-1.1.2-3.fc31.riscv64/usr/lib64/ghc-8.4.4 creating /builddir/build/BUILDROOT/ghc-mmorph-1.1.2-3.fc31.riscv64/usr/lib64/ghc-8.4.4/mmorph-1.1.2 creating /builddir/build/BUILDROOT/ghc-mmorph-1.1.2-3.fc31.riscv64/usr/lib64/ghc-8.4.4/mmorph-1.1.2/Control creating /builddir/build/BUILDROOT/ghc-mmorph-1.1.2-3.fc31.riscv64/usr/lib64/ghc-8.4.4/mmorph-1.1.2/Control/Monad creating /builddir/build/BUILDROOT/ghc-mmorph-1.1.2-3.fc31.riscv64/usr/lib64/ghc-8.4.4/mmorph-1.1.2/Control/Monad/Trans Installing dist/build/Control/Monad/Morph.hi to /builddir/build/BUILDROOT/ghc-mmorph-1.1.2-3.fc31.riscv64/usr/lib64/ghc-8.4.4/mmorph-1.1.2/Control/Monad/Morph.hi Installing dist/build/Control/Monad/Trans/Compose.hi to /builddir/build/BUILDROOT/ghc-mmorph-1.1.2-3.fc31.riscv64/usr/lib64/ghc-8.4.4/mmorph-1.1.2/Control/Monad/Trans/Compose.hi creating /builddir/build/BUILDROOT/ghc-mmorph-1.1.2-3.fc31.riscv64/usr/lib64/ghc-8.4.4/mmorph-1.1.2/Control/Monad creating /builddir/build/BUILDROOT/ghc-mmorph-1.1.2-3.fc31.riscv64/usr/lib64/ghc-8.4.4/mmorph-1.1.2/Control/Monad/Trans Installing dist/build/Control/Monad/Morph.p_hi to /builddir/build/BUILDROOT/ghc-mmorph-1.1.2-3.fc31.riscv64/usr/lib64/ghc-8.4.4/mmorph-1.1.2/Control/Monad/Morph.p_hi Installing dist/build/Control/Monad/Trans/Compose.p_hi to /builddir/build/BUILDROOT/ghc-mmorph-1.1.2-3.fc31.riscv64/usr/lib64/ghc-8.4.4/mmorph-1.1.2/Control/Monad/Trans/Compose.p_hi creating /builddir/build/BUILDROOT/ghc-mmorph-1.1.2-3.fc31.riscv64/usr/lib64/ghc-8.4.4/mmorph-1.1.2/Control/Monad creating /builddir/build/BUILDROOT/ghc-mmorph-1.1.2-3.fc31.riscv64/usr/lib64/ghc-8.4.4/mmorph-1.1.2/Control/Monad/Trans Installing dist/build/Control/Monad/Morph.dyn_hi to /builddir/build/BUILDROOT/ghc-mmorph-1.1.2-3.fc31.riscv64/usr/lib64/ghc-8.4.4/mmorph-1.1.2/Control/Monad/Morph.dyn_hi Installing dist/build/Control/Monad/Trans/Compose.dyn_hi to /builddir/build/BUILDROOT/ghc-mmorph-1.1.2-3.fc31.riscv64/usr/lib64/ghc-8.4.4/mmorph-1.1.2/Control/Monad/Trans/Compose.dyn_hi creating /builddir/build/BUILDROOT/ghc-mmorph-1.1.2-3.fc31.riscv64/usr/lib64/ghc-8.4.4/mmorph-1.1.2 BUILDSTDERR: Installing dist/build/libHSmmorph-1.1.2-KGTB2kklcvlCvf8w7Q4c5+ '[' -x Setup ']' + LANG=C.utf8 + ./Setup register --gen-pkg-config + '[' -d mmorph-1.1.2.conf ']' + install -D --mode=0644 mmorph-1.1.2.conf /builddir/build/BUILDROOT/ghc-mmorph-1.1.2-3.fc31.riscv64/usr/lib64/ghc-8.4.4/package.conf.d/mmorph-1.1.2.conf BUILDSTDERR: ++ ls /builddir/build/BUILDROOT/ghc-mmorph-1.1.2-3.fc31.riscv64/usr/lib64/ghc-8.4.4/package.conf.d/ + '[' -z mmorph-1.1.2.conf ']' + rm -f ghc-mmorph.files ghc-mmorph-devel.files + touch ghc-mmorph.files ghc-mmorph-devel.files + ls /builddir/build/BUILDROOT/ghc-mmorph-1.1.2-3.fc31.riscv64/usr/lib64/ghc-8.4.4/package.conf.d/mmorph-1.1.2.conf + pkgdir=/usr/lib64/ghc-8.4.4/mmorph-1.1.2 + '[' -d /builddir/build/BUILDROOT/ghc-mmorph-1.1.2-3.fc31.riscv64/usr/lib64/ghc-8.4.4/mmorph-1.1.2 ']' + echo /usr/lib64/ghc-8.4.4/mmorph-1.1.2 + echo '%attr(755,root,root) /usr/lib64/libHSmmorph-1.1.2-*ghc8.4.4.so' + '[' -d /builddir/build/BUILDROOT/ghc-mmorph-1.1.2-3.fc31.riscv64/usr/share/doc/ghc/html/libraries/mmorph-1.1.2 ']' + echo /usr/share/doc/ghc/html/libraries/mmorph-1.1.2 + for i in ghc-mmorph.files ghc-mmorph-devel.files + '[' -f ghc-mmorph.files ']' + sed -i -e 's!/builddir/build/BUILDROOT/ghc-mmorph-1.1.2-3.fc31.riscv64!!g' ghc-mmorph.files + for i in ghc-mmorph.files ghc-mmorph-devel.files + '[' -f ghc-mmorph-devel.files ']' + sed -i -e 's!/builddir/build/BUILDROOT/ghc-mmorph-1.1.2-3.fc31.riscv64!!g' ghc-mmorph-devel.files + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump BUILDSTDERR: DUP FUNXC BUILDSTDERR: DUP FUNXC + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs g.a to /builddir/build/BUILDROOT/ghc-mmorph-1.1.2-3.fc31.riscv64/usr/lib64/ghc-8.4.4/mmorph-1.1.2/libHSmmorph-1.1.2-KGTB2kklcvlCvf8w7Q4c5g.a /usr/bin/strip --strip-unneeded /builddir/build/BUILDROOT/ghc-mmorph-1.1.2-3.fc31.riscv64/usr/lib64/ghc-8.4.4/mmorph-1.1.2/libHSmmorph-1.1.2-KGTB2kklcvlCvf8w7Q4c5g.a creating /builddir/build/BUILDROOT/ghc-mmorph-1.1.2-3.fc31.riscv64/usr/lib64/ghc-8.4.4/mmorph-1.1.2 Installing dist/build/libHSmmorph-1.1.2-KGTB2kklcvlCvf8w7Q4c5g_p.a to /builddir/build/BUILDROOT/ghc-mmorph-1.1.2-3.fc31.riscv64/usr/lib64/ghc-8.4.4/mmorph-1.1.2/libHSmmorph-1.1.2-KGTB2kklcvlCvf8w7Q4c5g_p.a /usr/bin/strip --strip-unneeded /builddir/build/BUILDROOT/ghc-mmorph-1.1.2-3.fc31.riscv64/usr/lib64/ghc-8.4.4/mmorph-1.1.2/libHSmmorph-1.1.2-KGTB2kklcvlCvf8w7Q4c5g_p.a creating /builddir/build/BUILDROOT/ghc-mmorph-1.1.2-3.fc31.riscv64/usr/lib64 Installing executable dist/build/libHSmmorph-1.1.2-KGTB2kklcvlCvf8w7Q4c5g-ghc8.4.4.so to /builddir/build/BUILDROOT/ghc-mmorph-1.1.2-3.fc31.riscv64/usr/lib64/libHSmmorph-1.1.2-KGTB2kklcvlCvf8w7Q4c5g-ghc8.4.4.so /usr/bin/strip --strip-unneeded /builddir/build/BUILDROOT/ghc-mmorph-1.1.2-3.fc31.riscv64/usr/lib64/libHSmmorph-1.1.2-KGTB2kklcvlCvf8w7Q4c5g-ghc8.4.4.so Processing files: ghc-mmorph-1.1.2-3.fc31.riscv64 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.Ss6Aqg + umask 022 + cd /builddir/build/BUILD + cd mmorph-1.1.2 + LICENSEDIR=/builddir/build/BUILDROOT/ghc-mmorph-1.1.2-3.fc31.riscv64/usr/share/licenses/ghc-mmorph + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ghc-mmorph-1.1.2-3.fc31.riscv64/usr/share/licenses/ghc-mmorph + cp -pr LICENSE /builddir/build/BUILDROOT/ghc-mmorph-1.1.2-3.fc31.riscv64/usr/share/licenses/ghc-mmorph + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: ghc-mmorph = 1.1.2-3.fc31 ghc-mmorph(riscv-64) = 1.1.2-3.fc31 libHSmmorph-1.1.2-KGTB2kklcvlCvf8w7Q4c5g-ghc8.4.4.so()(64bit) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libHSbase-4.11.1.0-ghc8.4.4.so()(64bit) libHSghc-prim-0.5.2.0-ghc8.4.4.so()(64bit) libHSmtl-2.2.2-ghc8.4.4.so()(64bit) libHStransformers-0.5.5.0-ghc8.4.4.so()(64bit) rtld(GNU_HASH) Processing files: ghc-mmorph-devel-1.1.2-3.fc31.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.LGUBPh + umask 022 + cd /builddir/build/BUILD + cd mmorph-1.1.2 + DOCDIR=/builddir/build/BUILDROOT/ghc-mmorph-1.1.2-3.fc31.riscv64/usr/share/doc/ghc-mmorph-devel + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ghc-mmorph-1.1.2-3.fc31.riscv64/usr/share/doc/ghc-mmorph-devel + cp -pr CHANGELOG.md /builddir/build/BUILDROOT/ghc-mmorph-1.1.2-3.fc31.riscv64/usr/share/doc/ghc-mmorph-devel + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: ghc-devel(mmorph-1.1.2-KGTB2kklcvlCvf8w7Q4c5g) ghc-mmorph-devel = 1.1.2-3.fc31 ghc-mmorph-devel(riscv-64) = 1.1.2-3.fc31 ghc-mmorph-doc = 1.1.2-3.fc31 ghc-mmorph-static = 1.1.2-3.fc31 Requires(interp): /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh ghc-compiler = 8.4.4 Requires(postun): /bin/sh ghc-compiler = 8.4.4 Requires: ghc-devel(base-4.11.1.0) ghc-devel(mtl-2.2.2) ghc-devel(transformers-0.5.5.0) ghc-devel(transformers-compat-0.5.1.4-BG7wgRauI8h5onKXiYZE4l) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/ghc-mmorph-1.1.2-3.fc31.riscv64 Wrote: /builddir/build/RPMS/ghc-mmorph-1.1.2-3.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/ghc-mmorph-devel-1.1.2-3.fc31.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.3E7ekf + umask 022 + cd /builddir/build/BUILD + cd mmorph-1.1.2 + /usr/bin/rm -rf /builddir/build/BUILDROOT/ghc-mmorph-1.1.2-3.fc31.riscv64 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Child return code was: 0