Mock Version: 1.4.13 Mock Version: 1.4.13 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/ghc-edit-distance.spec'], chrootPath='/var/lib/mock/f30-build-42975-24861/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=995gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/ghc-edit-distance.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 Wrote: /builddir/build/SRPMS/ghc-edit-distance-0.2.2.1-10.fc30.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/ghc-edit-distance.spec'], chrootPath='/var/lib/mock/f30-build-42975-24861/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=995gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/ghc-edit-distance.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 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.kXnx72 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf edit-distance-0.2.2.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/edit-distance-0.2.2.1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd edit-distance-0.2.2.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.nDRkzC + umask 022 + cd /builddir/build/BUILD + cd edit-distance-0.2.2.1 + 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 [1 of 1] Compiling Main ( Setup.lhs, Setup.o ) Linking Setup ... + LANG=C.utf8 + ./Setup --version Cabal library version 2.2.0.1 + '[' -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-edit-distance '--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' --disable-executable-stripping --disable-library-stripping -p --enable-shared --htmldir=/usr/share/doc/ghc/html/libraries/edit-distance-0.2.2.1 --global Configuring edit-distance-0.2.2.1... + '[' -x Setup ']' + LANG=C.utf8 + ./Setup build Preprocessing library for edit-distance-0.2.2.1.. Building library for edit-distance-0.2.2.1.. [1 of 7] Compiling Text.EditDistance.ArrayUtilities ( Text/EditDistance/ArrayUtilities.hs, dist/build/Text/EditDistance/ArrayUtilities.o ) BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc: In function ‘s4TF_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc:14:1: error: BUILDSTDERR: warning: label ‘_c4Wp’ defined but not used [-Wunused-label] BUILDSTDERR: 14 | _c4Wp: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 14 | _c4Wp: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc: In function ‘s4TG_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc:46:1: error: BUILDSTDERR: warning: label ‘_c4Ws’ defined but not used [-Wunused-label] BUILDSTDERR: 46 | _c4Ws: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 46 | _c4Ws: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc: In function ‘s4TH_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc:87:1: error: BUILDSTDERR: warning: label ‘_c4Wx’ defined but not used [-Wunused-label] BUILDSTDERR: 87 | _c4Wx: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 87 | _c4Wx: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc: In function ‘_c4Wb’: BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc:119:1: error: BUILDSTDERR: warning: label ‘_c4Wb’ defined but not used [-Wunused-label] BUILDSTDERR: 119 | _c4Wb: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 119 | _c4Wb: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc: In function ‘s4Tz_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc:150:1: error: BUILDSTDERR: warning: label ‘_c4WI’ defined but not used [-Wunused-label] BUILDSTDERR: 150 | _c4WI: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 150 | _c4WI: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziArrayUtilities_unsafeReadArrayzq_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc:178:1: error: BUILDSTDERR: warning: label ‘_c4WL’ defined but not used [-Wunused-label] BUILDSTDERR: 178 | _c4WL: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 178 | _c4WL: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc: In function ‘_c4W2’: BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc:205:1: error: BUILDSTDERR: warning: label ‘_c4W2’ defined but not used [-Wunused-label] BUILDSTDERR: 205 | _c4W2: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 205 | _c4W2: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc: In function ‘s4TZ_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc:247:1: error: BUILDSTDERR: warning: label ‘_c4X0’ defined but not used [-Wunused-label] BUILDSTDERR: 247 | _c4X0: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 247 | _c4X0: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc: In function ‘s4TU_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc:264:1: error: BUILDSTDERR: warning: label ‘_c4Xu’ defined but not used [-Wunused-label] BUILDSTDERR: 264 | _c4Xu: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 264 | _c4Xu: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc: In function ‘s4TV_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc:296:1: error: BUILDSTDERR: warning: label ‘_c4Xx’ defined but not used [-Wunused-label] BUILDSTDERR: 296 | _c4Xx: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 296 | _c4Xx: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc: In function ‘s4TW_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc:337:1: error: BUILDSTDERR: warning: label ‘_c4XC’ defined but not used [-Wunused-label] BUILDSTDERR: 337 | _c4XC: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 337 | _c4XC: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc: In function ‘_c4Xg’: BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc:369:1: error: BUILDSTDERR: warning: label ‘_c4Xg’ defined but not used [-Wunused-label] BUILDSTDERR: 369 | _c4Xg: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 369 | _c4Xg: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc: In function ‘s4TO_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc:400:1: error: BUILDSTDERR: warning: label ‘_c4XN’ defined but not used [-Wunused-label] BUILDSTDERR: 400 | _c4XN: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 400 | _c4XN: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc: In function ‘s4TX_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc:429:1: error: BUILDSTDERR: warning: label ‘_c4XQ’ defined but not used [-Wunused-label] BUILDSTDERR: 429 | _c4XQ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 429 | _c4XQ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc: In function ‘_c4X7’: BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc:463:1: error: BUILDSTDERR: warning: label ‘_c4X7’ defined but not used [-Wunused-label] BUILDSTDERR: 463 | _c4X7: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 463 | _c4X7: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziArrayUtilities_unsafeReadArray_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc:504:1: error: BUILDSTDERR: warning: label ‘_c4XY’ defined but not used [-Wunused-label] BUILDSTDERR: 504 | _c4XY: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 504 | _c4XY: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc: In function ‘_c4XW’: BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc:533:1: error: BUILDSTDERR: warning: label ‘_c4XW’ defined but not used [-Wunused-label] BUILDSTDERR: 533 | _c4XW: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 533 | _c4XW: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc: In function ‘s4Ub_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc:555:1: error: BUILDSTDERR: warning: label ‘_c4Yx’ defined but not used [-Wunused-label] BUILDSTDERR: 555 | _c4Yx: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 555 | _c4Yx: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc: In function ‘s4Uc_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc:587:1: error: BUILDSTDERR: warning: label ‘_c4YA’ defined but not used [-Wunused-label] BUILDSTDERR: 587 | _c4YA: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 587 | _c4YA: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc: In function ‘s4Ud_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc:628:1: error: BUILDSTDERR: warning: label ‘_c4YF’ defined but not used [-Wunused-label] BUILDSTDERR: 628 | _c4YF: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 628 | _c4YF: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc: In function ‘_c4Yj’: BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc:660:1: error: BUILDSTDERR: warning: label ‘_c4Yj’ defined but not used [-Wunused-label] BUILDSTDERR: 660 | _c4Yj: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 660 | _c4Yj: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc: In function ‘s4U4_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc:691:1: error: BUILDSTDERR: warning: label ‘_c4YQ’ defined but not used [-Wunused-label] BUILDSTDERR: 691 | _c4YQ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 691 | _c4YQ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziArrayUtilities_unsafeWriteArrayzq_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc:719:1: error: BUILDSTDERR: warning: label ‘_c4YT’ defined but not used [-Wunused-label] BUILDSTDERR: 719 | _c4YT: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 719 | _c4YT: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc: In function ‘_c4Ya’: BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc:746:1: error: BUILDSTDERR: warning: label ‘_c4Ya’ defined but not used [-Wunused-label] BUILDSTDERR: 746 | _c4Ya: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 746 | _c4Ya: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc: In function ‘r4Tb_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc:799:1: error: BUILDSTDERR: warning: label ‘_c4Z5’ defined but not used [-Wunused-label] BUILDSTDERR: 799 | _c4Z5: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 799 | _c4Z5: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc: In function ‘r4Td_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc:840:1: error: BUILDSTDERR: warning: label ‘_c4Ze’ defined but not used [-Wunused-label] BUILDSTDERR: 840 | _c4Ze: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 840 | _c4Ze: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc: In function ‘r4Tf_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc:881:1: error: BUILDSTDERR: warning: label ‘_c4Zn’ defined but not used [-Wunused-label] BUILDSTDERR: 881 | _c4Zn: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 881 | _c4Zn: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc: In function ‘r4Th_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc:922:1: error: BUILDSTDERR: warning: label ‘_c4Zw’ defined but not used [-Wunused-label] BUILDSTDERR: 922 | _c4Zw: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 922 | _c4Zw: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc: In function ‘r4To_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc:998:1: error: BUILDSTDERR: warning: label ‘_c4ZH’ defined but not used [-Wunused-label] BUILDSTDERR: 998 | _c4ZH: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 998 | _c4ZH: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc: In function ‘_c4ZF’: BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc:1031:1: error: BUILDSTDERR: warning: label ‘_c4ZF’ defined but not used [-Wunused-label] BUILDSTDERR: 1031 | _c4ZF: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1031 | _c4ZF: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc: In function ‘s4Un_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc:1060:1: error: BUILDSTDERR: warning: label ‘_c509’ defined but not used [-Wunused-label] BUILDSTDERR: 1060 | _c509: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1060 | _c509: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc: In function ‘_c506’: BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc:1087:1: error: BUILDSTDERR: warning: label ‘_c506’ defined but not used [-Wunused-label] BUILDSTDERR: 1087 | _c506: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1087 | _c506: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc: In function ‘s4Uo_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc:1117:1: error: BUILDSTDERR: warning: label ‘_c50f’ defined but not used [-Wunused-label] BUILDSTDERR: 1117 | _c50f: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1117 | _c50f: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc: In function ‘s4Up_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc:1151:1: error: BUILDSTDERR: warning: label ‘_c50l’ defined but not used [-Wunused-label] BUILDSTDERR: 1151 | _c50l: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1151 | _c50l: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc: In function ‘_c4ZW’: BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc:1181:1: error: BUILDSTDERR: warning: label ‘_c4ZW’ defined but not used [-Wunused-label] BUILDSTDERR: 1181 | _c4ZW: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1181 | _c4ZW: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc: In function ‘r4Tr_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc:1214:1: error: BUILDSTDERR: warning: label ‘_c50t’ defined but not used [-Wunused-label] BUILDSTDERR: 1214 | _c50t: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1214 | _c50t: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc: In function ‘_c50r’: BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc:1246:1: error: BUILDSTDERR: warning: label ‘_c50r’ defined but not used [-Wunused-label] BUILDSTDERR: 1246 | _c50r: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1246 | _c50r: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc: In function ‘r4Ts_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc:1272:1: error: BUILDSTDERR: warning: label ‘_c50M’ defined but not used [-Wunused-label] BUILDSTDERR: 1272 | _c50M: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1272 | _c50M: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc: In function ‘_c50Z’: BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc:1318:1: error: BUILDSTDERR: warning: label ‘_c50Z’ defined but not used [-Wunused-label] BUILDSTDERR: 1318 | _c50Z: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1318 | _c50Z: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc: In function ‘_c517’: BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc:1359:1: error: BUILDSTDERR: warning: label ‘_c517’ defined but not used [-Wunused-label] BUILDSTDERR: 1359 | _c517: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1359 | _c517: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc: In function ‘_c516’: BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc:1416:1: error: BUILDSTDERR: warning: label ‘_c516’ defined but not used [-Wunused-label] BUILDSTDERR: 1416 | _c516: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1416 | _c516: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc: In function ‘_c52N’: BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc:1433:1: error: BUILDSTDERR: warning: label ‘_c52N’ defined but not used [-Wunused-label] BUILDSTDERR: 1433 | _c52N: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1433 | _c52N: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc: In function ‘_c52Q’: BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc:1450:1: error: BUILDSTDERR: warning: label ‘_c52Q’ defined but not used [-Wunused-label] BUILDSTDERR: 1450 | _c52Q: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1450 | _c52Q: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc: In function ‘_c531’: BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc:1482:1: error: BUILDSTDERR: warning: label ‘_c531’ defined but not used [-Wunused-label] BUILDSTDERR: 1482 | _c531: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1482 | _c531: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc: In function ‘_c52F’: BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc:1511:1: error: BUILDSTDERR: warning: label ‘_c52F’ defined but not used [-Wunused-label] BUILDSTDERR: 1511 | _c52F: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1511 | _c52F: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc: In function ‘_c52w’: BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc:1540:1: error: BUILDSTDERR: warning: label ‘_c52w’ defined but not used [-Wunused-label] BUILDSTDERR: 1540 | _c52w: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1540 | _c52w: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc: In function ‘_c51M’: BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc:1569:1: error: BUILDSTDERR: warning: label ‘_c51M’ defined but not used [-Wunused-label] BUILDSTDERR: 1569 | _c51M: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1569 | _c51M: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc: In function ‘_c51P’: BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc:1586:1: error: BUILDSTDERR: warning: label ‘_c51P’ defined but not used [-Wunused-label] BUILDSTDERR: 1586 | _c51P: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1586 | _c51P: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc: In function ‘_c520’: BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc:1618:1: error: BUILDSTDERR: warning: label ‘_c520’ defined but not used [-Wunused-label] BUILDSTDERR: 1618 | _c520: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1618 | _c520: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc: In function ‘_c51E’: BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc:1647:1: error: BUILDSTDERR: warning: label ‘_c51E’ defined but not used [-Wunused-label] BUILDSTDERR: 1647 | _c51E: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1647 | _c51E: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc: In function ‘_c51v’: BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc:1676:1: error: BUILDSTDERR: warning: label ‘_c51v’ defined but not used [-Wunused-label] BUILDSTDERR: 1676 | _c51v: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1676 | _c51v: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc: In function ‘r4Tt_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc:1710:1: error: BUILDSTDERR: warning: label ‘_c54f’ defined but not used [-Wunused-label] BUILDSTDERR: 1710 | _c54f: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1710 | _c54f: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc: In function ‘_c54c’: BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc:1736:1: error: BUILDSTDERR: warning: label ‘_c54c’ defined but not used [-Wunused-label] BUILDSTDERR: 1736 | _c54c: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1736 | _c54c: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziArrayUtilities_stringToArray_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc:1757:1: error: BUILDSTDERR: warning: label ‘_c54q’ defined but not used [-Wunused-label] BUILDSTDERR: 1757 | _c54q: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1757 | _c54q: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc: In function ‘s4VX_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc:1776:1: error: BUILDSTDERR: warning: label ‘_c54C’ defined but not used [-Wunused-label] BUILDSTDERR: 1776 | _c54C: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1776 | _c54C: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc: In function ‘s4VS_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc:1800:1: error: BUILDSTDERR: warning: label ‘_c556’ defined but not used [-Wunused-label] BUILDSTDERR: 1800 | _c556: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1800 | _c556: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc: In function ‘s4VT_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc:1832:1: error: BUILDSTDERR: warning: label ‘_c559’ defined but not used [-Wunused-label] BUILDSTDERR: 1832 | _c559: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1832 | _c559: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc: In function ‘s4VU_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc:1873:1: error: BUILDSTDERR: warning: label ‘_c55e’ defined but not used [-Wunused-label] BUILDSTDERR: 1873 | _c55e: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1873 | _c55e: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc: In function ‘_c54S’: BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc:1905:1: error: BUILDSTDERR: warning: label ‘_c54S’ defined but not used [-Wunused-label] BUILDSTDERR: 1905 | _c54S: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1905 | _c54S: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc: In function ‘s4VL_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc:1936:1: error: BUILDSTDERR: warning: label ‘_c55p’ defined but not used [-Wunused-label] BUILDSTDERR: 1936 | _c55p: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1936 | _c55p: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc: In function ‘s4VV_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc:1965:1: error: BUILDSTDERR: warning: label ‘_c55s’ defined but not used [-Wunused-label] BUILDSTDERR: 1965 | _c55s: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1965 | _c55s: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc: In function ‘_c54J’: BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc:1999:1: error: BUILDSTDERR: warning: label ‘_c54J’ defined but not used [-Wunused-label] BUILDSTDERR: 1999 | _c54J: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1999 | _c54J: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziArrayUtilities_unsafeWriteArray_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc:2041:1: error: BUILDSTDERR: warning: label ‘_c55A’ defined but not used [-Wunused-label] BUILDSTDERR: 2041 | _c55A: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2041 | _c55A: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc: In function ‘_c55y’: BUILDSTDERR: /tmp/ghc30382_0/ghc_4.hc:2074:1: error: BUILDSTDERR: warning: label ‘_c55y’ defined but not used [-Wunused-label] BUILDSTDERR: 2074 | _c55y: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2074 | _c55y: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc: In function ‘s55S_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc:14:1: error: BUILDSTDERR: warning: label ‘_c58C’ defined but not used [-Wunused-label] BUILDSTDERR: 14 | _c58C: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 14 | _c58C: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc: In function ‘s55T_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc:46:1: error: BUILDSTDERR: warning: label ‘_c58F’ defined but not used [-Wunused-label] BUILDSTDERR: 46 | _c58F: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 46 | _c58F: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc: In function ‘s55U_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc:87:1: error: BUILDSTDERR: warning: label ‘_c58K’ defined but not used [-Wunused-label] BUILDSTDERR: 87 | _c58K: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 87 | _c58K: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc: In function ‘_c58o’: BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc:119:1: error: BUILDSTDERR: warning: label ‘_c58o’ defined but not used [-Wunused-label] BUILDSTDERR: 119 | _c58o: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 119 | _c58o: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc: In function ‘s55M_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc:150:1: error: BUILDSTDERR: warning: label ‘_c58V’ defined but not used [-Wunused-label] BUILDSTDERR: 150 | _c58V: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 150 | _c58V: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziArrayUtilities_unsafeReadArrayzq_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc:178:1: error: BUILDSTDERR: warning: label ‘_c58Y’ defined but not used [-Wunused-label] BUILDSTDERR: 178 | _c58Y: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 178 | _c58Y: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc: In function ‘_c58f’: BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc:205:1: error: BUILDSTDERR: warning: label ‘_c58f’ defined but not used [-Wunused-label] BUILDSTDERR: 205 | _c58f: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 205 | _c58f: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc: In function ‘s56c_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc:247:1: error: BUILDSTDERR: warning: label ‘_c59d’ defined but not used [-Wunused-label] BUILDSTDERR: 247 | _c59d: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 247 | _c59d: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc: In function ‘s567_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc:264:1: error: BUILDSTDERR: warning: label ‘_c59H’ defined but not used [-Wunused-label] BUILDSTDERR: 264 | _c59H: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 264 | _c59H: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc: In function ‘s568_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc:296:1: error: BUILDSTDERR: warning: label ‘_c59K’ defined but not used [-Wunused-label] BUILDSTDERR: 296 | _c59K: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 296 | _c59K: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc: In function ‘s569_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc:337:1: error: BUILDSTDERR: warning: label ‘_c59P’ defined but not used [-Wunused-label] BUILDSTDERR: 337 | _c59P: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 337 | _c59P: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc: In function ‘_c59t’: BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc:369:1: error: BUILDSTDERR: warning: label ‘_c59t’ defined but not used [-Wunused-label] BUILDSTDERR: 369 | _c59t: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 369 | _c59t: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc: In function ‘s561_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc:400:1: error: BUILDSTDERR: warning: label ‘_c5a0’ defined but not used [-Wunused-label] BUILDSTDERR: 400 | _c5a0: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 400 | _c5a0: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc: In function ‘s56a_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc:429:1: error: BUILDSTDERR: warning: label ‘_c5a3’ defined but not used [-Wunused-label] BUILDSTDERR: 429 | _c5a3: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 429 | _c5a3: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc: In function ‘_c59k’: BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc:463:1: error: BUILDSTDERR: warning: label ‘_c59k’ defined but not used [-Wunused-label] BUILDSTDERR: 463 | _c59k: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 463 | _c59k: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziArrayUtilities_unsafeReadArray_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc:504:1: error: BUILDSTDERR: warning: label ‘_c5ab’ defined but not used [-Wunused-label] BUILDSTDERR: 504 | _c5ab: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 504 | _c5ab: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc: In function ‘_c5a9’: BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc:533:1: error: BUILDSTDERR: warning: label ‘_c5a9’ defined but not used [-Wunused-label] BUILDSTDERR: 533 | _c5a9: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 533 | _c5a9: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc: In function ‘s56o_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc:555:1: error: BUILDSTDERR: warning: label ‘_c5aK’ defined but not used [-Wunused-label] BUILDSTDERR: 555 | _c5aK: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 555 | _c5aK: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc: In function ‘s56p_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc:587:1: error: BUILDSTDERR: warning: label ‘_c5aN’ defined but not used [-Wunused-label] BUILDSTDERR: 587 | _c5aN: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 587 | _c5aN: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc: In function ‘s56q_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc:628:1: error: BUILDSTDERR: warning: label ‘_c5aS’ defined but not used [-Wunused-label] BUILDSTDERR: 628 | _c5aS: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 628 | _c5aS: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc: In function ‘_c5aw’: BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc:660:1: error: BUILDSTDERR: warning: label ‘_c5aw’ defined but not used [-Wunused-label] BUILDSTDERR: 660 | _c5aw: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 660 | _c5aw: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc: In function ‘s56h_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc:691:1: error: BUILDSTDERR: warning: label ‘_c5b3’ defined but not used [-Wunused-label] BUILDSTDERR: 691 | _c5b3: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 691 | _c5b3: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziArrayUtilities_unsafeWriteArrayzq_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc:719:1: error: BUILDSTDERR: warning: label ‘_c5b6’ defined but not used [-Wunused-label] BUILDSTDERR: 719 | _c5b6: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 719 | _c5b6: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc: In function ‘_c5an’: BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc:746:1: error: BUILDSTDERR: warning: label ‘_c5an’ defined but not used [-Wunused-label] BUILDSTDERR: 746 | _c5an: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 746 | _c5an: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc: In function ‘r4Tb_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc:799:1: error: BUILDSTDERR: warning: label ‘_c5bi’ defined but not used [-Wunused-label] BUILDSTDERR: 799 | _c5bi: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 799 | _c5bi: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc: In function ‘r4Td_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc:840:1: error: BUILDSTDERR: warning: label ‘_c5br’ defined but not used [-Wunused-label] BUILDSTDERR: 840 | _c5br: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 840 | _c5br: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc: In function ‘r4Tf_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc:881:1: error: BUILDSTDERR: warning: label ‘_c5bA’ defined but not used [-Wunused-label] BUILDSTDERR: 881 | _c5bA: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 881 | _c5bA: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc: In function ‘r4Th_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc:922:1: error: BUILDSTDERR: warning: label ‘_c5bJ’ defined but not used [-Wunused-label] BUILDSTDERR: 922 | _c5bJ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 922 | _c5bJ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc: In function ‘r4To_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc:998:1: error: BUILDSTDERR: warning: label ‘_c5bU’ defined but not used [-Wunused-label] BUILDSTDERR: 998 | _c5bU: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 998 | _c5bU: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc: In function ‘_c5bS’: BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc:1031:1: error: BUILDSTDERR: warning: label ‘_c5bS’ defined but not used [-Wunused-label] BUILDSTDERR: 1031 | _c5bS: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1031 | _c5bS: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc: In function ‘s56A_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc:1060:1: error: BUILDSTDERR: warning: label ‘_c5cm’ defined but not used [-Wunused-label] BUILDSTDERR: 1060 | _c5cm: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1060 | _c5cm: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc: In function ‘_c5cj’: BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc:1087:1: error: BUILDSTDERR: warning: label ‘_c5cj’ defined but not used [-Wunused-label] BUILDSTDERR: 1087 | _c5cj: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1087 | _c5cj: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc: In function ‘s56B_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc:1117:1: error: BUILDSTDERR: warning: label ‘_c5cs’ defined but not used [-Wunused-label] BUILDSTDERR: 1117 | _c5cs: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1117 | _c5cs: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc: In function ‘s56C_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc:1151:1: error: BUILDSTDERR: warning: label ‘_c5cy’ defined but not used [-Wunused-label] BUILDSTDERR: 1151 | _c5cy: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1151 | _c5cy: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc: In function ‘_c5c9’: BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc:1181:1: error: BUILDSTDERR: warning: label ‘_c5c9’ defined but not used [-Wunused-label] BUILDSTDERR: 1181 | _c5c9: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1181 | _c5c9: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc: In function ‘r4Tr_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc:1214:1: error: BUILDSTDERR: warning: label ‘_c5cG’ defined but not used [-Wunused-label] BUILDSTDERR: 1214 | _c5cG: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1214 | _c5cG: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc: In function ‘_c5cE’: BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc:1246:1: error: BUILDSTDERR: warning: label ‘_c5cE’ defined but not used [-Wunused-label] BUILDSTDERR: 1246 | _c5cE: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1246 | _c5cE: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc: In function ‘r4Ts_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc:1272:1: error: BUILDSTDERR: warning: label ‘_c5cZ’ defined but not used [-Wunused-label] BUILDSTDERR: 1272 | _c5cZ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1272 | _c5cZ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc: In function ‘_c5dc’: BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc:1318:1: error: BUILDSTDERR: warning: label ‘_c5dc’ defined but not used [-Wunused-label] BUILDSTDERR: 1318 | _c5dc: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1318 | _c5dc: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc: In function ‘_c5dk’: BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc:1359:1: error: BUILDSTDERR: warning: label ‘_c5dk’ defined but not used [-Wunused-label] BUILDSTDERR: 1359 | _c5dk: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1359 | _c5dk: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc: In function ‘_c5dj’: BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc:1416:1: error: BUILDSTDERR: warning: label ‘_c5dj’ defined but not used [-Wunused-label] BUILDSTDERR: 1416 | _c5dj: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1416 | _c5dj: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc: In function ‘_c5f0’: BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc:1433:1: error: BUILDSTDERR: warning: label ‘_c5f0’ defined but not used [-Wunused-label] BUILDSTDERR: 1433 | _c5f0: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1433 | _c5f0: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc: In function ‘_c5f3’: BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc:1450:1: error: BUILDSTDERR: warning: label ‘_c5f3’ defined but not used [-Wunused-label] BUILDSTDERR: 1450 | _c5f3: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1450 | _c5f3: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc: In function ‘_c5fe’: BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc:1482:1: error: BUILDSTDERR: warning: label ‘_c5fe’ defined but not used [-Wunused-label] BUILDSTDERR: 1482 | _c5fe: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1482 | _c5fe: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc: In function ‘_c5eS’: BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc:1511:1: error: BUILDSTDERR: warning: label ‘_c5eS’ defined but not used [-Wunused-label] BUILDSTDERR: 1511 | _c5eS: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1511 | _c5eS: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc: In function ‘_c5eJ’: BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc:1540:1: error: BUILDSTDERR: warning: label ‘_c5eJ’ defined but not used [-Wunused-label] BUILDSTDERR: 1540 | _c5eJ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1540 | _c5eJ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc: In function ‘_c5dZ’: BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc:1569:1: error: BUILDSTDERR: warning: label ‘_c5dZ’ defined but not used [-Wunused-label] BUILDSTDERR: 1569 | _c5dZ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1569 | _c5dZ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc: In function ‘_c5e2’: BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc:1586:1: error: BUILDSTDERR: warning: label ‘_c5e2’ defined but not used [-Wunused-label] BUILDSTDERR: 1586 | _c5e2: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1586 | _c5e2: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc: In function ‘_c5ed’: BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc:1618:1: error: BUILDSTDERR: warning: label ‘_c5ed’ defined but not used [-Wunused-label] BUILDSTDERR: 1618 | _c5ed: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1618 | _c5ed: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc: In function ‘_c5dR’: BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc:1647:1: error: BUILDSTDERR: warning: label ‘_c5dR’ defined but not used [-Wunused-label] BUILDSTDERR: 1647 | _c5dR: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1647 | _c5dR: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc: In function ‘_c5dI’: BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc:1676:1: error: BUILDSTDERR: warning: label ‘_c5dI’ defined but not used [-Wunused-label] BUILDSTDERR: 1676 | _c5dI: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1676 | _c5dI: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc: In function ‘r4Tt_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc:1710:1: error: BUILDSTDERR: warning: label ‘_c5gs’ defined but not used [-Wunused-label] BUILDSTDERR: 1710 | _c5gs: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1710 | _c5gs: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc: In function ‘_c5gp’: BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc:1736:1: error: BUILDSTDERR: warning: label ‘_c5gp’ defined but not used [-Wunused-label] BUILDSTDERR: 1736 | _c5gp: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1736 | _c5gp: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziArrayUtilities_stringToArray_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc:1757:1: error: BUILDSTDERR: warning: label ‘_c5gD’ defined but not used [-Wunused-label] BUILDSTDERR: 1757 | _c5gD: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1757 | _c5gD: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc: In function ‘s58a_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc:1776:1: error: BUILDSTDERR: warning: label ‘_c5gP’ defined but not used [-Wunused-label] BUILDSTDERR: 1776 | _c5gP: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1776 | _c5gP: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc: In function ‘s585_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc:1800:1: error: BUILDSTDERR: warning: label ‘_c5hj’ defined but not used [-Wunused-label] BUILDSTDERR: 1800 | _c5hj: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1800 | _c5hj: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc: In function ‘s586_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc:1832:1: error: BUILDSTDERR: warning: label ‘_c5hm’ defined but not used [-Wunused-label] BUILDSTDERR: 1832 | _c5hm: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1832 | _c5hm: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc: In function ‘s587_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc:1873:1: error: BUILDSTDERR: warning: label ‘_c5hr’ defined but not used [-Wunused-label] BUILDSTDERR: 1873 | _c5hr: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1873 | _c5hr: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc: In function ‘_c5h5’: BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc:1905:1: error: BUILDSTDERR: warning: label ‘_c5h5’ defined but not used [-Wunused-label] BUILDSTDERR: 1905 | _c5h5: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1905 | _c5h5: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc: In function ‘s57Y_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc:1936:1: error: BUILDSTDERR: warning: label ‘_c5hC’ defined but not used [-Wunused-label] BUILDSTDERR: 1936 | _c5hC: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1936 | _c5hC: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc: In function ‘s588_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc:1965:1: error: BUILDSTDERR: warning: label ‘_c5hF’ defined but not used [-Wunused-label] BUILDSTDERR: 1965 | _c5hF: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1965 | _c5hF: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc: In function ‘_c5gW’: BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc:1999:1: error: BUILDSTDERR: warning: label ‘_c5gW’ defined but not used [-Wunused-label] BUILDSTDERR: 1999 | _c5gW: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1999 | _c5gW: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziArrayUtilities_unsafeWriteArray_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc:2041:1: error: BUILDSTDERR: warning: label ‘_c5hN’ defined but not used [-Wunused-label] BUILDSTDERR: 2041 | _c5hN: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2041 | _c5hN: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc: In function ‘_c5hL’: BUILDSTDERR: /tmp/ghc30382_0/ghc_8.hc:2074:1: error: BUILDSTDERR: warning: label ‘_c5hL’ defined but not used [-Wunused-label] BUILDSTDERR: 2074 | _c5hL: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2074 | _c5hL: BUILDSTDERR: | ^ [2 of 7] Compiling Text.EditDistance.Bits ( Text/EditDistance/Bits.hs, dist/build/Text/EditDistance/Bits.o ) BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziBits_zdszc1_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:20:1: error: BUILDSTDERR: warning: label ‘_c8Wk’ defined but not used [-Wunused-label] BUILDSTDERR: 20 | _c8Wk: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 20 | _c8Wk: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c8Wi’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:52:1: error: BUILDSTDERR: warning: label ‘_c8Wi’ defined but not used [-Wunused-label] BUILDSTDERR: 52 | _c8Wi: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 52 | _c8Wi: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘r8wP_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:79:1: error: BUILDSTDERR: warning: label ‘_c8WA’ defined but not used [-Wunused-label] BUILDSTDERR: 79 | _c8WA: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 79 | _c8WA: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziBits_zdwf_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:132:1: error: BUILDSTDERR: warning: label ‘_c8Xg’ defined but not used [-Wunused-label] BUILDSTDERR: 132 | _c8Xg: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 132 | _c8Xg: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘r8wR_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:209:1: error: BUILDSTDERR: warning: label ‘_c8XL’ defined but not used [-Wunused-label] BUILDSTDERR: 209 | _c8XL: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 209 | _c8XL: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘r8wT_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:234:1: error: BUILDSTDERR: warning: label ‘_c8XS’ defined but not used [-Wunused-label] BUILDSTDERR: 234 | _c8XS: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 234 | _c8XS: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘s8xP_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:258:1: error: BUILDSTDERR: warning: label ‘_c8Yv’ defined but not used [-Wunused-label] BUILDSTDERR: 258 | _c8Yv: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 258 | _c8Yv: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c8YA’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:304:1: error: BUILDSTDERR: warning: label ‘_c8YA’ defined but not used [-Wunused-label] BUILDSTDERR: 304 | _c8YA: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 304 | _c8YA: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘s8xQ_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:331:1: error: BUILDSTDERR: warning: label ‘_c8YM’ defined but not used [-Wunused-label] BUILDSTDERR: 331 | _c8YM: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 331 | _c8YM: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c8Yh’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:366:1: error: BUILDSTDERR: warning: label ‘_c8Yh’ defined but not used [-Wunused-label] BUILDSTDERR: 366 | _c8Yh: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 366 | _c8Yh: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘s8xR_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:397:1: error: BUILDSTDERR: warning: label ‘_c8YU’ defined but not used [-Wunused-label] BUILDSTDERR: 397 | _c8YU: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 397 | _c8YU: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c8Y3’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:430:1: error: BUILDSTDERR: warning: label ‘_c8Y3’ defined but not used [-Wunused-label] BUILDSTDERR: 430 | _c8Y3: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 430 | _c8Y3: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c8Y8’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:456:1: error: BUILDSTDERR: warning: label ‘_c8Y8’ defined but not used [-Wunused-label] BUILDSTDERR: 456 | _c8Y8: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 456 | _c8Y8: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘r8wU_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:491:1: error: BUILDSTDERR: warning: label ‘_c8Z8’ defined but not used [-Wunused-label] BUILDSTDERR: 491 | _c8Z8: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 491 | _c8Z8: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘s8y5_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:539:1: error: BUILDSTDERR: warning: label ‘_c8ZN’ defined but not used [-Wunused-label] BUILDSTDERR: 539 | _c8ZN: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 539 | _c8ZN: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘s8y6_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:585:1: error: BUILDSTDERR: warning: label ‘_c8ZV’ defined but not used [-Wunused-label] BUILDSTDERR: 585 | _c8ZV: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 585 | _c8ZV: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c8Zz’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:620:1: error: BUILDSTDERR: warning: label ‘_c8Zz’ defined but not used [-Wunused-label] BUILDSTDERR: 620 | _c8Zz: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 620 | _c8Zz: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘r8wX_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:650:1: error: BUILDSTDERR: warning: label ‘_c907’ defined but not used [-Wunused-label] BUILDSTDERR: 650 | _c907: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 650 | _c907: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c8Ze’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:670:1: error: BUILDSTDERR: warning: label ‘_c8Ze’ defined but not used [-Wunused-label] BUILDSTDERR: 670 | _c8Ze: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 670 | _c8Ze: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c8Zh’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:689:1: error: BUILDSTDERR: warning: label ‘_c8Zh’ defined but not used [-Wunused-label] BUILDSTDERR: 689 | _c8Zh: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 689 | _c8Zh: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c8Zn’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:738:1: error: BUILDSTDERR: warning: label ‘_c8Zn’ defined but not used [-Wunused-label] BUILDSTDERR: 738 | _c8Zn: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 738 | _c8Zn: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziBits_zdwzdsrestrictedDamerauLevenshteinDistancezq1_slow’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:775:1: error: BUILDSTDERR: warning: label ‘_c90q’ defined but not used [-Wunused-label] BUILDSTDERR: 775 | _c90q: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 775 | _c90q: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘s8ym_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:785:1: error: BUILDSTDERR: warning: label ‘_c90T’ defined but not used [-Wunused-label] BUILDSTDERR: 785 | _c90T: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 785 | _c90T: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c90Q’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:817:1: error: BUILDSTDERR: warning: label ‘_c90Q’ defined but not used [-Wunused-label] BUILDSTDERR: 817 | _c90Q: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 817 | _c90Q: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘s8yi_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:841:1: error: BUILDSTDERR: warning: label ‘_c913’ defined but not used [-Wunused-label] BUILDSTDERR: 841 | _c913: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 841 | _c913: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c911’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:877:1: error: BUILDSTDERR: warning: label ‘_c911’ defined but not used [-Wunused-label] BUILDSTDERR: 877 | _c911: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 877 | _c911: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘s8yq_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:896:1: error: BUILDSTDERR: warning: label ‘_c91h’ defined but not used [-Wunused-label] BUILDSTDERR: 896 | _c91h: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 896 | _c91h: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziBits_zdwzdsrestrictedDamerauLevenshteinDistancezq1_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:934:1: error: BUILDSTDERR: warning: label ‘_c91w’ defined but not used [-Wunused-label] BUILDSTDERR: 934 | _c91w: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 934 | _c91w: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c90u’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:970:1: error: BUILDSTDERR: warning: label ‘_c90u’ defined but not used [-Wunused-label] BUILDSTDERR: 970 | _c90u: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 970 | _c90u: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c96C’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:1024:1: error: BUILDSTDERR: warning: label ‘_c96C’ defined but not used [-Wunused-label] BUILDSTDERR: 1024 | _c96C: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1024 | _c96C: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c96G’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:1042:1: error: BUILDSTDERR: warning: label ‘_c96G’ defined but not used [-Wunused-label] BUILDSTDERR: 1042 | _c96G: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1042 | _c96G: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c90G’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:1063:1: error: BUILDSTDERR: warning: label ‘_c90G’ defined but not used [-Wunused-label] BUILDSTDERR: 1063 | _c90G: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1063 | _c90G: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c90F’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:1094:1: error: BUILDSTDERR: warning: label ‘_c90F’ defined but not used [-Wunused-label] BUILDSTDERR: 1094 | _c90F: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1094 | _c90F: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c91H’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:1110:1: error: BUILDSTDERR: warning: label ‘_c91H’ defined but not used [-Wunused-label] BUILDSTDERR: 1110 | _c91H: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1110 | _c91H: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c91K’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:1126:1: error: BUILDSTDERR: warning: label ‘_c91K’ defined but not used [-Wunused-label] BUILDSTDERR: 1126 | _c91K: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1126 | _c91K: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c91P’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:1151:1: error: BUILDSTDERR: warning: label ‘_c91P’ defined but not used [-Wunused-label] BUILDSTDERR: 1151 | _c91P: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1151 | _c91P: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c91U’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:1177:1: error: BUILDSTDERR: warning: label ‘_c91U’ defined but not used [-Wunused-label] BUILDSTDERR: 1177 | _c91U: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1177 | _c91U: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c91Z’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:1201:1: error: BUILDSTDERR: warning: label ‘_c91Z’ defined but not used [-Wunused-label] BUILDSTDERR: 1201 | _c91Z: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1201 | _c91Z: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c928’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:1225:1: error: BUILDSTDERR: warning: label ‘_c928’ defined but not used [-Wunused-label] BUILDSTDERR: 1225 | _c928: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1225 | _c928: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c92j’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:1257:1: error: BUILDSTDERR: warning: label ‘_c92j’ defined but not used [-Wunused-label] BUILDSTDERR: 1257 | _c92j: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1257 | _c92j: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c95y’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:1276:1: error: BUILDSTDERR: warning: label ‘_c95y’ defined but not used [-Wunused-label] BUILDSTDERR: 1276 | _c95y: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1276 | _c95y: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c95A’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:1298:1: error: BUILDSTDERR: warning: label ‘_c95A’ defined but not used [-Wunused-label] BUILDSTDERR: 1298 | _c95A: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1298 | _c95A: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c92z’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:1357:1: error: BUILDSTDERR: warning: label ‘_c92z’ defined but not used [-Wunused-label] BUILDSTDERR: 1357 | _c92z: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1357 | _c92z: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c92D’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:1376:1: error: BUILDSTDERR: warning: label ‘_c92D’ defined but not used [-Wunused-label] BUILDSTDERR: 1376 | _c92D: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1376 | _c92D: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c92H’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:1395:1: error: BUILDSTDERR: warning: label ‘_c92H’ defined but not used [-Wunused-label] BUILDSTDERR: 1395 | _c92H: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1395 | _c92H: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c92L’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:1414:1: error: BUILDSTDERR: warning: label ‘_c92L’ defined but not used [-Wunused-label] BUILDSTDERR: 1414 | _c92L: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1414 | _c92L: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c92P’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:1434:1: error: BUILDSTDERR: warning: label ‘_c92P’ defined but not used [-Wunused-label] BUILDSTDERR: 1434 | _c92P: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1434 | _c92P: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c92T’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:1453:1: error: BUILDSTDERR: warning: label ‘_c92T’ defined but not used [-Wunused-label] BUILDSTDERR: 1453 | _c92T: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1453 | _c92T: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c92X’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:1472:1: error: BUILDSTDERR: warning: label ‘_c92X’ defined but not used [-Wunused-label] BUILDSTDERR: 1472 | _c92X: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1472 | _c92X: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c931’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:1491:1: error: BUILDSTDERR: warning: label ‘_c931’ defined but not used [-Wunused-label] BUILDSTDERR: 1491 | _c931: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1491 | _c931: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c935’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:1510:1: error: BUILDSTDERR: warning: label ‘_c935’ defined but not used [-Wunused-label] BUILDSTDERR: 1510 | _c935: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1510 | _c935: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c939’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:1529:1: error: BUILDSTDERR: warning: label ‘_c939’ defined but not used [-Wunused-label] BUILDSTDERR: 1529 | _c939: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1529 | _c939: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c93d’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:1549:1: error: BUILDSTDERR: warning: label ‘_c93d’ defined but not used [-Wunused-label] BUILDSTDERR: 1549 | _c93d: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1549 | _c93d: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c93h’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:1570:1: error: BUILDSTDERR: warning: label ‘_c93h’ defined but not used [-Wunused-label] BUILDSTDERR: 1570 | _c93h: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1570 | _c93h: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c93l’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:1589:1: error: BUILDSTDERR: warning: label ‘_c93l’ defined but not used [-Wunused-label] BUILDSTDERR: 1589 | _c93l: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1589 | _c93l: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c93p’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:1609:1: error: BUILDSTDERR: warning: label ‘_c93p’ defined but not used [-Wunused-label] BUILDSTDERR: 1609 | _c93p: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1609 | _c93p: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c93t’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:1631:1: error: BUILDSTDERR: warning: label ‘_c93t’ defined but not used [-Wunused-label] BUILDSTDERR: 1631 | _c93t: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1631 | _c93t: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c93x’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:1650:1: error: BUILDSTDERR: warning: label ‘_c93x’ defined but not used [-Wunused-label] BUILDSTDERR: 1650 | _c93x: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1650 | _c93x: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c93B’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:1669:1: error: BUILDSTDERR: warning: label ‘_c93B’ defined but not used [-Wunused-label] BUILDSTDERR: 1669 | _c93B: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1669 | _c93B: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c93F’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:1689:1: error: BUILDSTDERR: warning: label ‘_c93F’ defined but not used [-Wunused-label] BUILDSTDERR: 1689 | _c93F: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1689 | _c93F: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c93J’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:1709:1: error: BUILDSTDERR: warning: label ‘_c93J’ defined but not used [-Wunused-label] BUILDSTDERR: 1709 | _c93J: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1709 | _c93J: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c93N’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:1728:1: error: BUILDSTDERR: warning: label ‘_c93N’ defined but not used [-Wunused-label] BUILDSTDERR: 1728 | _c93N: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1728 | _c93N: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c93R’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:1748:1: error: BUILDSTDERR: warning: label ‘_c93R’ defined but not used [-Wunused-label] BUILDSTDERR: 1748 | _c93R: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1748 | _c93R: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c93V’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:1768:1: error: BUILDSTDERR: warning: label ‘_c93V’ defined but not used [-Wunused-label] BUILDSTDERR: 1768 | _c93V: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1768 | _c93V: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c93Z’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:1788:1: error: BUILDSTDERR: warning: label ‘_c93Z’ defined but not used [-Wunused-label] BUILDSTDERR: 1788 | _c93Z: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1788 | _c93Z: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c943’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:1808:1: error: BUILDSTDERR: warning: label ‘_c943’ defined but not used [-Wunused-label] BUILDSTDERR: 1808 | _c943: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1808 | _c943: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c947’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:1829:1: error: BUILDSTDERR: warning: label ‘_c947’ defined but not used [-Wunused-label] BUILDSTDERR: 1829 | _c947: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1829 | _c947: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c94C’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:1852:1: error: BUILDSTDERR: warning: label ‘_c94C’ defined but not used [-Wunused-label] BUILDSTDERR: 1852 | _c94C: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1852 | _c94C: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c94H’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:1887:1: error: BUILDSTDERR: warning: label ‘_c94H’ defined but not used [-Wunused-label] BUILDSTDERR: 1887 | _c94H: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1887 | _c94H: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c94M’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:1911:1: error: BUILDSTDERR: warning: label ‘_c94M’ defined but not used [-Wunused-label] BUILDSTDERR: 1911 | _c94M: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1911 | _c94M: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziBits_zdwzdslevenshteinDistancezq1_slow’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:1959:1: error: BUILDSTDERR: warning: label ‘_c97n’ defined but not used [-Wunused-label] BUILDSTDERR: 1959 | _c97n: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1959 | _c97n: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘s8A0_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:1969:1: error: BUILDSTDERR: warning: label ‘_c97Q’ defined but not used [-Wunused-label] BUILDSTDERR: 1969 | _c97Q: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1969 | _c97Q: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c97N’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:2001:1: error: BUILDSTDERR: warning: label ‘_c97N’ defined but not used [-Wunused-label] BUILDSTDERR: 2001 | _c97N: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2001 | _c97N: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘s8zW_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:2025:1: error: BUILDSTDERR: warning: label ‘_c980’ defined but not used [-Wunused-label] BUILDSTDERR: 2025 | _c980: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2025 | _c980: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c97Y’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:2061:1: error: BUILDSTDERR: warning: label ‘_c97Y’ defined but not used [-Wunused-label] BUILDSTDERR: 2061 | _c97Y: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2061 | _c97Y: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘s8A4_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:2080:1: error: BUILDSTDERR: warning: label ‘_c98e’ defined but not used [-Wunused-label] BUILDSTDERR: 2080 | _c98e: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2080 | _c98e: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziBits_zdwzdslevenshteinDistancezq1_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:2118:1: error: BUILDSTDERR: warning: label ‘_c98t’ defined but not used [-Wunused-label] BUILDSTDERR: 2118 | _c98t: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2118 | _c98t: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c97r’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:2154:1: error: BUILDSTDERR: warning: label ‘_c97r’ defined but not used [-Wunused-label] BUILDSTDERR: 2154 | _c97r: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2154 | _c97r: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c9cY’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:2208:1: error: BUILDSTDERR: warning: label ‘_c9cY’ defined but not used [-Wunused-label] BUILDSTDERR: 2208 | _c9cY: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2208 | _c9cY: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c9d2’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:2226:1: error: BUILDSTDERR: warning: label ‘_c9d2’ defined but not used [-Wunused-label] BUILDSTDERR: 2226 | _c9d2: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2226 | _c9d2: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c97D’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:2247:1: error: BUILDSTDERR: warning: label ‘_c97D’ defined but not used [-Wunused-label] BUILDSTDERR: 2247 | _c97D: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2247 | _c97D: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c97C’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:2276:1: error: BUILDSTDERR: warning: label ‘_c97C’ defined but not used [-Wunused-label] BUILDSTDERR: 2276 | _c97C: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2276 | _c97C: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c98E’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:2292:1: error: BUILDSTDERR: warning: label ‘_c98E’ defined but not used [-Wunused-label] BUILDSTDERR: 2292 | _c98E: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2292 | _c98E: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c98H’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:2308:1: error: BUILDSTDERR: warning: label ‘_c98H’ defined but not used [-Wunused-label] BUILDSTDERR: 2308 | _c98H: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2308 | _c98H: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c98M’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:2332:1: error: BUILDSTDERR: warning: label ‘_c98M’ defined but not used [-Wunused-label] BUILDSTDERR: 2332 | _c98M: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2332 | _c98M: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c98T’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:2356:1: error: BUILDSTDERR: warning: label ‘_c98T’ defined but not used [-Wunused-label] BUILDSTDERR: 2356 | _c98T: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2356 | _c98T: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c994’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:2387:1: error: BUILDSTDERR: warning: label ‘_c994’ defined but not used [-Wunused-label] BUILDSTDERR: 2387 | _c994: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2387 | _c994: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c9bU’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:2406:1: error: BUILDSTDERR: warning: label ‘_c9bU’ defined but not used [-Wunused-label] BUILDSTDERR: 2406 | _c9bU: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2406 | _c9bU: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c9bW’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:2428:1: error: BUILDSTDERR: warning: label ‘_c9bW’ defined but not used [-Wunused-label] BUILDSTDERR: 2428 | _c9bW: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2428 | _c9bW: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c99k’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:2487:1: error: BUILDSTDERR: warning: label ‘_c99k’ defined but not used [-Wunused-label] BUILDSTDERR: 2487 | _c99k: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2487 | _c99k: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c99o’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:2506:1: error: BUILDSTDERR: warning: label ‘_c99o’ defined but not used [-Wunused-label] BUILDSTDERR: 2506 | _c99o: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2506 | _c99o: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c99s’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:2525:1: error: BUILDSTDERR: warning: label ‘_c99s’ defined but not used [-Wunused-label] BUILDSTDERR: 2525 | _c99s: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2525 | _c99s: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c99w’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:2545:1: error: BUILDSTDERR: warning: label ‘_c99w’ defined but not used [-Wunused-label] BUILDSTDERR: 2545 | _c99w: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2545 | _c99w: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c99A’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:2565:1: error: BUILDSTDERR: warning: label ‘_c99A’ defined but not used [-Wunused-label] BUILDSTDERR: 2565 | _c99A: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2565 | _c99A: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c99E’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:2585:1: error: BUILDSTDERR: warning: label ‘_c99E’ defined but not used [-Wunused-label] BUILDSTDERR: 2585 | _c99E: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2585 | _c99E: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c99I’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:2606:1: error: BUILDSTDERR: warning: label ‘_c99I’ defined but not used [-Wunused-label] BUILDSTDERR: 2606 | _c99I: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2606 | _c99I: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c99M’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:2625:1: error: BUILDSTDERR: warning: label ‘_c99M’ defined but not used [-Wunused-label] BUILDSTDERR: 2625 | _c99M: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2625 | _c99M: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c99Q’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:2645:1: error: BUILDSTDERR: warning: label ‘_c99Q’ defined but not used [-Wunused-label] BUILDSTDERR: 2645 | _c99Q: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2645 | _c99Q: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c99U’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:2667:1: error: BUILDSTDERR: warning: label ‘_c99U’ defined but not used [-Wunused-label] BUILDSTDERR: 2667 | _c99U: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2667 | _c99U: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c99Y’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:2686:1: error: BUILDSTDERR: warning: label ‘_c99Y’ defined but not used [-Wunused-label] BUILDSTDERR: 2686 | _c99Y: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2686 | _c99Y: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c9a2’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:2705:1: error: BUILDSTDERR: warning: label ‘_c9a2’ defined but not used [-Wunused-label] BUILDSTDERR: 2705 | _c9a2: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2705 | _c9a2: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c9a6’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:2725:1: error: BUILDSTDERR: warning: label ‘_c9a6’ defined but not used [-Wunused-label] BUILDSTDERR: 2725 | _c9a6: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2725 | _c9a6: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c9aa’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:2745:1: error: BUILDSTDERR: warning: label ‘_c9aa’ defined but not used [-Wunused-label] BUILDSTDERR: 2745 | _c9aa: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2745 | _c9aa: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c9ae’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:2764:1: error: BUILDSTDERR: warning: label ‘_c9ae’ defined but not used [-Wunused-label] BUILDSTDERR: 2764 | _c9ae: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2764 | _c9ae: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c9ai’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:2784:1: error: BUILDSTDERR: warning: label ‘_c9ai’ defined but not used [-Wunused-label] BUILDSTDERR: 2784 | _c9ai: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2784 | _c9ai: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c9am’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:2804:1: error: BUILDSTDERR: warning: label ‘_c9am’ defined but not used [-Wunused-label] BUILDSTDERR: 2804 | _c9am: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2804 | _c9am: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c9aq’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:2824:1: error: BUILDSTDERR: warning: label ‘_c9aq’ defined but not used [-Wunused-label] BUILDSTDERR: 2824 | _c9aq: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2824 | _c9aq: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c9au’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:2844:1: error: BUILDSTDERR: warning: label ‘_c9au’ defined but not used [-Wunused-label] BUILDSTDERR: 2844 | _c9au: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2844 | _c9au: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c9ay’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:2865:1: error: BUILDSTDERR: warning: label ‘_c9ay’ defined but not used [-Wunused-label] BUILDSTDERR: 2865 | _c9ay: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2865 | _c9ay: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c9aY’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:2888:1: error: BUILDSTDERR: warning: label ‘_c9aY’ defined but not used [-Wunused-label] BUILDSTDERR: 2888 | _c9aY: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2888 | _c9aY: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c9b3’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:2922:1: error: BUILDSTDERR: warning: label ‘_c9b3’ defined but not used [-Wunused-label] BUILDSTDERR: 2922 | _c9b3: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2922 | _c9b3: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c9b8’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:2944:1: error: BUILDSTDERR: warning: label ‘_c9b8’ defined but not used [-Wunused-label] BUILDSTDERR: 2944 | _c9b8: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2944 | _c9b8: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘r8wY_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:2988:1: error: BUILDSTDERR: warning: label ‘_c9dN’ defined but not used [-Wunused-label] BUILDSTDERR: 2988 | _c9dN: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2988 | _c9dN: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c9dK’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:3015:1: error: BUILDSTDERR: warning: label ‘_c9dK’ defined but not used [-Wunused-label] BUILDSTDERR: 3015 | _c9dK: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3015 | _c9dK: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘s8Bq_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:3040:1: error: BUILDSTDERR: warning: label ‘_c9e3’ defined but not used [-Wunused-label] BUILDSTDERR: 3040 | _c9e3: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3040 | _c9e3: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘r8wZ_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:3066:1: error: BUILDSTDERR: warning: label ‘_c9e6’ defined but not used [-Wunused-label] BUILDSTDERR: 3066 | _c9e6: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3066 | _c9e6: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘s8Bx_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:3102:1: error: BUILDSTDERR: warning: label ‘_c9eq’ defined but not used [-Wunused-label] BUILDSTDERR: 3102 | _c9eq: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3102 | _c9eq: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘r8x0_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:3127:1: error: BUILDSTDERR: warning: label ‘_c9ex’ defined but not used [-Wunused-label] BUILDSTDERR: 3127 | _c9ex: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3127 | _c9ex: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c9ef’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:3158:1: error: BUILDSTDERR: warning: label ‘_c9ef’ defined but not used [-Wunused-label] BUILDSTDERR: 3158 | _c9ef: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3158 | _c9ef: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziBits_zdwzdsrestrictedDamerauLevenshteinDistancezq_slow’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:3211:1: error: BUILDSTDERR: warning: label ‘_c9eK’ defined but not used [-Wunused-label] BUILDSTDERR: 3211 | _c9eK: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3211 | _c9eK: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘s8BI_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:3223:1: error: BUILDSTDERR: warning: label ‘_c9f8’ defined but not used [-Wunused-label] BUILDSTDERR: 3223 | _c9f8: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3223 | _c9f8: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c9f6’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:3250:1: error: BUILDSTDERR: warning: label ‘_c9f6’ defined but not used [-Wunused-label] BUILDSTDERR: 3250 | _c9f6: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3250 | _c9f6: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziBits_zdwzdsrestrictedDamerauLevenshteinDistancezq_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:3267:1: error: BUILDSTDERR: warning: label ‘_c9fi’ defined but not used [-Wunused-label] BUILDSTDERR: 3267 | _c9fi: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3267 | _c9fi: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c9eO’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:3301:1: error: BUILDSTDERR: warning: label ‘_c9eO’ defined but not used [-Wunused-label] BUILDSTDERR: 3301 | _c9eO: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3301 | _c9eO: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c9DO’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:3353:1: error: BUILDSTDERR: warning: label ‘_c9DO’ defined but not used [-Wunused-label] BUILDSTDERR: 3353 | _c9DO: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3353 | _c9DO: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c9f0’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:3372:1: error: BUILDSTDERR: warning: label ‘_c9f0’ defined but not used [-Wunused-label] BUILDSTDERR: 3372 | _c9f0: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3372 | _c9f0: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c9eZ’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:3399:1: error: BUILDSTDERR: warning: label ‘_c9eZ’ defined but not used [-Wunused-label] BUILDSTDERR: 3399 | _c9eZ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3399 | _c9eZ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c9fo’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:3422:1: error: BUILDSTDERR: warning: label ‘_c9fo’ defined but not used [-Wunused-label] BUILDSTDERR: 3422 | _c9fo: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3422 | _c9fo: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c9z5’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:3471:1: error: BUILDSTDERR: warning: label ‘_c9z5’ defined but not used [-Wunused-label] BUILDSTDERR: 3471 | _c9z5: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3471 | _c9z5: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c9CJ’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:3488:1: error: BUILDSTDERR: warning: label ‘_c9CJ’ defined but not used [-Wunused-label] BUILDSTDERR: 3488 | _c9CJ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3488 | _c9CJ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c9CL’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:3508:1: error: BUILDSTDERR: warning: label ‘_c9CL’ defined but not used [-Wunused-label] BUILDSTDERR: 3508 | _c9CL: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3508 | _c9CL: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c9Cz’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:3563:1: error: BUILDSTDERR: warning: label ‘_c9Cz’ defined but not used [-Wunused-label] BUILDSTDERR: 3563 | _c9Cz: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3563 | _c9Cz: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_s8J4’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:3582:1: error: BUILDSTDERR: warning: label ‘_s8J4’ defined but not used [-Wunused-label] BUILDSTDERR: 3582 | _s8J4: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3582 | _s8J4: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c9Ac’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:3601:1: error: BUILDSTDERR: warning: label ‘_c9Ac’ defined but not used [-Wunused-label] BUILDSTDERR: 3601 | _c9Ac: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3601 | _c9Ac: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c9Af’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:3617:1: error: BUILDSTDERR: warning: label ‘_c9Af’ defined but not used [-Wunused-label] BUILDSTDERR: 3617 | _c9Af: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3617 | _c9Af: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c9Aq’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:3647:1: error: BUILDSTDERR: warning: label ‘_c9Aq’ defined but not used [-Wunused-label] BUILDSTDERR: 3647 | _c9Aq: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3647 | _c9Aq: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c9B9’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:3665:1: error: BUILDSTDERR: warning: label ‘_c9B9’ defined but not used [-Wunused-label] BUILDSTDERR: 3665 | _c9B9: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3665 | _c9B9: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c9Bb’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:3696:1: error: BUILDSTDERR: warning: label ‘_c9Bb’ defined but not used [-Wunused-label] BUILDSTDERR: 3696 | _c9Bb: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3696 | _c9Bb: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c9AZ’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:3794:1: error: BUILDSTDERR: warning: label ‘_c9AZ’ defined but not used [-Wunused-label] BUILDSTDERR: 3794 | _c9AZ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3794 | _c9AZ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c9fL’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:3820:1: error: BUILDSTDERR: warning: label ‘_c9fL’ defined but not used [-Wunused-label] BUILDSTDERR: 3820 | _c9fL: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3820 | _c9fL: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c9y2’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:3838:1: error: BUILDSTDERR: warning: label ‘_c9y2’ defined but not used [-Wunused-label] BUILDSTDERR: 3838 | _c9y2: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3838 | _c9y2: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c9y4’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:3858:1: error: BUILDSTDERR: warning: label ‘_c9y4’ defined but not used [-Wunused-label] BUILDSTDERR: 3858 | _c9y4: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3858 | _c9y4: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c9xS’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:3914:1: error: BUILDSTDERR: warning: label ‘_c9xS’ defined but not used [-Wunused-label] BUILDSTDERR: 3914 | _c9xS: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3914 | _c9xS: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_s8BV’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:3940:1: error: BUILDSTDERR: warning: label ‘_s8BV’ defined but not used [-Wunused-label] BUILDSTDERR: 3940 | _s8BV: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3940 | _s8BV: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c9tO’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:4006:1: error: BUILDSTDERR: warning: label ‘_c9tO’ defined but not used [-Wunused-label] BUILDSTDERR: 4006 | _c9tO: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4006 | _c9tO: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c9tR’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:4022:1: error: BUILDSTDERR: warning: label ‘_c9tR’ defined but not used [-Wunused-label] BUILDSTDERR: 4022 | _c9tR: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4022 | _c9tR: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c9u2’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:4052:1: error: BUILDSTDERR: warning: label ‘_c9u2’ defined but not used [-Wunused-label] BUILDSTDERR: 4052 | _c9u2: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4052 | _c9u2: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c9ws’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:4070:1: error: BUILDSTDERR: warning: label ‘_c9ws’ defined but not used [-Wunused-label] BUILDSTDERR: 4070 | _c9ws: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4070 | _c9ws: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c9wu’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:4090:1: error: BUILDSTDERR: warning: label ‘_c9wu’ defined but not used [-Wunused-label] BUILDSTDERR: 4090 | _c9wu: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4090 | _c9wu: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c9wi’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:4146:1: error: BUILDSTDERR: warning: label ‘_c9wi’ defined but not used [-Wunused-label] BUILDSTDERR: 4146 | _c9wi: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4146 | _c9wi: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_s8Hd’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:4171:1: error: BUILDSTDERR: warning: label ‘_s8Hd’ defined but not used [-Wunused-label] BUILDSTDERR: 4171 | _s8Hd: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4171 | _s8Hd: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c9pI’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:4241:1: error: BUILDSTDERR: warning: label ‘_c9pI’ defined but not used [-Wunused-label] BUILDSTDERR: 4241 | _c9pI: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4241 | _c9pI: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c9pL’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:4257:1: error: BUILDSTDERR: warning: label ‘_c9pL’ defined but not used [-Wunused-label] BUILDSTDERR: 4257 | _c9pL: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4257 | _c9pL: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c9pW’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:4287:1: error: BUILDSTDERR: warning: label ‘_c9pW’ defined but not used [-Wunused-label] BUILDSTDERR: 4287 | _c9pW: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4287 | _c9pW: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c9sm’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:4305:1: error: BUILDSTDERR: warning: label ‘_c9sm’ defined but not used [-Wunused-label] BUILDSTDERR: 4305 | _c9sm: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4305 | _c9sm: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c9so’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:4325:1: error: BUILDSTDERR: warning: label ‘_c9so’ defined but not used [-Wunused-label] BUILDSTDERR: 4325 | _c9so: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4325 | _c9so: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c9sc’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:4381:1: error: BUILDSTDERR: warning: label ‘_c9sc’ defined but not used [-Wunused-label] BUILDSTDERR: 4381 | _c9sc: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4381 | _c9sc: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_s8FC’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:4406:1: error: BUILDSTDERR: warning: label ‘_s8FC’ defined but not used [-Wunused-label] BUILDSTDERR: 4406 | _s8FC: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4406 | _s8FC: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c9lq’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:4476:1: error: BUILDSTDERR: warning: label ‘_c9lq’ defined but not used [-Wunused-label] BUILDSTDERR: 4476 | _c9lq: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4476 | _c9lq: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c9lt’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:4492:1: error: BUILDSTDERR: warning: label ‘_c9lt’ defined but not used [-Wunused-label] BUILDSTDERR: 4492 | _c9lt: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4492 | _c9lt: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c9lE’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:4522:1: error: BUILDSTDERR: warning: label ‘_c9lE’ defined but not used [-Wunused-label] BUILDSTDERR: 4522 | _c9lE: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4522 | _c9lE: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c9o4’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:4540:1: error: BUILDSTDERR: warning: label ‘_c9o4’ defined but not used [-Wunused-label] BUILDSTDERR: 4540 | _c9o4: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4540 | _c9o4: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c9o6’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:4560:1: error: BUILDSTDERR: warning: label ‘_c9o6’ defined but not used [-Wunused-label] BUILDSTDERR: 4560 | _c9o6: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4560 | _c9o6: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c9nU’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:4616:1: error: BUILDSTDERR: warning: label ‘_c9nU’ defined but not used [-Wunused-label] BUILDSTDERR: 4616 | _c9nU: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4616 | _c9nU: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_s8E0’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:4641:1: error: BUILDSTDERR: warning: label ‘_s8E0’ defined but not used [-Wunused-label] BUILDSTDERR: 4641 | _s8E0: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4641 | _s8E0: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c9hh’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:4711:1: error: BUILDSTDERR: warning: label ‘_c9hh’ defined but not used [-Wunused-label] BUILDSTDERR: 4711 | _c9hh: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4711 | _c9hh: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c9hk’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:4727:1: error: BUILDSTDERR: warning: label ‘_c9hk’ defined but not used [-Wunused-label] BUILDSTDERR: 4727 | _c9hk: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4727 | _c9hk: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c9hv’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:4757:1: error: BUILDSTDERR: warning: label ‘_c9hv’ defined but not used [-Wunused-label] BUILDSTDERR: 4757 | _c9hv: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4757 | _c9hv: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c9jV’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:4775:1: error: BUILDSTDERR: warning: label ‘_c9jV’ defined but not used [-Wunused-label] BUILDSTDERR: 4775 | _c9jV: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4775 | _c9jV: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c9jX’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:4795:1: error: BUILDSTDERR: warning: label ‘_c9jX’ defined but not used [-Wunused-label] BUILDSTDERR: 4795 | _c9jX: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4795 | _c9jX: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c9jL’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:4851:1: error: BUILDSTDERR: warning: label ‘_c9jL’ defined but not used [-Wunused-label] BUILDSTDERR: 4851 | _c9jL: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4851 | _c9jL: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_s8Co’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:4876:1: error: BUILDSTDERR: warning: label ‘_s8Co’ defined but not used [-Wunused-label] BUILDSTDERR: 4876 | _s8Co: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4876 | _s8Co: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziBits_zdwrestrictedDamerauLevenshteinDistanceWithLengths_slow’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:4950:1: error: BUILDSTDERR: warning: label ‘_c9OU’ defined but not used [-Wunused-label] BUILDSTDERR: 4950 | _c9OU: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4950 | _c9OU: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziBits_zdwrestrictedDamerauLevenshteinDistanceWithLengths_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:4963:1: error: BUILDSTDERR: warning: label ‘_c9P3’ defined but not used [-Wunused-label] BUILDSTDERR: 4963 | _c9P3: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4963 | _c9P3: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziBits_restrictedDamerauLevenshteinDistanceWithLengths_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:5019:1: error: BUILDSTDERR: warning: label ‘_c9Pp’ defined but not used [-Wunused-label] BUILDSTDERR: 5019 | _c9Pp: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5019 | _c9Pp: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c9Pm’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:5047:1: error: BUILDSTDERR: warning: label ‘_c9Pm’ defined but not used [-Wunused-label] BUILDSTDERR: 5047 | _c9Pm: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5047 | _c9Pm: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c9Ps’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:5071:1: error: BUILDSTDERR: warning: label ‘_c9Ps’ defined but not used [-Wunused-label] BUILDSTDERR: 5071 | _c9Ps: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5071 | _c9Ps: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c9Px’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:5093:1: error: BUILDSTDERR: warning: label ‘_c9Px’ defined but not used [-Wunused-label] BUILDSTDERR: 5093 | _c9Px: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5093 | _c9Px: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziBits_zdwrestrictedDamerauLevenshteinDistance_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:5125:1: error: BUILDSTDERR: warning: label ‘_c9PR’ defined but not used [-Wunused-label] BUILDSTDERR: 5125 | _c9PR: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5125 | _c9PR: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c9PP’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:5149:1: error: BUILDSTDERR: warning: label ‘_c9PP’ defined but not used [-Wunused-label] BUILDSTDERR: 5149 | _c9PP: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5149 | _c9PP: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c9PU’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:5168:1: error: BUILDSTDERR: warning: label ‘_c9PU’ defined but not used [-Wunused-label] BUILDSTDERR: 5168 | _c9PU: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5168 | _c9PU: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziBits_restrictedDamerauLevenshteinDistance_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:5192:1: error: BUILDSTDERR: warning: label ‘_c9Q8’ defined but not used [-Wunused-label] BUILDSTDERR: 5192 | _c9Q8: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5192 | _c9Q8: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c9Q6’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:5217:1: error: BUILDSTDERR: warning: label ‘_c9Q6’ defined but not used [-Wunused-label] BUILDSTDERR: 5217 | _c9Q6: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5217 | _c9Q6: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘r8x1_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:5249:1: error: BUILDSTDERR: warning: label ‘_c9Qo’ defined but not used [-Wunused-label] BUILDSTDERR: 5249 | _c9Qo: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5249 | _c9Qo: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c9Ql’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:5276:1: error: BUILDSTDERR: warning: label ‘_c9Ql’ defined but not used [-Wunused-label] BUILDSTDERR: 5276 | _c9Ql: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5276 | _c9Ql: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘s8Md_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:5301:1: error: BUILDSTDERR: warning: label ‘_c9QE’ defined but not used [-Wunused-label] BUILDSTDERR: 5301 | _c9QE: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5301 | _c9QE: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘r8x2_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:5327:1: error: BUILDSTDERR: warning: label ‘_c9QH’ defined but not used [-Wunused-label] BUILDSTDERR: 5327 | _c9QH: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5327 | _c9QH: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘s8Mk_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:5363:1: error: BUILDSTDERR: warning: label ‘_c9R1’ defined but not used [-Wunused-label] BUILDSTDERR: 5363 | _c9R1: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5363 | _c9R1: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘r8x3_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:5388:1: error: BUILDSTDERR: warning: label ‘_c9R8’ defined but not used [-Wunused-label] BUILDSTDERR: 5388 | _c9R8: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5388 | _c9R8: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c9QQ’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:5419:1: error: BUILDSTDERR: warning: label ‘_c9QQ’ defined but not used [-Wunused-label] BUILDSTDERR: 5419 | _c9QQ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5419 | _c9QQ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziBits_zdwzdslevenshteinDistancezq_slow’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:5472:1: error: BUILDSTDERR: warning: label ‘_c9Rl’ defined but not used [-Wunused-label] BUILDSTDERR: 5472 | _c9Rl: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5472 | _c9Rl: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘s8Mv_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:5484:1: error: BUILDSTDERR: warning: label ‘_c9RJ’ defined but not used [-Wunused-label] BUILDSTDERR: 5484 | _c9RJ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5484 | _c9RJ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c9RH’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:5511:1: error: BUILDSTDERR: warning: label ‘_c9RH’ defined but not used [-Wunused-label] BUILDSTDERR: 5511 | _c9RH: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5511 | _c9RH: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziBits_zdwzdslevenshteinDistancezq_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:5528:1: error: BUILDSTDERR: warning: label ‘_c9RT’ defined but not used [-Wunused-label] BUILDSTDERR: 5528 | _c9RT: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5528 | _c9RT: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c9Rp’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:5562:1: error: BUILDSTDERR: warning: label ‘_c9Rp’ defined but not used [-Wunused-label] BUILDSTDERR: 5562 | _c9Rp: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5562 | _c9Rp: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_cafr’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:5614:1: error: BUILDSTDERR: warning: label ‘_cafr’ defined but not used [-Wunused-label] BUILDSTDERR: 5614 | _cafr: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5614 | _cafr: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c9RB’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:5633:1: error: BUILDSTDERR: warning: label ‘_c9RB’ defined but not used [-Wunused-label] BUILDSTDERR: 5633 | _c9RB: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5633 | _c9RB: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c9RA’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:5660:1: error: BUILDSTDERR: warning: label ‘_c9RA’ defined but not used [-Wunused-label] BUILDSTDERR: 5660 | _c9RA: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5660 | _c9RA: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c9RZ’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:5683:1: error: BUILDSTDERR: warning: label ‘_c9RZ’ defined but not used [-Wunused-label] BUILDSTDERR: 5683 | _c9RZ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5683 | _c9RZ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_caaI’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:5732:1: error: BUILDSTDERR: warning: label ‘_caaI’ defined but not used [-Wunused-label] BUILDSTDERR: 5732 | _caaI: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5732 | _caaI: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_caem’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:5749:1: error: BUILDSTDERR: warning: label ‘_caem’ defined but not used [-Wunused-label] BUILDSTDERR: 5749 | _caem: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5749 | _caem: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_caeo’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:5769:1: error: BUILDSTDERR: warning: label ‘_caeo’ defined but not used [-Wunused-label] BUILDSTDERR: 5769 | _caeo: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5769 | _caeo: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_caec’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:5824:1: error: BUILDSTDERR: warning: label ‘_caec’ defined but not used [-Wunused-label] BUILDSTDERR: 5824 | _caec: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5824 | _caec: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_s8Tk’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:5843:1: error: BUILDSTDERR: warning: label ‘_s8Tk’ defined but not used [-Wunused-label] BUILDSTDERR: 5843 | _s8Tk: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5843 | _s8Tk: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_cabP’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:5861:1: error: BUILDSTDERR: warning: label ‘_cabP’ defined but not used [-Wunused-label] BUILDSTDERR: 5861 | _cabP: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5861 | _cabP: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_cabS’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:5877:1: error: BUILDSTDERR: warning: label ‘_cabS’ defined but not used [-Wunused-label] BUILDSTDERR: 5877 | _cabS: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5877 | _cabS: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_cac3’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:5908:1: error: BUILDSTDERR: warning: label ‘_cac3’ defined but not used [-Wunused-label] BUILDSTDERR: 5908 | _cac3: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5908 | _cac3: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_cacM’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:5926:1: error: BUILDSTDERR: warning: label ‘_cacM’ defined but not used [-Wunused-label] BUILDSTDERR: 5926 | _cacM: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5926 | _cacM: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_cacO’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:5957:1: error: BUILDSTDERR: warning: label ‘_cacO’ defined but not used [-Wunused-label] BUILDSTDERR: 5957 | _cacO: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5957 | _cacO: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_cacC’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:6049:1: error: BUILDSTDERR: warning: label ‘_cacC’ defined but not used [-Wunused-label] BUILDSTDERR: 6049 | _cacC: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6049 | _cacC: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c9Sm’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:6073:1: error: BUILDSTDERR: warning: label ‘_c9Sm’ defined but not used [-Wunused-label] BUILDSTDERR: 6073 | _c9Sm: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6073 | _c9Sm: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_ca9F’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:6091:1: error: BUILDSTDERR: warning: label ‘_ca9F’ defined but not used [-Wunused-label] BUILDSTDERR: 6091 | _ca9F: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6091 | _ca9F: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_ca9H’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:6111:1: error: BUILDSTDERR: warning: label ‘_ca9H’ defined but not used [-Wunused-label] BUILDSTDERR: 6111 | _ca9H: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6111 | _ca9H: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_ca9v’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:6167:1: error: BUILDSTDERR: warning: label ‘_ca9v’ defined but not used [-Wunused-label] BUILDSTDERR: 6167 | _ca9v: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6167 | _ca9v: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_s8MI’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:6193:1: error: BUILDSTDERR: warning: label ‘_s8MI’ defined but not used [-Wunused-label] BUILDSTDERR: 6193 | _s8MI: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6193 | _s8MI: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_ca5G’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:6252:1: error: BUILDSTDERR: warning: label ‘_ca5G’ defined but not used [-Wunused-label] BUILDSTDERR: 6252 | _ca5G: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6252 | _ca5G: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_ca5J’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:6268:1: error: BUILDSTDERR: warning: label ‘_ca5J’ defined but not used [-Wunused-label] BUILDSTDERR: 6268 | _ca5J: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6268 | _ca5J: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_ca5U’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:6299:1: error: BUILDSTDERR: warning: label ‘_ca5U’ defined but not used [-Wunused-label] BUILDSTDERR: 6299 | _ca5U: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6299 | _ca5U: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_ca85’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:6317:1: error: BUILDSTDERR: warning: label ‘_ca85’ defined but not used [-Wunused-label] BUILDSTDERR: 6317 | _ca85: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6317 | _ca85: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_ca87’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:6337:1: error: BUILDSTDERR: warning: label ‘_ca87’ defined but not used [-Wunused-label] BUILDSTDERR: 6337 | _ca87: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6337 | _ca87: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_ca7V’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:6393:1: error: BUILDSTDERR: warning: label ‘_ca7V’ defined but not used [-Wunused-label] BUILDSTDERR: 6393 | _ca7V: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6393 | _ca7V: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_s8Rz’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:6418:1: error: BUILDSTDERR: warning: label ‘_s8Rz’ defined but not used [-Wunused-label] BUILDSTDERR: 6418 | _s8Rz: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6418 | _s8Rz: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_ca1P’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:6481:1: error: BUILDSTDERR: warning: label ‘_ca1P’ defined but not used [-Wunused-label] BUILDSTDERR: 6481 | _ca1P: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6481 | _ca1P: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_ca1S’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:6497:1: error: BUILDSTDERR: warning: label ‘_ca1S’ defined but not used [-Wunused-label] BUILDSTDERR: 6497 | _ca1S: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6497 | _ca1S: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_ca23’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:6528:1: error: BUILDSTDERR: warning: label ‘_ca23’ defined but not used [-Wunused-label] BUILDSTDERR: 6528 | _ca23: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6528 | _ca23: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_ca4e’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:6546:1: error: BUILDSTDERR: warning: label ‘_ca4e’ defined but not used [-Wunused-label] BUILDSTDERR: 6546 | _ca4e: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6546 | _ca4e: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_ca4g’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:6566:1: error: BUILDSTDERR: warning: label ‘_ca4g’ defined but not used [-Wunused-label] BUILDSTDERR: 6566 | _ca4g: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6566 | _ca4g: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_ca44’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:6622:1: error: BUILDSTDERR: warning: label ‘_ca44’ defined but not used [-Wunused-label] BUILDSTDERR: 6622 | _ca44: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6622 | _ca44: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_s8Q6’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:6647:1: error: BUILDSTDERR: warning: label ‘_s8Q6’ defined but not used [-Wunused-label] BUILDSTDERR: 6647 | _s8Q6: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6647 | _s8Q6: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c9XM’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:6710:1: error: BUILDSTDERR: warning: label ‘_c9XM’ defined but not used [-Wunused-label] BUILDSTDERR: 6710 | _c9XM: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6710 | _c9XM: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c9XP’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:6726:1: error: BUILDSTDERR: warning: label ‘_c9XP’ defined but not used [-Wunused-label] BUILDSTDERR: 6726 | _c9XP: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6726 | _c9XP: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c9Y0’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:6757:1: error: BUILDSTDERR: warning: label ‘_c9Y0’ defined but not used [-Wunused-label] BUILDSTDERR: 6757 | _c9Y0: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6757 | _c9Y0: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_ca0b’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:6775:1: error: BUILDSTDERR: warning: label ‘_ca0b’ defined but not used [-Wunused-label] BUILDSTDERR: 6775 | _ca0b: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6775 | _ca0b: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_ca0d’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:6795:1: error: BUILDSTDERR: warning: label ‘_ca0d’ defined but not used [-Wunused-label] BUILDSTDERR: 6795 | _ca0d: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6795 | _ca0d: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_ca01’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:6851:1: error: BUILDSTDERR: warning: label ‘_ca01’ defined but not used [-Wunused-label] BUILDSTDERR: 6851 | _ca01: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6851 | _ca01: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_s8OC’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:6876:1: error: BUILDSTDERR: warning: label ‘_s8OC’ defined but not used [-Wunused-label] BUILDSTDERR: 6876 | _s8OC: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6876 | _s8OC: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c9TS’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:6939:1: error: BUILDSTDERR: warning: label ‘_c9TS’ defined but not used [-Wunused-label] BUILDSTDERR: 6939 | _c9TS: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6939 | _c9TS: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c9TV’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:6955:1: error: BUILDSTDERR: warning: label ‘_c9TV’ defined but not used [-Wunused-label] BUILDSTDERR: 6955 | _c9TV: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6955 | _c9TV: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c9U6’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:6986:1: error: BUILDSTDERR: warning: label ‘_c9U6’ defined but not used [-Wunused-label] BUILDSTDERR: 6986 | _c9U6: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6986 | _c9U6: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c9Wh’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:7004:1: error: BUILDSTDERR: warning: label ‘_c9Wh’ defined but not used [-Wunused-label] BUILDSTDERR: 7004 | _c9Wh: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7004 | _c9Wh: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c9Wj’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:7024:1: error: BUILDSTDERR: warning: label ‘_c9Wj’ defined but not used [-Wunused-label] BUILDSTDERR: 7024 | _c9Wj: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7024 | _c9Wj: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_c9W7’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:7080:1: error: BUILDSTDERR: warning: label ‘_c9W7’ defined but not used [-Wunused-label] BUILDSTDERR: 7080 | _c9W7: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7080 | _c9W7: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_s8N8’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:7105:1: error: BUILDSTDERR: warning: label ‘_s8N8’ defined but not used [-Wunused-label] BUILDSTDERR: 7105 | _s8N8: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7105 | _s8N8: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziBits_zdwlevenshteinDistanceWithLengths_slow’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:7171:1: error: BUILDSTDERR: warning: label ‘_caqi’ defined but not used [-Wunused-label] BUILDSTDERR: 7171 | _caqi: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7171 | _caqi: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziBits_zdwlevenshteinDistanceWithLengths_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:7184:1: error: BUILDSTDERR: warning: label ‘_caqr’ defined but not used [-Wunused-label] BUILDSTDERR: 7184 | _caqr: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7184 | _caqr: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziBits_levenshteinDistanceWithLengths_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:7240:1: error: BUILDSTDERR: warning: label ‘_caqN’ defined but not used [-Wunused-label] BUILDSTDERR: 7240 | _caqN: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7240 | _caqN: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_caqK’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:7268:1: error: BUILDSTDERR: warning: label ‘_caqK’ defined but not used [-Wunused-label] BUILDSTDERR: 7268 | _caqK: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7268 | _caqK: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_caqQ’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:7292:1: error: BUILDSTDERR: warning: label ‘_caqQ’ defined but not used [-Wunused-label] BUILDSTDERR: 7292 | _caqQ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7292 | _caqQ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_caqV’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:7314:1: error: BUILDSTDERR: warning: label ‘_caqV’ defined but not used [-Wunused-label] BUILDSTDERR: 7314 | _caqV: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7314 | _caqV: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziBits_zdwlevenshteinDistance_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:7346:1: error: BUILDSTDERR: warning: label ‘_carf’ defined but not used [-Wunused-label] BUILDSTDERR: 7346 | _carf: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7346 | _carf: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_card’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:7370:1: error: BUILDSTDERR: warning: label ‘_card’ defined but not used [-Wunused-label] BUILDSTDERR: 7370 | _card: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7370 | _card: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_cari’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:7389:1: error: BUILDSTDERR: warning: label ‘_cari’ defined but not used [-Wunused-label] BUILDSTDERR: 7389 | _cari: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7389 | _cari: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziBits_levenshteinDistance_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:7413:1: error: BUILDSTDERR: warning: label ‘_carw’ defined but not used [-Wunused-label] BUILDSTDERR: 7413 | _carw: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7413 | _carw: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc: In function ‘_caru’: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:7438:1: error: BUILDSTDERR: warning: label ‘_caru’ defined but not used [-Wunused-label] BUILDSTDERR: 7438 | _caru: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7438 | _caru: BUILDSTDERR: | ^ BUILDSTDERR: At top level: BUILDSTDERR: /tmp/ghc30382_0/ghc_13.hc:70:16: error: BUILDSTDERR: warning: ‘r8wP_closure’ defined but not used [-Wunused-variable] BUILDSTDERR: 70 | static StgWord r8wP_closure[]__attribute__((aligned(8)))= { BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: | BUILDSTDERR: 70 | static StgWord r8wP_closure[]__attribute__((aligned(8)))= { BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziBits_zdszc1_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:20:1: error: BUILDSTDERR: warning: label ‘_caQO’ defined but not used [-Wunused-label] BUILDSTDERR: 20 | _caQO: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 20 | _caQO: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_caQM’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:52:1: error: BUILDSTDERR: warning: label ‘_caQM’ defined but not used [-Wunused-label] BUILDSTDERR: 52 | _caQM: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 52 | _caQM: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘r8wP_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:79:1: error: BUILDSTDERR: warning: label ‘_caR4’ defined but not used [-Wunused-label] BUILDSTDERR: 79 | _caR4: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 79 | _caR4: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziBits_zdwf_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:132:1: error: BUILDSTDERR: warning: label ‘_caRK’ defined but not used [-Wunused-label] BUILDSTDERR: 132 | _caRK: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 132 | _caRK: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘r8wR_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:209:1: error: BUILDSTDERR: warning: label ‘_caSf’ defined but not used [-Wunused-label] BUILDSTDERR: 209 | _caSf: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 209 | _caSf: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘r8wT_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:234:1: error: BUILDSTDERR: warning: label ‘_caSm’ defined but not used [-Wunused-label] BUILDSTDERR: 234 | _caSm: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 234 | _caSm: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘sasj_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:258:1: error: BUILDSTDERR: warning: label ‘_caSZ’ defined but not used [-Wunused-label] BUILDSTDERR: 258 | _caSZ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 258 | _caSZ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_caT4’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:304:1: error: BUILDSTDERR: warning: label ‘_caT4’ defined but not used [-Wunused-label] BUILDSTDERR: 304 | _caT4: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 304 | _caT4: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘sask_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:331:1: error: BUILDSTDERR: warning: label ‘_caTg’ defined but not used [-Wunused-label] BUILDSTDERR: 331 | _caTg: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 331 | _caTg: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_caSL’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:366:1: error: BUILDSTDERR: warning: label ‘_caSL’ defined but not used [-Wunused-label] BUILDSTDERR: 366 | _caSL: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 366 | _caSL: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘sasl_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:397:1: error: BUILDSTDERR: warning: label ‘_caTo’ defined but not used [-Wunused-label] BUILDSTDERR: 397 | _caTo: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 397 | _caTo: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_caSx’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:430:1: error: BUILDSTDERR: warning: label ‘_caSx’ defined but not used [-Wunused-label] BUILDSTDERR: 430 | _caSx: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 430 | _caSx: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_caSC’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:456:1: error: BUILDSTDERR: warning: label ‘_caSC’ defined but not used [-Wunused-label] BUILDSTDERR: 456 | _caSC: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 456 | _caSC: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘r8wU_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:491:1: error: BUILDSTDERR: warning: label ‘_caTC’ defined but not used [-Wunused-label] BUILDSTDERR: 491 | _caTC: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 491 | _caTC: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘sasz_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:539:1: error: BUILDSTDERR: warning: label ‘_caUh’ defined but not used [-Wunused-label] BUILDSTDERR: 539 | _caUh: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 539 | _caUh: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘sasA_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:585:1: error: BUILDSTDERR: warning: label ‘_caUp’ defined but not used [-Wunused-label] BUILDSTDERR: 585 | _caUp: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 585 | _caUp: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_caU3’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:620:1: error: BUILDSTDERR: warning: label ‘_caU3’ defined but not used [-Wunused-label] BUILDSTDERR: 620 | _caU3: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 620 | _caU3: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘r8wX_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:650:1: error: BUILDSTDERR: warning: label ‘_caUB’ defined but not used [-Wunused-label] BUILDSTDERR: 650 | _caUB: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 650 | _caUB: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_caTI’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:670:1: error: BUILDSTDERR: warning: label ‘_caTI’ defined but not used [-Wunused-label] BUILDSTDERR: 670 | _caTI: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 670 | _caTI: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_caTL’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:689:1: error: BUILDSTDERR: warning: label ‘_caTL’ defined but not used [-Wunused-label] BUILDSTDERR: 689 | _caTL: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 689 | _caTL: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_caTR’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:738:1: error: BUILDSTDERR: warning: label ‘_caTR’ defined but not used [-Wunused-label] BUILDSTDERR: 738 | _caTR: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 738 | _caTR: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziBits_zdwzdsrestrictedDamerauLevenshteinDistancezq1_slow’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:775:1: error: BUILDSTDERR: warning: label ‘_caUU’ defined but not used [-Wunused-label] BUILDSTDERR: 775 | _caUU: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 775 | _caUU: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘sasQ_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:785:1: error: BUILDSTDERR: warning: label ‘_caVn’ defined but not used [-Wunused-label] BUILDSTDERR: 785 | _caVn: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 785 | _caVn: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_caVk’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:817:1: error: BUILDSTDERR: warning: label ‘_caVk’ defined but not used [-Wunused-label] BUILDSTDERR: 817 | _caVk: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 817 | _caVk: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘sasM_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:841:1: error: BUILDSTDERR: warning: label ‘_caVx’ defined but not used [-Wunused-label] BUILDSTDERR: 841 | _caVx: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 841 | _caVx: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_caVv’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:877:1: error: BUILDSTDERR: warning: label ‘_caVv’ defined but not used [-Wunused-label] BUILDSTDERR: 877 | _caVv: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 877 | _caVv: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘sasU_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:896:1: error: BUILDSTDERR: warning: label ‘_caVL’ defined but not used [-Wunused-label] BUILDSTDERR: 896 | _caVL: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 896 | _caVL: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziBits_zdwzdsrestrictedDamerauLevenshteinDistancezq1_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:934:1: error: BUILDSTDERR: warning: label ‘_caW0’ defined but not used [-Wunused-label] BUILDSTDERR: 934 | _caW0: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 934 | _caW0: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_caUY’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:970:1: error: BUILDSTDERR: warning: label ‘_caUY’ defined but not used [-Wunused-label] BUILDSTDERR: 970 | _caUY: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 970 | _caUY: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cb16’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:1024:1: error: BUILDSTDERR: warning: label ‘_cb16’ defined but not used [-Wunused-label] BUILDSTDERR: 1024 | _cb16: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1024 | _cb16: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cb1a’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:1042:1: error: BUILDSTDERR: warning: label ‘_cb1a’ defined but not used [-Wunused-label] BUILDSTDERR: 1042 | _cb1a: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1042 | _cb1a: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_caVa’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:1063:1: error: BUILDSTDERR: warning: label ‘_caVa’ defined but not used [-Wunused-label] BUILDSTDERR: 1063 | _caVa: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1063 | _caVa: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_caV9’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:1094:1: error: BUILDSTDERR: warning: label ‘_caV9’ defined but not used [-Wunused-label] BUILDSTDERR: 1094 | _caV9: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1094 | _caV9: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_caWb’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:1110:1: error: BUILDSTDERR: warning: label ‘_caWb’ defined but not used [-Wunused-label] BUILDSTDERR: 1110 | _caWb: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1110 | _caWb: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_caWe’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:1126:1: error: BUILDSTDERR: warning: label ‘_caWe’ defined but not used [-Wunused-label] BUILDSTDERR: 1126 | _caWe: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1126 | _caWe: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_caWj’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:1151:1: error: BUILDSTDERR: warning: label ‘_caWj’ defined but not used [-Wunused-label] BUILDSTDERR: 1151 | _caWj: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1151 | _caWj: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_caWo’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:1177:1: error: BUILDSTDERR: warning: label ‘_caWo’ defined but not used [-Wunused-label] BUILDSTDERR: 1177 | _caWo: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1177 | _caWo: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_caWt’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:1201:1: error: BUILDSTDERR: warning: label ‘_caWt’ defined but not used [-Wunused-label] BUILDSTDERR: 1201 | _caWt: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1201 | _caWt: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_caWC’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:1225:1: error: BUILDSTDERR: warning: label ‘_caWC’ defined but not used [-Wunused-label] BUILDSTDERR: 1225 | _caWC: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1225 | _caWC: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_caWN’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:1257:1: error: BUILDSTDERR: warning: label ‘_caWN’ defined but not used [-Wunused-label] BUILDSTDERR: 1257 | _caWN: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1257 | _caWN: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cb02’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:1276:1: error: BUILDSTDERR: warning: label ‘_cb02’ defined but not used [-Wunused-label] BUILDSTDERR: 1276 | _cb02: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1276 | _cb02: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cb04’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:1298:1: error: BUILDSTDERR: warning: label ‘_cb04’ defined but not used [-Wunused-label] BUILDSTDERR: 1298 | _cb04: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1298 | _cb04: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_caX3’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:1357:1: error: BUILDSTDERR: warning: label ‘_caX3’ defined but not used [-Wunused-label] BUILDSTDERR: 1357 | _caX3: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1357 | _caX3: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_caX7’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:1376:1: error: BUILDSTDERR: warning: label ‘_caX7’ defined but not used [-Wunused-label] BUILDSTDERR: 1376 | _caX7: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1376 | _caX7: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_caXb’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:1395:1: error: BUILDSTDERR: warning: label ‘_caXb’ defined but not used [-Wunused-label] BUILDSTDERR: 1395 | _caXb: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1395 | _caXb: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_caXf’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:1414:1: error: BUILDSTDERR: warning: label ‘_caXf’ defined but not used [-Wunused-label] BUILDSTDERR: 1414 | _caXf: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1414 | _caXf: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_caXj’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:1434:1: error: BUILDSTDERR: warning: label ‘_caXj’ defined but not used [-Wunused-label] BUILDSTDERR: 1434 | _caXj: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1434 | _caXj: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_caXn’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:1453:1: error: BUILDSTDERR: warning: label ‘_caXn’ defined but not used [-Wunused-label] BUILDSTDERR: 1453 | _caXn: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1453 | _caXn: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_caXr’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:1472:1: error: BUILDSTDERR: warning: label ‘_caXr’ defined but not used [-Wunused-label] BUILDSTDERR: 1472 | _caXr: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1472 | _caXr: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_caXv’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:1491:1: error: BUILDSTDERR: warning: label ‘_caXv’ defined but not used [-Wunused-label] BUILDSTDERR: 1491 | _caXv: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1491 | _caXv: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_caXz’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:1510:1: error: BUILDSTDERR: warning: label ‘_caXz’ defined but not used [-Wunused-label] BUILDSTDERR: 1510 | _caXz: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1510 | _caXz: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_caXD’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:1529:1: error: BUILDSTDERR: warning: label ‘_caXD’ defined but not used [-Wunused-label] BUILDSTDERR: 1529 | _caXD: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1529 | _caXD: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_caXH’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:1549:1: error: BUILDSTDERR: warning: label ‘_caXH’ defined but not used [-Wunused-label] BUILDSTDERR: 1549 | _caXH: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1549 | _caXH: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_caXL’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:1570:1: error: BUILDSTDERR: warning: label ‘_caXL’ defined but not used [-Wunused-label] BUILDSTDERR: 1570 | _caXL: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1570 | _caXL: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_caXP’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:1589:1: error: BUILDSTDERR: warning: label ‘_caXP’ defined but not used [-Wunused-label] BUILDSTDERR: 1589 | _caXP: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1589 | _caXP: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_caXT’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:1609:1: error: BUILDSTDERR: warning: label ‘_caXT’ defined but not used [-Wunused-label] BUILDSTDERR: 1609 | _caXT: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1609 | _caXT: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_caXX’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:1631:1: error: BUILDSTDERR: warning: label ‘_caXX’ defined but not used [-Wunused-label] BUILDSTDERR: 1631 | _caXX: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1631 | _caXX: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_caY1’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:1650:1: error: BUILDSTDERR: warning: label ‘_caY1’ defined but not used [-Wunused-label] BUILDSTDERR: 1650 | _caY1: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1650 | _caY1: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_caY5’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:1669:1: error: BUILDSTDERR: warning: label ‘_caY5’ defined but not used [-Wunused-label] BUILDSTDERR: 1669 | _caY5: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1669 | _caY5: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_caY9’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:1689:1: error: BUILDSTDERR: warning: label ‘_caY9’ defined but not used [-Wunused-label] BUILDSTDERR: 1689 | _caY9: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1689 | _caY9: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_caYd’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:1709:1: error: BUILDSTDERR: warning: label ‘_caYd’ defined but not used [-Wunused-label] BUILDSTDERR: 1709 | _caYd: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1709 | _caYd: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_caYh’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:1728:1: error: BUILDSTDERR: warning: label ‘_caYh’ defined but not used [-Wunused-label] BUILDSTDERR: 1728 | _caYh: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1728 | _caYh: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_caYl’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:1748:1: error: BUILDSTDERR: warning: label ‘_caYl’ defined but not used [-Wunused-label] BUILDSTDERR: 1748 | _caYl: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1748 | _caYl: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_caYp’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:1768:1: error: BUILDSTDERR: warning: label ‘_caYp’ defined but not used [-Wunused-label] BUILDSTDERR: 1768 | _caYp: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1768 | _caYp: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_caYt’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:1788:1: error: BUILDSTDERR: warning: label ‘_caYt’ defined but not used [-Wunused-label] BUILDSTDERR: 1788 | _caYt: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1788 | _caYt: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_caYx’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:1808:1: error: BUILDSTDERR: warning: label ‘_caYx’ defined but not used [-Wunused-label] BUILDSTDERR: 1808 | _caYx: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1808 | _caYx: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_caYB’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:1829:1: error: BUILDSTDERR: warning: label ‘_caYB’ defined but not used [-Wunused-label] BUILDSTDERR: 1829 | _caYB: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1829 | _caYB: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_caZ6’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:1852:1: error: BUILDSTDERR: warning: label ‘_caZ6’ defined but not used [-Wunused-label] BUILDSTDERR: 1852 | _caZ6: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1852 | _caZ6: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_caZb’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:1887:1: error: BUILDSTDERR: warning: label ‘_caZb’ defined but not used [-Wunused-label] BUILDSTDERR: 1887 | _caZb: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1887 | _caZb: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_caZg’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:1911:1: error: BUILDSTDERR: warning: label ‘_caZg’ defined but not used [-Wunused-label] BUILDSTDERR: 1911 | _caZg: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1911 | _caZg: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziBits_zdwzdslevenshteinDistancezq1_slow’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:1959:1: error: BUILDSTDERR: warning: label ‘_cb1R’ defined but not used [-Wunused-label] BUILDSTDERR: 1959 | _cb1R: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1959 | _cb1R: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘sauu_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:1969:1: error: BUILDSTDERR: warning: label ‘_cb2k’ defined but not used [-Wunused-label] BUILDSTDERR: 1969 | _cb2k: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1969 | _cb2k: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cb2h’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:2001:1: error: BUILDSTDERR: warning: label ‘_cb2h’ defined but not used [-Wunused-label] BUILDSTDERR: 2001 | _cb2h: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2001 | _cb2h: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘sauq_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:2025:1: error: BUILDSTDERR: warning: label ‘_cb2u’ defined but not used [-Wunused-label] BUILDSTDERR: 2025 | _cb2u: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2025 | _cb2u: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cb2s’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:2061:1: error: BUILDSTDERR: warning: label ‘_cb2s’ defined but not used [-Wunused-label] BUILDSTDERR: 2061 | _cb2s: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2061 | _cb2s: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘sauy_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:2080:1: error: BUILDSTDERR: warning: label ‘_cb2I’ defined but not used [-Wunused-label] BUILDSTDERR: 2080 | _cb2I: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2080 | _cb2I: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziBits_zdwzdslevenshteinDistancezq1_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:2118:1: error: BUILDSTDERR: warning: label ‘_cb2X’ defined but not used [-Wunused-label] BUILDSTDERR: 2118 | _cb2X: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2118 | _cb2X: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cb1V’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:2154:1: error: BUILDSTDERR: warning: label ‘_cb1V’ defined but not used [-Wunused-label] BUILDSTDERR: 2154 | _cb1V: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2154 | _cb1V: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cb7s’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:2208:1: error: BUILDSTDERR: warning: label ‘_cb7s’ defined but not used [-Wunused-label] BUILDSTDERR: 2208 | _cb7s: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2208 | _cb7s: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cb7w’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:2226:1: error: BUILDSTDERR: warning: label ‘_cb7w’ defined but not used [-Wunused-label] BUILDSTDERR: 2226 | _cb7w: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2226 | _cb7w: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cb27’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:2247:1: error: BUILDSTDERR: warning: label ‘_cb27’ defined but not used [-Wunused-label] BUILDSTDERR: 2247 | _cb27: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2247 | _cb27: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cb26’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:2276:1: error: BUILDSTDERR: warning: label ‘_cb26’ defined but not used [-Wunused-label] BUILDSTDERR: 2276 | _cb26: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2276 | _cb26: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cb38’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:2292:1: error: BUILDSTDERR: warning: label ‘_cb38’ defined but not used [-Wunused-label] BUILDSTDERR: 2292 | _cb38: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2292 | _cb38: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cb3b’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:2308:1: error: BUILDSTDERR: warning: label ‘_cb3b’ defined but not used [-Wunused-label] BUILDSTDERR: 2308 | _cb3b: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2308 | _cb3b: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cb3g’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:2332:1: error: BUILDSTDERR: warning: label ‘_cb3g’ defined but not used [-Wunused-label] BUILDSTDERR: 2332 | _cb3g: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2332 | _cb3g: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cb3n’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:2356:1: error: BUILDSTDERR: warning: label ‘_cb3n’ defined but not used [-Wunused-label] BUILDSTDERR: 2356 | _cb3n: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2356 | _cb3n: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cb3y’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:2387:1: error: BUILDSTDERR: warning: label ‘_cb3y’ defined but not used [-Wunused-label] BUILDSTDERR: 2387 | _cb3y: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2387 | _cb3y: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cb6o’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:2406:1: error: BUILDSTDERR: warning: label ‘_cb6o’ defined but not used [-Wunused-label] BUILDSTDERR: 2406 | _cb6o: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2406 | _cb6o: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cb6q’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:2428:1: error: BUILDSTDERR: warning: label ‘_cb6q’ defined but not used [-Wunused-label] BUILDSTDERR: 2428 | _cb6q: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2428 | _cb6q: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cb3O’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:2487:1: error: BUILDSTDERR: warning: label ‘_cb3O’ defined but not used [-Wunused-label] BUILDSTDERR: 2487 | _cb3O: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2487 | _cb3O: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cb3S’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:2506:1: error: BUILDSTDERR: warning: label ‘_cb3S’ defined but not used [-Wunused-label] BUILDSTDERR: 2506 | _cb3S: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2506 | _cb3S: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cb3W’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:2525:1: error: BUILDSTDERR: warning: label ‘_cb3W’ defined but not used [-Wunused-label] BUILDSTDERR: 2525 | _cb3W: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2525 | _cb3W: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cb40’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:2545:1: error: BUILDSTDERR: warning: label ‘_cb40’ defined but not used [-Wunused-label] BUILDSTDERR: 2545 | _cb40: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2545 | _cb40: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cb44’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:2565:1: error: BUILDSTDERR: warning: label ‘_cb44’ defined but not used [-Wunused-label] BUILDSTDERR: 2565 | _cb44: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2565 | _cb44: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cb48’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:2585:1: error: BUILDSTDERR: warning: label ‘_cb48’ defined but not used [-Wunused-label] BUILDSTDERR: 2585 | _cb48: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2585 | _cb48: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cb4c’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:2606:1: error: BUILDSTDERR: warning: label ‘_cb4c’ defined but not used [-Wunused-label] BUILDSTDERR: 2606 | _cb4c: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2606 | _cb4c: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cb4g’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:2625:1: error: BUILDSTDERR: warning: label ‘_cb4g’ defined but not used [-Wunused-label] BUILDSTDERR: 2625 | _cb4g: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2625 | _cb4g: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cb4k’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:2645:1: error: BUILDSTDERR: warning: label ‘_cb4k’ defined but not used [-Wunused-label] BUILDSTDERR: 2645 | _cb4k: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2645 | _cb4k: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cb4o’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:2667:1: error: BUILDSTDERR: warning: label ‘_cb4o’ defined but not used [-Wunused-label] BUILDSTDERR: 2667 | _cb4o: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2667 | _cb4o: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cb4s’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:2686:1: error: BUILDSTDERR: warning: label ‘_cb4s’ defined but not used [-Wunused-label] BUILDSTDERR: 2686 | _cb4s: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2686 | _cb4s: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cb4w’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:2705:1: error: BUILDSTDERR: warning: label ‘_cb4w’ defined but not used [-Wunused-label] BUILDSTDERR: 2705 | _cb4w: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2705 | _cb4w: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cb4A’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:2725:1: error: BUILDSTDERR: warning: label ‘_cb4A’ defined but not used [-Wunused-label] BUILDSTDERR: 2725 | _cb4A: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2725 | _cb4A: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cb4E’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:2745:1: error: BUILDSTDERR: warning: label ‘_cb4E’ defined but not used [-Wunused-label] BUILDSTDERR: 2745 | _cb4E: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2745 | _cb4E: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cb4I’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:2764:1: error: BUILDSTDERR: warning: label ‘_cb4I’ defined but not used [-Wunused-label] BUILDSTDERR: 2764 | _cb4I: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2764 | _cb4I: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cb4M’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:2784:1: error: BUILDSTDERR: warning: label ‘_cb4M’ defined but not used [-Wunused-label] BUILDSTDERR: 2784 | _cb4M: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2784 | _cb4M: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cb4Q’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:2804:1: error: BUILDSTDERR: warning: label ‘_cb4Q’ defined but not used [-Wunused-label] BUILDSTDERR: 2804 | _cb4Q: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2804 | _cb4Q: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cb4U’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:2824:1: error: BUILDSTDERR: warning: label ‘_cb4U’ defined but not used [-Wunused-label] BUILDSTDERR: 2824 | _cb4U: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2824 | _cb4U: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cb4Y’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:2844:1: error: BUILDSTDERR: warning: label ‘_cb4Y’ defined but not used [-Wunused-label] BUILDSTDERR: 2844 | _cb4Y: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2844 | _cb4Y: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cb52’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:2865:1: error: BUILDSTDERR: warning: label ‘_cb52’ defined but not used [-Wunused-label] BUILDSTDERR: 2865 | _cb52: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2865 | _cb52: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cb5s’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:2888:1: error: BUILDSTDERR: warning: label ‘_cb5s’ defined but not used [-Wunused-label] BUILDSTDERR: 2888 | _cb5s: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2888 | _cb5s: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cb5x’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:2922:1: error: BUILDSTDERR: warning: label ‘_cb5x’ defined but not used [-Wunused-label] BUILDSTDERR: 2922 | _cb5x: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2922 | _cb5x: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cb5C’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:2944:1: error: BUILDSTDERR: warning: label ‘_cb5C’ defined but not used [-Wunused-label] BUILDSTDERR: 2944 | _cb5C: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2944 | _cb5C: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘r8wY_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:2988:1: error: BUILDSTDERR: warning: label ‘_cb8h’ defined but not used [-Wunused-label] BUILDSTDERR: 2988 | _cb8h: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2988 | _cb8h: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cb8e’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:3015:1: error: BUILDSTDERR: warning: label ‘_cb8e’ defined but not used [-Wunused-label] BUILDSTDERR: 3015 | _cb8e: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3015 | _cb8e: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘savU_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:3040:1: error: BUILDSTDERR: warning: label ‘_cb8x’ defined but not used [-Wunused-label] BUILDSTDERR: 3040 | _cb8x: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3040 | _cb8x: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘r8wZ_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:3066:1: error: BUILDSTDERR: warning: label ‘_cb8A’ defined but not used [-Wunused-label] BUILDSTDERR: 3066 | _cb8A: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3066 | _cb8A: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘saw1_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:3102:1: error: BUILDSTDERR: warning: label ‘_cb8U’ defined but not used [-Wunused-label] BUILDSTDERR: 3102 | _cb8U: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3102 | _cb8U: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘r8x0_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:3127:1: error: BUILDSTDERR: warning: label ‘_cb91’ defined but not used [-Wunused-label] BUILDSTDERR: 3127 | _cb91: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3127 | _cb91: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cb8J’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:3158:1: error: BUILDSTDERR: warning: label ‘_cb8J’ defined but not used [-Wunused-label] BUILDSTDERR: 3158 | _cb8J: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3158 | _cb8J: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziBits_zdwzdsrestrictedDamerauLevenshteinDistancezq_slow’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:3211:1: error: BUILDSTDERR: warning: label ‘_cb9e’ defined but not used [-Wunused-label] BUILDSTDERR: 3211 | _cb9e: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3211 | _cb9e: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘sawc_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:3223:1: error: BUILDSTDERR: warning: label ‘_cb9C’ defined but not used [-Wunused-label] BUILDSTDERR: 3223 | _cb9C: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3223 | _cb9C: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cb9A’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:3250:1: error: BUILDSTDERR: warning: label ‘_cb9A’ defined but not used [-Wunused-label] BUILDSTDERR: 3250 | _cb9A: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3250 | _cb9A: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziBits_zdwzdsrestrictedDamerauLevenshteinDistancezq_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:3267:1: error: BUILDSTDERR: warning: label ‘_cb9M’ defined but not used [-Wunused-label] BUILDSTDERR: 3267 | _cb9M: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3267 | _cb9M: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cb9i’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:3301:1: error: BUILDSTDERR: warning: label ‘_cb9i’ defined but not used [-Wunused-label] BUILDSTDERR: 3301 | _cb9i: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3301 | _cb9i: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cbyi’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:3353:1: error: BUILDSTDERR: warning: label ‘_cbyi’ defined but not used [-Wunused-label] BUILDSTDERR: 3353 | _cbyi: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3353 | _cbyi: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cb9u’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:3372:1: error: BUILDSTDERR: warning: label ‘_cb9u’ defined but not used [-Wunused-label] BUILDSTDERR: 3372 | _cb9u: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3372 | _cb9u: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cb9t’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:3399:1: error: BUILDSTDERR: warning: label ‘_cb9t’ defined but not used [-Wunused-label] BUILDSTDERR: 3399 | _cb9t: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3399 | _cb9t: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cb9S’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:3422:1: error: BUILDSTDERR: warning: label ‘_cb9S’ defined but not used [-Wunused-label] BUILDSTDERR: 3422 | _cb9S: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3422 | _cb9S: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cbtz’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:3471:1: error: BUILDSTDERR: warning: label ‘_cbtz’ defined but not used [-Wunused-label] BUILDSTDERR: 3471 | _cbtz: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3471 | _cbtz: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cbxd’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:3488:1: error: BUILDSTDERR: warning: label ‘_cbxd’ defined but not used [-Wunused-label] BUILDSTDERR: 3488 | _cbxd: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3488 | _cbxd: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cbxf’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:3508:1: error: BUILDSTDERR: warning: label ‘_cbxf’ defined but not used [-Wunused-label] BUILDSTDERR: 3508 | _cbxf: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3508 | _cbxf: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cbx3’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:3563:1: error: BUILDSTDERR: warning: label ‘_cbx3’ defined but not used [-Wunused-label] BUILDSTDERR: 3563 | _cbx3: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3563 | _cbx3: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_saDy’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:3582:1: error: BUILDSTDERR: warning: label ‘_saDy’ defined but not used [-Wunused-label] BUILDSTDERR: 3582 | _saDy: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3582 | _saDy: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cbuG’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:3601:1: error: BUILDSTDERR: warning: label ‘_cbuG’ defined but not used [-Wunused-label] BUILDSTDERR: 3601 | _cbuG: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3601 | _cbuG: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cbuJ’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:3617:1: error: BUILDSTDERR: warning: label ‘_cbuJ’ defined but not used [-Wunused-label] BUILDSTDERR: 3617 | _cbuJ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3617 | _cbuJ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cbuU’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:3647:1: error: BUILDSTDERR: warning: label ‘_cbuU’ defined but not used [-Wunused-label] BUILDSTDERR: 3647 | _cbuU: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3647 | _cbuU: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cbvD’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:3665:1: error: BUILDSTDERR: warning: label ‘_cbvD’ defined but not used [-Wunused-label] BUILDSTDERR: 3665 | _cbvD: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3665 | _cbvD: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cbvF’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:3696:1: error: BUILDSTDERR: warning: label ‘_cbvF’ defined but not used [-Wunused-label] BUILDSTDERR: 3696 | _cbvF: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3696 | _cbvF: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cbvt’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:3794:1: error: BUILDSTDERR: warning: label ‘_cbvt’ defined but not used [-Wunused-label] BUILDSTDERR: 3794 | _cbvt: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3794 | _cbvt: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cbaf’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:3820:1: error: BUILDSTDERR: warning: label ‘_cbaf’ defined but not used [-Wunused-label] BUILDSTDERR: 3820 | _cbaf: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3820 | _cbaf: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cbsw’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:3838:1: error: BUILDSTDERR: warning: label ‘_cbsw’ defined but not used [-Wunused-label] BUILDSTDERR: 3838 | _cbsw: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3838 | _cbsw: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cbsy’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:3858:1: error: BUILDSTDERR: warning: label ‘_cbsy’ defined but not used [-Wunused-label] BUILDSTDERR: 3858 | _cbsy: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3858 | _cbsy: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cbsm’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:3914:1: error: BUILDSTDERR: warning: label ‘_cbsm’ defined but not used [-Wunused-label] BUILDSTDERR: 3914 | _cbsm: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3914 | _cbsm: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_sawp’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:3940:1: error: BUILDSTDERR: warning: label ‘_sawp’ defined but not used [-Wunused-label] BUILDSTDERR: 3940 | _sawp: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3940 | _sawp: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cboi’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:4006:1: error: BUILDSTDERR: warning: label ‘_cboi’ defined but not used [-Wunused-label] BUILDSTDERR: 4006 | _cboi: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4006 | _cboi: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cbol’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:4022:1: error: BUILDSTDERR: warning: label ‘_cbol’ defined but not used [-Wunused-label] BUILDSTDERR: 4022 | _cbol: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4022 | _cbol: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cbow’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:4052:1: error: BUILDSTDERR: warning: label ‘_cbow’ defined but not used [-Wunused-label] BUILDSTDERR: 4052 | _cbow: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4052 | _cbow: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cbqW’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:4070:1: error: BUILDSTDERR: warning: label ‘_cbqW’ defined but not used [-Wunused-label] BUILDSTDERR: 4070 | _cbqW: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4070 | _cbqW: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cbqY’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:4090:1: error: BUILDSTDERR: warning: label ‘_cbqY’ defined but not used [-Wunused-label] BUILDSTDERR: 4090 | _cbqY: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4090 | _cbqY: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cbqM’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:4146:1: error: BUILDSTDERR: warning: label ‘_cbqM’ defined but not used [-Wunused-label] BUILDSTDERR: 4146 | _cbqM: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4146 | _cbqM: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_saBH’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:4171:1: error: BUILDSTDERR: warning: label ‘_saBH’ defined but not used [-Wunused-label] BUILDSTDERR: 4171 | _saBH: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4171 | _saBH: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cbkc’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:4241:1: error: BUILDSTDERR: warning: label ‘_cbkc’ defined but not used [-Wunused-label] BUILDSTDERR: 4241 | _cbkc: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4241 | _cbkc: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cbkf’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:4257:1: error: BUILDSTDERR: warning: label ‘_cbkf’ defined but not used [-Wunused-label] BUILDSTDERR: 4257 | _cbkf: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4257 | _cbkf: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cbkq’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:4287:1: error: BUILDSTDERR: warning: label ‘_cbkq’ defined but not used [-Wunused-label] BUILDSTDERR: 4287 | _cbkq: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4287 | _cbkq: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cbmQ’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:4305:1: error: BUILDSTDERR: warning: label ‘_cbmQ’ defined but not used [-Wunused-label] BUILDSTDERR: 4305 | _cbmQ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4305 | _cbmQ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cbmS’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:4325:1: error: BUILDSTDERR: warning: label ‘_cbmS’ defined but not used [-Wunused-label] BUILDSTDERR: 4325 | _cbmS: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4325 | _cbmS: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cbmG’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:4381:1: error: BUILDSTDERR: warning: label ‘_cbmG’ defined but not used [-Wunused-label] BUILDSTDERR: 4381 | _cbmG: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4381 | _cbmG: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_saA6’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:4406:1: error: BUILDSTDERR: warning: label ‘_saA6’ defined but not used [-Wunused-label] BUILDSTDERR: 4406 | _saA6: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4406 | _saA6: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cbfU’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:4476:1: error: BUILDSTDERR: warning: label ‘_cbfU’ defined but not used [-Wunused-label] BUILDSTDERR: 4476 | _cbfU: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4476 | _cbfU: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cbfX’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:4492:1: error: BUILDSTDERR: warning: label ‘_cbfX’ defined but not used [-Wunused-label] BUILDSTDERR: 4492 | _cbfX: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4492 | _cbfX: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cbg8’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:4522:1: error: BUILDSTDERR: warning: label ‘_cbg8’ defined but not used [-Wunused-label] BUILDSTDERR: 4522 | _cbg8: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4522 | _cbg8: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cbiy’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:4540:1: error: BUILDSTDERR: warning: label ‘_cbiy’ defined but not used [-Wunused-label] BUILDSTDERR: 4540 | _cbiy: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4540 | _cbiy: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cbiA’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:4560:1: error: BUILDSTDERR: warning: label ‘_cbiA’ defined but not used [-Wunused-label] BUILDSTDERR: 4560 | _cbiA: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4560 | _cbiA: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cbio’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:4616:1: error: BUILDSTDERR: warning: label ‘_cbio’ defined but not used [-Wunused-label] BUILDSTDERR: 4616 | _cbio: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4616 | _cbio: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_sayu’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:4641:1: error: BUILDSTDERR: warning: label ‘_sayu’ defined but not used [-Wunused-label] BUILDSTDERR: 4641 | _sayu: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4641 | _sayu: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cbbL’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:4711:1: error: BUILDSTDERR: warning: label ‘_cbbL’ defined but not used [-Wunused-label] BUILDSTDERR: 4711 | _cbbL: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4711 | _cbbL: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cbbO’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:4727:1: error: BUILDSTDERR: warning: label ‘_cbbO’ defined but not used [-Wunused-label] BUILDSTDERR: 4727 | _cbbO: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4727 | _cbbO: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cbbZ’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:4757:1: error: BUILDSTDERR: warning: label ‘_cbbZ’ defined but not used [-Wunused-label] BUILDSTDERR: 4757 | _cbbZ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4757 | _cbbZ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cbep’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:4775:1: error: BUILDSTDERR: warning: label ‘_cbep’ defined but not used [-Wunused-label] BUILDSTDERR: 4775 | _cbep: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4775 | _cbep: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cber’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:4795:1: error: BUILDSTDERR: warning: label ‘_cber’ defined but not used [-Wunused-label] BUILDSTDERR: 4795 | _cber: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4795 | _cber: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cbef’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:4851:1: error: BUILDSTDERR: warning: label ‘_cbef’ defined but not used [-Wunused-label] BUILDSTDERR: 4851 | _cbef: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4851 | _cbef: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_sawS’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:4876:1: error: BUILDSTDERR: warning: label ‘_sawS’ defined but not used [-Wunused-label] BUILDSTDERR: 4876 | _sawS: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4876 | _sawS: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziBits_zdwrestrictedDamerauLevenshteinDistanceWithLengths_slow’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:4950:1: error: BUILDSTDERR: warning: label ‘_cbJo’ defined but not used [-Wunused-label] BUILDSTDERR: 4950 | _cbJo: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4950 | _cbJo: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziBits_zdwrestrictedDamerauLevenshteinDistanceWithLengths_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:4963:1: error: BUILDSTDERR: warning: label ‘_cbJx’ defined but not used [-Wunused-label] BUILDSTDERR: 4963 | _cbJx: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4963 | _cbJx: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziBits_restrictedDamerauLevenshteinDistanceWithLengths_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:5019:1: error: BUILDSTDERR: warning: label ‘_cbJT’ defined but not used [-Wunused-label] BUILDSTDERR: 5019 | _cbJT: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5019 | _cbJT: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cbJQ’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:5047:1: error: BUILDSTDERR: warning: label ‘_cbJQ’ defined but not used [-Wunused-label] BUILDSTDERR: 5047 | _cbJQ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5047 | _cbJQ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cbJW’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:5071:1: error: BUILDSTDERR: warning: label ‘_cbJW’ defined but not used [-Wunused-label] BUILDSTDERR: 5071 | _cbJW: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5071 | _cbJW: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cbK1’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:5093:1: error: BUILDSTDERR: warning: label ‘_cbK1’ defined but not used [-Wunused-label] BUILDSTDERR: 5093 | _cbK1: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5093 | _cbK1: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziBits_zdwrestrictedDamerauLevenshteinDistance_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:5125:1: error: BUILDSTDERR: warning: label ‘_cbKl’ defined but not used [-Wunused-label] BUILDSTDERR: 5125 | _cbKl: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5125 | _cbKl: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cbKj’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:5149:1: error: BUILDSTDERR: warning: label ‘_cbKj’ defined but not used [-Wunused-label] BUILDSTDERR: 5149 | _cbKj: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5149 | _cbKj: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cbKo’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:5168:1: error: BUILDSTDERR: warning: label ‘_cbKo’ defined but not used [-Wunused-label] BUILDSTDERR: 5168 | _cbKo: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5168 | _cbKo: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziBits_restrictedDamerauLevenshteinDistance_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:5192:1: error: BUILDSTDERR: warning: label ‘_cbKC’ defined but not used [-Wunused-label] BUILDSTDERR: 5192 | _cbKC: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5192 | _cbKC: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cbKA’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:5217:1: error: BUILDSTDERR: warning: label ‘_cbKA’ defined but not used [-Wunused-label] BUILDSTDERR: 5217 | _cbKA: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5217 | _cbKA: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘r8x1_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:5249:1: error: BUILDSTDERR: warning: label ‘_cbKS’ defined but not used [-Wunused-label] BUILDSTDERR: 5249 | _cbKS: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5249 | _cbKS: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cbKP’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:5276:1: error: BUILDSTDERR: warning: label ‘_cbKP’ defined but not used [-Wunused-label] BUILDSTDERR: 5276 | _cbKP: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5276 | _cbKP: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘saGH_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:5301:1: error: BUILDSTDERR: warning: label ‘_cbL8’ defined but not used [-Wunused-label] BUILDSTDERR: 5301 | _cbL8: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5301 | _cbL8: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘r8x2_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:5327:1: error: BUILDSTDERR: warning: label ‘_cbLb’ defined but not used [-Wunused-label] BUILDSTDERR: 5327 | _cbLb: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5327 | _cbLb: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘saGO_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:5363:1: error: BUILDSTDERR: warning: label ‘_cbLv’ defined but not used [-Wunused-label] BUILDSTDERR: 5363 | _cbLv: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5363 | _cbLv: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘r8x3_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:5388:1: error: BUILDSTDERR: warning: label ‘_cbLC’ defined but not used [-Wunused-label] BUILDSTDERR: 5388 | _cbLC: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5388 | _cbLC: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cbLk’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:5419:1: error: BUILDSTDERR: warning: label ‘_cbLk’ defined but not used [-Wunused-label] BUILDSTDERR: 5419 | _cbLk: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5419 | _cbLk: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziBits_zdwzdslevenshteinDistancezq_slow’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:5472:1: error: BUILDSTDERR: warning: label ‘_cbLP’ defined but not used [-Wunused-label] BUILDSTDERR: 5472 | _cbLP: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5472 | _cbLP: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘saGZ_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:5484:1: error: BUILDSTDERR: warning: label ‘_cbMd’ defined but not used [-Wunused-label] BUILDSTDERR: 5484 | _cbMd: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5484 | _cbMd: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cbMb’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:5511:1: error: BUILDSTDERR: warning: label ‘_cbMb’ defined but not used [-Wunused-label] BUILDSTDERR: 5511 | _cbMb: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5511 | _cbMb: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziBits_zdwzdslevenshteinDistancezq_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:5528:1: error: BUILDSTDERR: warning: label ‘_cbMn’ defined but not used [-Wunused-label] BUILDSTDERR: 5528 | _cbMn: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5528 | _cbMn: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cbLT’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:5562:1: error: BUILDSTDERR: warning: label ‘_cbLT’ defined but not used [-Wunused-label] BUILDSTDERR: 5562 | _cbLT: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5562 | _cbLT: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cc9V’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:5614:1: error: BUILDSTDERR: warning: label ‘_cc9V’ defined but not used [-Wunused-label] BUILDSTDERR: 5614 | _cc9V: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5614 | _cc9V: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cbM5’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:5633:1: error: BUILDSTDERR: warning: label ‘_cbM5’ defined but not used [-Wunused-label] BUILDSTDERR: 5633 | _cbM5: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5633 | _cbM5: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cbM4’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:5660:1: error: BUILDSTDERR: warning: label ‘_cbM4’ defined but not used [-Wunused-label] BUILDSTDERR: 5660 | _cbM4: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5660 | _cbM4: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cbMt’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:5683:1: error: BUILDSTDERR: warning: label ‘_cbMt’ defined but not used [-Wunused-label] BUILDSTDERR: 5683 | _cbMt: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5683 | _cbMt: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cc5c’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:5732:1: error: BUILDSTDERR: warning: label ‘_cc5c’ defined but not used [-Wunused-label] BUILDSTDERR: 5732 | _cc5c: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5732 | _cc5c: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cc8Q’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:5749:1: error: BUILDSTDERR: warning: label ‘_cc8Q’ defined but not used [-Wunused-label] BUILDSTDERR: 5749 | _cc8Q: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5749 | _cc8Q: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cc8S’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:5769:1: error: BUILDSTDERR: warning: label ‘_cc8S’ defined but not used [-Wunused-label] BUILDSTDERR: 5769 | _cc8S: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5769 | _cc8S: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cc8G’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:5824:1: error: BUILDSTDERR: warning: label ‘_cc8G’ defined but not used [-Wunused-label] BUILDSTDERR: 5824 | _cc8G: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5824 | _cc8G: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_saNO’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:5843:1: error: BUILDSTDERR: warning: label ‘_saNO’ defined but not used [-Wunused-label] BUILDSTDERR: 5843 | _saNO: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5843 | _saNO: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cc6j’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:5861:1: error: BUILDSTDERR: warning: label ‘_cc6j’ defined but not used [-Wunused-label] BUILDSTDERR: 5861 | _cc6j: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5861 | _cc6j: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cc6m’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:5877:1: error: BUILDSTDERR: warning: label ‘_cc6m’ defined but not used [-Wunused-label] BUILDSTDERR: 5877 | _cc6m: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5877 | _cc6m: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cc6x’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:5908:1: error: BUILDSTDERR: warning: label ‘_cc6x’ defined but not used [-Wunused-label] BUILDSTDERR: 5908 | _cc6x: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5908 | _cc6x: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cc7g’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:5926:1: error: BUILDSTDERR: warning: label ‘_cc7g’ defined but not used [-Wunused-label] BUILDSTDERR: 5926 | _cc7g: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5926 | _cc7g: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cc7i’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:5957:1: error: BUILDSTDERR: warning: label ‘_cc7i’ defined but not used [-Wunused-label] BUILDSTDERR: 5957 | _cc7i: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5957 | _cc7i: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cc76’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:6049:1: error: BUILDSTDERR: warning: label ‘_cc76’ defined but not used [-Wunused-label] BUILDSTDERR: 6049 | _cc76: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6049 | _cc76: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cbMQ’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:6073:1: error: BUILDSTDERR: warning: label ‘_cbMQ’ defined but not used [-Wunused-label] BUILDSTDERR: 6073 | _cbMQ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6073 | _cbMQ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cc49’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:6091:1: error: BUILDSTDERR: warning: label ‘_cc49’ defined but not used [-Wunused-label] BUILDSTDERR: 6091 | _cc49: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6091 | _cc49: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cc4b’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:6111:1: error: BUILDSTDERR: warning: label ‘_cc4b’ defined but not used [-Wunused-label] BUILDSTDERR: 6111 | _cc4b: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6111 | _cc4b: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cc3Z’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:6167:1: error: BUILDSTDERR: warning: label ‘_cc3Z’ defined but not used [-Wunused-label] BUILDSTDERR: 6167 | _cc3Z: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6167 | _cc3Z: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_saHc’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:6193:1: error: BUILDSTDERR: warning: label ‘_saHc’ defined but not used [-Wunused-label] BUILDSTDERR: 6193 | _saHc: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6193 | _saHc: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cc0a’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:6252:1: error: BUILDSTDERR: warning: label ‘_cc0a’ defined but not used [-Wunused-label] BUILDSTDERR: 6252 | _cc0a: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6252 | _cc0a: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cc0d’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:6268:1: error: BUILDSTDERR: warning: label ‘_cc0d’ defined but not used [-Wunused-label] BUILDSTDERR: 6268 | _cc0d: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6268 | _cc0d: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cc0o’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:6299:1: error: BUILDSTDERR: warning: label ‘_cc0o’ defined but not used [-Wunused-label] BUILDSTDERR: 6299 | _cc0o: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6299 | _cc0o: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cc2z’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:6317:1: error: BUILDSTDERR: warning: label ‘_cc2z’ defined but not used [-Wunused-label] BUILDSTDERR: 6317 | _cc2z: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6317 | _cc2z: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cc2B’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:6337:1: error: BUILDSTDERR: warning: label ‘_cc2B’ defined but not used [-Wunused-label] BUILDSTDERR: 6337 | _cc2B: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6337 | _cc2B: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cc2p’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:6393:1: error: BUILDSTDERR: warning: label ‘_cc2p’ defined but not used [-Wunused-label] BUILDSTDERR: 6393 | _cc2p: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6393 | _cc2p: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_saM3’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:6418:1: error: BUILDSTDERR: warning: label ‘_saM3’ defined but not used [-Wunused-label] BUILDSTDERR: 6418 | _saM3: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6418 | _saM3: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cbWj’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:6481:1: error: BUILDSTDERR: warning: label ‘_cbWj’ defined but not used [-Wunused-label] BUILDSTDERR: 6481 | _cbWj: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6481 | _cbWj: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cbWm’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:6497:1: error: BUILDSTDERR: warning: label ‘_cbWm’ defined but not used [-Wunused-label] BUILDSTDERR: 6497 | _cbWm: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6497 | _cbWm: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cbWx’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:6528:1: error: BUILDSTDERR: warning: label ‘_cbWx’ defined but not used [-Wunused-label] BUILDSTDERR: 6528 | _cbWx: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6528 | _cbWx: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cbYI’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:6546:1: error: BUILDSTDERR: warning: label ‘_cbYI’ defined but not used [-Wunused-label] BUILDSTDERR: 6546 | _cbYI: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6546 | _cbYI: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cbYK’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:6566:1: error: BUILDSTDERR: warning: label ‘_cbYK’ defined but not used [-Wunused-label] BUILDSTDERR: 6566 | _cbYK: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6566 | _cbYK: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cbYy’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:6622:1: error: BUILDSTDERR: warning: label ‘_cbYy’ defined but not used [-Wunused-label] BUILDSTDERR: 6622 | _cbYy: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6622 | _cbYy: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_saKA’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:6647:1: error: BUILDSTDERR: warning: label ‘_saKA’ defined but not used [-Wunused-label] BUILDSTDERR: 6647 | _saKA: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6647 | _saKA: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cbSg’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:6710:1: error: BUILDSTDERR: warning: label ‘_cbSg’ defined but not used [-Wunused-label] BUILDSTDERR: 6710 | _cbSg: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6710 | _cbSg: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cbSj’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:6726:1: error: BUILDSTDERR: warning: label ‘_cbSj’ defined but not used [-Wunused-label] BUILDSTDERR: 6726 | _cbSj: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6726 | _cbSj: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cbSu’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:6757:1: error: BUILDSTDERR: warning: label ‘_cbSu’ defined but not used [-Wunused-label] BUILDSTDERR: 6757 | _cbSu: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6757 | _cbSu: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cbUF’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:6775:1: error: BUILDSTDERR: warning: label ‘_cbUF’ defined but not used [-Wunused-label] BUILDSTDERR: 6775 | _cbUF: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6775 | _cbUF: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cbUH’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:6795:1: error: BUILDSTDERR: warning: label ‘_cbUH’ defined but not used [-Wunused-label] BUILDSTDERR: 6795 | _cbUH: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6795 | _cbUH: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cbUv’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:6851:1: error: BUILDSTDERR: warning: label ‘_cbUv’ defined but not used [-Wunused-label] BUILDSTDERR: 6851 | _cbUv: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6851 | _cbUv: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_saJ6’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:6876:1: error: BUILDSTDERR: warning: label ‘_saJ6’ defined but not used [-Wunused-label] BUILDSTDERR: 6876 | _saJ6: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6876 | _saJ6: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cbOm’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:6939:1: error: BUILDSTDERR: warning: label ‘_cbOm’ defined but not used [-Wunused-label] BUILDSTDERR: 6939 | _cbOm: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6939 | _cbOm: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cbOp’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:6955:1: error: BUILDSTDERR: warning: label ‘_cbOp’ defined but not used [-Wunused-label] BUILDSTDERR: 6955 | _cbOp: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6955 | _cbOp: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cbOA’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:6986:1: error: BUILDSTDERR: warning: label ‘_cbOA’ defined but not used [-Wunused-label] BUILDSTDERR: 6986 | _cbOA: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6986 | _cbOA: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cbQL’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:7004:1: error: BUILDSTDERR: warning: label ‘_cbQL’ defined but not used [-Wunused-label] BUILDSTDERR: 7004 | _cbQL: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7004 | _cbQL: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cbQN’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:7024:1: error: BUILDSTDERR: warning: label ‘_cbQN’ defined but not used [-Wunused-label] BUILDSTDERR: 7024 | _cbQN: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7024 | _cbQN: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cbQB’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:7080:1: error: BUILDSTDERR: warning: label ‘_cbQB’ defined but not used [-Wunused-label] BUILDSTDERR: 7080 | _cbQB: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7080 | _cbQB: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_saHC’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:7105:1: error: BUILDSTDERR: warning: label ‘_saHC’ defined but not used [-Wunused-label] BUILDSTDERR: 7105 | _saHC: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7105 | _saHC: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziBits_zdwlevenshteinDistanceWithLengths_slow’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:7171:1: error: BUILDSTDERR: warning: label ‘_cckM’ defined but not used [-Wunused-label] BUILDSTDERR: 7171 | _cckM: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7171 | _cckM: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziBits_zdwlevenshteinDistanceWithLengths_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:7184:1: error: BUILDSTDERR: warning: label ‘_cckV’ defined but not used [-Wunused-label] BUILDSTDERR: 7184 | _cckV: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7184 | _cckV: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziBits_levenshteinDistanceWithLengths_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:7240:1: error: BUILDSTDERR: warning: label ‘_cclh’ defined but not used [-Wunused-label] BUILDSTDERR: 7240 | _cclh: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7240 | _cclh: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_ccle’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:7268:1: error: BUILDSTDERR: warning: label ‘_ccle’ defined but not used [-Wunused-label] BUILDSTDERR: 7268 | _ccle: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7268 | _ccle: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cclk’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:7292:1: error: BUILDSTDERR: warning: label ‘_cclk’ defined but not used [-Wunused-label] BUILDSTDERR: 7292 | _cclk: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7292 | _cclk: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cclp’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:7314:1: error: BUILDSTDERR: warning: label ‘_cclp’ defined but not used [-Wunused-label] BUILDSTDERR: 7314 | _cclp: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7314 | _cclp: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziBits_zdwlevenshteinDistance_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:7346:1: error: BUILDSTDERR: warning: label ‘_cclJ’ defined but not used [-Wunused-label] BUILDSTDERR: 7346 | _cclJ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7346 | _cclJ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cclH’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:7370:1: error: BUILDSTDERR: warning: label ‘_cclH’ defined but not used [-Wunused-label] BUILDSTDERR: 7370 | _cclH: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7370 | _cclH: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cclM’: [3 of 7] Compiling Text.EditDistance.EditCosts ( Text/EditDistance/EditCosts.hs, dist/build/Text/EditDistance/EditCosts.o ) BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:7389:1: error: BUILDSTDERR: warning: label ‘_cclM’ defined but not used [-Wunused-label] BUILDSTDERR: 7389 | _cclM: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7389 | _cclM: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziBits_levenshteinDistance_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:7413:1: error: BUILDSTDERR: warning: label ‘_ccm0’ defined but not used [-Wunused-label] BUILDSTDERR: 7413 | _ccm0: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7413 | _ccm0: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc: In function ‘_cclY’: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:7438:1: error: BUILDSTDERR: warning: label ‘_cclY’ defined but not used [-Wunused-label] BUILDSTDERR: 7438 | _cclY: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7438 | _cclY: BUILDSTDERR: | ^ BUILDSTDERR: At top level: BUILDSTDERR: /tmp/ghc30382_0/ghc_17.hc:70:16: error: BUILDSTDERR: warning: ‘r8wP_closure’ defined but not used [-Wunused-variable] BUILDSTDERR: 70 | static StgWord r8wP_closure[]__attribute__((aligned(8)))= { BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: | BUILDSTDERR: 70 | static StgWord r8wP_closure[]__attribute__((aligned(8)))= { BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_22.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziEditCosts_zdWConstantCost_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_22.hc:15:1: error: BUILDSTDERR: warning: label ‘_cczV’ defined but not used [-Wunused-label] BUILDSTDERR: 15 | _cczV: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 15 | _cczV: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_22.hc: In function ‘_cczS’: BUILDSTDERR: /tmp/ghc30382_0/ghc_22.hc:37:1: error: BUILDSTDERR: warning: label ‘_cczS’ defined but not used [-Wunused-label] BUILDSTDERR: 37 | _cczS: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 37 | _cczS: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_22.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziEditCosts_transpositionCosts_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_22.hc:70:1: error: BUILDSTDERR: warning: label ‘_ccAc’ defined but not used [-Wunused-label] BUILDSTDERR: 70 | _ccAc: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 70 | _ccAc: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_22.hc: In function ‘_ccA9’: BUILDSTDERR: /tmp/ghc30382_0/ghc_22.hc:89:1: error: BUILDSTDERR: warning: label ‘_ccA9’ defined but not used [-Wunused-label] BUILDSTDERR: 89 | _ccA9: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 89 | _ccA9: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_22.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziEditCosts_substitutionCosts_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_22.hc:111:1: error: BUILDSTDERR: warning: label ‘_ccAq’ defined but not used [-Wunused-label] BUILDSTDERR: 111 | _ccAq: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 111 | _ccAq: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_22.hc: In function ‘_ccAn’: BUILDSTDERR: /tmp/ghc30382_0/ghc_22.hc:130:1: error: BUILDSTDERR: warning: label ‘_ccAn’ defined but not used [-Wunused-label] BUILDSTDERR: 130 | _ccAn: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 130 | _ccAn: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_22.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziEditCosts_insertionCosts_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_22.hc:152:1: error: BUILDSTDERR: warning: label ‘_ccAE’ defined but not used [-Wunused-label] BUILDSTDERR: 152 | _ccAE: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 152 | _ccAE: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_22.hc: In function ‘_ccAB’: BUILDSTDERR: /tmp/ghc30382_0/ghc_22.hc:171:1: error: BUILDSTDERR: warning: label ‘_ccAB’ defined but not used [-Wunused-label] BUILDSTDERR: 171 | _ccAB: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 171 | _ccAB: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_22.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziEditCosts_deletionCosts_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_22.hc:193:1: error: BUILDSTDERR: warning: label ‘_ccAS’ defined but not used [-Wunused-label] BUILDSTDERR: 193 | _ccAS: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 193 | _ccAS: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_22.hc: In function ‘_ccAP’: BUILDSTDERR: /tmp/ghc30382_0/ghc_22.hc:212:1: error: BUILDSTDERR: warning: label ‘_ccAP’ defined but not used [-Wunused-label] BUILDSTDERR: 212 | _ccAP: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 212 | _ccAP: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_22.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziEditCosts_deletionCost_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_22.hc:234:1: error: BUILDSTDERR: warning: label ‘_ccB6’ defined but not used [-Wunused-label] BUILDSTDERR: 234 | _ccB6: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 234 | _ccB6: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_22.hc: In function ‘_ccB3’: BUILDSTDERR: /tmp/ghc30382_0/ghc_22.hc:255:1: error: BUILDSTDERR: warning: label ‘_ccB3’ defined but not used [-Wunused-label] BUILDSTDERR: 255 | _ccB3: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 255 | _ccB3: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_22.hc: In function ‘_ccBb’: BUILDSTDERR: /tmp/ghc30382_0/ghc_22.hc:276:1: error: BUILDSTDERR: warning: label ‘_ccBb’ defined but not used [-Wunused-label] BUILDSTDERR: 276 | _ccBb: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 276 | _ccBb: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_22.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziEditCosts_insertionCost_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_22.hc:318:1: error: BUILDSTDERR: warning: label ‘_ccBB’ defined but not used [-Wunused-label] BUILDSTDERR: 318 | _ccBB: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 318 | _ccBB: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_22.hc: In function ‘_ccBy’: BUILDSTDERR: /tmp/ghc30382_0/ghc_22.hc:339:1: error: BUILDSTDERR: warning: label ‘_ccBy’ defined but not used [-Wunused-label] BUILDSTDERR: 339 | _ccBy: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 339 | _ccBy: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_22.hc: In function ‘_ccBG’: BUILDSTDERR: /tmp/ghc30382_0/ghc_22.hc:360:1: error: BUILDSTDERR: warning: label ‘_ccBG’ defined but not used [-Wunused-label] BUILDSTDERR: 360 | _ccBG: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 360 | _ccBG: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_22.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziEditCosts_substitutionCost_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_22.hc:402:1: error: BUILDSTDERR: warning: label ‘_ccC6’ defined but not used [-Wunused-label] BUILDSTDERR: 402 | _ccC6: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 402 | _ccC6: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_22.hc: In function ‘_ccC3’: BUILDSTDERR: /tmp/ghc30382_0/ghc_22.hc:423:1: error: BUILDSTDERR: warning: label ‘_ccC3’ defined but not used [-Wunused-label] BUILDSTDERR: 423 | _ccC3: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 423 | _ccC3: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_22.hc: In function ‘_ccCb’: BUILDSTDERR: /tmp/ghc30382_0/ghc_22.hc:446:1: error: BUILDSTDERR: warning: label ‘_ccCb’ defined but not used [-Wunused-label] BUILDSTDERR: 446 | _ccCb: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 446 | _ccCb: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_22.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziEditCosts_transpositionCost_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_22.hc:500:1: error: BUILDSTDERR: warning: label ‘_ccCE’ defined but not used [-Wunused-label] BUILDSTDERR: 500 | _ccCE: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 500 | _ccCE: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_22.hc: In function ‘_ccCB’: BUILDSTDERR: /tmp/ghc30382_0/ghc_22.hc:521:1: error: BUILDSTDERR: warning: label ‘_ccCB’ defined but not used [-Wunused-label] BUILDSTDERR: 521 | _ccCB: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 521 | _ccCB: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_22.hc: In function ‘_ccCJ’: BUILDSTDERR: /tmp/ghc30382_0/ghc_22.hc:544:1: error: BUILDSTDERR: warning: label ‘_ccCJ’ defined but not used [-Wunused-label] BUILDSTDERR: 544 | _ccCJ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 544 | _ccCJ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_22.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziEditCosts_zdwisDefaultEditCosts_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_22.hc:615:1: error: BUILDSTDERR: warning: label ‘_ccDg’ defined but not used [-Wunused-label] BUILDSTDERR: 615 | _ccDg: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 615 | _ccDg: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_22.hc: In function ‘_ccD9’: BUILDSTDERR: /tmp/ghc30382_0/ghc_22.hc:639:1: error: BUILDSTDERR: warning: label ‘_ccD9’ defined but not used [-Wunused-label] BUILDSTDERR: 639 | _ccD9: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 639 | _ccD9: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_22.hc: In function ‘_ccDr’: BUILDSTDERR: /tmp/ghc30382_0/ghc_22.hc:683:1: error: BUILDSTDERR: warning: label ‘_ccDr’ defined but not used [-Wunused-label] BUILDSTDERR: 683 | _ccDr: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 683 | _ccDr: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_22.hc: In function ‘_ccDD’: BUILDSTDERR: /tmp/ghc30382_0/ghc_22.hc:727:1: error: BUILDSTDERR: warning: label ‘_ccDD’ defined but not used [-Wunused-label] BUILDSTDERR: 727 | _ccDD: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 727 | _ccDD: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_22.hc: In function ‘_ccDP’: BUILDSTDERR: /tmp/ghc30382_0/ghc_22.hc:769:1: error: BUILDSTDERR: warning: label ‘_ccDP’ defined but not used [-Wunused-label] BUILDSTDERR: 769 | _ccDP: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 769 | _ccDP: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_22.hc: In function ‘_ccDe’: BUILDSTDERR: /tmp/ghc30382_0/ghc_22.hc:803:1: error: BUILDSTDERR: warning: label ‘_ccDe’ defined but not used [-Wunused-label] BUILDSTDERR: 803 | _ccDe: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 803 | _ccDe: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_22.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziEditCosts_isDefaultEditCosts_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_22.hc:819:1: error: BUILDSTDERR: warning: label ‘_ccEP’ defined but not used [-Wunused-label] BUILDSTDERR: 819 | _ccEP: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 819 | _ccEP: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_22.hc: In function ‘_ccEM’: BUILDSTDERR: /tmp/ghc30382_0/ghc_22.hc:845:1: error: BUILDSTDERR: warning: label ‘_ccEM’ defined but not used [-Wunused-label] BUILDSTDERR: 845 | _ccEM: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 845 | _ccEM: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_22.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziEditCosts_EditCosts_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_22.hc:1104:1: error: BUILDSTDERR: warning: label ‘_ccF1’ defined but not used [-Wunused-label] BUILDSTDERR: 1104 | _ccF1: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1104 | _ccF1: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_22.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziEditCosts_ConstantCost_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_22.hc:1137:1: error: BUILDSTDERR: warning: label ‘_ccFb’ defined but not used [-Wunused-label] BUILDSTDERR: 1137 | _ccFb: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1137 | _ccFb: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_22.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziEditCosts_VariableCost_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_22.hc:1167:1: error: BUILDSTDERR: warning: label ‘_ccFl’ defined but not used [-Wunused-label] BUILDSTDERR: 1167 | _ccFl: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1167 | _ccFl: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_22.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziEditCosts_EditCosts_con_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_22.hc:1191:1: error: BUILDSTDERR: warning: label ‘_ccFq’ defined but not used [-Wunused-label] BUILDSTDERR: 1191 | _ccFq: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1191 | _ccFq: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_22.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziEditCosts_ConstantCost_con_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_22.hc:1205:1: error: BUILDSTDERR: warning: label ‘_ccFs’ defined but not used [-Wunused-label] BUILDSTDERR: 1205 | _ccFs: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1205 | _ccFs: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_22.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziEditCosts_VariableCost_con_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_22.hc:1219:1: error: BUILDSTDERR: warning: label ‘_ccFu’ defined but not used [-Wunused-label] BUILDSTDERR: 1219 | _ccFu: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1219 | _ccFu: BUILDSTDERR: | ^ BUILDSTDERR: At top level: BUILDSTDERR: /tmp/ghc30382_0/ghc_22.hc:1230:22: error: BUILDSTDERR: warning: ‘ScFw_srt’ defined but not used [-Wunused-const-variable=] BUILDSTDERR: 1230 | static const StgWord ScFw_srt[]__attribute__((aligned(8)))= { BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: | BUILDSTDERR: 1230 | static const StgWord ScFw_srt[]__attribute__((aligned(8)))= { BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_26.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziEditCosts_zdWConstantCost_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_26.hc:15:1: error: BUILDSTDERR: warning: label ‘_ccHd’ defined but not used [-Wunused-label] BUILDSTDERR: 15 | _ccHd: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 15 | _ccHd: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_26.hc: In function ‘_ccHa’: BUILDSTDERR: /tmp/ghc30382_0/ghc_26.hc:37:1: error: BUILDSTDERR: warning: label ‘_ccHa’ defined but not used [-Wunused-label] BUILDSTDERR: 37 | _ccHa: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 37 | _ccHa: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_26.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziEditCosts_transpositionCosts_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_26.hc:70:1: error: BUILDSTDERR: warning: label ‘_ccHu’ defined but not used [-Wunused-label] BUILDSTDERR: 70 | _ccHu: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 70 | _ccHu: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_26.hc: In function ‘_ccHr’: BUILDSTDERR: /tmp/ghc30382_0/ghc_26.hc:89:1: error: BUILDSTDERR: warning: label ‘_ccHr’ defined but not used [-Wunused-label] BUILDSTDERR: 89 | _ccHr: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 89 | _ccHr: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_26.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziEditCosts_substitutionCosts_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_26.hc:111:1: error: BUILDSTDERR: warning: label ‘_ccHI’ defined but not used [-Wunused-label] BUILDSTDERR: 111 | _ccHI: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 111 | _ccHI: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_26.hc: In function ‘_ccHF’: BUILDSTDERR: /tmp/ghc30382_0/ghc_26.hc:130:1: error: BUILDSTDERR: warning: label ‘_ccHF’ defined but not used [-Wunused-label] BUILDSTDERR: 130 | _ccHF: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 130 | _ccHF: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_26.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziEditCosts_insertionCosts_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_26.hc:152:1: error: BUILDSTDERR: warning: label ‘_ccHW’ defined but not used [-Wunused-label] BUILDSTDERR: 152 | _ccHW: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 152 | _ccHW: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_26.hc: In function ‘_ccHT’: BUILDSTDERR: /tmp/ghc30382_0/ghc_26.hc:171:1: error: BUILDSTDERR: warning: label ‘_ccHT’ defined but not used [-Wunused-label] BUILDSTDERR: 171 | _ccHT: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 171 | _ccHT: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_26.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziEditCosts_deletionCosts_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_26.hc:193:1: error: BUILDSTDERR: warning: label ‘_ccIa’ defined but not used [-Wunused-label] BUILDSTDERR: 193 | _ccIa: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 193 | _ccIa: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_26.hc: In function ‘_ccI7’: BUILDSTDERR: /tmp/ghc30382_0/ghc_26.hc:212:1: error: BUILDSTDERR: warning: label ‘_ccI7’ defined but not used [-Wunused-label] BUILDSTDERR: 212 | _ccI7: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 212 | _ccI7: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_26.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziEditCosts_deletionCost_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_26.hc:234:1: error: BUILDSTDERR: warning: label ‘_ccIo’ defined but not used [-Wunused-label] BUILDSTDERR: 234 | _ccIo: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 234 | _ccIo: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_26.hc: In function ‘_ccIl’: BUILDSTDERR: /tmp/ghc30382_0/ghc_26.hc:255:1: error: BUILDSTDERR: warning: label ‘_ccIl’ defined but not used [-Wunused-label] BUILDSTDERR: 255 | _ccIl: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 255 | _ccIl: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_26.hc: In function ‘_ccIt’: BUILDSTDERR: /tmp/ghc30382_0/ghc_26.hc:276:1: error: BUILDSTDERR: warning: label ‘_ccIt’ defined but not used [-Wunused-label] BUILDSTDERR: 276 | _ccIt: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 276 | _ccIt: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_26.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziEditCosts_insertionCost_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_26.hc:318:1: error: BUILDSTDERR: warning: label ‘_ccIT’ defined but not used [-Wunused-label] BUILDSTDERR: 318 | _ccIT: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 318 | _ccIT: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_26.hc: In function ‘_ccIQ’: BUILDSTDERR: /tmp/ghc30382_0/ghc_26.hc:339:1: error: BUILDSTDERR: warning: label ‘_ccIQ’ defined but not used [-Wunused-label] BUILDSTDERR: 339 | _ccIQ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 339 | _ccIQ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_26.hc: In function ‘_ccIY’: BUILDSTDERR: /tmp/ghc30382_0/ghc_26.hc:360:1: error: BUILDSTDERR: warning: label ‘_ccIY’ defined but not used [-Wunused-label] BUILDSTDERR: 360 | _ccIY: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 360 | _ccIY: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_26.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziEditCosts_substitutionCost_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_26.hc:402:1: error: BUILDSTDERR: warning: label ‘_ccJo’ defined but not used [-Wunused-label] BUILDSTDERR: 402 | _ccJo: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 402 | _ccJo: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_26.hc: In function ‘_ccJl’: BUILDSTDERR: /tmp/ghc30382_0/ghc_26.hc:423:1: error: BUILDSTDERR: warning: label ‘_ccJl’ defined but not used [-Wunused-label] BUILDSTDERR: 423 | _ccJl: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 423 | _ccJl: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_26.hc: In function ‘_ccJt’: BUILDSTDERR: /tmp/ghc30382_0/ghc_26.hc:446:1: error: BUILDSTDERR: warning: label ‘_ccJt’ defined but not used [-Wunused-label] BUILDSTDERR: 446 | _ccJt: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 446 | _ccJt: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_26.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziEditCosts_transpositionCost_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_26.hc:500:1: error: BUILDSTDERR: warning: label ‘_ccJW’ defined but not used [-Wunused-label] BUILDSTDERR: 500 | _ccJW: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 500 | _ccJW: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_26.hc: In function ‘_ccJT’: BUILDSTDERR: /tmp/ghc30382_0/ghc_26.hc:521:1: error: BUILDSTDERR: warning: label ‘_ccJT’ defined but not used [-Wunused-label] BUILDSTDERR: 521 | _ccJT: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 521 | _ccJT: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_26.hc: In function ‘_ccK1’: BUILDSTDERR: /tmp/ghc30382_0/ghc_26.hc:544:1: error: BUILDSTDERR: warning: label ‘_ccK1’ defined but not used [-Wunused-label] BUILDSTDERR: 544 | _ccK1: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 544 | _ccK1: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_26.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziEditCosts_zdwisDefaultEditCosts_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_26.hc:615:1: error: BUILDSTDERR: warning: label ‘_ccKy’ defined but not used [-Wunused-label] BUILDSTDERR: 615 | _ccKy: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 615 | _ccKy: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_26.hc: In function ‘_ccKr’: BUILDSTDERR: /tmp/ghc30382_0/ghc_26.hc:639:1: error: BUILDSTDERR: warning: label ‘_ccKr’ defined but not used [-Wunused-label] BUILDSTDERR: 639 | _ccKr: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 639 | _ccKr: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_26.hc: In function ‘_ccKJ’: BUILDSTDERR: /tmp/ghc30382_0/ghc_26.hc:683:1: error: BUILDSTDERR: warning: label ‘_ccKJ’ defined but not used [-Wunused-label] BUILDSTDERR: 683 | _ccKJ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 683 | _ccKJ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_26.hc: In function ‘_ccKV’: BUILDSTDERR: /tmp/ghc30382_0/ghc_26.hc:727:1: error: BUILDSTDERR: warning: label ‘_ccKV’ defined but not used [-Wunused-label] BUILDSTDERR: 727 | _ccKV: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 727 | _ccKV: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_26.hc: In function ‘_ccL7’: BUILDSTDERR: /tmp/ghc30382_0/ghc_26.hc:769:1: error: BUILDSTDERR: warning: label ‘_ccL7’ defined but not used [-Wunused-label] BUILDSTDERR: 769 | _ccL7: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 769 | _ccL7: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_26.hc: In function ‘_ccKw’: BUILDSTDERR: /tmp/ghc30382_0/ghc_26.hc:803:1: error: BUILDSTDERR: warning: label ‘_ccKw’ defined but not used [-Wunused-label] BUILDSTDERR: 803 | _ccKw: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 803 | _ccKw: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_26.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziEditCosts_isDefaultEditCosts_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_26.hc:819:1: error: BUILDSTDERR: warning: label ‘_ccM7’ defined but not used [-Wunused-label] BUILDSTDERR: 819 | _ccM7: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 819 | _ccM7: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_26.hc: In function ‘_ccM4’: BUILDSTDERR: /tmp/ghc30382_0/ghc_26.hc:845:1: error: BUILDSTDERR: warning: label ‘_ccM4’ defined but not used [-Wunused-label] BUILDSTDERR: 845 | _ccM4: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 845 | _ccM4: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_26.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziEditCosts_EditCosts_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_26.hc:1104:1: error: BUILDSTDERR: warning: label ‘_ccMj’ defined but not used [-Wunused-label] BUILDSTDERR: 1104 | _ccMj: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1104 | _ccMj: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_26.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziEditCosts_ConstantCost_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_26.hc:1137:1: error: BUILDSTDERR: warning: label ‘_ccMt’ defined but not used [-Wunused-label] BUILDSTDERR: 1137 | _ccMt: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1137 | _ccMt: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_26.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziEditCosts_VariableCost_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_26.hc:1167:1: error: BUILDSTDERR: warning: label ‘_ccMD’ defined but not used [-Wunused-label] BUILDSTDERR: 1167 | _ccMD: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1167 | _ccMD: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_26.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziEditCosts_EditCosts_con_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_26.hc:1191:1: error: BUILDSTDERR: warning: label ‘_ccMI’ defined but not used [-Wunused-label] BUILDSTDERR: 1191 | _ccMI: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1191 | _ccMI: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_26.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziEditCosts_ConstantCost_con_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_26.hc:1205:1: error: BUILDSTDERR: warning: label ‘_ccMK’ defined but not used [-Wunused-label] BUILDSTDERR: 1205 | _ccMK: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1205 | _ccMK: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_26.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziEditCosts_VariableCost_con_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_26.hc:1219:1: error: BUILDSTDERR: warning: label ‘_ccMM’ defined but not used [-Wunused-label] BUILDSTDERR: 1219 | _ccMM: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1219 | _ccMM: BUILDSTDERR: | ^ BUILDSTDERR: At top level: BUILDSTDERR: /tmp/ghc30382_0/ghc_26.hc:1230:22: error: BUILDSTDERR: warning: ‘ScMO_srt’ defined but not used [-Wunused-const-variable=] BUILDSTDERR: 1230 | static const StgWord ScMO_srt[]__attribute__((aligned(8)))= { BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: | BUILDSTDERR: 1230 | static const StgWord ScMO_srt[]__attribute__((aligned(8)))= { BUILDSTDERR: | ^ [4 of 7] Compiling Text.EditDistance.MonadUtilities ( Text/EditDistance/MonadUtilities.hs, dist/build/Text/EditDistance/MonadUtilities.o ) BUILDSTDERR: /tmp/ghc30382_0/ghc_31.hc: In function ‘scUX_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_31.hc:15:1: error: BUILDSTDERR: warning: label ‘_ccVQ’ defined but not used [-Wunused-label] BUILDSTDERR: 15 | _ccVQ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 15 | _ccVQ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_31.hc: In function ‘scV5_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_31.hc:41:1: error: BUILDSTDERR: warning: label ‘_ccW7’ defined but not used [-Wunused-label] BUILDSTDERR: 41 | _ccW7: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 41 | _ccW7: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_31.hc: In function ‘scV3_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_31.hc:69:1: error: BUILDSTDERR: warning: label ‘_ccWf’ defined but not used [-Wunused-label] BUILDSTDERR: 69 | _ccWf: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 69 | _ccWf: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_31.hc: In function ‘scUY_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_31.hc:111:1: error: BUILDSTDERR: warning: label ‘_ccWn’ defined but not used [-Wunused-label] BUILDSTDERR: 111 | _ccWn: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 111 | _ccWn: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_31.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziMonadUtilities_loopMzu_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_31.hc:165:1: error: BUILDSTDERR: warning: label ‘_ccWs’ defined but not used [-Wunused-label] BUILDSTDERR: 165 | _ccWs: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 165 | _ccWs: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_31.hc: In function ‘_ccVC’: BUILDSTDERR: /tmp/ghc30382_0/ghc_31.hc:192:1: error: BUILDSTDERR: warning: label ‘_ccVC’ defined but not used [-Wunused-label] BUILDSTDERR: 192 | _ccVC: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 192 | _ccVC: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_31.hc: In function ‘_ccVH’: BUILDSTDERR: /tmp/ghc30382_0/ghc_31.hc:218:1: error: BUILDSTDERR: warning: label ‘_ccVH’ defined but not used [-Wunused-label] BUILDSTDERR: 218 | _ccVH: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 218 | _ccVH: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_31.hc: In function ‘scVa_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_31.hc:256:1: error: BUILDSTDERR: warning: label ‘_ccWJ’ defined but not used [-Wunused-label] BUILDSTDERR: 256 | _ccWJ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 256 | _ccWJ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_31.hc: In function ‘scVj_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_31.hc:284:1: error: BUILDSTDERR: warning: label ‘_ccX4’ defined but not used [-Wunused-label] BUILDSTDERR: 284 | _ccX4: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 284 | _ccX4: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_31.hc: In function ‘scVb_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_31.hc:324:1: error: BUILDSTDERR: warning: label ‘_ccXd’ defined but not used [-Wunused-label] BUILDSTDERR: 324 | _ccXd: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 324 | _ccXd: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_31.hc: In function ‘_ccWR’: BUILDSTDERR: /tmp/ghc30382_0/ghc_31.hc:357:1: error: BUILDSTDERR: warning: label ‘_ccWR’ defined but not used [-Wunused-label] BUILDSTDERR: 357 | _ccWR: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 357 | _ccWR: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_31.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziMonadUtilities_foldM_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_31.hc:404:1: error: BUILDSTDERR: warning: label ‘_ccXm’ defined but not used [-Wunused-label] BUILDSTDERR: 404 | _ccXm: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 404 | _ccXm: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_31.hc: In function ‘scVx_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_31.hc:447:1: error: BUILDSTDERR: warning: label ‘_ccXN’ defined but not used [-Wunused-label] BUILDSTDERR: 447 | _ccXN: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 447 | _ccXN: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_31.hc: In function ‘scVp_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_31.hc:487:1: error: BUILDSTDERR: warning: label ‘_ccXW’ defined but not used [-Wunused-label] BUILDSTDERR: 487 | _ccXW: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 487 | _ccXW: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_31.hc: In function ‘_ccXA’: BUILDSTDERR: /tmp/ghc30382_0/ghc_31.hc:520:1: error: BUILDSTDERR: warning: label ‘_ccXA’ defined but not used [-Wunused-label] BUILDSTDERR: 520 | _ccXA: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 520 | _ccXA: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_31.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziMonadUtilities_foldMK_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_31.hc:565:1: error: BUILDSTDERR: warning: label ‘_ccY5’ defined but not used [-Wunused-label] BUILDSTDERR: 565 | _ccY5: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 565 | _ccY5: BUILDSTDERR: | ^ BUILDSTDERR: At top level: BUILDSTDERR: /tmp/ghc30382_0/ghc_31.hc:615:22: error: BUILDSTDERR: warning: ‘ScYa_srt’ defined but not used [-Wunused-const-variable=] BUILDSTDERR: 615 | static const StgWord ScYa_srt[]__attribute__((aligned(8)))= { BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: | BUILDSTDERR: 615 | static const StgWord ScYa_srt[]__attribute__((aligned(8)))= { BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_35.hc: In function ‘scYj_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_35.hc:15:1: error: BUILDSTDERR: warning: label ‘_ccZc’ defined but not used [-Wunused-label] BUILDSTDERR: 15 | _ccZc: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 15 | _ccZc: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_35.hc: In function ‘scYr_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_35.hc:41:1: error: BUILDSTDERR: warning: label ‘_ccZt’ defined but not used [-Wunused-label] BUILDSTDERR: 41 | _ccZt: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 41 | _ccZt: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_35.hc: In function ‘scYp_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_35.hc:69:1: error: BUILDSTDERR: warning: label ‘_ccZB’ defined but not used [-Wunused-label] BUILDSTDERR: 69 | _ccZB: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 69 | _ccZB: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_35.hc: In function ‘scYk_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_35.hc:111:1: error: BUILDSTDERR: warning: label ‘_ccZJ’ defined but not used [-Wunused-label] BUILDSTDERR: 111 | _ccZJ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 111 | _ccZJ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_35.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziMonadUtilities_loopMzu_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_35.hc:165:1: error: BUILDSTDERR: warning: label ‘_ccZO’ defined but not used [-Wunused-label] BUILDSTDERR: 165 | _ccZO: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 165 | _ccZO: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_35.hc: In function ‘_ccYY’: BUILDSTDERR: /tmp/ghc30382_0/ghc_35.hc:192:1: error: BUILDSTDERR: warning: label ‘_ccYY’ defined but not used [-Wunused-label] BUILDSTDERR: 192 | _ccYY: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 192 | _ccYY: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_35.hc: In function ‘_ccZ3’: BUILDSTDERR: /tmp/ghc30382_0/ghc_35.hc:218:1: error: BUILDSTDERR: warning: label ‘_ccZ3’ defined but not used [-Wunused-label] BUILDSTDERR: 218 | _ccZ3: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 218 | _ccZ3: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_35.hc: In function ‘scYw_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_35.hc:256:1: error: BUILDSTDERR: warning: label ‘_cd05’ defined but not used [-Wunused-label] BUILDSTDERR: 256 | _cd05: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 256 | _cd05: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_35.hc: In function ‘scYF_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_35.hc:284:1: error: BUILDSTDERR: warning: label ‘_cd0q’ defined but not used [-Wunused-label] BUILDSTDERR: 284 | _cd0q: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 284 | _cd0q: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_35.hc: In function ‘scYx_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_35.hc:324:1: error: BUILDSTDERR: warning: label ‘_cd0z’ defined but not used [-Wunused-label] BUILDSTDERR: 324 | _cd0z: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 324 | _cd0z: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_35.hc: In function ‘_cd0d’: BUILDSTDERR: /tmp/ghc30382_0/ghc_35.hc:357:1: error: BUILDSTDERR: warning: label ‘_cd0d’ defined but not used [-Wunused-label] BUILDSTDERR: 357 | _cd0d: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 357 | _cd0d: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_35.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziMonadUtilities_foldM_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_35.hc:404:1: error: BUILDSTDERR: warning: label ‘_cd0I’ defined but not used [-Wunused-label] BUILDSTDERR: 404 | _cd0I: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 404 | _cd0I: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_35.hc: In function ‘scYT_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_35.hc:447:1: error: BUILDSTDERR: warning: label ‘_cd19’ defined but not used [-Wunused-label] BUILDSTDERR: 447 | _cd19: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 447 | _cd19: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_35.hc: In function ‘scYL_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_35.hc:487:1: error: BUILDSTDERR: warning: label ‘_cd1i’ defined but not used [-Wunused-label] BUILDSTDERR: 487 | _cd1i: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 487 | _cd1i: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_35.hc: In function ‘_cd0W’: BUILDSTDERR: /tmp/ghc30382_0/ghc_35.hc:520:1: error: BUILDSTDERR: warning: label ‘_cd0W’ defined but not used [-Wunused-label] BUILDSTDERR: 520 | _cd0W: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 520 | _cd0W: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_35.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziMonadUtilities_foldMK_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_35.hc:565:1: error: BUILDSTDERR: warning: label ‘_cd1r’ defined but not used [-Wunused-label] BUILDSTDERR: 565 | _cd1r: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 565 | _cd1r: BUILDSTDERR: | ^ BUILDSTDERR: At top level: BUILDSTDERR: /tmp/ghc30382_0/ghc_35.hc:615:22: error: BUILDSTDERR: warning: ‘Sd1w_srt’ defined but not used [-Wunused-const-variable=] BUILDSTDERR: 615 | static const StgWord Sd1w_srt[]__attribute__((aligned(8)))= { BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: | BUILDSTDERR: 615 | static const StgWord Sd1w_srt[]__attribute__((aligned(8)))= { BUILDSTDERR: | ^ [5 of 7] Compiling Text.EditDistance.STUArray ( Text/EditDistance/STUArray.hs, dist/build/Text/EditDistance/STUArray.o ) BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘rgYW_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:47:1: error: BUILDSTDERR: warning: label ‘_chzI’ defined but not used [-Wunused-label] BUILDSTDERR: 47 | _chzI: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 47 | _chzI: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘rgYY_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:88:1: error: BUILDSTDERR: warning: label ‘_chzR’ defined but not used [-Wunused-label] BUILDSTDERR: 88 | _chzR: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 88 | _chzR: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘rgZ0_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:129:1: error: BUILDSTDERR: warning: label ‘_chA0’ defined but not used [-Wunused-label] BUILDSTDERR: 129 | _chA0: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 129 | _chA0: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘rgZ2_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:170:1: error: BUILDSTDERR: warning: label ‘_chA9’ defined but not used [-Wunused-label] BUILDSTDERR: 170 | _chA9: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 170 | _chA9: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘rgZ9_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:246:1: error: BUILDSTDERR: warning: label ‘_chAk’ defined but not used [-Wunused-label] BUILDSTDERR: 246 | _chAk: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 246 | _chAk: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_chAi’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:279:1: error: BUILDSTDERR: warning: label ‘_chAi’ defined but not used [-Wunused-label] BUILDSTDERR: 279 | _chAi: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 279 | _chAi: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘sgZn_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:308:1: error: BUILDSTDERR: warning: label ‘_chAM’ defined but not used [-Wunused-label] BUILDSTDERR: 308 | _chAM: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 308 | _chAM: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_chAJ’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:335:1: error: BUILDSTDERR: warning: label ‘_chAJ’ defined but not used [-Wunused-label] BUILDSTDERR: 335 | _chAJ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 335 | _chAJ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘sgZo_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:365:1: error: BUILDSTDERR: warning: label ‘_chAS’ defined but not used [-Wunused-label] BUILDSTDERR: 365 | _chAS: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 365 | _chAS: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘sgZp_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:399:1: error: BUILDSTDERR: warning: label ‘_chAY’ defined but not used [-Wunused-label] BUILDSTDERR: 399 | _chAY: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 399 | _chAY: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_chAz’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:429:1: error: BUILDSTDERR: warning: label ‘_chAz’ defined but not used [-Wunused-label] BUILDSTDERR: 429 | _chAz: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 429 | _chAz: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘rgZc_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:462:1: error: BUILDSTDERR: warning: label ‘_chB6’ defined but not used [-Wunused-label] BUILDSTDERR: 462 | _chB6: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 462 | _chB6: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_chB4’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:494:1: error: BUILDSTDERR: warning: label ‘_chB4’ defined but not used [-Wunused-label] BUILDSTDERR: 494 | _chB4: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 494 | _chB4: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziSTUArray_zdwrestrictedDamerauLevenshteinDistanceWithLengths_slow’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:516:1: error: BUILDSTDERR: warning: label ‘_chBf’ defined but not used [-Wunused-label] BUILDSTDERR: 516 | _chBf: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 516 | _chBf: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziSTUArray_zdwrestrictedDamerauLevenshteinDistanceWithLengths_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:532:1: error: BUILDSTDERR: warning: label ‘_chUj’ defined but not used [-Wunused-label] BUILDSTDERR: 532 | _chUj: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 532 | _chUj: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_chBJ’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:620:1: error: BUILDSTDERR: warning: label ‘_chBJ’ defined but not used [-Wunused-label] BUILDSTDERR: 620 | _chBJ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 620 | _chBJ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_cix7’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:679:1: error: BUILDSTDERR: warning: label ‘_cix7’ defined but not used [-Wunused-label] BUILDSTDERR: 679 | _cix7: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 679 | _cix7: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_cixa’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:696:1: error: BUILDSTDERR: warning: label ‘_cixa’ defined but not used [-Wunused-label] BUILDSTDERR: 696 | _cixa: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 696 | _cixa: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_cixl’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:729:1: error: BUILDSTDERR: warning: label ‘_cixl’ defined but not used [-Wunused-label] BUILDSTDERR: 729 | _cixl: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 729 | _cixl: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_sgZT’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:761:1: error: BUILDSTDERR: warning: label ‘_sgZT’ defined but not used [-Wunused-label] BUILDSTDERR: 761 | _sgZT: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 761 | _sgZT: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_chCh’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:800:1: error: BUILDSTDERR: warning: label ‘_chCh’ defined but not used [-Wunused-label] BUILDSTDERR: 800 | _chCh: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 800 | _chCh: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ciw2’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:860:1: error: BUILDSTDERR: warning: label ‘_ciw2’ defined but not used [-Wunused-label] BUILDSTDERR: 860 | _ciw2: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 860 | _ciw2: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ciw5’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:877:1: error: BUILDSTDERR: warning: label ‘_ciw5’ defined but not used [-Wunused-label] BUILDSTDERR: 877 | _ciw5: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 877 | _ciw5: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ciwg’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:911:1: error: BUILDSTDERR: warning: label ‘_ciwg’ defined but not used [-Wunused-label] BUILDSTDERR: 911 | _ciwg: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 911 | _ciwg: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_sh09’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:942:1: error: BUILDSTDERR: warning: label ‘_sh09’ defined but not used [-Wunused-label] BUILDSTDERR: 942 | _sh09: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 942 | _sh09: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_chCK’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:971:1: error: BUILDSTDERR: warning: label ‘_chCK’ defined but not used [-Wunused-label] BUILDSTDERR: 971 | _chCK: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 971 | _chCK: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_chUH’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:1035:1: error: BUILDSTDERR: warning: label ‘_chUH’ defined but not used [-Wunused-label] BUILDSTDERR: 1035 | _chUH: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1035 | _chUH: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ciux’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:1071:1: error: BUILDSTDERR: warning: label ‘_ciux’ defined but not used [-Wunused-label] BUILDSTDERR: 1071 | _ciux: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1071 | _ciux: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_civ1’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:1109:1: error: BUILDSTDERR: warning: label ‘_civ1’ defined but not used [-Wunused-label] BUILDSTDERR: 1109 | _civ1: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1109 | _civ1: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_civa’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:1132:1: error: BUILDSTDERR: warning: label ‘_civa’ defined but not used [-Wunused-label] BUILDSTDERR: 1132 | _civa: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1132 | _civa: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_civd’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:1148:1: error: BUILDSTDERR: warning: label ‘_civd’ defined but not used [-Wunused-label] BUILDSTDERR: 1148 | _civd: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1148 | _civd: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_civo’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:1179:1: error: BUILDSTDERR: warning: label ‘_civo’ defined but not used [-Wunused-label] BUILDSTDERR: 1179 | _civo: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1179 | _civo: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ciuH’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:1203:1: error: BUILDSTDERR: warning: label ‘_ciuH’ defined but not used [-Wunused-label] BUILDSTDERR: 1203 | _ciuH: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1203 | _ciuH: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ciuK’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:1221:1: error: BUILDSTDERR: warning: label ‘_ciuK’ defined but not used [-Wunused-label] BUILDSTDERR: 1221 | _ciuK: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1221 | _ciuK: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_chD5’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:1257:1: error: BUILDSTDERR: warning: label ‘_chD5’ defined but not used [-Wunused-label] BUILDSTDERR: 1257 | _chD5: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1257 | _chD5: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_chDf’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:1315:1: error: BUILDSTDERR: warning: label ‘_chDf’ defined but not used [-Wunused-label] BUILDSTDERR: 1315 | _chDf: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1315 | _chDf: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_chDD’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:1389:1: error: BUILDSTDERR: warning: label ‘_chDD’ defined but not used [-Wunused-label] BUILDSTDERR: 1389 | _chDD: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1389 | _chDD: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_cixV’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:1452:1: error: BUILDSTDERR: warning: label ‘_cixV’ defined but not used [-Wunused-label] BUILDSTDERR: 1452 | _cixV: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1452 | _cixV: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ciy3’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:1466:1: error: BUILDSTDERR: warning: label ‘_ciy3’ defined but not used [-Wunused-label] BUILDSTDERR: 1466 | _ciy3: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1466 | _ciy3: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_chDT’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:1484:1: error: BUILDSTDERR: warning: label ‘_chDT’ defined but not used [-Wunused-label] BUILDSTDERR: 1484 | _chDT: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1484 | _chDT: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_chDY’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:1520:1: error: BUILDSTDERR: warning: label ‘_chDY’ defined but not used [-Wunused-label] BUILDSTDERR: 1520 | _chDY: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1520 | _chDY: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_cite’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:1556:1: error: BUILDSTDERR: warning: label ‘_cite’ defined but not used [-Wunused-label] BUILDSTDERR: 1556 | _cite: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1556 | _cite: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_sh0P’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:1571:1: error: BUILDSTDERR: warning: label ‘_sh0P’ defined but not used [-Wunused-label] BUILDSTDERR: 1571 | _sh0P: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1571 | _sh0P: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_cijy’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:1593:1: error: BUILDSTDERR: warning: label ‘_cijy’ defined but not used [-Wunused-label] BUILDSTDERR: 1593 | _cijy: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1593 | _cijy: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_cijT’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:1643:1: error: BUILDSTDERR: warning: label ‘_cijT’ defined but not used [-Wunused-label] BUILDSTDERR: 1643 | _cijT: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1643 | _cijT: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_cisZ’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:1669:1: error: BUILDSTDERR: warning: label ‘_cisZ’ defined but not used [-Wunused-label] BUILDSTDERR: 1669 | _cisZ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1669 | _cisZ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_shjq’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:1684:1: error: BUILDSTDERR: warning: label ‘_shjq’ defined but not used [-Wunused-label] BUILDSTDERR: 1684 | _shjq: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1684 | _shjq: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_cijZ’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:1700:1: error: BUILDSTDERR: warning: label ‘_cijZ’ defined but not used [-Wunused-label] BUILDSTDERR: 1700 | _cijZ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1700 | _cijZ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_cisH’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:1726:1: error: BUILDSTDERR: warning: label ‘_cisH’ defined but not used [-Wunused-label] BUILDSTDERR: 1726 | _cisH: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1726 | _cisH: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_shjs’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:1752:1: error: BUILDSTDERR: warning: label ‘_shjs’ defined but not used [-Wunused-label] BUILDSTDERR: 1752 | _shjs: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1752 | _shjs: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_cikk’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:1822:1: error: BUILDSTDERR: warning: label ‘_cikk’ defined but not used [-Wunused-label] BUILDSTDERR: 1822 | _cikk: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1822 | _cikk: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ciof’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:1888:1: error: BUILDSTDERR: warning: label ‘_ciof’ defined but not used [-Wunused-label] BUILDSTDERR: 1888 | _ciof: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1888 | _ciof: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ciqw’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:1931:1: error: BUILDSTDERR: warning: label ‘_ciqw’ defined but not used [-Wunused-label] BUILDSTDERR: 1931 | _ciqw: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1931 | _ciqw: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ciqR’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:1981:1: error: BUILDSTDERR: warning: label ‘_ciqR’ defined but not used [-Wunused-label] BUILDSTDERR: 1981 | _ciqR: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1981 | _ciqR: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_cisd’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:2007:1: error: BUILDSTDERR: warning: label ‘_cisd’ defined but not used [-Wunused-label] BUILDSTDERR: 2007 | _cisd: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2007 | _cisd: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_shmK’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:2022:1: error: BUILDSTDERR: warning: label ‘_shmK’ defined but not used [-Wunused-label] BUILDSTDERR: 2022 | _shmK: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2022 | _shmK: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ciqX’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:2038:1: error: BUILDSTDERR: warning: label ‘_ciqX’ defined but not used [-Wunused-label] BUILDSTDERR: 2038 | _ciqX: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2038 | _ciqX: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_cirV’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:2064:1: error: BUILDSTDERR: warning: label ‘_cirV’ defined but not used [-Wunused-label] BUILDSTDERR: 2064 | _cirV: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2064 | _cirV: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_shmM’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:2080:1: error: BUILDSTDERR: warning: label ‘_shmM’ defined but not used [-Wunused-label] BUILDSTDERR: 2080 | _shmM: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2080 | _shmM: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_circ’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:2110:1: error: BUILDSTDERR: warning: label ‘_circ’ defined but not used [-Wunused-label] BUILDSTDERR: 2110 | _circ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2110 | _circ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_cirb’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:2164:1: error: BUILDSTDERR: warning: label ‘_cirb’ defined but not used [-Wunused-label] BUILDSTDERR: 2164 | _cirb: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2164 | _cirb: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_cirl’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:2184:1: error: BUILDSTDERR: warning: label ‘_cirl’ defined but not used [-Wunused-label] BUILDSTDERR: 2184 | _cirl: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2184 | _cirl: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_cioz’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:2229:1: error: BUILDSTDERR: warning: label ‘_cioz’ defined but not used [-Wunused-label] BUILDSTDERR: 2229 | _cioz: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2229 | _cioz: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_cit6’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:2277:1: error: BUILDSTDERR: warning: label ‘_cit6’ defined but not used [-Wunused-label] BUILDSTDERR: 2277 | _cit6: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2277 | _cit6: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_cioU’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:2288:1: error: BUILDSTDERR: warning: label ‘_cioU’ defined but not used [-Wunused-label] BUILDSTDERR: 2288 | _cioU: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2288 | _cioU: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ciqg’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:2314:1: error: BUILDSTDERR: warning: label ‘_ciqg’ defined but not used [-Wunused-label] BUILDSTDERR: 2314 | _ciqg: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2314 | _ciqg: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_shlP’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:2329:1: error: BUILDSTDERR: warning: label ‘_shlP’ defined but not used [-Wunused-label] BUILDSTDERR: 2329 | _shlP: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2329 | _shlP: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_cip0’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:2345:1: error: BUILDSTDERR: warning: label ‘_cip0’ defined but not used [-Wunused-label] BUILDSTDERR: 2345 | _cip0: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2345 | _cip0: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_cipY’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:2371:1: error: BUILDSTDERR: warning: label ‘_cipY’ defined but not used [-Wunused-label] BUILDSTDERR: 2371 | _cipY: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2371 | _cipY: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_shlR’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:2387:1: error: BUILDSTDERR: warning: label ‘_shlR’ defined but not used [-Wunused-label] BUILDSTDERR: 2387 | _shlR: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2387 | _shlR: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_cipf’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:2417:1: error: BUILDSTDERR: warning: label ‘_cipf’ defined but not used [-Wunused-label] BUILDSTDERR: 2417 | _cipf: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2417 | _cipf: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_cipe’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:2471:1: error: BUILDSTDERR: warning: label ‘_cipe’ defined but not used [-Wunused-label] BUILDSTDERR: 2471 | _cipe: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2471 | _cipe: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_cipo’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:2491:1: error: BUILDSTDERR: warning: label ‘_cipo’ defined but not used [-Wunused-label] BUILDSTDERR: 2491 | _cipo: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2491 | _cipo: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_cims’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:2534:1: error: BUILDSTDERR: warning: label ‘_cims’ defined but not used [-Wunused-label] BUILDSTDERR: 2534 | _cims: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2534 | _cims: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_cimK’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:2570:1: error: BUILDSTDERR: warning: label ‘_cimK’ defined but not used [-Wunused-label] BUILDSTDERR: 2570 | _cimK: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2570 | _cimK: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_cinZ’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:2606:1: error: BUILDSTDERR: warning: label ‘_cinZ’ defined but not used [-Wunused-label] BUILDSTDERR: 2606 | _cinZ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2606 | _cinZ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_shkQ’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:2621:1: error: BUILDSTDERR: warning: label ‘_shkQ’ defined but not used [-Wunused-label] BUILDSTDERR: 2621 | _shkQ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2621 | _shkQ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_cimQ’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:2637:1: error: BUILDSTDERR: warning: label ‘_cimQ’ defined but not used [-Wunused-label] BUILDSTDERR: 2637 | _cimQ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2637 | _cimQ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_cinG’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:2663:1: error: BUILDSTDERR: warning: label ‘_cinG’ defined but not used [-Wunused-label] BUILDSTDERR: 2663 | _cinG: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2663 | _cinG: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_shkS’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:2688:1: error: BUILDSTDERR: warning: label ‘_shkS’ defined but not used [-Wunused-label] BUILDSTDERR: 2688 | _shkS: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2688 | _shkS: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_cikD’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:2763:1: error: BUILDSTDERR: warning: label ‘_cikD’ defined but not used [-Wunused-label] BUILDSTDERR: 2763 | _cikD: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2763 | _cikD: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_chEa’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:2806:1: error: BUILDSTDERR: warning: label ‘_chEa’ defined but not used [-Wunused-label] BUILDSTDERR: 2806 | _chEa: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2806 | _chEa: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_chEj’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:2863:1: error: BUILDSTDERR: warning: label ‘_chEj’ defined but not used [-Wunused-label] BUILDSTDERR: 2863 | _chEj: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2863 | _chEj: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_chEu’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:2904:1: error: BUILDSTDERR: warning: label ‘_chEu’ defined but not used [-Wunused-label] BUILDSTDERR: 2904 | _chEu: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2904 | _chEu: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_chEC’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:2950:1: error: BUILDSTDERR: warning: label ‘_chEC’ defined but not used [-Wunused-label] BUILDSTDERR: 2950 | _chEC: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2950 | _chEC: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_chVB’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:3040:1: error: BUILDSTDERR: warning: label ‘_chVB’ defined but not used [-Wunused-label] BUILDSTDERR: 3040 | _chVB: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3040 | _chVB: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_cijc’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:3066:1: error: BUILDSTDERR: warning: label ‘_cijc’ defined but not used [-Wunused-label] BUILDSTDERR: 3066 | _cijc: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3066 | _cijc: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_sh2y’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:3081:1: error: BUILDSTDERR: warning: label ‘_sh2y’ defined but not used [-Wunused-label] BUILDSTDERR: 3081 | _sh2y: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3081 | _sh2y: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_chVC’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:3097:1: error: BUILDSTDERR: warning: label ‘_chVC’ defined but not used [-Wunused-label] BUILDSTDERR: 3097 | _chVC: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3097 | _chVC: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ciiV’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:3123:1: error: BUILDSTDERR: warning: label ‘_ciiV’ defined but not used [-Wunused-label] BUILDSTDERR: 3123 | _ciiV: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3123 | _ciiV: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_sh2A’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:3145:1: error: BUILDSTDERR: warning: label ‘_sh2A’ defined but not used [-Wunused-label] BUILDSTDERR: 3145 | _sh2A: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3145 | _sh2A: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ciik’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:3190:1: error: BUILDSTDERR: warning: label ‘_ciik’ defined but not used [-Wunused-label] BUILDSTDERR: 3190 | _ciik: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3190 | _ciik: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ciix’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:3227:1: error: BUILDSTDERR: warning: label ‘_ciix’ defined but not used [-Wunused-label] BUILDSTDERR: 3227 | _ciix: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3227 | _ciix: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_sh2G’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:3246:1: error: BUILDSTDERR: warning: label ‘_sh2G’ defined but not used [-Wunused-label] BUILDSTDERR: 3246 | _sh2G: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3246 | _sh2G: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_chPh’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:3284:1: error: BUILDSTDERR: warning: label ‘_chPh’ defined but not used [-Wunused-label] BUILDSTDERR: 3284 | _chPh: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3284 | _chPh: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ci7U’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:3339:1: error: BUILDSTDERR: warning: label ‘_ci7U’ defined but not used [-Wunused-label] BUILDSTDERR: 3339 | _ci7U: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3339 | _ci7U: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_cii4’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:3365:1: error: BUILDSTDERR: warning: label ‘_cii4’ defined but not used [-Wunused-label] BUILDSTDERR: 3365 | _cii4: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3365 | _cii4: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_shct’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:3380:1: error: BUILDSTDERR: warning: label ‘_shct’ defined but not used [-Wunused-label] BUILDSTDERR: 3380 | _shct: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3380 | _shct: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ci7V’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:3396:1: error: BUILDSTDERR: warning: label ‘_ci7V’ defined but not used [-Wunused-label] BUILDSTDERR: 3396 | _ci7V: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3396 | _ci7V: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_cihM’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:3422:1: error: BUILDSTDERR: warning: label ‘_cihM’ defined but not used [-Wunused-label] BUILDSTDERR: 3422 | _cihM: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3422 | _cihM: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_chPO’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:3449:1: error: BUILDSTDERR: warning: label ‘_chPO’ defined but not used [-Wunused-label] BUILDSTDERR: 3449 | _chPO: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3449 | _chPO: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_chPN’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:3512:1: error: BUILDSTDERR: warning: label ‘_chPN’ defined but not used [-Wunused-label] BUILDSTDERR: 3512 | _chPN: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3512 | _chPN: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_cigR’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:3532:1: error: BUILDSTDERR: warning: label ‘_cigR’ defined but not used [-Wunused-label] BUILDSTDERR: 3532 | _cigR: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3532 | _cigR: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_cihc’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:3581:1: error: BUILDSTDERR: warning: label ‘_cihc’ defined but not used [-Wunused-label] BUILDSTDERR: 3581 | _cihc: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3581 | _cihc: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_cihy’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:3605:1: error: BUILDSTDERR: warning: label ‘_cihy’ defined but not used [-Wunused-label] BUILDSTDERR: 3605 | _cihy: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3605 | _cihy: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_shcC’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:3619:1: error: BUILDSTDERR: warning: label ‘_shcC’ defined but not used [-Wunused-label] BUILDSTDERR: 3619 | _shcC: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3619 | _shcC: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_chQk’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:3672:1: error: BUILDSTDERR: warning: label ‘_chQk’ defined but not used [-Wunused-label] BUILDSTDERR: 3672 | _chQk: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3672 | _chQk: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_chSj’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:3738:1: error: BUILDSTDERR: warning: label ‘_chSj’ defined but not used [-Wunused-label] BUILDSTDERR: 3738 | _chSj: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3738 | _chSj: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_chTr’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:3784:1: error: BUILDSTDERR: warning: label ‘_chTr’ defined but not used [-Wunused-label] BUILDSTDERR: 3784 | _chTr: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3784 | _chTr: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_cieE’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:3839:1: error: BUILDSTDERR: warning: label ‘_cieE’ defined but not used [-Wunused-label] BUILDSTDERR: 3839 | _cieE: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3839 | _cieE: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_cigE’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:3865:1: error: BUILDSTDERR: warning: label ‘_cigE’ defined but not used [-Wunused-label] BUILDSTDERR: 3865 | _cigE: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3865 | _cigE: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_shhk’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:3880:1: error: BUILDSTDERR: warning: label ‘_shhk’ defined but not used [-Wunused-label] BUILDSTDERR: 3880 | _shhk: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3880 | _shhk: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_cieF’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:3896:1: error: BUILDSTDERR: warning: label ‘_cieF’ defined but not used [-Wunused-label] BUILDSTDERR: 3896 | _cieF: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3896 | _cieF: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_cigm’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:3922:1: error: BUILDSTDERR: warning: label ‘_cigm’ defined but not used [-Wunused-label] BUILDSTDERR: 3922 | _cigm: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3922 | _cigm: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_chTY’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:3949:1: error: BUILDSTDERR: warning: label ‘_chTY’ defined but not used [-Wunused-label] BUILDSTDERR: 3949 | _chTY: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3949 | _chTY: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_chTX’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:4012:1: error: BUILDSTDERR: warning: label ‘_chTX’ defined but not used [-Wunused-label] BUILDSTDERR: 4012 | _chTX: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4012 | _chTX: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_cifr’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:4032:1: error: BUILDSTDERR: warning: label ‘_cifr’ defined but not used [-Wunused-label] BUILDSTDERR: 4032 | _cifr: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4032 | _cifr: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_cifM’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:4081:1: error: BUILDSTDERR: warning: label ‘_cifM’ defined but not used [-Wunused-label] BUILDSTDERR: 4081 | _cifM: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4081 | _cifM: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_cig8’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:4105:1: error: BUILDSTDERR: warning: label ‘_cig8’ defined but not used [-Wunused-label] BUILDSTDERR: 4105 | _cig8: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4105 | _cig8: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_cieR’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:4120:1: error: BUILDSTDERR: warning: label ‘_cieR’ defined but not used [-Wunused-label] BUILDSTDERR: 4120 | _cieR: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4120 | _cieR: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_cieQ’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:4172:1: error: BUILDSTDERR: warning: label ‘_cieQ’ defined but not used [-Wunused-label] BUILDSTDERR: 4172 | _cieQ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4172 | _cieQ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_cif9’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:4192:1: error: BUILDSTDERR: warning: label ‘_cif9’ defined but not used [-Wunused-label] BUILDSTDERR: 4192 | _cif9: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4192 | _cif9: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_chSy’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:4240:1: error: BUILDSTDERR: warning: label ‘_chSy’ defined but not used [-Wunused-label] BUILDSTDERR: 4240 | _chSy: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4240 | _chSy: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_cicr’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:4295:1: error: BUILDSTDERR: warning: label ‘_cicr’ defined but not used [-Wunused-label] BUILDSTDERR: 4295 | _cicr: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4295 | _cicr: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_cier’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:4321:1: error: BUILDSTDERR: warning: label ‘_cier’ defined but not used [-Wunused-label] BUILDSTDERR: 4321 | _cier: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4321 | _cier: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_shfZ’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:4336:1: error: BUILDSTDERR: warning: label ‘_shfZ’ defined but not used [-Wunused-label] BUILDSTDERR: 4336 | _shfZ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4336 | _shfZ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_cics’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:4352:1: error: BUILDSTDERR: warning: label ‘_cics’ defined but not used [-Wunused-label] BUILDSTDERR: 4352 | _cics: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4352 | _cics: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_cie9’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:4378:1: error: BUILDSTDERR: warning: label ‘_cie9’ defined but not used [-Wunused-label] BUILDSTDERR: 4378 | _cie9: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4378 | _cie9: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_chT5’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:4405:1: error: BUILDSTDERR: warning: label ‘_chT5’ defined but not used [-Wunused-label] BUILDSTDERR: 4405 | _chT5: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4405 | _chT5: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_chT4’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:4468:1: error: BUILDSTDERR: warning: label ‘_chT4’ defined but not used [-Wunused-label] BUILDSTDERR: 4468 | _chT4: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4468 | _chT4: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_cide’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:4488:1: error: BUILDSTDERR: warning: label ‘_cide’ defined but not used [-Wunused-label] BUILDSTDERR: 4488 | _cide: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4488 | _cide: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_cidz’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:4537:1: error: BUILDSTDERR: warning: label ‘_cidz’ defined but not used [-Wunused-label] BUILDSTDERR: 4537 | _cidz: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4537 | _cidz: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_cidV’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:4561:1: error: BUILDSTDERR: warning: label ‘_cidV’ defined but not used [-Wunused-label] BUILDSTDERR: 4561 | _cidV: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4561 | _cidV: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_cicE’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:4576:1: error: BUILDSTDERR: warning: label ‘_cicE’ defined but not used [-Wunused-label] BUILDSTDERR: 4576 | _cicE: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4576 | _cicE: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_cicD’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:4628:1: error: BUILDSTDERR: warning: label ‘_cicD’ defined but not used [-Wunused-label] BUILDSTDERR: 4628 | _cicD: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4628 | _cicD: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_cicW’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:4648:1: error: BUILDSTDERR: warning: label ‘_cicW’ defined but not used [-Wunused-label] BUILDSTDERR: 4648 | _cicW: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4648 | _cicW: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_chRt’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:4696:1: error: BUILDSTDERR: warning: label ‘_chRt’ defined but not used [-Wunused-label] BUILDSTDERR: 4696 | _chRt: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4696 | _chRt: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ciag’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:4751:1: error: BUILDSTDERR: warning: label ‘_ciag’ defined but not used [-Wunused-label] BUILDSTDERR: 4751 | _ciag: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4751 | _ciag: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_cic8’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:4777:1: error: BUILDSTDERR: warning: label ‘_cic8’ defined but not used [-Wunused-label] BUILDSTDERR: 4777 | _cic8: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4777 | _cic8: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_sheB’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:4792:1: error: BUILDSTDERR: warning: label ‘_sheB’ defined but not used [-Wunused-label] BUILDSTDERR: 4792 | _sheB: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4792 | _sheB: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ciah’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:4808:1: error: BUILDSTDERR: warning: label ‘_ciah’ defined but not used [-Wunused-label] BUILDSTDERR: 4808 | _ciah: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4808 | _ciah: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_cibQ’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:4834:1: error: BUILDSTDERR: warning: label ‘_cibQ’ defined but not used [-Wunused-label] BUILDSTDERR: 4834 | _cibQ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4834 | _cibQ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_chS0’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:4861:1: error: BUILDSTDERR: warning: label ‘_chS0’ defined but not used [-Wunused-label] BUILDSTDERR: 4861 | _chS0: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4861 | _chS0: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_chRZ’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:4924:1: error: BUILDSTDERR: warning: label ‘_chRZ’ defined but not used [-Wunused-label] BUILDSTDERR: 4924 | _chRZ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4924 | _chRZ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ciaV’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:4945:1: error: BUILDSTDERR: warning: label ‘_ciaV’ defined but not used [-Wunused-label] BUILDSTDERR: 4945 | _ciaV: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4945 | _ciaV: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_cibg’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:4997:1: error: BUILDSTDERR: warning: label ‘_cibg’ defined but not used [-Wunused-label] BUILDSTDERR: 4997 | _cibg: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4997 | _cibg: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_cibC’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:5023:1: error: BUILDSTDERR: warning: label ‘_cibC’ defined but not used [-Wunused-label] BUILDSTDERR: 5023 | _cibC: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5023 | _cibC: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_sheK’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:5036:1: error: BUILDSTDERR: warning: label ‘_sheK’ defined but not used [-Wunused-label] BUILDSTDERR: 5036 | _sheK: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5036 | _sheK: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_chQA’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:5100:1: error: BUILDSTDERR: warning: label ‘_chQA’ defined but not used [-Wunused-label] BUILDSTDERR: 5100 | _chQA: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5100 | _chQA: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ciib’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:5153:1: error: BUILDSTDERR: warning: label ‘_ciib’ defined but not used [-Wunused-label] BUILDSTDERR: 5153 | _ciib: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5153 | _ciib: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_chGO’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:5172:1: error: BUILDSTDERR: warning: label ‘_chGO’ defined but not used [-Wunused-label] BUILDSTDERR: 5172 | _chGO: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5172 | _chGO: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_chGY’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:5234:1: error: BUILDSTDERR: warning: label ‘_chGY’ defined but not used [-Wunused-label] BUILDSTDERR: 5234 | _chGY: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5234 | _chGY: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_chH1’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:5250:1: error: BUILDSTDERR: warning: label ‘_chH1’ defined but not used [-Wunused-label] BUILDSTDERR: 5250 | _chH1: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5250 | _chH1: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_chH6’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:5277:1: error: BUILDSTDERR: warning: label ‘_chH6’ defined but not used [-Wunused-label] BUILDSTDERR: 5277 | _chH6: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5277 | _chH6: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_chHb’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:5300:1: error: BUILDSTDERR: warning: label ‘_chHb’ defined but not used [-Wunused-label] BUILDSTDERR: 5300 | _chHb: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5300 | _chHb: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_chHg’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:5325:1: error: BUILDSTDERR: warning: label ‘_chHg’ defined but not used [-Wunused-label] BUILDSTDERR: 5325 | _chHg: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5325 | _chHg: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_chHl’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:5348:1: error: BUILDSTDERR: warning: label ‘_chHl’ defined but not used [-Wunused-label] BUILDSTDERR: 5348 | _chHl: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5348 | _chHl: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_chHq’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:5373:1: error: BUILDSTDERR: warning: label ‘_chHq’ defined but not used [-Wunused-label] BUILDSTDERR: 5373 | _chHq: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5373 | _chHq: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_chHv’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:5396:1: error: BUILDSTDERR: warning: label ‘_chHv’ defined but not used [-Wunused-label] BUILDSTDERR: 5396 | _chHv: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5396 | _chHv: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_chHA’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:5421:1: error: BUILDSTDERR: warning: label ‘_chHA’ defined but not used [-Wunused-label] BUILDSTDERR: 5421 | _chHA: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5421 | _chHA: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_chHF’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:5448:1: error: BUILDSTDERR: warning: label ‘_chHF’ defined but not used [-Wunused-label] BUILDSTDERR: 5448 | _chHF: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5448 | _chHF: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_chHT’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:5489:1: error: BUILDSTDERR: warning: label ‘_chHT’ defined but not used [-Wunused-label] BUILDSTDERR: 5489 | _chHT: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5489 | _chHT: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_chI4’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:5530:1: error: BUILDSTDERR: warning: label ‘_chI4’ defined but not used [-Wunused-label] BUILDSTDERR: 5530 | _chI4: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5530 | _chI4: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_chIc’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:5566:1: error: BUILDSTDERR: warning: label ‘_chIc’ defined but not used [-Wunused-label] BUILDSTDERR: 5566 | _chIc: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5566 | _chIc: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_chW0’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:5607:1: error: BUILDSTDERR: warning: label ‘_chW0’ defined but not used [-Wunused-label] BUILDSTDERR: 5607 | _chW0: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5607 | _chW0: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ci7x’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:5633:1: error: BUILDSTDERR: warning: label ‘_ci7x’ defined but not used [-Wunused-label] BUILDSTDERR: 5633 | _ci7x: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5633 | _ci7x: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_sh3K’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:5648:1: error: BUILDSTDERR: warning: label ‘_sh3K’ defined but not used [-Wunused-label] BUILDSTDERR: 5648 | _sh3K: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5648 | _sh3K: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_chW1’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:5664:1: error: BUILDSTDERR: warning: label ‘_chW1’ defined but not used [-Wunused-label] BUILDSTDERR: 5664 | _chW1: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5664 | _chW1: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ci7h’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:5690:1: error: BUILDSTDERR: warning: label ‘_ci7h’ defined but not used [-Wunused-label] BUILDSTDERR: 5690 | _ci7h: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5690 | _ci7h: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_sh3M’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:5712:1: error: BUILDSTDERR: warning: label ‘_sh3M’ defined but not used [-Wunused-label] BUILDSTDERR: 5712 | _sh3M: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5712 | _sh3M: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ci6G’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:5757:1: error: BUILDSTDERR: warning: label ‘_ci6G’ defined but not used [-Wunused-label] BUILDSTDERR: 5757 | _ci6G: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5757 | _ci6G: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ci6T’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:5794:1: error: BUILDSTDERR: warning: label ‘_ci6T’ defined but not used [-Wunused-label] BUILDSTDERR: 5794 | _ci6T: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5794 | _ci6T: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_sh3S’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:5814:1: error: BUILDSTDERR: warning: label ‘_sh3S’ defined but not used [-Wunused-label] BUILDSTDERR: 5814 | _sh3S: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5814 | _sh3S: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_chJ8’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:5854:1: error: BUILDSTDERR: warning: label ‘_chJ8’ defined but not used [-Wunused-label] BUILDSTDERR: 5854 | _chJ8: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5854 | _chJ8: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_chWg’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:5910:1: error: BUILDSTDERR: warning: label ‘_chWg’ defined but not used [-Wunused-label] BUILDSTDERR: 5910 | _chWg: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5910 | _chWg: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ci6q’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:5936:1: error: BUILDSTDERR: warning: label ‘_ci6q’ defined but not used [-Wunused-label] BUILDSTDERR: 5936 | _ci6q: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5936 | _ci6q: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_sh4H’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:5951:1: error: BUILDSTDERR: warning: label ‘_sh4H’ defined but not used [-Wunused-label] BUILDSTDERR: 5951 | _sh4H: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5951 | _sh4H: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_chWh’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:5967:1: error: BUILDSTDERR: warning: label ‘_chWh’ defined but not used [-Wunused-label] BUILDSTDERR: 5967 | _chWh: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5967 | _chWh: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ci68’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:5993:1: error: BUILDSTDERR: warning: label ‘_ci68’ defined but not used [-Wunused-label] BUILDSTDERR: 5993 | _ci68: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5993 | _ci68: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_chJR’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:6020:1: error: BUILDSTDERR: warning: label ‘_chJR’ defined but not used [-Wunused-label] BUILDSTDERR: 6020 | _chJR: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6020 | _chJR: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_chJQ’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:6083:1: error: BUILDSTDERR: warning: label ‘_chJQ’ defined but not used [-Wunused-label] BUILDSTDERR: 6083 | _chJQ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6083 | _chJQ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ci5d’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:6103:1: error: BUILDSTDERR: warning: label ‘_ci5d’ defined but not used [-Wunused-label] BUILDSTDERR: 6103 | _ci5d: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6103 | _ci5d: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ci5y’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:6152:1: error: BUILDSTDERR: warning: label ‘_ci5y’ defined but not used [-Wunused-label] BUILDSTDERR: 6152 | _ci5y: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6152 | _ci5y: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ci5U’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:6176:1: error: BUILDSTDERR: warning: label ‘_ci5U’ defined but not used [-Wunused-label] BUILDSTDERR: 6176 | _ci5U: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6176 | _ci5U: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_sh4Q’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:6191:1: error: BUILDSTDERR: warning: label ‘_sh4Q’ defined but not used [-Wunused-label] BUILDSTDERR: 6191 | _sh4Q: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6191 | _sh4Q: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_chKn’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:6246:1: error: BUILDSTDERR: warning: label ‘_chKn’ defined but not used [-Wunused-label] BUILDSTDERR: 6246 | _chKn: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6246 | _chKn: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_chMQ’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:6314:1: error: BUILDSTDERR: warning: label ‘_chMQ’ defined but not used [-Wunused-label] BUILDSTDERR: 6314 | _chMQ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6314 | _chMQ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_chOg’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:6362:1: error: BUILDSTDERR: warning: label ‘_chOg’ defined but not used [-Wunused-label] BUILDSTDERR: 6362 | _chOg: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6362 | _chOg: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ci30’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:6418:1: error: BUILDSTDERR: warning: label ‘_ci30’ defined but not used [-Wunused-label] BUILDSTDERR: 6418 | _ci30: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6418 | _ci30: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ci50’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:6444:1: error: BUILDSTDERR: warning: label ‘_ci50’ defined but not used [-Wunused-label] BUILDSTDERR: 6444 | _ci50: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6444 | _ci50: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_sha6’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:6459:1: error: BUILDSTDERR: warning: label ‘_sha6’ defined but not used [-Wunused-label] BUILDSTDERR: 6459 | _sha6: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6459 | _sha6: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ci31’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:6475:1: error: BUILDSTDERR: warning: label ‘_ci31’ defined but not used [-Wunused-label] BUILDSTDERR: 6475 | _ci31: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6475 | _ci31: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ci4I’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:6501:1: error: BUILDSTDERR: warning: label ‘_ci4I’ defined but not used [-Wunused-label] BUILDSTDERR: 6501 | _ci4I: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6501 | _ci4I: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_chOZ’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:6528:1: error: BUILDSTDERR: warning: label ‘_chOZ’ defined but not used [-Wunused-label] BUILDSTDERR: 6528 | _chOZ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6528 | _chOZ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_chOY’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:6591:1: error: BUILDSTDERR: warning: label ‘_chOY’ defined but not used [-Wunused-label] BUILDSTDERR: 6591 | _chOY: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6591 | _chOY: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ci3N’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:6611:1: error: BUILDSTDERR: warning: label ‘_ci3N’ defined but not used [-Wunused-label] BUILDSTDERR: 6611 | _ci3N: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6611 | _ci3N: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ci48’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:6660:1: error: BUILDSTDERR: warning: label ‘_ci48’ defined but not used [-Wunused-label] BUILDSTDERR: 6660 | _ci48: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6660 | _ci48: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ci4u’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:6684:1: error: BUILDSTDERR: warning: label ‘_ci4u’ defined but not used [-Wunused-label] BUILDSTDERR: 6684 | _ci4u: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6684 | _ci4u: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ci3d’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:6700:1: error: BUILDSTDERR: warning: label ‘_ci3d’ defined but not used [-Wunused-label] BUILDSTDERR: 6700 | _ci3d: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6700 | _ci3d: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ci3c’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:6753:1: error: BUILDSTDERR: warning: label ‘_ci3c’ defined but not used [-Wunused-label] BUILDSTDERR: 6753 | _ci3c: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6753 | _ci3c: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ci3v’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:6774:1: error: BUILDSTDERR: warning: label ‘_ci3v’ defined but not used [-Wunused-label] BUILDSTDERR: 6774 | _ci3v: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6774 | _ci3v: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_chN8’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:6824:1: error: BUILDSTDERR: warning: label ‘_chN8’ defined but not used [-Wunused-label] BUILDSTDERR: 6824 | _chN8: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6824 | _chN8: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ci0N’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:6880:1: error: BUILDSTDERR: warning: label ‘_ci0N’ defined but not used [-Wunused-label] BUILDSTDERR: 6880 | _ci0N: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6880 | _ci0N: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ci2N’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:6906:1: error: BUILDSTDERR: warning: label ‘_ci2N’ defined but not used [-Wunused-label] BUILDSTDERR: 6906 | _ci2N: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6906 | _ci2N: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_sh8C’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:6921:1: error: BUILDSTDERR: warning: label ‘_sh8C’ defined but not used [-Wunused-label] BUILDSTDERR: 6921 | _sh8C: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6921 | _sh8C: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ci0O’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:6937:1: error: BUILDSTDERR: warning: label ‘_ci0O’ defined but not used [-Wunused-label] BUILDSTDERR: 6937 | _ci0O: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6937 | _ci0O: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ci2v’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:6963:1: error: BUILDSTDERR: warning: label ‘_ci2v’ defined but not used [-Wunused-label] BUILDSTDERR: 6963 | _ci2v: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6963 | _ci2v: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_chNR’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:6990:1: error: BUILDSTDERR: warning: label ‘_chNR’ defined but not used [-Wunused-label] BUILDSTDERR: 6990 | _chNR: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6990 | _chNR: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_chNQ’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:7053:1: error: BUILDSTDERR: warning: label ‘_chNQ’ defined but not used [-Wunused-label] BUILDSTDERR: 7053 | _chNQ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7053 | _chNQ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ci1A’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:7073:1: error: BUILDSTDERR: warning: label ‘_ci1A’ defined but not used [-Wunused-label] BUILDSTDERR: 7073 | _ci1A: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7073 | _ci1A: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ci1V’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:7122:1: error: BUILDSTDERR: warning: label ‘_ci1V’ defined but not used [-Wunused-label] BUILDSTDERR: 7122 | _ci1V: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7122 | _ci1V: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ci2h’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:7146:1: error: BUILDSTDERR: warning: label ‘_ci2h’ defined but not used [-Wunused-label] BUILDSTDERR: 7146 | _ci2h: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7146 | _ci2h: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ci10’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:7162:1: error: BUILDSTDERR: warning: label ‘_ci10’ defined but not used [-Wunused-label] BUILDSTDERR: 7162 | _ci10: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7162 | _ci10: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ci0Z’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:7215:1: error: BUILDSTDERR: warning: label ‘_ci0Z’ defined but not used [-Wunused-label] BUILDSTDERR: 7215 | _ci0Z: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7215 | _ci0Z: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ci1i’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:7236:1: error: BUILDSTDERR: warning: label ‘_ci1i’ defined but not used [-Wunused-label] BUILDSTDERR: 7236 | _ci1i: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7236 | _ci1i: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_chLO’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:7286:1: error: BUILDSTDERR: warning: label ‘_chLO’ defined but not used [-Wunused-label] BUILDSTDERR: 7286 | _chLO: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7286 | _chLO: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_chYC’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:7342:1: error: BUILDSTDERR: warning: label ‘_chYC’ defined but not used [-Wunused-label] BUILDSTDERR: 7342 | _chYC: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7342 | _chYC: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ci0u’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:7368:1: error: BUILDSTDERR: warning: label ‘_ci0u’ defined but not used [-Wunused-label] BUILDSTDERR: 7368 | _ci0u: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7368 | _ci0u: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_sh75’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:7383:1: error: BUILDSTDERR: warning: label ‘_sh75’ defined but not used [-Wunused-label] BUILDSTDERR: 7383 | _sh75: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7383 | _sh75: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_chYD’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:7399:1: error: BUILDSTDERR: warning: label ‘_chYD’ defined but not used [-Wunused-label] BUILDSTDERR: 7399 | _chYD: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7399 | _chYD: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ci0c’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:7425:1: error: BUILDSTDERR: warning: label ‘_ci0c’ defined but not used [-Wunused-label] BUILDSTDERR: 7425 | _ci0c: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7425 | _ci0c: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_chMx’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:7452:1: error: BUILDSTDERR: warning: label ‘_chMx’ defined but not used [-Wunused-label] BUILDSTDERR: 7452 | _chMx: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7452 | _chMx: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_chMw’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:7515:1: error: BUILDSTDERR: warning: label ‘_chMw’ defined but not used [-Wunused-label] BUILDSTDERR: 7515 | _chMw: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7515 | _chMw: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_chZh’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:7536:1: error: BUILDSTDERR: warning: label ‘_chZh’ defined but not used [-Wunused-label] BUILDSTDERR: 7536 | _chZh: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7536 | _chZh: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_chZC’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:7588:1: error: BUILDSTDERR: warning: label ‘_chZC’ defined but not used [-Wunused-label] BUILDSTDERR: 7588 | _chZC: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7588 | _chZC: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_chZY’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:7614:1: error: BUILDSTDERR: warning: label ‘_chZY’ defined but not used [-Wunused-label] BUILDSTDERR: 7614 | _chZY: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7614 | _chZY: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_sh7e’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:7628:1: error: BUILDSTDERR: warning: label ‘_sh7e’ defined but not used [-Wunused-label] BUILDSTDERR: 7628 | _sh7e: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7628 | _sh7e: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_chKG’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:7694:1: error: BUILDSTDERR: warning: label ‘_chKG’ defined but not used [-Wunused-label] BUILDSTDERR: 7694 | _chKG: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7694 | _chKG: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ci6x’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:7748:1: error: BUILDSTDERR: warning: label ‘_ci6x’ defined but not used [-Wunused-label] BUILDSTDERR: 7748 | _ci6x: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7748 | _ci6x: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_chJ0’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:7763:1: error: BUILDSTDERR: warning: label ‘_chJ0’ defined but not used [-Wunused-label] BUILDSTDERR: 7763 | _chJ0: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7763 | _chJ0: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_chWx’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:7808:1: error: BUILDSTDERR: warning: label ‘_chWx’ defined but not used [-Wunused-label] BUILDSTDERR: 7808 | _chWx: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7808 | _chWx: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_chYp’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:7834:1: error: BUILDSTDERR: warning: label ‘_chYp’ defined but not used [-Wunused-label] BUILDSTDERR: 7834 | _chYp: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7834 | _chYp: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_sh5E’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:7849:1: error: BUILDSTDERR: warning: label ‘_sh5E’ defined but not used [-Wunused-label] BUILDSTDERR: 7849 | _sh5E: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7849 | _sh5E: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_chWy’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:7865:1: error: BUILDSTDERR: warning: label ‘_chWy’ defined but not used [-Wunused-label] BUILDSTDERR: 7865 | _chWy: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7865 | _chWy: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_chY7’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:7891:1: error: BUILDSTDERR: warning: label ‘_chY7’ defined but not used [-Wunused-label] BUILDSTDERR: 7891 | _chY7: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7891 | _chY7: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_chLp’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:7918:1: error: BUILDSTDERR: warning: label ‘_chLp’ defined but not used [-Wunused-label] BUILDSTDERR: 7918 | _chLp: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7918 | _chLp: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_chLo’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:7981:1: error: BUILDSTDERR: warning: label ‘_chLo’ defined but not used [-Wunused-label] BUILDSTDERR: 7981 | _chLo: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7981 | _chLo: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_chXc’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:8002:1: error: BUILDSTDERR: warning: label ‘_chXc’ defined but not used [-Wunused-label] BUILDSTDERR: 8002 | _chXc: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8002 | _chXc: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_chXx’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:8054:1: error: BUILDSTDERR: warning: label ‘_chXx’ defined but not used [-Wunused-label] BUILDSTDERR: 8054 | _chXx: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8054 | _chXx: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_chXT’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:8080:1: error: BUILDSTDERR: warning: label ‘_chXT’ defined but not used [-Wunused-label] BUILDSTDERR: 8080 | _chXT: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8080 | _chXT: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_sh5N’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:8094:1: error: BUILDSTDERR: warning: label ‘_sh5N’ defined but not used [-Wunused-label] BUILDSTDERR: 8094 | _sh5N: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8094 | _sh5N: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ci8b’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:8148:1: error: BUILDSTDERR: warning: label ‘_ci8b’ defined but not used [-Wunused-label] BUILDSTDERR: 8148 | _ci8b: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8148 | _ci8b: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_cia3’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:8174:1: error: BUILDSTDERR: warning: label ‘_cia3’ defined but not used [-Wunused-label] BUILDSTDERR: 8174 | _cia3: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8174 | _cia3: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_shdj’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:8189:1: error: BUILDSTDERR: warning: label ‘_shdj’ defined but not used [-Wunused-label] BUILDSTDERR: 8189 | _shdj: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8189 | _shdj: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ci8c’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:8205:1: error: BUILDSTDERR: warning: label ‘_ci8c’ defined but not used [-Wunused-label] BUILDSTDERR: 8205 | _ci8c: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8205 | _ci8c: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ci9L’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:8231:1: error: BUILDSTDERR: warning: label ‘_ci9L’ defined but not used [-Wunused-label] BUILDSTDERR: 8231 | _ci9L: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8231 | _ci9L: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_chR7’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:8258:1: error: BUILDSTDERR: warning: label ‘_chR7’ defined but not used [-Wunused-label] BUILDSTDERR: 8258 | _chR7: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8258 | _chR7: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_chR6’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:8321:1: error: BUILDSTDERR: warning: label ‘_chR6’ defined but not used [-Wunused-label] BUILDSTDERR: 8321 | _chR6: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8321 | _chR6: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ci8Q’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:8342:1: error: BUILDSTDERR: warning: label ‘_ci8Q’ defined but not used [-Wunused-label] BUILDSTDERR: 8342 | _ci8Q: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8342 | _ci8Q: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ci9b’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:8394:1: error: BUILDSTDERR: warning: label ‘_ci9b’ defined but not used [-Wunused-label] BUILDSTDERR: 8394 | _ci9b: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8394 | _ci9b: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ci9x’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:8420:1: error: BUILDSTDERR: warning: label ‘_ci9x’ defined but not used [-Wunused-label] BUILDSTDERR: 8420 | _ci9x: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8420 | _ci9x: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_shds’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:8433:1: error: BUILDSTDERR: warning: label ‘_shds’ defined but not used [-Wunused-label] BUILDSTDERR: 8433 | _shds: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8433 | _shds: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_chEQ’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:8485:1: error: BUILDSTDERR: warning: label ‘_chEQ’ defined but not used [-Wunused-label] BUILDSTDERR: 8485 | _chEQ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8485 | _chEQ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_chET’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:8501:1: error: BUILDSTDERR: warning: label ‘_chET’ defined but not used [-Wunused-label] BUILDSTDERR: 8501 | _chET: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8501 | _chET: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_chEY’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:8528:1: error: BUILDSTDERR: warning: label ‘_chEY’ defined but not used [-Wunused-label] BUILDSTDERR: 8528 | _chEY: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8528 | _chEY: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_chF3’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:8551:1: error: BUILDSTDERR: warning: label ‘_chF3’ defined but not used [-Wunused-label] BUILDSTDERR: 8551 | _chF3: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8551 | _chF3: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_chF8’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:8574:1: error: BUILDSTDERR: warning: label ‘_chF8’ defined but not used [-Wunused-label] BUILDSTDERR: 8574 | _chF8: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8574 | _chF8: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_chFd’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:8599:1: error: BUILDSTDERR: warning: label ‘_chFd’ defined but not used [-Wunused-label] BUILDSTDERR: 8599 | _chFd: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8599 | _chFd: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_chFi’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:8622:1: error: BUILDSTDERR: warning: label ‘_chFi’ defined but not used [-Wunused-label] BUILDSTDERR: 8622 | _chFi: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8622 | _chFi: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_chFn’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:8647:1: error: BUILDSTDERR: warning: label ‘_chFn’ defined but not used [-Wunused-label] BUILDSTDERR: 8647 | _chFn: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8647 | _chFn: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_chFs’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:8670:1: error: BUILDSTDERR: warning: label ‘_chFs’ defined but not used [-Wunused-label] BUILDSTDERR: 8670 | _chFs: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8670 | _chFs: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_chFE’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:8716:1: error: BUILDSTDERR: warning: label ‘_chFE’ defined but not used [-Wunused-label] BUILDSTDERR: 8716 | _chFE: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8716 | _chFE: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_chFW’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:8800:1: error: BUILDSTDERR: warning: label ‘_chFW’ defined but not used [-Wunused-label] BUILDSTDERR: 8800 | _chFW: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8800 | _chFW: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_chUq’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:8856:1: error: BUILDSTDERR: warning: label ‘_chUq’ defined but not used [-Wunused-label] BUILDSTDERR: 8856 | _chUq: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8856 | _chUq: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_cikV’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:8869:1: error: BUILDSTDERR: warning: label ‘_cikV’ defined but not used [-Wunused-label] BUILDSTDERR: 8869 | _cikV: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8869 | _cikV: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_cima’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:8905:1: error: BUILDSTDERR: warning: label ‘_cima’ defined but not used [-Wunused-label] BUILDSTDERR: 8905 | _cima: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8905 | _cima: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_shjY’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:8920:1: error: BUILDSTDERR: warning: label ‘_shjY’ defined but not used [-Wunused-label] BUILDSTDERR: 8920 | _shjY: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8920 | _shjY: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_cil1’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:8936:1: error: BUILDSTDERR: warning: label ‘_cil1’ defined but not used [-Wunused-label] BUILDSTDERR: 8936 | _cil1: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8936 | _cil1: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_cilR’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:8962:1: error: BUILDSTDERR: warning: label ‘_cilR’ defined but not used [-Wunused-label] BUILDSTDERR: 8962 | _cilR: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8962 | _cilR: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_shk0’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:8987:1: error: BUILDSTDERR: warning: label ‘_shk0’ defined but not used [-Wunused-label] BUILDSTDERR: 8987 | _shk0: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8987 | _shk0: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziSTUArray_restrictedDamerauLevenshteinDistanceWithLengths_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:9062:1: error: BUILDSTDERR: warning: label ‘_ciNS’ defined but not used [-Wunused-label] BUILDSTDERR: 9062 | _ciNS: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9062 | _ciNS: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ciNP’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:9090:1: error: BUILDSTDERR: warning: label ‘_ciNP’ defined but not used [-Wunused-label] BUILDSTDERR: 9090 | _ciNP: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9090 | _ciNP: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ciNV’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:9118:1: error: BUILDSTDERR: warning: label ‘_ciNV’ defined but not used [-Wunused-label] BUILDSTDERR: 9118 | _ciNV: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9118 | _ciNV: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ciO0’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:9142:1: error: BUILDSTDERR: warning: label ‘_ciO0’ defined but not used [-Wunused-label] BUILDSTDERR: 9142 | _ciO0: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9142 | _ciO0: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziSTUArray_zdwrestrictedDamerauLevenshteinDistance_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:9171:1: error: BUILDSTDERR: warning: label ‘_ciOj’ defined but not used [-Wunused-label] BUILDSTDERR: 9171 | _ciOj: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9171 | _ciOj: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ciOh’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:9195:1: error: BUILDSTDERR: warning: label ‘_ciOh’ defined but not used [-Wunused-label] BUILDSTDERR: 9195 | _ciOh: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9195 | _ciOh: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ciOm’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:9215:1: error: BUILDSTDERR: warning: label ‘_ciOm’ defined but not used [-Wunused-label] BUILDSTDERR: 9215 | _ciOm: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9215 | _ciOm: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziSTUArray_restrictedDamerauLevenshteinDistance_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:9244:1: error: BUILDSTDERR: warning: label ‘_ciOB’ defined but not used [-Wunused-label] BUILDSTDERR: 9244 | _ciOB: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9244 | _ciOB: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ciOy’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:9271:1: error: BUILDSTDERR: warning: label ‘_ciOy’ defined but not used [-Wunused-label] BUILDSTDERR: 9271 | _ciOy: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9271 | _ciOy: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziSTUArray_zdwlevenshteinDistanceWithLengths_slow’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:9296:1: error: BUILDSTDERR: warning: label ‘_ciOJ’ defined but not used [-Wunused-label] BUILDSTDERR: 9296 | _ciOJ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9296 | _ciOJ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziSTUArray_zdwlevenshteinDistanceWithLengths_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:9311:1: error: BUILDSTDERR: warning: label ‘_ciRy’ defined but not used [-Wunused-label] BUILDSTDERR: 9311 | _ciRy: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9311 | _ciRy: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ciP8’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:9387:1: error: BUILDSTDERR: warning: label ‘_ciP8’ defined but not used [-Wunused-label] BUILDSTDERR: 9387 | _ciP8: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9387 | _ciP8: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_cj6t’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:9446:1: error: BUILDSTDERR: warning: label ‘_cj6t’ defined but not used [-Wunused-label] BUILDSTDERR: 9446 | _cj6t: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9446 | _cj6t: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_cj6w’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:9463:1: error: BUILDSTDERR: warning: label ‘_cj6w’ defined but not used [-Wunused-label] BUILDSTDERR: 9463 | _cj6w: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9463 | _cj6w: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_cj6H’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:9496:1: error: BUILDSTDERR: warning: label ‘_cj6H’ defined but not used [-Wunused-label] BUILDSTDERR: 9496 | _cj6H: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9496 | _cj6H: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_shqK’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:9528:1: error: BUILDSTDERR: warning: label ‘_shqK’ defined but not used [-Wunused-label] BUILDSTDERR: 9528 | _shqK: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9528 | _shqK: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ciPG’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:9567:1: error: BUILDSTDERR: warning: label ‘_ciPG’ defined but not used [-Wunused-label] BUILDSTDERR: 9567 | _ciPG: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9567 | _ciPG: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_cj5o’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:9627:1: error: BUILDSTDERR: warning: label ‘_cj5o’ defined but not used [-Wunused-label] BUILDSTDERR: 9627 | _cj5o: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9627 | _cj5o: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_cj5r’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:9644:1: error: BUILDSTDERR: warning: label ‘_cj5r’ defined but not used [-Wunused-label] BUILDSTDERR: 9644 | _cj5r: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9644 | _cj5r: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_cj5C’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:9678:1: error: BUILDSTDERR: warning: label ‘_cj5C’ defined but not used [-Wunused-label] BUILDSTDERR: 9678 | _cj5C: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9678 | _cj5C: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_shr0’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:9709:1: error: BUILDSTDERR: warning: label ‘_shr0’ defined but not used [-Wunused-label] BUILDSTDERR: 9709 | _shr0: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9709 | _shr0: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ciQ9’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:9739:1: error: BUILDSTDERR: warning: label ‘_ciQ9’ defined but not used [-Wunused-label] BUILDSTDERR: 9739 | _ciQ9: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9739 | _ciQ9: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ciQx’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:9814:1: error: BUILDSTDERR: warning: label ‘_ciQx’ defined but not used [-Wunused-label] BUILDSTDERR: 9814 | _ciQx: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9814 | _ciQx: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_cj7h’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:9877:1: error: BUILDSTDERR: warning: label ‘_cj7h’ defined but not used [-Wunused-label] BUILDSTDERR: 9877 | _cj7h: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9877 | _cj7h: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_cj7p’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:9891:1: error: BUILDSTDERR: warning: label ‘_cj7p’ defined but not used [-Wunused-label] BUILDSTDERR: 9891 | _cj7p: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9891 | _cj7p: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ciS0’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:9908:1: error: BUILDSTDERR: warning: label ‘_ciS0’ defined but not used [-Wunused-label] BUILDSTDERR: 9908 | _ciS0: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9908 | _ciS0: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_cj3o’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:9943:1: error: BUILDSTDERR: warning: label ‘_cj3o’ defined but not used [-Wunused-label] BUILDSTDERR: 9943 | _cj3o: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9943 | _cj3o: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_cj3S’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:9980:1: error: BUILDSTDERR: warning: label ‘_cj3S’ defined but not used [-Wunused-label] BUILDSTDERR: 9980 | _cj3S: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9980 | _cj3S: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_cj41’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:10002:1: error: BUILDSTDERR: warning: label ‘_cj41’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10002 | _cj41: BUILDSTDERR: | ^ BUILDSTDERR: 10002 | _cj41: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_cj44’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:10018:1: error: BUILDSTDERR: warning: label ‘_cj44’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10018 | _cj44: BUILDSTDERR: | ^ BUILDSTDERR: 10018 | _cj44: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_cj4f’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:10048:1: error: BUILDSTDERR: warning: label ‘_cj4f’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10048 | _cj4f: BUILDSTDERR: | ^ BUILDSTDERR: 10048 | _cj4f: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_cj3y’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:10071:1: error: BUILDSTDERR: warning: label ‘_cj3y’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10071 | _cj3y: BUILDSTDERR: | ^ BUILDSTDERR: 10071 | _cj3y: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_cj3B’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:10089:1: error: BUILDSTDERR: warning: label ‘_cj3B’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10089 | _cj3B: BUILDSTDERR: | ^ BUILDSTDERR: 10089 | _cj3B: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ciQS’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:10121:1: error: BUILDSTDERR: warning: label ‘_ciQS’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10121 | _ciQS: BUILDSTDERR: | ^ BUILDSTDERR: 10121 | _ciQS: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ciR1’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:10165:1: error: BUILDSTDERR: warning: label ‘_ciR1’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10165 | _ciR1: BUILDSTDERR: | ^ BUILDSTDERR: 10165 | _ciR1: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ciRa’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:10201:1: error: BUILDSTDERR: warning: label ‘_ciRa’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10201 | _ciRa: BUILDSTDERR: | ^ BUILDSTDERR: 10201 | _ciRa: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ciRl’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:10241:1: error: BUILDSTDERR: warning: label ‘_ciRl’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10241 | _ciRl: BUILDSTDERR: | ^ BUILDSTDERR: 10241 | _ciRl: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_shrN’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:10268:1: error: BUILDSTDERR: warning: label ‘_shrN’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10268 | _shrN: BUILDSTDERR: | ^ BUILDSTDERR: 10268 | _shrN: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ciSy’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:10291:1: error: BUILDSTDERR: warning: label ‘_ciSy’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10291 | _ciSy: BUILDSTDERR: | ^ BUILDSTDERR: 10291 | _ciSy: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ciT2’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:10342:1: error: BUILDSTDERR: warning: label ‘_ciT2’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10342 | _ciT2: BUILDSTDERR: | ^ BUILDSTDERR: 10342 | _ciT2: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_cj2U’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:10368:1: error: BUILDSTDERR: warning: label ‘_cj2U’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10368 | _cj2U: BUILDSTDERR: | ^ BUILDSTDERR: 10368 | _cj2U: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_shsk’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:10383:1: error: BUILDSTDERR: warning: label ‘_shsk’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10383 | _shsk: BUILDSTDERR: | ^ BUILDSTDERR: 10383 | _shsk: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ciT8’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:10399:1: error: BUILDSTDERR: warning: label ‘_ciT8’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10399 | _ciT8: BUILDSTDERR: | ^ BUILDSTDERR: 10399 | _ciT8: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_cj2C’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:10425:1: error: BUILDSTDERR: warning: label ‘_cj2C’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10425 | _cj2C: BUILDSTDERR: | ^ BUILDSTDERR: 10425 | _cj2C: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_shsm’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:10452:1: error: BUILDSTDERR: warning: label ‘_shsm’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10452 | _shsm: BUILDSTDERR: | ^ BUILDSTDERR: 10452 | _shsm: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ciTt’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:10524:1: error: BUILDSTDERR: warning: label ‘_ciTt’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10524 | _ciTt: BUILDSTDERR: | ^ BUILDSTDERR: 10524 | _ciTt: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ciXM’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:10592:1: error: BUILDSTDERR: warning: label ‘_ciXM’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10592 | _ciXM: BUILDSTDERR: | ^ BUILDSTDERR: 10592 | _ciXM: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_cj0i’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:10637:1: error: BUILDSTDERR: warning: label ‘_cj0i’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10637 | _cj0i: BUILDSTDERR: | ^ BUILDSTDERR: 10637 | _cj0i: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_cj0M’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:10688:1: error: BUILDSTDERR: warning: label ‘_cj0M’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10688 | _cj0M: BUILDSTDERR: | ^ BUILDSTDERR: 10688 | _cj0M: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_cj28’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:10714:1: error: BUILDSTDERR: warning: label ‘_cj28’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10714 | _cj28: BUILDSTDERR: | ^ BUILDSTDERR: 10714 | _cj28: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_shw6’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:10729:1: error: BUILDSTDERR: warning: label ‘_shw6’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10729 | _shw6: BUILDSTDERR: | ^ BUILDSTDERR: 10729 | _shw6: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_cj0S’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:10745:1: error: BUILDSTDERR: warning: label ‘_cj0S’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10745 | _cj0S: BUILDSTDERR: | ^ BUILDSTDERR: 10745 | _cj0S: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_cj1Q’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:10771:1: error: BUILDSTDERR: warning: label ‘_cj1Q’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10771 | _cj1Q: BUILDSTDERR: | ^ BUILDSTDERR: 10771 | _cj1Q: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_shw8’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:10787:1: error: BUILDSTDERR: warning: label ‘_shw8’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10787 | _shw8: BUILDSTDERR: | ^ BUILDSTDERR: 10787 | _shw8: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_cj17’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:10818:1: error: BUILDSTDERR: warning: label ‘_cj17’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10818 | _cj17: BUILDSTDERR: | ^ BUILDSTDERR: 10818 | _cj17: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_cj16’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:10873:1: error: BUILDSTDERR: warning: label ‘_cj16’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10873 | _cj16: BUILDSTDERR: | ^ BUILDSTDERR: 10873 | _cj16: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_cj1g’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:10894:1: error: BUILDSTDERR: warning: label ‘_cj1g’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10894 | _cj1g: BUILDSTDERR: | ^ BUILDSTDERR: 10894 | _cj1g: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ciY9’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:10941:1: error: BUILDSTDERR: warning: label ‘_ciY9’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10941 | _ciY9: BUILDSTDERR: | ^ BUILDSTDERR: 10941 | _ciY9: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_cj31’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:10990:1: error: BUILDSTDERR: warning: label ‘_cj31’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10990 | _cj31: BUILDSTDERR: | ^ BUILDSTDERR: 10990 | _cj31: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ciYD’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:11000:1: error: BUILDSTDERR: warning: label ‘_ciYD’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11000 | _ciYD: BUILDSTDERR: | ^ BUILDSTDERR: 11000 | _ciYD: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ciZZ’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:11026:1: error: BUILDSTDERR: warning: label ‘_ciZZ’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11026 | _ciZZ: BUILDSTDERR: | ^ BUILDSTDERR: 11026 | _ciZZ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_shv3’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:11041:1: error: BUILDSTDERR: warning: label ‘_shv3’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11041 | _shv3: BUILDSTDERR: | ^ BUILDSTDERR: 11041 | _shv3: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ciYJ’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:11057:1: error: BUILDSTDERR: warning: label ‘_ciYJ’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11057 | _ciYJ: BUILDSTDERR: | ^ BUILDSTDERR: 11057 | _ciYJ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ciZH’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:11083:1: error: BUILDSTDERR: warning: label ‘_ciZH’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11083 | _ciZH: BUILDSTDERR: | ^ BUILDSTDERR: 11083 | _ciZH: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_shv5’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:11099:1: error: BUILDSTDERR: warning: label ‘_shv5’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11099 | _shv5: BUILDSTDERR: | ^ BUILDSTDERR: 11099 | _shv5: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ciYY’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:11130:1: error: BUILDSTDERR: warning: label ‘_ciYY’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11130 | _ciYY: BUILDSTDERR: | ^ BUILDSTDERR: 11130 | _ciYY: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ciYX’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:11185:1: error: BUILDSTDERR: warning: label ‘_ciYX’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11185 | _ciYX: BUILDSTDERR: | ^ BUILDSTDERR: 11185 | _ciYX: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ciZ7’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:11206:1: error: BUILDSTDERR: warning: label ‘_ciZ7’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11206 | _ciZ7: BUILDSTDERR: | ^ BUILDSTDERR: 11206 | _ciZ7: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ciVQ’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:11251:1: error: BUILDSTDERR: warning: label ‘_ciVQ’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11251 | _ciVQ: BUILDSTDERR: | ^ BUILDSTDERR: 11251 | _ciVQ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ciWh’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:11288:1: error: BUILDSTDERR: warning: label ‘_ciWh’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11288 | _ciWh: BUILDSTDERR: | ^ BUILDSTDERR: 11288 | _ciWh: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ciXw’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:11324:1: error: BUILDSTDERR: warning: label ‘_ciXw’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11324 | _ciXw: BUILDSTDERR: | ^ BUILDSTDERR: 11324 | _ciXw: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_shtW’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:11339:1: error: BUILDSTDERR: warning: label ‘_shtW’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11339 | _shtW: BUILDSTDERR: | ^ BUILDSTDERR: 11339 | _shtW: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ciWn’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:11355:1: error: BUILDSTDERR: warning: label ‘_ciWn’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11355 | _ciWn: BUILDSTDERR: | ^ BUILDSTDERR: 11355 | _ciWn: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ciXd’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:11381:1: error: BUILDSTDERR: warning: label ‘_ciXd’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11381 | _ciXd: BUILDSTDERR: | ^ BUILDSTDERR: 11381 | _ciXd: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_shtY’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:11407:1: error: BUILDSTDERR: warning: label ‘_shtY’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11407 | _shtY: BUILDSTDERR: | ^ BUILDSTDERR: 11407 | _shtY: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ciTP’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:11484:1: error: BUILDSTDERR: warning: label ‘_ciTP’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11484 | _ciTP: BUILDSTDERR: | ^ BUILDSTDERR: 11484 | _ciTP: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_shrS’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:11523:1: error: BUILDSTDERR: warning: label ‘_shrS’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11523 | _shrS: BUILDSTDERR: | ^ BUILDSTDERR: 11523 | _shrS: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ciS5’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:11556:1: error: BUILDSTDERR: warning: label ‘_ciS5’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11556 | _ciS5: BUILDSTDERR: | ^ BUILDSTDERR: 11556 | _ciS5: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ciRE’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:11579:1: error: BUILDSTDERR: warning: label ‘_ciRE’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11579 | _ciRE: BUILDSTDERR: | ^ BUILDSTDERR: 11579 | _ciRE: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ciUg’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:11592:1: error: BUILDSTDERR: warning: label ‘_ciUg’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11592 | _ciUg: BUILDSTDERR: | ^ BUILDSTDERR: 11592 | _ciUg: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ciVv’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:11628:1: error: BUILDSTDERR: warning: label ‘_ciVv’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11628 | _ciVv: BUILDSTDERR: | ^ BUILDSTDERR: 11628 | _ciVv: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_shsW’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:11643:1: error: BUILDSTDERR: warning: label ‘_shsW’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11643 | _shsW: BUILDSTDERR: | ^ BUILDSTDERR: 11643 | _shsW: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ciUm’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:11659:1: error: BUILDSTDERR: warning: label ‘_ciUm’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11659 | _ciUm: BUILDSTDERR: | ^ BUILDSTDERR: 11659 | _ciUm: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ciVc’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:11685:1: error: BUILDSTDERR: warning: label ‘_ciVc’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11685 | _ciVc: BUILDSTDERR: | ^ BUILDSTDERR: 11685 | _ciVc: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_shsY’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:11711:1: error: BUILDSTDERR: warning: label ‘_shsY’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11711 | _shsY: BUILDSTDERR: | ^ BUILDSTDERR: 11711 | _shsY: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziSTUArray_levenshteinDistanceWithLengths_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:11787:1: error: BUILDSTDERR: warning: label ‘_cjdz’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11787 | _cjdz: BUILDSTDERR: | ^ BUILDSTDERR: 11787 | _cjdz: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_cjdw’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:11815:1: error: BUILDSTDERR: warning: label ‘_cjdw’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11815 | _cjdw: BUILDSTDERR: | ^ BUILDSTDERR: 11815 | _cjdw: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_cjdC’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:11842:1: error: BUILDSTDERR: warning: label ‘_cjdC’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11842 | _cjdC: BUILDSTDERR: | ^ BUILDSTDERR: 11842 | _cjdC: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_cjdH’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:11865:1: error: BUILDSTDERR: warning: label ‘_cjdH’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11865 | _cjdH: BUILDSTDERR: | ^ BUILDSTDERR: 11865 | _cjdH: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziSTUArray_zdwlevenshteinDistance_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:11892:1: error: BUILDSTDERR: warning: label ‘_cje0’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11892 | _cje0: BUILDSTDERR: | ^ BUILDSTDERR: 11892 | _cje0: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_cjdY’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:11916:1: error: BUILDSTDERR: warning: label ‘_cjdY’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11916 | _cjdY: BUILDSTDERR: | ^ BUILDSTDERR: 11916 | _cjdY: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_cje3’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:11936:1: error: BUILDSTDERR: warning: label ‘_cje3’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11936 | _cje3: BUILDSTDERR: | ^ BUILDSTDERR: 11936 | _cje3: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziSTUArray_levenshteinDistance_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:11964:1: error: BUILDSTDERR: warning: label ‘_cjei’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11964 | _cjei: BUILDSTDERR: | ^ BUILDSTDERR: 11964 | _cjei: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_cjef’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:11991:1: error: BUILDSTDERR: warning: label ‘_cjef’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11991 | _cjef: BUILDSTDERR: | ^ BUILDSTDERR: 11991 | _cjef: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_cikk’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:1815:4: error: BUILDSTDERR: warning: ‘_shj6’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1815 | W_ _shj6; BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1815 | W_ _shj6; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:1814:4: error: BUILDSTDERR: warning: ‘_sh0t’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1814 | W_ _sh0t; BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1814 | W_ _sh0t; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:1829:80: error: BUILDSTDERR: warning: ‘_shjB’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1829 | ((struct {W_ x;} __attribute__((packed))*) ((_sh0t+16) + (_shj6 << 0x3UL)))->x = _shjB; BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ BUILDSTDERR: | BUILDSTDERR: 1829 | ((struct {W_ x;} __attribute__((packed))*) ((_sh0t+16) + (_shj6 << 0x3UL)))->x = _shjB; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:1832:7: error: BUILDSTDERR: warning: ‘_shjA’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1832 | Sp[6] = _shjA; BUILDSTDERR: | BUILDSTDERR: 1832 | Sp[6] = _shjA; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:1830:7: error: BUILDSTDERR: warning: ‘_shj7’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1830 | Sp[4] = _shj7; BUILDSTDERR: | BUILDSTDERR: 1830 | Sp[4] = _shj7; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_cigR’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:3539:7: error: BUILDSTDERR: warning: ‘_shid’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 3539 | Sp[6] = _shid; BUILDSTDERR: | BUILDSTDERR: 3539 | Sp[6] = _shid; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_chQk’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:3665:4: error: BUILDSTDERR: warning: ‘_shc0’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 3665 | W_ _shc0; BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3665 | W_ _shc0; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:3664:4: error: BUILDSTDERR: warning: ‘_sh0E’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 3664 | W_ _sh0E; BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3664 | W_ _sh0E; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:3679:80: error: BUILDSTDERR: warning: ‘_shcM’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 3679 | ((struct {W_ x;} __attribute__((packed))*) ((_sh0E+16) + (_shc0 << 0x3UL)))->x = _shcM; BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ BUILDSTDERR: | BUILDSTDERR: 3679 | ((struct {W_ x;} __attribute__((packed))*) ((_sh0E+16) + (_shc0 << 0x3UL)))->x = _shcM; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:3682:8: error: BUILDSTDERR: warning: ‘_shcL’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 3682 | Sp[10] = _shcL; BUILDSTDERR: | BUILDSTDERR: 3682 | Sp[10] = _shcL; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:3680:7: error: BUILDSTDERR: warning: ‘_shc1’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 3680 | Sp[5] = _shc1; BUILDSTDERR: | BUILDSTDERR: 3680 | Sp[5] = _shc1; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_cifr’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:4039:7: error: BUILDSTDERR: warning: ‘_shhN’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 4039 | Sp[6] = _shhN; BUILDSTDERR: | BUILDSTDERR: 4039 | Sp[6] = _shhN; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_cide’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:4495:7: error: BUILDSTDERR: warning: ‘_shgs’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 4495 | Sp[6] = _shgs; BUILDSTDERR: | BUILDSTDERR: 4495 | Sp[6] = _shgs; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ciaV’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:4952:7: error: BUILDSTDERR: warning: ‘_shf1’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 4952 | Sp[7] = _shf1; BUILDSTDERR: | BUILDSTDERR: 4952 | Sp[7] = _shf1; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ci5d’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:6110:7: error: BUILDSTDERR: warning: ‘_shb3’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 6110 | Sp[6] = _shb3; BUILDSTDERR: | BUILDSTDERR: 6110 | Sp[6] = _shb3; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_chKn’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:6239:4: error: BUILDSTDERR: warning: ‘_sh4a’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 6239 | W_ _sh4a; BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6239 | W_ _sh4a; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:6238:4: error: BUILDSTDERR: warning: ‘_sh3l’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 6238 | W_ _sh3l; BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6238 | W_ _sh3l; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:6237:4: error: BUILDSTDERR: warning: ‘_sh3j’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 6237 | W_ _sh3j; BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6237 | W_ _sh3j; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:6253:90: error: BUILDSTDERR: warning: ‘_sh52’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 6253 | ((struct {W_ x;} __attribute__((packed))*) ((_sh3j+16) + ((_sh4a - _sh3l) << 0x3UL)))->x = _sh52; BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ BUILDSTDERR: | BUILDSTDERR: 6253 | ((struct {W_ x;} __attribute__((packed))*) ((_sh3j+16) + ((_sh4a - _sh3l) << 0x3UL)))->x = _sh52; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:6256:8: error: BUILDSTDERR: warning: ‘_sh51’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 6256 | Sp[21] = _sh51; BUILDSTDERR: | BUILDSTDERR: 6256 | Sp[21] = _sh51; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:6254:7: error: BUILDSTDERR: warning: ‘_sh4b’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 6254 | Sp[5] = _sh4b; BUILDSTDERR: | BUILDSTDERR: 6254 | Sp[5] = _sh4b; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ci3N’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:6618:7: error: BUILDSTDERR: warning: ‘_shaD’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 6618 | Sp[6] = _shaD; BUILDSTDERR: | BUILDSTDERR: 6618 | Sp[6] = _shaD; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ci1A’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:7080:7: error: BUILDSTDERR: warning: ‘_sh99’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 7080 | Sp[6] = _sh99; BUILDSTDERR: | BUILDSTDERR: 7080 | Sp[6] = _sh99; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_chZh’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:7543:7: error: BUILDSTDERR: warning: ‘_sh7z’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 7543 | Sp[7] = _sh7z; BUILDSTDERR: | BUILDSTDERR: 7543 | Sp[7] = _sh7z; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_chXc’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:8009:7: error: BUILDSTDERR: warning: ‘_sh68’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 8009 | Sp[7] = _sh68; BUILDSTDERR: | BUILDSTDERR: 8009 | Sp[7] = _sh68; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ci8Q’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:8349:7: error: BUILDSTDERR: warning: ‘_shdJ’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 8349 | Sp[7] = _shdJ; BUILDSTDERR: | BUILDSTDERR: 8349 | Sp[7] = _shdJ; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc: In function ‘_ciTt’: BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:10517:4: error: BUILDSTDERR: warning: ‘_shrX’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: | BUILDSTDERR: 10517 | W_ _shrX; BUILDSTDERR: | ^ BUILDSTDERR: 10517 | W_ _shrX; BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:10515:4: error: BUILDSTDERR: warning: ‘_shrF’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: | BUILDSTDERR: 10515 | W_ _shrF; BUILDSTDERR: | ^ BUILDSTDERR: 10515 | W_ _shrF; BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:10516:4: error: BUILDSTDERR: warning: ‘_shrG’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: | BUILDSTDERR: 10516 | W_ _shrG; BUILDSTDERR: | ^ BUILDSTDERR: 10516 | W_ _shrG; BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:10531:90: error: BUILDSTDERR: warning: ‘_shsv’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: | BUILDSTDERR: 10531 | ((struct {W_ x;} __attribute__((packed))*) ((_shrG+16) + ((_shrX - _shrF) << 0x3UL)))->x = _shsv; BUILDSTDERR: | ^ BUILDSTDERR: 10531 | ((struct {W_ x;} __attribute__((packed))*) ((_shrG+16) + ((_shrX - _shrF) << 0x3UL)))->x = _shsv; BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:10534:7: error: BUILDSTDERR: warning: ‘_shsu’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: | BUILDSTDERR: 10534 | Sp[6] = _shsu; BUILDSTDERR: | ^ BUILDSTDERR: 10534 | Sp[6] = _shsu; BUILDSTDERR: /tmp/ghc30382_0/ghc_40.hc:10532:7: error: BUILDSTDERR: warning: ‘_shrY’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: | BUILDSTDERR: 10532 | Sp[4] = _shrY; BUILDSTDERR: | ^ BUILDSTDERR: 10532 | Sp[4] = _shrY; BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘rgYW_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:47:1: error: BUILDSTDERR: warning: label ‘_cjOT’ defined but not used [-Wunused-label] BUILDSTDERR: 47 | _cjOT: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 47 | _cjOT: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘rgYY_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:88:1: error: BUILDSTDERR: warning: label ‘_cjP2’ defined but not used [-Wunused-label] BUILDSTDERR: 88 | _cjP2: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 88 | _cjP2: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘rgZ0_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:129:1: error: BUILDSTDERR: warning: label ‘_cjPb’ defined but not used [-Wunused-label] BUILDSTDERR: 129 | _cjPb: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 129 | _cjPb: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘rgZ2_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:170:1: error: BUILDSTDERR: warning: label ‘_cjPk’ defined but not used [-Wunused-label] BUILDSTDERR: 170 | _cjPk: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 170 | _cjPk: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘rgZ9_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:246:1: error: BUILDSTDERR: warning: label ‘_cjPv’ defined but not used [-Wunused-label] BUILDSTDERR: 246 | _cjPv: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 246 | _cjPv: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cjPt’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:279:1: error: BUILDSTDERR: warning: label ‘_cjPt’ defined but not used [-Wunused-label] BUILDSTDERR: 279 | _cjPt: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 279 | _cjPt: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘sjey_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:308:1: error: BUILDSTDERR: warning: label ‘_cjPX’ defined but not used [-Wunused-label] BUILDSTDERR: 308 | _cjPX: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 308 | _cjPX: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cjPU’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:335:1: error: BUILDSTDERR: warning: label ‘_cjPU’ defined but not used [-Wunused-label] BUILDSTDERR: 335 | _cjPU: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 335 | _cjPU: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘sjez_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:365:1: error: BUILDSTDERR: warning: label ‘_cjQ3’ defined but not used [-Wunused-label] BUILDSTDERR: 365 | _cjQ3: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 365 | _cjQ3: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘sjeA_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:399:1: error: BUILDSTDERR: warning: label ‘_cjQ9’ defined but not used [-Wunused-label] BUILDSTDERR: 399 | _cjQ9: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 399 | _cjQ9: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cjPK’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:429:1: error: BUILDSTDERR: warning: label ‘_cjPK’ defined but not used [-Wunused-label] BUILDSTDERR: 429 | _cjPK: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 429 | _cjPK: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘rgZc_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:462:1: error: BUILDSTDERR: warning: label ‘_cjQh’ defined but not used [-Wunused-label] BUILDSTDERR: 462 | _cjQh: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 462 | _cjQh: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cjQf’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:494:1: error: BUILDSTDERR: warning: label ‘_cjQf’ defined but not used [-Wunused-label] BUILDSTDERR: 494 | _cjQf: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 494 | _cjQf: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziSTUArray_zdwrestrictedDamerauLevenshteinDistanceWithLengths_slow’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:516:1: error: BUILDSTDERR: warning: label ‘_cjQq’ defined but not used [-Wunused-label] BUILDSTDERR: 516 | _cjQq: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 516 | _cjQq: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziSTUArray_zdwrestrictedDamerauLevenshteinDistanceWithLengths_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:532:1: error: BUILDSTDERR: warning: label ‘_ck9u’ defined but not used [-Wunused-label] BUILDSTDERR: 532 | _ck9u: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 532 | _ck9u: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cjQU’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:620:1: error: BUILDSTDERR: warning: label ‘_cjQU’ defined but not used [-Wunused-label] BUILDSTDERR: 620 | _cjQU: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 620 | _cjQU: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckMi’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:679:1: error: BUILDSTDERR: warning: label ‘_ckMi’ defined but not used [-Wunused-label] BUILDSTDERR: 679 | _ckMi: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 679 | _ckMi: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckMl’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:696:1: error: BUILDSTDERR: warning: label ‘_ckMl’ defined but not used [-Wunused-label] BUILDSTDERR: 696 | _ckMl: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 696 | _ckMl: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckMw’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:729:1: error: BUILDSTDERR: warning: label ‘_ckMw’ defined but not used [-Wunused-label] BUILDSTDERR: 729 | _ckMw: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 729 | _ckMw: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_sjf4’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:761:1: error: BUILDSTDERR: warning: label ‘_sjf4’ defined but not used [-Wunused-label] BUILDSTDERR: 761 | _sjf4: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 761 | _sjf4: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cjRs’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:800:1: error: BUILDSTDERR: warning: label ‘_cjRs’ defined but not used [-Wunused-label] BUILDSTDERR: 800 | _cjRs: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 800 | _cjRs: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckLd’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:860:1: error: BUILDSTDERR: warning: label ‘_ckLd’ defined but not used [-Wunused-label] BUILDSTDERR: 860 | _ckLd: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 860 | _ckLd: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckLg’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:877:1: error: BUILDSTDERR: warning: label ‘_ckLg’ defined but not used [-Wunused-label] BUILDSTDERR: 877 | _ckLg: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 877 | _ckLg: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckLr’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:911:1: error: BUILDSTDERR: warning: label ‘_ckLr’ defined but not used [-Wunused-label] BUILDSTDERR: 911 | _ckLr: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 911 | _ckLr: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_sjfk’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:942:1: error: BUILDSTDERR: warning: label ‘_sjfk’ defined but not used [-Wunused-label] BUILDSTDERR: 942 | _sjfk: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 942 | _sjfk: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cjRV’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:971:1: error: BUILDSTDERR: warning: label ‘_cjRV’ defined but not used [-Wunused-label] BUILDSTDERR: 971 | _cjRV: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 971 | _cjRV: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ck9S’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:1035:1: error: BUILDSTDERR: warning: label ‘_ck9S’ defined but not used [-Wunused-label] BUILDSTDERR: 1035 | _ck9S: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1035 | _ck9S: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckJI’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:1071:1: error: BUILDSTDERR: warning: label ‘_ckJI’ defined but not used [-Wunused-label] BUILDSTDERR: 1071 | _ckJI: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1071 | _ckJI: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckKc’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:1109:1: error: BUILDSTDERR: warning: label ‘_ckKc’ defined but not used [-Wunused-label] BUILDSTDERR: 1109 | _ckKc: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1109 | _ckKc: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckKl’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:1132:1: error: BUILDSTDERR: warning: label ‘_ckKl’ defined but not used [-Wunused-label] BUILDSTDERR: 1132 | _ckKl: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1132 | _ckKl: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckKo’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:1148:1: error: BUILDSTDERR: warning: label ‘_ckKo’ defined but not used [-Wunused-label] BUILDSTDERR: 1148 | _ckKo: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1148 | _ckKo: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckKz’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:1179:1: error: BUILDSTDERR: warning: label ‘_ckKz’ defined but not used [-Wunused-label] BUILDSTDERR: 1179 | _ckKz: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1179 | _ckKz: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckJS’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:1203:1: error: BUILDSTDERR: warning: label ‘_ckJS’ defined but not used [-Wunused-label] BUILDSTDERR: 1203 | _ckJS: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1203 | _ckJS: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckJV’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:1221:1: error: BUILDSTDERR: warning: label ‘_ckJV’ defined but not used [-Wunused-label] BUILDSTDERR: 1221 | _ckJV: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1221 | _ckJV: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cjSg’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:1257:1: error: BUILDSTDERR: warning: label ‘_cjSg’ defined but not used [-Wunused-label] BUILDSTDERR: 1257 | _cjSg: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1257 | _cjSg: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cjSq’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:1315:1: error: BUILDSTDERR: warning: label ‘_cjSq’ defined but not used [-Wunused-label] BUILDSTDERR: 1315 | _cjSq: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1315 | _cjSq: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cjSO’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:1389:1: error: BUILDSTDERR: warning: label ‘_cjSO’ defined but not used [-Wunused-label] BUILDSTDERR: 1389 | _cjSO: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1389 | _cjSO: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckN6’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:1452:1: error: BUILDSTDERR: warning: label ‘_ckN6’ defined but not used [-Wunused-label] BUILDSTDERR: 1452 | _ckN6: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1452 | _ckN6: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckNe’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:1466:1: error: BUILDSTDERR: warning: label ‘_ckNe’ defined but not used [-Wunused-label] BUILDSTDERR: 1466 | _ckNe: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1466 | _ckNe: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cjT4’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:1484:1: error: BUILDSTDERR: warning: label ‘_cjT4’ defined but not used [-Wunused-label] BUILDSTDERR: 1484 | _cjT4: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1484 | _cjT4: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cjT9’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:1520:1: error: BUILDSTDERR: warning: label ‘_cjT9’ defined but not used [-Wunused-label] BUILDSTDERR: 1520 | _cjT9: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1520 | _cjT9: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckIp’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:1556:1: error: BUILDSTDERR: warning: label ‘_ckIp’ defined but not used [-Wunused-label] BUILDSTDERR: 1556 | _ckIp: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1556 | _ckIp: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_sjg0’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:1571:1: error: BUILDSTDERR: warning: label ‘_sjg0’ defined but not used [-Wunused-label] BUILDSTDERR: 1571 | _sjg0: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1571 | _sjg0: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckyJ’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:1593:1: error: BUILDSTDERR: warning: label ‘_ckyJ’ defined but not used [-Wunused-label] BUILDSTDERR: 1593 | _ckyJ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1593 | _ckyJ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckz4’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:1643:1: error: BUILDSTDERR: warning: label ‘_ckz4’ defined but not used [-Wunused-label] BUILDSTDERR: 1643 | _ckz4: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1643 | _ckz4: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckIa’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:1669:1: error: BUILDSTDERR: warning: label ‘_ckIa’ defined but not used [-Wunused-label] BUILDSTDERR: 1669 | _ckIa: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1669 | _ckIa: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_sjyB’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:1684:1: error: BUILDSTDERR: warning: label ‘_sjyB’ defined but not used [-Wunused-label] BUILDSTDERR: 1684 | _sjyB: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1684 | _sjyB: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckza’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:1700:1: error: BUILDSTDERR: warning: label ‘_ckza’ defined but not used [-Wunused-label] BUILDSTDERR: 1700 | _ckza: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1700 | _ckza: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckHS’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:1726:1: error: BUILDSTDERR: warning: label ‘_ckHS’ defined but not used [-Wunused-label] BUILDSTDERR: 1726 | _ckHS: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1726 | _ckHS: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_sjyD’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:1752:1: error: BUILDSTDERR: warning: label ‘_sjyD’ defined but not used [-Wunused-label] BUILDSTDERR: 1752 | _sjyD: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1752 | _sjyD: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckzv’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:1822:1: error: BUILDSTDERR: warning: label ‘_ckzv’ defined but not used [-Wunused-label] BUILDSTDERR: 1822 | _ckzv: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1822 | _ckzv: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckDq’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:1888:1: error: BUILDSTDERR: warning: label ‘_ckDq’ defined but not used [-Wunused-label] BUILDSTDERR: 1888 | _ckDq: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1888 | _ckDq: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckFH’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:1931:1: error: BUILDSTDERR: warning: label ‘_ckFH’ defined but not used [-Wunused-label] BUILDSTDERR: 1931 | _ckFH: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1931 | _ckFH: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckG2’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:1981:1: error: BUILDSTDERR: warning: label ‘_ckG2’ defined but not used [-Wunused-label] BUILDSTDERR: 1981 | _ckG2: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1981 | _ckG2: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckHo’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:2007:1: error: BUILDSTDERR: warning: label ‘_ckHo’ defined but not used [-Wunused-label] BUILDSTDERR: 2007 | _ckHo: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2007 | _ckHo: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_sjBV’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:2022:1: error: BUILDSTDERR: warning: label ‘_sjBV’ defined but not used [-Wunused-label] BUILDSTDERR: 2022 | _sjBV: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2022 | _sjBV: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckG8’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:2038:1: error: BUILDSTDERR: warning: label ‘_ckG8’ defined but not used [-Wunused-label] BUILDSTDERR: 2038 | _ckG8: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2038 | _ckG8: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckH6’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:2064:1: error: BUILDSTDERR: warning: label ‘_ckH6’ defined but not used [-Wunused-label] BUILDSTDERR: 2064 | _ckH6: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2064 | _ckH6: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_sjBX’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:2080:1: error: BUILDSTDERR: warning: label ‘_sjBX’ defined but not used [-Wunused-label] BUILDSTDERR: 2080 | _sjBX: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2080 | _sjBX: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckGn’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:2110:1: error: BUILDSTDERR: warning: label ‘_ckGn’ defined but not used [-Wunused-label] BUILDSTDERR: 2110 | _ckGn: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2110 | _ckGn: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckGm’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:2164:1: error: BUILDSTDERR: warning: label ‘_ckGm’ defined but not used [-Wunused-label] BUILDSTDERR: 2164 | _ckGm: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2164 | _ckGm: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckGw’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:2184:1: error: BUILDSTDERR: warning: label ‘_ckGw’ defined but not used [-Wunused-label] BUILDSTDERR: 2184 | _ckGw: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2184 | _ckGw: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckDK’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:2229:1: error: BUILDSTDERR: warning: label ‘_ckDK’ defined but not used [-Wunused-label] BUILDSTDERR: 2229 | _ckDK: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2229 | _ckDK: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckIh’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:2277:1: error: BUILDSTDERR: warning: label ‘_ckIh’ defined but not used [-Wunused-label] BUILDSTDERR: 2277 | _ckIh: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2277 | _ckIh: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckE5’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:2288:1: error: BUILDSTDERR: warning: label ‘_ckE5’ defined but not used [-Wunused-label] BUILDSTDERR: 2288 | _ckE5: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2288 | _ckE5: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckFr’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:2314:1: error: BUILDSTDERR: warning: label ‘_ckFr’ defined but not used [-Wunused-label] BUILDSTDERR: 2314 | _ckFr: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2314 | _ckFr: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_sjB0’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:2329:1: error: BUILDSTDERR: warning: label ‘_sjB0’ defined but not used [-Wunused-label] BUILDSTDERR: 2329 | _sjB0: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2329 | _sjB0: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckEb’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:2345:1: error: BUILDSTDERR: warning: label ‘_ckEb’ defined but not used [-Wunused-label] BUILDSTDERR: 2345 | _ckEb: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2345 | _ckEb: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckF9’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:2371:1: error: BUILDSTDERR: warning: label ‘_ckF9’ defined but not used [-Wunused-label] BUILDSTDERR: 2371 | _ckF9: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2371 | _ckF9: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_sjB2’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:2387:1: error: BUILDSTDERR: warning: label ‘_sjB2’ defined but not used [-Wunused-label] BUILDSTDERR: 2387 | _sjB2: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2387 | _sjB2: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckEq’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:2417:1: error: BUILDSTDERR: warning: label ‘_ckEq’ defined but not used [-Wunused-label] BUILDSTDERR: 2417 | _ckEq: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2417 | _ckEq: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckEp’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:2471:1: error: BUILDSTDERR: warning: label ‘_ckEp’ defined but not used [-Wunused-label] BUILDSTDERR: 2471 | _ckEp: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2471 | _ckEp: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckEz’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:2491:1: error: BUILDSTDERR: warning: label ‘_ckEz’ defined but not used [-Wunused-label] BUILDSTDERR: 2491 | _ckEz: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2491 | _ckEz: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckBD’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:2534:1: error: BUILDSTDERR: warning: label ‘_ckBD’ defined but not used [-Wunused-label] BUILDSTDERR: 2534 | _ckBD: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2534 | _ckBD: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckBV’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:2570:1: error: BUILDSTDERR: warning: label ‘_ckBV’ defined but not used [-Wunused-label] BUILDSTDERR: 2570 | _ckBV: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2570 | _ckBV: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckDa’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:2606:1: error: BUILDSTDERR: warning: label ‘_ckDa’ defined but not used [-Wunused-label] BUILDSTDERR: 2606 | _ckDa: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2606 | _ckDa: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_sjA1’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:2621:1: error: BUILDSTDERR: warning: label ‘_sjA1’ defined but not used [-Wunused-label] BUILDSTDERR: 2621 | _sjA1: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2621 | _sjA1: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckC1’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:2637:1: error: BUILDSTDERR: warning: label ‘_ckC1’ defined but not used [-Wunused-label] BUILDSTDERR: 2637 | _ckC1: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2637 | _ckC1: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckCR’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:2663:1: error: BUILDSTDERR: warning: label ‘_ckCR’ defined but not used [-Wunused-label] BUILDSTDERR: 2663 | _ckCR: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2663 | _ckCR: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_sjA3’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:2688:1: error: BUILDSTDERR: warning: label ‘_sjA3’ defined but not used [-Wunused-label] BUILDSTDERR: 2688 | _sjA3: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2688 | _sjA3: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckzO’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:2763:1: error: BUILDSTDERR: warning: label ‘_ckzO’ defined but not used [-Wunused-label] BUILDSTDERR: 2763 | _ckzO: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2763 | _ckzO: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cjTl’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:2806:1: error: BUILDSTDERR: warning: label ‘_cjTl’ defined but not used [-Wunused-label] BUILDSTDERR: 2806 | _cjTl: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2806 | _cjTl: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cjTu’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:2863:1: error: BUILDSTDERR: warning: label ‘_cjTu’ defined but not used [-Wunused-label] BUILDSTDERR: 2863 | _cjTu: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2863 | _cjTu: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cjTF’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:2904:1: error: BUILDSTDERR: warning: label ‘_cjTF’ defined but not used [-Wunused-label] BUILDSTDERR: 2904 | _cjTF: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2904 | _cjTF: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cjTN’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:2950:1: error: BUILDSTDERR: warning: label ‘_cjTN’ defined but not used [-Wunused-label] BUILDSTDERR: 2950 | _cjTN: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2950 | _cjTN: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckaM’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:3040:1: error: BUILDSTDERR: warning: label ‘_ckaM’ defined but not used [-Wunused-label] BUILDSTDERR: 3040 | _ckaM: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3040 | _ckaM: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckyn’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:3066:1: error: BUILDSTDERR: warning: label ‘_ckyn’ defined but not used [-Wunused-label] BUILDSTDERR: 3066 | _ckyn: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3066 | _ckyn: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_sjhJ’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:3081:1: error: BUILDSTDERR: warning: label ‘_sjhJ’ defined but not used [-Wunused-label] BUILDSTDERR: 3081 | _sjhJ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3081 | _sjhJ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckaN’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:3097:1: error: BUILDSTDERR: warning: label ‘_ckaN’ defined but not used [-Wunused-label] BUILDSTDERR: 3097 | _ckaN: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3097 | _ckaN: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cky6’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:3123:1: error: BUILDSTDERR: warning: label ‘_cky6’ defined but not used [-Wunused-label] BUILDSTDERR: 3123 | _cky6: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3123 | _cky6: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_sjhL’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:3145:1: error: BUILDSTDERR: warning: label ‘_sjhL’ defined but not used [-Wunused-label] BUILDSTDERR: 3145 | _sjhL: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3145 | _sjhL: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckxv’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:3190:1: error: BUILDSTDERR: warning: label ‘_ckxv’ defined but not used [-Wunused-label] BUILDSTDERR: 3190 | _ckxv: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3190 | _ckxv: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckxI’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:3227:1: error: BUILDSTDERR: warning: label ‘_ckxI’ defined but not used [-Wunused-label] BUILDSTDERR: 3227 | _ckxI: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3227 | _ckxI: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_sjhR’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:3246:1: error: BUILDSTDERR: warning: label ‘_sjhR’ defined but not used [-Wunused-label] BUILDSTDERR: 3246 | _sjhR: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3246 | _sjhR: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ck4s’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:3284:1: error: BUILDSTDERR: warning: label ‘_ck4s’ defined but not used [-Wunused-label] BUILDSTDERR: 3284 | _ck4s: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3284 | _ck4s: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckn5’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:3339:1: error: BUILDSTDERR: warning: label ‘_ckn5’ defined but not used [-Wunused-label] BUILDSTDERR: 3339 | _ckn5: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3339 | _ckn5: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckxf’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:3365:1: error: BUILDSTDERR: warning: label ‘_ckxf’ defined but not used [-Wunused-label] BUILDSTDERR: 3365 | _ckxf: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3365 | _ckxf: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_sjrE’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:3380:1: error: BUILDSTDERR: warning: label ‘_sjrE’ defined but not used [-Wunused-label] BUILDSTDERR: 3380 | _sjrE: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3380 | _sjrE: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckn6’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:3396:1: error: BUILDSTDERR: warning: label ‘_ckn6’ defined but not used [-Wunused-label] BUILDSTDERR: 3396 | _ckn6: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3396 | _ckn6: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckwX’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:3422:1: error: BUILDSTDERR: warning: label ‘_ckwX’ defined but not used [-Wunused-label] BUILDSTDERR: 3422 | _ckwX: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3422 | _ckwX: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ck4Z’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:3449:1: error: BUILDSTDERR: warning: label ‘_ck4Z’ defined but not used [-Wunused-label] BUILDSTDERR: 3449 | _ck4Z: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3449 | _ck4Z: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ck4Y’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:3512:1: error: BUILDSTDERR: warning: label ‘_ck4Y’ defined but not used [-Wunused-label] BUILDSTDERR: 3512 | _ck4Y: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3512 | _ck4Y: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckw2’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:3532:1: error: BUILDSTDERR: warning: label ‘_ckw2’ defined but not used [-Wunused-label] BUILDSTDERR: 3532 | _ckw2: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3532 | _ckw2: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckwn’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:3581:1: error: BUILDSTDERR: warning: label ‘_ckwn’ defined but not used [-Wunused-label] BUILDSTDERR: 3581 | _ckwn: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3581 | _ckwn: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckwJ’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:3605:1: error: BUILDSTDERR: warning: label ‘_ckwJ’ defined but not used [-Wunused-label] BUILDSTDERR: 3605 | _ckwJ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3605 | _ckwJ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_sjrN’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:3619:1: error: BUILDSTDERR: warning: label ‘_sjrN’ defined but not used [-Wunused-label] BUILDSTDERR: 3619 | _sjrN: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3619 | _sjrN: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ck5v’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:3672:1: error: BUILDSTDERR: warning: label ‘_ck5v’ defined but not used [-Wunused-label] BUILDSTDERR: 3672 | _ck5v: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3672 | _ck5v: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ck7u’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:3738:1: error: BUILDSTDERR: warning: label ‘_ck7u’ defined but not used [-Wunused-label] BUILDSTDERR: 3738 | _ck7u: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3738 | _ck7u: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ck8C’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:3784:1: error: BUILDSTDERR: warning: label ‘_ck8C’ defined but not used [-Wunused-label] BUILDSTDERR: 3784 | _ck8C: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3784 | _ck8C: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cktP’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:3839:1: error: BUILDSTDERR: warning: label ‘_cktP’ defined but not used [-Wunused-label] BUILDSTDERR: 3839 | _cktP: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3839 | _cktP: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckvP’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:3865:1: error: BUILDSTDERR: warning: label ‘_ckvP’ defined but not used [-Wunused-label] BUILDSTDERR: 3865 | _ckvP: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3865 | _ckvP: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_sjwv’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:3880:1: error: BUILDSTDERR: warning: label ‘_sjwv’ defined but not used [-Wunused-label] BUILDSTDERR: 3880 | _sjwv: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3880 | _sjwv: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cktQ’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:3896:1: error: BUILDSTDERR: warning: label ‘_cktQ’ defined but not used [-Wunused-label] BUILDSTDERR: 3896 | _cktQ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3896 | _cktQ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckvx’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:3922:1: error: BUILDSTDERR: warning: label ‘_ckvx’ defined but not used [-Wunused-label] BUILDSTDERR: 3922 | _ckvx: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3922 | _ckvx: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ck99’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:3949:1: error: BUILDSTDERR: warning: label ‘_ck99’ defined but not used [-Wunused-label] BUILDSTDERR: 3949 | _ck99: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3949 | _ck99: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ck98’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:4012:1: error: BUILDSTDERR: warning: label ‘_ck98’ defined but not used [-Wunused-label] BUILDSTDERR: 4012 | _ck98: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4012 | _ck98: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckuC’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:4032:1: error: BUILDSTDERR: warning: label ‘_ckuC’ defined but not used [-Wunused-label] BUILDSTDERR: 4032 | _ckuC: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4032 | _ckuC: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckuX’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:4081:1: error: BUILDSTDERR: warning: label ‘_ckuX’ defined but not used [-Wunused-label] BUILDSTDERR: 4081 | _ckuX: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4081 | _ckuX: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckvj’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:4105:1: error: BUILDSTDERR: warning: label ‘_ckvj’ defined but not used [-Wunused-label] BUILDSTDERR: 4105 | _ckvj: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4105 | _ckvj: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cku2’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:4120:1: error: BUILDSTDERR: warning: label ‘_cku2’ defined but not used [-Wunused-label] BUILDSTDERR: 4120 | _cku2: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4120 | _cku2: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cku1’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:4172:1: error: BUILDSTDERR: warning: label ‘_cku1’ defined but not used [-Wunused-label] BUILDSTDERR: 4172 | _cku1: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4172 | _cku1: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckuk’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:4192:1: error: BUILDSTDERR: warning: label ‘_ckuk’ defined but not used [-Wunused-label] BUILDSTDERR: 4192 | _ckuk: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4192 | _ckuk: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ck7J’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:4240:1: error: BUILDSTDERR: warning: label ‘_ck7J’ defined but not used [-Wunused-label] BUILDSTDERR: 4240 | _ck7J: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4240 | _ck7J: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckrC’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:4295:1: error: BUILDSTDERR: warning: label ‘_ckrC’ defined but not used [-Wunused-label] BUILDSTDERR: 4295 | _ckrC: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4295 | _ckrC: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cktC’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:4321:1: error: BUILDSTDERR: warning: label ‘_cktC’ defined but not used [-Wunused-label] BUILDSTDERR: 4321 | _cktC: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4321 | _cktC: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_sjva’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:4336:1: error: BUILDSTDERR: warning: label ‘_sjva’ defined but not used [-Wunused-label] BUILDSTDERR: 4336 | _sjva: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4336 | _sjva: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckrD’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:4352:1: error: BUILDSTDERR: warning: label ‘_ckrD’ defined but not used [-Wunused-label] BUILDSTDERR: 4352 | _ckrD: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4352 | _ckrD: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cktk’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:4378:1: error: BUILDSTDERR: warning: label ‘_cktk’ defined but not used [-Wunused-label] BUILDSTDERR: 4378 | _cktk: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4378 | _cktk: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ck8g’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:4405:1: error: BUILDSTDERR: warning: label ‘_ck8g’ defined but not used [-Wunused-label] BUILDSTDERR: 4405 | _ck8g: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4405 | _ck8g: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ck8f’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:4468:1: error: BUILDSTDERR: warning: label ‘_ck8f’ defined but not used [-Wunused-label] BUILDSTDERR: 4468 | _ck8f: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4468 | _ck8f: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cksp’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:4488:1: error: BUILDSTDERR: warning: label ‘_cksp’ defined but not used [-Wunused-label] BUILDSTDERR: 4488 | _cksp: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4488 | _cksp: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cksK’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:4537:1: error: BUILDSTDERR: warning: label ‘_cksK’ defined but not used [-Wunused-label] BUILDSTDERR: 4537 | _cksK: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4537 | _cksK: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckt6’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:4561:1: error: BUILDSTDERR: warning: label ‘_ckt6’ defined but not used [-Wunused-label] BUILDSTDERR: 4561 | _ckt6: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4561 | _ckt6: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckrP’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:4576:1: error: BUILDSTDERR: warning: label ‘_ckrP’ defined but not used [-Wunused-label] BUILDSTDERR: 4576 | _ckrP: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4576 | _ckrP: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckrO’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:4628:1: error: BUILDSTDERR: warning: label ‘_ckrO’ defined but not used [-Wunused-label] BUILDSTDERR: 4628 | _ckrO: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4628 | _ckrO: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cks7’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:4648:1: error: BUILDSTDERR: warning: label ‘_cks7’ defined but not used [-Wunused-label] BUILDSTDERR: 4648 | _cks7: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4648 | _cks7: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ck6E’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:4696:1: error: BUILDSTDERR: warning: label ‘_ck6E’ defined but not used [-Wunused-label] BUILDSTDERR: 4696 | _ck6E: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4696 | _ck6E: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckpr’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:4751:1: error: BUILDSTDERR: warning: label ‘_ckpr’ defined but not used [-Wunused-label] BUILDSTDERR: 4751 | _ckpr: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4751 | _ckpr: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckrj’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:4777:1: error: BUILDSTDERR: warning: label ‘_ckrj’ defined but not used [-Wunused-label] BUILDSTDERR: 4777 | _ckrj: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4777 | _ckrj: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_sjtM’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:4792:1: error: BUILDSTDERR: warning: label ‘_sjtM’ defined but not used [-Wunused-label] BUILDSTDERR: 4792 | _sjtM: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4792 | _sjtM: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckps’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:4808:1: error: BUILDSTDERR: warning: label ‘_ckps’ defined but not used [-Wunused-label] BUILDSTDERR: 4808 | _ckps: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4808 | _ckps: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckr1’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:4834:1: error: BUILDSTDERR: warning: label ‘_ckr1’ defined but not used [-Wunused-label] BUILDSTDERR: 4834 | _ckr1: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4834 | _ckr1: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ck7b’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:4861:1: error: BUILDSTDERR: warning: label ‘_ck7b’ defined but not used [-Wunused-label] BUILDSTDERR: 4861 | _ck7b: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4861 | _ck7b: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ck7a’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:4924:1: error: BUILDSTDERR: warning: label ‘_ck7a’ defined but not used [-Wunused-label] BUILDSTDERR: 4924 | _ck7a: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4924 | _ck7a: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckq6’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:4945:1: error: BUILDSTDERR: warning: label ‘_ckq6’ defined but not used [-Wunused-label] BUILDSTDERR: 4945 | _ckq6: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4945 | _ckq6: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckqr’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:4997:1: error: BUILDSTDERR: warning: label ‘_ckqr’ defined but not used [-Wunused-label] BUILDSTDERR: 4997 | _ckqr: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4997 | _ckqr: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckqN’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:5023:1: error: BUILDSTDERR: warning: label ‘_ckqN’ defined but not used [-Wunused-label] BUILDSTDERR: 5023 | _ckqN: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5023 | _ckqN: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_sjtV’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:5036:1: error: BUILDSTDERR: warning: label ‘_sjtV’ defined but not used [-Wunused-label] BUILDSTDERR: 5036 | _sjtV: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5036 | _sjtV: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ck5L’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:5100:1: error: BUILDSTDERR: warning: label ‘_ck5L’ defined but not used [-Wunused-label] BUILDSTDERR: 5100 | _ck5L: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5100 | _ck5L: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckxm’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:5153:1: error: BUILDSTDERR: warning: label ‘_ckxm’ defined but not used [-Wunused-label] BUILDSTDERR: 5153 | _ckxm: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5153 | _ckxm: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cjVZ’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:5172:1: error: BUILDSTDERR: warning: label ‘_cjVZ’ defined but not used [-Wunused-label] BUILDSTDERR: 5172 | _cjVZ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5172 | _cjVZ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cjW9’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:5234:1: error: BUILDSTDERR: warning: label ‘_cjW9’ defined but not used [-Wunused-label] BUILDSTDERR: 5234 | _cjW9: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5234 | _cjW9: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cjWc’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:5250:1: error: BUILDSTDERR: warning: label ‘_cjWc’ defined but not used [-Wunused-label] BUILDSTDERR: 5250 | _cjWc: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5250 | _cjWc: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cjWh’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:5277:1: error: BUILDSTDERR: warning: label ‘_cjWh’ defined but not used [-Wunused-label] BUILDSTDERR: 5277 | _cjWh: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5277 | _cjWh: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cjWm’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:5300:1: error: BUILDSTDERR: warning: label ‘_cjWm’ defined but not used [-Wunused-label] BUILDSTDERR: 5300 | _cjWm: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5300 | _cjWm: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cjWr’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:5325:1: error: BUILDSTDERR: warning: label ‘_cjWr’ defined but not used [-Wunused-label] BUILDSTDERR: 5325 | _cjWr: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5325 | _cjWr: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cjWw’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:5348:1: error: BUILDSTDERR: warning: label ‘_cjWw’ defined but not used [-Wunused-label] BUILDSTDERR: 5348 | _cjWw: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5348 | _cjWw: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cjWB’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:5373:1: error: BUILDSTDERR: warning: label ‘_cjWB’ defined but not used [-Wunused-label] BUILDSTDERR: 5373 | _cjWB: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5373 | _cjWB: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cjWG’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:5396:1: error: BUILDSTDERR: warning: label ‘_cjWG’ defined but not used [-Wunused-label] BUILDSTDERR: 5396 | _cjWG: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5396 | _cjWG: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cjWL’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:5421:1: error: BUILDSTDERR: warning: label ‘_cjWL’ defined but not used [-Wunused-label] BUILDSTDERR: 5421 | _cjWL: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5421 | _cjWL: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cjWQ’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:5448:1: error: BUILDSTDERR: warning: label ‘_cjWQ’ defined but not used [-Wunused-label] BUILDSTDERR: 5448 | _cjWQ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5448 | _cjWQ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cjX4’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:5489:1: error: BUILDSTDERR: warning: label ‘_cjX4’ defined but not used [-Wunused-label] BUILDSTDERR: 5489 | _cjX4: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5489 | _cjX4: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cjXf’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:5530:1: error: BUILDSTDERR: warning: label ‘_cjXf’ defined but not used [-Wunused-label] BUILDSTDERR: 5530 | _cjXf: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5530 | _cjXf: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cjXn’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:5566:1: error: BUILDSTDERR: warning: label ‘_cjXn’ defined but not used [-Wunused-label] BUILDSTDERR: 5566 | _cjXn: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5566 | _cjXn: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckbb’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:5607:1: error: BUILDSTDERR: warning: label ‘_ckbb’ defined but not used [-Wunused-label] BUILDSTDERR: 5607 | _ckbb: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5607 | _ckbb: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckmI’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:5633:1: error: BUILDSTDERR: warning: label ‘_ckmI’ defined but not used [-Wunused-label] BUILDSTDERR: 5633 | _ckmI: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5633 | _ckmI: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_sjiV’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:5648:1: error: BUILDSTDERR: warning: label ‘_sjiV’ defined but not used [-Wunused-label] BUILDSTDERR: 5648 | _sjiV: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5648 | _sjiV: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckbc’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:5664:1: error: BUILDSTDERR: warning: label ‘_ckbc’ defined but not used [-Wunused-label] BUILDSTDERR: 5664 | _ckbc: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5664 | _ckbc: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckms’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:5690:1: error: BUILDSTDERR: warning: label ‘_ckms’ defined but not used [-Wunused-label] BUILDSTDERR: 5690 | _ckms: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5690 | _ckms: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_sjiX’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:5712:1: error: BUILDSTDERR: warning: label ‘_sjiX’ defined but not used [-Wunused-label] BUILDSTDERR: 5712 | _sjiX: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5712 | _sjiX: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cklR’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:5757:1: error: BUILDSTDERR: warning: label ‘_cklR’ defined but not used [-Wunused-label] BUILDSTDERR: 5757 | _cklR: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5757 | _cklR: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckm4’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:5794:1: error: BUILDSTDERR: warning: label ‘_ckm4’ defined but not used [-Wunused-label] BUILDSTDERR: 5794 | _ckm4: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5794 | _ckm4: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_sjj3’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:5814:1: error: BUILDSTDERR: warning: label ‘_sjj3’ defined but not used [-Wunused-label] BUILDSTDERR: 5814 | _sjj3: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5814 | _sjj3: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cjYj’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:5854:1: error: BUILDSTDERR: warning: label ‘_cjYj’ defined but not used [-Wunused-label] BUILDSTDERR: 5854 | _cjYj: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5854 | _cjYj: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckbr’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:5910:1: error: BUILDSTDERR: warning: label ‘_ckbr’ defined but not used [-Wunused-label] BUILDSTDERR: 5910 | _ckbr: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5910 | _ckbr: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cklB’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:5936:1: error: BUILDSTDERR: warning: label ‘_cklB’ defined but not used [-Wunused-label] BUILDSTDERR: 5936 | _cklB: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5936 | _cklB: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_sjjS’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:5951:1: error: BUILDSTDERR: warning: label ‘_sjjS’ defined but not used [-Wunused-label] BUILDSTDERR: 5951 | _sjjS: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5951 | _sjjS: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckbs’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:5967:1: error: BUILDSTDERR: warning: label ‘_ckbs’ defined but not used [-Wunused-label] BUILDSTDERR: 5967 | _ckbs: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5967 | _ckbs: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cklj’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:5993:1: error: BUILDSTDERR: warning: label ‘_cklj’ defined but not used [-Wunused-label] BUILDSTDERR: 5993 | _cklj: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5993 | _cklj: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cjZ2’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:6020:1: error: BUILDSTDERR: warning: label ‘_cjZ2’ defined but not used [-Wunused-label] BUILDSTDERR: 6020 | _cjZ2: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6020 | _cjZ2: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cjZ1’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:6083:1: error: BUILDSTDERR: warning: label ‘_cjZ1’ defined but not used [-Wunused-label] BUILDSTDERR: 6083 | _cjZ1: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6083 | _cjZ1: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckko’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:6103:1: error: BUILDSTDERR: warning: label ‘_ckko’ defined but not used [-Wunused-label] BUILDSTDERR: 6103 | _ckko: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6103 | _ckko: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckkJ’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:6152:1: error: BUILDSTDERR: warning: label ‘_ckkJ’ defined but not used [-Wunused-label] BUILDSTDERR: 6152 | _ckkJ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6152 | _ckkJ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckl5’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:6176:1: error: BUILDSTDERR: warning: label ‘_ckl5’ defined but not used [-Wunused-label] BUILDSTDERR: 6176 | _ckl5: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6176 | _ckl5: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_sjk1’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:6191:1: error: BUILDSTDERR: warning: label ‘_sjk1’ defined but not used [-Wunused-label] BUILDSTDERR: 6191 | _sjk1: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6191 | _sjk1: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cjZy’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:6246:1: error: BUILDSTDERR: warning: label ‘_cjZy’ defined but not used [-Wunused-label] BUILDSTDERR: 6246 | _cjZy: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6246 | _cjZy: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ck21’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:6314:1: error: BUILDSTDERR: warning: label ‘_ck21’ defined but not used [-Wunused-label] BUILDSTDERR: 6314 | _ck21: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6314 | _ck21: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ck3r’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:6362:1: error: BUILDSTDERR: warning: label ‘_ck3r’ defined but not used [-Wunused-label] BUILDSTDERR: 6362 | _ck3r: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6362 | _ck3r: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckib’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:6418:1: error: BUILDSTDERR: warning: label ‘_ckib’ defined but not used [-Wunused-label] BUILDSTDERR: 6418 | _ckib: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6418 | _ckib: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckkb’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:6444:1: error: BUILDSTDERR: warning: label ‘_ckkb’ defined but not used [-Wunused-label] BUILDSTDERR: 6444 | _ckkb: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6444 | _ckkb: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_sjph’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:6459:1: error: BUILDSTDERR: warning: label ‘_sjph’ defined but not used [-Wunused-label] BUILDSTDERR: 6459 | _sjph: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6459 | _sjph: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckic’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:6475:1: error: BUILDSTDERR: warning: label ‘_ckic’ defined but not used [-Wunused-label] BUILDSTDERR: 6475 | _ckic: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6475 | _ckic: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckjT’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:6501:1: error: BUILDSTDERR: warning: label ‘_ckjT’ defined but not used [-Wunused-label] BUILDSTDERR: 6501 | _ckjT: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6501 | _ckjT: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ck4a’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:6528:1: error: BUILDSTDERR: warning: label ‘_ck4a’ defined but not used [-Wunused-label] BUILDSTDERR: 6528 | _ck4a: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6528 | _ck4a: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ck49’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:6591:1: error: BUILDSTDERR: warning: label ‘_ck49’ defined but not used [-Wunused-label] BUILDSTDERR: 6591 | _ck49: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6591 | _ck49: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckiY’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:6611:1: error: BUILDSTDERR: warning: label ‘_ckiY’ defined but not used [-Wunused-label] BUILDSTDERR: 6611 | _ckiY: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6611 | _ckiY: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckjj’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:6660:1: error: BUILDSTDERR: warning: label ‘_ckjj’ defined but not used [-Wunused-label] BUILDSTDERR: 6660 | _ckjj: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6660 | _ckjj: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckjF’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:6684:1: error: BUILDSTDERR: warning: label ‘_ckjF’ defined but not used [-Wunused-label] BUILDSTDERR: 6684 | _ckjF: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6684 | _ckjF: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckio’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:6700:1: error: BUILDSTDERR: warning: label ‘_ckio’ defined but not used [-Wunused-label] BUILDSTDERR: 6700 | _ckio: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6700 | _ckio: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckin’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:6753:1: error: BUILDSTDERR: warning: label ‘_ckin’ defined but not used [-Wunused-label] BUILDSTDERR: 6753 | _ckin: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6753 | _ckin: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckiG’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:6774:1: error: BUILDSTDERR: warning: label ‘_ckiG’ defined but not used [-Wunused-label] BUILDSTDERR: 6774 | _ckiG: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6774 | _ckiG: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ck2j’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:6824:1: error: BUILDSTDERR: warning: label ‘_ck2j’ defined but not used [-Wunused-label] BUILDSTDERR: 6824 | _ck2j: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6824 | _ck2j: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckfY’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:6880:1: error: BUILDSTDERR: warning: label ‘_ckfY’ defined but not used [-Wunused-label] BUILDSTDERR: 6880 | _ckfY: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6880 | _ckfY: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckhY’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:6906:1: error: BUILDSTDERR: warning: label ‘_ckhY’ defined but not used [-Wunused-label] BUILDSTDERR: 6906 | _ckhY: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6906 | _ckhY: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_sjnN’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:6921:1: error: BUILDSTDERR: warning: label ‘_sjnN’ defined but not used [-Wunused-label] BUILDSTDERR: 6921 | _sjnN: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6921 | _sjnN: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckfZ’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:6937:1: error: BUILDSTDERR: warning: label ‘_ckfZ’ defined but not used [-Wunused-label] BUILDSTDERR: 6937 | _ckfZ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6937 | _ckfZ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckhG’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:6963:1: error: BUILDSTDERR: warning: label ‘_ckhG’ defined but not used [-Wunused-label] BUILDSTDERR: 6963 | _ckhG: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6963 | _ckhG: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ck32’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:6990:1: error: BUILDSTDERR: warning: label ‘_ck32’ defined but not used [-Wunused-label] BUILDSTDERR: 6990 | _ck32: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6990 | _ck32: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ck31’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:7053:1: error: BUILDSTDERR: warning: label ‘_ck31’ defined but not used [-Wunused-label] BUILDSTDERR: 7053 | _ck31: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7053 | _ck31: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckgL’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:7073:1: error: BUILDSTDERR: warning: label ‘_ckgL’ defined but not used [-Wunused-label] BUILDSTDERR: 7073 | _ckgL: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7073 | _ckgL: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckh6’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:7122:1: error: BUILDSTDERR: warning: label ‘_ckh6’ defined but not used [-Wunused-label] BUILDSTDERR: 7122 | _ckh6: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7122 | _ckh6: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckhs’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:7146:1: error: BUILDSTDERR: warning: label ‘_ckhs’ defined but not used [-Wunused-label] BUILDSTDERR: 7146 | _ckhs: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7146 | _ckhs: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckgb’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:7162:1: error: BUILDSTDERR: warning: label ‘_ckgb’ defined but not used [-Wunused-label] BUILDSTDERR: 7162 | _ckgb: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7162 | _ckgb: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckga’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:7215:1: error: BUILDSTDERR: warning: label ‘_ckga’ defined but not used [-Wunused-label] BUILDSTDERR: 7215 | _ckga: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7215 | _ckga: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckgt’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:7236:1: error: BUILDSTDERR: warning: label ‘_ckgt’ defined but not used [-Wunused-label] BUILDSTDERR: 7236 | _ckgt: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7236 | _ckgt: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ck0Z’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:7286:1: error: BUILDSTDERR: warning: label ‘_ck0Z’ defined but not used [-Wunused-label] BUILDSTDERR: 7286 | _ck0Z: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7286 | _ck0Z: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckdN’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:7342:1: error: BUILDSTDERR: warning: label ‘_ckdN’ defined but not used [-Wunused-label] BUILDSTDERR: 7342 | _ckdN: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7342 | _ckdN: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckfF’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:7368:1: error: BUILDSTDERR: warning: label ‘_ckfF’ defined but not used [-Wunused-label] BUILDSTDERR: 7368 | _ckfF: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7368 | _ckfF: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_sjmg’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:7383:1: error: BUILDSTDERR: warning: label ‘_sjmg’ defined but not used [-Wunused-label] BUILDSTDERR: 7383 | _sjmg: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7383 | _sjmg: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckdO’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:7399:1: error: BUILDSTDERR: warning: label ‘_ckdO’ defined but not used [-Wunused-label] BUILDSTDERR: 7399 | _ckdO: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7399 | _ckdO: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckfn’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:7425:1: error: BUILDSTDERR: warning: label ‘_ckfn’ defined but not used [-Wunused-label] BUILDSTDERR: 7425 | _ckfn: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7425 | _ckfn: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ck1I’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:7452:1: error: BUILDSTDERR: warning: label ‘_ck1I’ defined but not used [-Wunused-label] BUILDSTDERR: 7452 | _ck1I: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7452 | _ck1I: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ck1H’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:7515:1: error: BUILDSTDERR: warning: label ‘_ck1H’ defined but not used [-Wunused-label] BUILDSTDERR: 7515 | _ck1H: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7515 | _ck1H: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckes’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:7536:1: error: BUILDSTDERR: warning: label ‘_ckes’ defined but not used [-Wunused-label] BUILDSTDERR: 7536 | _ckes: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7536 | _ckes: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckeN’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:7588:1: error: BUILDSTDERR: warning: label ‘_ckeN’ defined but not used [-Wunused-label] BUILDSTDERR: 7588 | _ckeN: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7588 | _ckeN: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckf9’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:7614:1: error: BUILDSTDERR: warning: label ‘_ckf9’ defined but not used [-Wunused-label] BUILDSTDERR: 7614 | _ckf9: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7614 | _ckf9: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_sjmp’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:7628:1: error: BUILDSTDERR: warning: label ‘_sjmp’ defined but not used [-Wunused-label] BUILDSTDERR: 7628 | _sjmp: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7628 | _sjmp: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cjZR’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:7694:1: error: BUILDSTDERR: warning: label ‘_cjZR’ defined but not used [-Wunused-label] BUILDSTDERR: 7694 | _cjZR: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7694 | _cjZR: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cklI’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:7748:1: error: BUILDSTDERR: warning: label ‘_cklI’ defined but not used [-Wunused-label] BUILDSTDERR: 7748 | _cklI: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7748 | _cklI: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cjYb’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:7763:1: error: BUILDSTDERR: warning: label ‘_cjYb’ defined but not used [-Wunused-label] BUILDSTDERR: 7763 | _cjYb: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7763 | _cjYb: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckbI’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:7808:1: error: BUILDSTDERR: warning: label ‘_ckbI’ defined but not used [-Wunused-label] BUILDSTDERR: 7808 | _ckbI: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7808 | _ckbI: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckdA’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:7834:1: error: BUILDSTDERR: warning: label ‘_ckdA’ defined but not used [-Wunused-label] BUILDSTDERR: 7834 | _ckdA: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7834 | _ckdA: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_sjkP’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:7849:1: error: BUILDSTDERR: warning: label ‘_sjkP’ defined but not used [-Wunused-label] BUILDSTDERR: 7849 | _sjkP: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7849 | _sjkP: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckbJ’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:7865:1: error: BUILDSTDERR: warning: label ‘_ckbJ’ defined but not used [-Wunused-label] BUILDSTDERR: 7865 | _ckbJ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7865 | _ckbJ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckdi’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:7891:1: error: BUILDSTDERR: warning: label ‘_ckdi’ defined but not used [-Wunused-label] BUILDSTDERR: 7891 | _ckdi: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7891 | _ckdi: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ck0A’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:7918:1: error: BUILDSTDERR: warning: label ‘_ck0A’ defined but not used [-Wunused-label] BUILDSTDERR: 7918 | _ck0A: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7918 | _ck0A: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ck0z’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:7981:1: error: BUILDSTDERR: warning: label ‘_ck0z’ defined but not used [-Wunused-label] BUILDSTDERR: 7981 | _ck0z: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7981 | _ck0z: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckcn’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:8002:1: error: BUILDSTDERR: warning: label ‘_ckcn’ defined but not used [-Wunused-label] BUILDSTDERR: 8002 | _ckcn: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8002 | _ckcn: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckcI’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:8054:1: error: BUILDSTDERR: warning: label ‘_ckcI’ defined but not used [-Wunused-label] BUILDSTDERR: 8054 | _ckcI: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8054 | _ckcI: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckd4’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:8080:1: error: BUILDSTDERR: warning: label ‘_ckd4’ defined but not used [-Wunused-label] BUILDSTDERR: 8080 | _ckd4: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8080 | _ckd4: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_sjkY’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:8094:1: error: BUILDSTDERR: warning: label ‘_sjkY’ defined but not used [-Wunused-label] BUILDSTDERR: 8094 | _sjkY: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8094 | _sjkY: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cknm’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:8148:1: error: BUILDSTDERR: warning: label ‘_cknm’ defined but not used [-Wunused-label] BUILDSTDERR: 8148 | _cknm: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8148 | _cknm: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckpe’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:8174:1: error: BUILDSTDERR: warning: label ‘_ckpe’ defined but not used [-Wunused-label] BUILDSTDERR: 8174 | _ckpe: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8174 | _ckpe: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_sjsu’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:8189:1: error: BUILDSTDERR: warning: label ‘_sjsu’ defined but not used [-Wunused-label] BUILDSTDERR: 8189 | _sjsu: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8189 | _sjsu: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cknn’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:8205:1: error: BUILDSTDERR: warning: label ‘_cknn’ defined but not used [-Wunused-label] BUILDSTDERR: 8205 | _cknn: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8205 | _cknn: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckoW’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:8231:1: error: BUILDSTDERR: warning: label ‘_ckoW’ defined but not used [-Wunused-label] BUILDSTDERR: 8231 | _ckoW: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8231 | _ckoW: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ck6i’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:8258:1: error: BUILDSTDERR: warning: label ‘_ck6i’ defined but not used [-Wunused-label] BUILDSTDERR: 8258 | _ck6i: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8258 | _ck6i: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ck6h’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:8321:1: error: BUILDSTDERR: warning: label ‘_ck6h’ defined but not used [-Wunused-label] BUILDSTDERR: 8321 | _ck6h: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8321 | _ck6h: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cko1’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:8342:1: error: BUILDSTDERR: warning: label ‘_cko1’ defined but not used [-Wunused-label] BUILDSTDERR: 8342 | _cko1: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8342 | _cko1: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckom’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:8394:1: error: BUILDSTDERR: warning: label ‘_ckom’ defined but not used [-Wunused-label] BUILDSTDERR: 8394 | _ckom: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8394 | _ckom: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckoI’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:8420:1: error: BUILDSTDERR: warning: label ‘_ckoI’ defined but not used [-Wunused-label] BUILDSTDERR: 8420 | _ckoI: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8420 | _ckoI: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_sjsD’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:8433:1: error: BUILDSTDERR: warning: label ‘_sjsD’ defined but not used [-Wunused-label] BUILDSTDERR: 8433 | _sjsD: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8433 | _sjsD: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cjU1’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:8485:1: error: BUILDSTDERR: warning: label ‘_cjU1’ defined but not used [-Wunused-label] BUILDSTDERR: 8485 | _cjU1: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8485 | _cjU1: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cjU4’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:8501:1: error: BUILDSTDERR: warning: label ‘_cjU4’ defined but not used [-Wunused-label] BUILDSTDERR: 8501 | _cjU4: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8501 | _cjU4: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cjU9’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:8528:1: error: BUILDSTDERR: warning: label ‘_cjU9’ defined but not used [-Wunused-label] BUILDSTDERR: 8528 | _cjU9: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8528 | _cjU9: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cjUe’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:8551:1: error: BUILDSTDERR: warning: label ‘_cjUe’ defined but not used [-Wunused-label] BUILDSTDERR: 8551 | _cjUe: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8551 | _cjUe: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cjUj’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:8574:1: error: BUILDSTDERR: warning: label ‘_cjUj’ defined but not used [-Wunused-label] BUILDSTDERR: 8574 | _cjUj: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8574 | _cjUj: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cjUo’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:8599:1: error: BUILDSTDERR: warning: label ‘_cjUo’ defined but not used [-Wunused-label] BUILDSTDERR: 8599 | _cjUo: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8599 | _cjUo: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cjUt’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:8622:1: error: BUILDSTDERR: warning: label ‘_cjUt’ defined but not used [-Wunused-label] BUILDSTDERR: 8622 | _cjUt: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8622 | _cjUt: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cjUy’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:8647:1: error: BUILDSTDERR: warning: label ‘_cjUy’ defined but not used [-Wunused-label] BUILDSTDERR: 8647 | _cjUy: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8647 | _cjUy: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cjUD’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:8670:1: error: BUILDSTDERR: warning: label ‘_cjUD’ defined but not used [-Wunused-label] BUILDSTDERR: 8670 | _cjUD: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8670 | _cjUD: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cjUP’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:8716:1: error: BUILDSTDERR: warning: label ‘_cjUP’ defined but not used [-Wunused-label] BUILDSTDERR: 8716 | _cjUP: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8716 | _cjUP: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cjV7’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:8800:1: error: BUILDSTDERR: warning: label ‘_cjV7’ defined but not used [-Wunused-label] BUILDSTDERR: 8800 | _cjV7: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8800 | _cjV7: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ck9B’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:8856:1: error: BUILDSTDERR: warning: label ‘_ck9B’ defined but not used [-Wunused-label] BUILDSTDERR: 8856 | _ck9B: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8856 | _ck9B: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckA6’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:8869:1: error: BUILDSTDERR: warning: label ‘_ckA6’ defined but not used [-Wunused-label] BUILDSTDERR: 8869 | _ckA6: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8869 | _ckA6: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckBl’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:8905:1: error: BUILDSTDERR: warning: label ‘_ckBl’ defined but not used [-Wunused-label] BUILDSTDERR: 8905 | _ckBl: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8905 | _ckBl: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_sjz9’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:8920:1: error: BUILDSTDERR: warning: label ‘_sjz9’ defined but not used [-Wunused-label] BUILDSTDERR: 8920 | _sjz9: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8920 | _sjz9: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckAc’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:8936:1: error: BUILDSTDERR: warning: label ‘_ckAc’ defined but not used [-Wunused-label] BUILDSTDERR: 8936 | _ckAc: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8936 | _ckAc: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckB2’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:8962:1: error: BUILDSTDERR: warning: label ‘_ckB2’ defined but not used [-Wunused-label] BUILDSTDERR: 8962 | _ckB2: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8962 | _ckB2: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_sjzb’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:8987:1: error: BUILDSTDERR: warning: label ‘_sjzb’ defined but not used [-Wunused-label] BUILDSTDERR: 8987 | _sjzb: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8987 | _sjzb: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziSTUArray_restrictedDamerauLevenshteinDistanceWithLengths_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:9062:1: error: BUILDSTDERR: warning: label ‘_cl33’ defined but not used [-Wunused-label] BUILDSTDERR: 9062 | _cl33: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9062 | _cl33: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cl30’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:9090:1: error: BUILDSTDERR: warning: label ‘_cl30’ defined but not used [-Wunused-label] BUILDSTDERR: 9090 | _cl30: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9090 | _cl30: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cl36’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:9118:1: error: BUILDSTDERR: warning: label ‘_cl36’ defined but not used [-Wunused-label] BUILDSTDERR: 9118 | _cl36: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9118 | _cl36: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cl3b’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:9142:1: error: BUILDSTDERR: warning: label ‘_cl3b’ defined but not used [-Wunused-label] BUILDSTDERR: 9142 | _cl3b: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9142 | _cl3b: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziSTUArray_zdwrestrictedDamerauLevenshteinDistance_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:9171:1: error: BUILDSTDERR: warning: label ‘_cl3u’ defined but not used [-Wunused-label] BUILDSTDERR: 9171 | _cl3u: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9171 | _cl3u: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cl3s’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:9195:1: error: BUILDSTDERR: warning: label ‘_cl3s’ defined but not used [-Wunused-label] BUILDSTDERR: 9195 | _cl3s: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9195 | _cl3s: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cl3x’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:9215:1: error: BUILDSTDERR: warning: label ‘_cl3x’ defined but not used [-Wunused-label] BUILDSTDERR: 9215 | _cl3x: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9215 | _cl3x: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziSTUArray_restrictedDamerauLevenshteinDistance_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:9244:1: error: BUILDSTDERR: warning: label ‘_cl3M’ defined but not used [-Wunused-label] BUILDSTDERR: 9244 | _cl3M: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9244 | _cl3M: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cl3J’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:9271:1: error: BUILDSTDERR: warning: label ‘_cl3J’ defined but not used [-Wunused-label] BUILDSTDERR: 9271 | _cl3J: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9271 | _cl3J: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziSTUArray_zdwlevenshteinDistanceWithLengths_slow’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:9296:1: error: BUILDSTDERR: warning: label ‘_cl3U’ defined but not used [-Wunused-label] BUILDSTDERR: 9296 | _cl3U: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9296 | _cl3U: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziSTUArray_zdwlevenshteinDistanceWithLengths_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:9311:1: error: BUILDSTDERR: warning: label ‘_cl6J’ defined but not used [-Wunused-label] BUILDSTDERR: 9311 | _cl6J: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9311 | _cl6J: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cl4j’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:9387:1: error: BUILDSTDERR: warning: label ‘_cl4j’ defined but not used [-Wunused-label] BUILDSTDERR: 9387 | _cl4j: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9387 | _cl4j: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cllE’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:9446:1: error: BUILDSTDERR: warning: label ‘_cllE’ defined but not used [-Wunused-label] BUILDSTDERR: 9446 | _cllE: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9446 | _cllE: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cllH’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:9463:1: error: BUILDSTDERR: warning: label ‘_cllH’ defined but not used [-Wunused-label] BUILDSTDERR: 9463 | _cllH: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9463 | _cllH: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cllS’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:9496:1: error: BUILDSTDERR: warning: label ‘_cllS’ defined but not used [-Wunused-label] BUILDSTDERR: 9496 | _cllS: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9496 | _cllS: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_sjFV’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:9528:1: error: BUILDSTDERR: warning: label ‘_sjFV’ defined but not used [-Wunused-label] BUILDSTDERR: 9528 | _sjFV: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9528 | _sjFV: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cl4R’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:9567:1: error: BUILDSTDERR: warning: label ‘_cl4R’ defined but not used [-Wunused-label] BUILDSTDERR: 9567 | _cl4R: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9567 | _cl4R: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_clkz’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:9627:1: error: BUILDSTDERR: warning: label ‘_clkz’ defined but not used [-Wunused-label] BUILDSTDERR: 9627 | _clkz: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9627 | _clkz: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_clkC’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:9644:1: error: BUILDSTDERR: warning: label ‘_clkC’ defined but not used [-Wunused-label] BUILDSTDERR: 9644 | _clkC: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9644 | _clkC: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_clkN’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:9678:1: error: BUILDSTDERR: warning: label ‘_clkN’ defined but not used [-Wunused-label] BUILDSTDERR: 9678 | _clkN: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9678 | _clkN: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_sjGb’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:9709:1: error: BUILDSTDERR: warning: label ‘_sjGb’ defined but not used [-Wunused-label] BUILDSTDERR: 9709 | _sjGb: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9709 | _sjGb: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cl5k’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:9739:1: error: BUILDSTDERR: warning: label ‘_cl5k’ defined but not used [-Wunused-label] BUILDSTDERR: 9739 | _cl5k: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9739 | _cl5k: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cl5I’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:9814:1: error: BUILDSTDERR: warning: label ‘_cl5I’ defined but not used [-Wunused-label] BUILDSTDERR: 9814 | _cl5I: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9814 | _cl5I: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_clms’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:9877:1: error: BUILDSTDERR: warning: label ‘_clms’ defined but not used [-Wunused-label] BUILDSTDERR: 9877 | _clms: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9877 | _clms: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_clmA’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:9891:1: error: BUILDSTDERR: warning: label ‘_clmA’ defined but not used [-Wunused-label] BUILDSTDERR: 9891 | _clmA: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9891 | _clmA: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cl7b’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:9908:1: error: BUILDSTDERR: warning: label ‘_cl7b’ defined but not used [-Wunused-label] BUILDSTDERR: 9908 | _cl7b: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9908 | _cl7b: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cliz’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:9943:1: error: BUILDSTDERR: warning: label ‘_cliz’ defined but not used [-Wunused-label] BUILDSTDERR: 9943 | _cliz: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9943 | _cliz: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_clj3’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:9980:1: error: BUILDSTDERR: warning: label ‘_clj3’ defined but not used [-Wunused-label] BUILDSTDERR: 9980 | _clj3: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9980 | _clj3: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cljc’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:10002:1: error: BUILDSTDERR: warning: label ‘_cljc’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10002 | _cljc: BUILDSTDERR: | ^ BUILDSTDERR: 10002 | _cljc: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cljf’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:10018:1: error: BUILDSTDERR: warning: label ‘_cljf’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10018 | _cljf: BUILDSTDERR: | ^ BUILDSTDERR: 10018 | _cljf: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cljq’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:10048:1: error: BUILDSTDERR: warning: label ‘_cljq’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10048 | _cljq: BUILDSTDERR: | ^ BUILDSTDERR: 10048 | _cljq: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cliJ’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:10071:1: error: BUILDSTDERR: warning: label ‘_cliJ’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10071 | _cliJ: BUILDSTDERR: | ^ BUILDSTDERR: 10071 | _cliJ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cliM’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:10089:1: error: BUILDSTDERR: warning: label ‘_cliM’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10089 | _cliM: BUILDSTDERR: | ^ BUILDSTDERR: 10089 | _cliM: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cl63’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:10121:1: error: BUILDSTDERR: warning: label ‘_cl63’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10121 | _cl63: BUILDSTDERR: | ^ BUILDSTDERR: 10121 | _cl63: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cl6c’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:10165:1: error: BUILDSTDERR: warning: label ‘_cl6c’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10165 | _cl6c: BUILDSTDERR: | ^ BUILDSTDERR: 10165 | _cl6c: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cl6l’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:10201:1: error: BUILDSTDERR: warning: label ‘_cl6l’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10201 | _cl6l: BUILDSTDERR: | ^ BUILDSTDERR: 10201 | _cl6l: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cl6w’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:10241:1: error: BUILDSTDERR: warning: label ‘_cl6w’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10241 | _cl6w: BUILDSTDERR: | ^ BUILDSTDERR: 10241 | _cl6w: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_sjGY’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:10268:1: error: BUILDSTDERR: warning: label ‘_sjGY’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10268 | _sjGY: BUILDSTDERR: | ^ BUILDSTDERR: 10268 | _sjGY: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cl7J’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:10291:1: error: BUILDSTDERR: warning: label ‘_cl7J’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10291 | _cl7J: BUILDSTDERR: | ^ BUILDSTDERR: 10291 | _cl7J: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cl8d’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:10342:1: error: BUILDSTDERR: warning: label ‘_cl8d’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10342 | _cl8d: BUILDSTDERR: | ^ BUILDSTDERR: 10342 | _cl8d: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cli5’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:10368:1: error: BUILDSTDERR: warning: label ‘_cli5’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10368 | _cli5: BUILDSTDERR: | ^ BUILDSTDERR: 10368 | _cli5: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_sjHv’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:10383:1: error: BUILDSTDERR: warning: label ‘_sjHv’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10383 | _sjHv: BUILDSTDERR: | ^ BUILDSTDERR: 10383 | _sjHv: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cl8j’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:10399:1: error: BUILDSTDERR: warning: label ‘_cl8j’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10399 | _cl8j: BUILDSTDERR: | ^ BUILDSTDERR: 10399 | _cl8j: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_clhN’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:10425:1: error: BUILDSTDERR: warning: label ‘_clhN’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10425 | _clhN: BUILDSTDERR: | ^ BUILDSTDERR: 10425 | _clhN: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_sjHx’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:10452:1: error: BUILDSTDERR: warning: label ‘_sjHx’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10452 | _sjHx: BUILDSTDERR: | ^ BUILDSTDERR: 10452 | _sjHx: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cl8E’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:10524:1: error: BUILDSTDERR: warning: label ‘_cl8E’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10524 | _cl8E: BUILDSTDERR: | ^ BUILDSTDERR: 10524 | _cl8E: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_clcX’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:10592:1: error: BUILDSTDERR: warning: label ‘_clcX’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10592 | _clcX: BUILDSTDERR: | ^ BUILDSTDERR: 10592 | _clcX: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_clft’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:10637:1: error: BUILDSTDERR: warning: label ‘_clft’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10637 | _clft: BUILDSTDERR: | ^ BUILDSTDERR: 10637 | _clft: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_clfX’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:10688:1: error: BUILDSTDERR: warning: label ‘_clfX’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10688 | _clfX: BUILDSTDERR: | ^ BUILDSTDERR: 10688 | _clfX: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_clhj’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:10714:1: error: BUILDSTDERR: warning: label ‘_clhj’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10714 | _clhj: BUILDSTDERR: | ^ BUILDSTDERR: 10714 | _clhj: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_sjLh’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:10729:1: error: BUILDSTDERR: warning: label ‘_sjLh’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10729 | _sjLh: BUILDSTDERR: | ^ BUILDSTDERR: 10729 | _sjLh: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_clg3’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:10745:1: error: BUILDSTDERR: warning: label ‘_clg3’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10745 | _clg3: BUILDSTDERR: | ^ BUILDSTDERR: 10745 | _clg3: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_clh1’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:10771:1: error: BUILDSTDERR: warning: label ‘_clh1’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10771 | _clh1: BUILDSTDERR: | ^ BUILDSTDERR: 10771 | _clh1: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_sjLj’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:10787:1: error: BUILDSTDERR: warning: label ‘_sjLj’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10787 | _sjLj: BUILDSTDERR: | ^ BUILDSTDERR: 10787 | _sjLj: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_clgi’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:10818:1: error: BUILDSTDERR: warning: label ‘_clgi’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10818 | _clgi: BUILDSTDERR: | ^ BUILDSTDERR: 10818 | _clgi: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_clgh’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:10873:1: error: BUILDSTDERR: warning: label ‘_clgh’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10873 | _clgh: BUILDSTDERR: | ^ BUILDSTDERR: 10873 | _clgh: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_clgr’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:10894:1: error: BUILDSTDERR: warning: label ‘_clgr’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10894 | _clgr: BUILDSTDERR: | ^ BUILDSTDERR: 10894 | _clgr: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cldk’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:10941:1: error: BUILDSTDERR: warning: label ‘_cldk’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10941 | _cldk: BUILDSTDERR: | ^ BUILDSTDERR: 10941 | _cldk: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_clic’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:10990:1: error: BUILDSTDERR: warning: label ‘_clic’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10990 | _clic: BUILDSTDERR: | ^ BUILDSTDERR: 10990 | _clic: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cldO’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:11000:1: error: BUILDSTDERR: warning: label ‘_cldO’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11000 | _cldO: BUILDSTDERR: | ^ BUILDSTDERR: 11000 | _cldO: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_clfa’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:11026:1: error: BUILDSTDERR: warning: label ‘_clfa’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11026 | _clfa: BUILDSTDERR: | ^ BUILDSTDERR: 11026 | _clfa: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_sjKe’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:11041:1: error: BUILDSTDERR: warning: label ‘_sjKe’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11041 | _sjKe: BUILDSTDERR: | ^ BUILDSTDERR: 11041 | _sjKe: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cldU’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:11057:1: error: BUILDSTDERR: warning: label ‘_cldU’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11057 | _cldU: BUILDSTDERR: | ^ BUILDSTDERR: 11057 | _cldU: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cleS’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:11083:1: error: BUILDSTDERR: warning: label ‘_cleS’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11083 | _cleS: BUILDSTDERR: | ^ BUILDSTDERR: 11083 | _cleS: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_sjKg’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:11099:1: error: BUILDSTDERR: warning: label ‘_sjKg’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11099 | _sjKg: BUILDSTDERR: | ^ BUILDSTDERR: 11099 | _sjKg: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cle9’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:11130:1: error: BUILDSTDERR: warning: label ‘_cle9’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11130 | _cle9: BUILDSTDERR: | ^ BUILDSTDERR: 11130 | _cle9: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cle8’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:11185:1: error: BUILDSTDERR: warning: label ‘_cle8’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11185 | _cle8: BUILDSTDERR: | ^ BUILDSTDERR: 11185 | _cle8: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_clei’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:11206:1: error: BUILDSTDERR: warning: label ‘_clei’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11206 | _clei: BUILDSTDERR: | ^ BUILDSTDERR: 11206 | _clei: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_clb1’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:11251:1: error: BUILDSTDERR: warning: label ‘_clb1’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11251 | _clb1: BUILDSTDERR: | ^ BUILDSTDERR: 11251 | _clb1: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_clbs’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:11288:1: error: BUILDSTDERR: warning: label ‘_clbs’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11288 | _clbs: BUILDSTDERR: | ^ BUILDSTDERR: 11288 | _clbs: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_clcH’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:11324:1: error: BUILDSTDERR: warning: label ‘_clcH’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11324 | _clcH: BUILDSTDERR: | ^ BUILDSTDERR: 11324 | _clcH: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_sjJ7’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:11339:1: error: BUILDSTDERR: warning: label ‘_sjJ7’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11339 | _sjJ7: BUILDSTDERR: | ^ BUILDSTDERR: 11339 | _sjJ7: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_clby’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:11355:1: error: BUILDSTDERR: warning: label ‘_clby’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11355 | _clby: BUILDSTDERR: | ^ BUILDSTDERR: 11355 | _clby: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_clco’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:11381:1: error: BUILDSTDERR: warning: label ‘_clco’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11381 | _clco: BUILDSTDERR: | ^ BUILDSTDERR: 11381 | _clco: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_sjJ9’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:11407:1: error: BUILDSTDERR: warning: label ‘_sjJ9’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11407 | _sjJ9: BUILDSTDERR: | ^ BUILDSTDERR: 11407 | _sjJ9: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cl90’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:11484:1: error: BUILDSTDERR: warning: label ‘_cl90’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11484 | _cl90: BUILDSTDERR: | ^ BUILDSTDERR: 11484 | _cl90: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_sjH3’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:11523:1: error: BUILDSTDERR: warning: label ‘_sjH3’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11523 | _sjH3: BUILDSTDERR: | ^ BUILDSTDERR: 11523 | _sjH3: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cl7g’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:11556:1: error: BUILDSTDERR: warning: label ‘_cl7g’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11556 | _cl7g: BUILDSTDERR: | ^ BUILDSTDERR: 11556 | _cl7g: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cl6P’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:11579:1: error: BUILDSTDERR: warning: label ‘_cl6P’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11579 | _cl6P: BUILDSTDERR: | ^ BUILDSTDERR: 11579 | _cl6P: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cl9r’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:11592:1: error: BUILDSTDERR: warning: label ‘_cl9r’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11592 | _cl9r: BUILDSTDERR: | ^ BUILDSTDERR: 11592 | _cl9r: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_claG’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:11628:1: error: BUILDSTDERR: warning: label ‘_claG’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11628 | _claG: BUILDSTDERR: | ^ BUILDSTDERR: 11628 | _claG: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_sjI7’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:11643:1: error: BUILDSTDERR: warning: label ‘_sjI7’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11643 | _sjI7: BUILDSTDERR: | ^ BUILDSTDERR: 11643 | _sjI7: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cl9x’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:11659:1: error: BUILDSTDERR: warning: label ‘_cl9x’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11659 | _cl9x: BUILDSTDERR: | ^ BUILDSTDERR: 11659 | _cl9x: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_clan’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:11685:1: error: BUILDSTDERR: warning: label ‘_clan’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11685 | _clan: BUILDSTDERR: | ^ BUILDSTDERR: 11685 | _clan: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_sjI9’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:11711:1: error: BUILDSTDERR: warning: label ‘_sjI9’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11711 | _sjI9: BUILDSTDERR: | ^ BUILDSTDERR: 11711 | _sjI9: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziSTUArray_levenshteinDistanceWithLengths_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:11787:1: error: BUILDSTDERR: warning: label ‘_clsK’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11787 | _clsK: BUILDSTDERR: | ^ BUILDSTDERR: 11787 | _clsK: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_clsH’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:11815:1: error: BUILDSTDERR: warning: label ‘_clsH’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11815 | _clsH: BUILDSTDERR: | ^ BUILDSTDERR: 11815 | _clsH: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_clsN’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:11842:1: error: BUILDSTDERR: warning: label ‘_clsN’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11842 | _clsN: BUILDSTDERR: | ^ BUILDSTDERR: 11842 | _clsN: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_clsS’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:11865:1: error: BUILDSTDERR: warning: label ‘_clsS’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11865 | _clsS: BUILDSTDERR: | ^ BUILDSTDERR: 11865 | _clsS: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziSTUArray_zdwlevenshteinDistance_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:11892:1: error: BUILDSTDERR: warning: label ‘_cltb’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11892 | _cltb: BUILDSTDERR: | ^ BUILDSTDERR: 11892 | _cltb: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_clt9’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:11916:1: error: BUILDSTDERR: warning: label ‘_clt9’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11916 | _clt9: BUILDSTDERR: | ^ BUILDSTDERR: 11916 | _clt9: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_clte’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:11936:1: error: BUILDSTDERR: warning: label ‘_clte’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11936 | _clte: BUILDSTDERR: | ^ BUILDSTDERR: 11936 | _clte: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziSTUArray_levenshteinDistance_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:11964:1: error: BUILDSTDERR: warning: label ‘_cltt’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11964 | _cltt: BUILDSTDERR: | ^ BUILDSTDERR: 11964 | _cltt: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cltq’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:11991:1: error: BUILDSTDERR: warning: label ‘_cltq’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11991 | _cltq: BUILDSTDERR: | ^ BUILDSTDERR: 11991 | _cltq: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckzv’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:1815:4: error: BUILDSTDERR: warning: ‘_sjyh’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1815 | W_ _sjyh; BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1815 | W_ _sjyh; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:1814:4: error: BUILDSTDERR: warning: ‘_sjfE’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1814 | W_ _sjfE; BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1814 | W_ _sjfE; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:1829:80: error: BUILDSTDERR: warning: ‘_sjyM’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1829 | ((struct {W_ x;} __attribute__((packed))*) ((_sjfE+16) + (_sjyh << 0x3UL)))->x = _sjyM; BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ BUILDSTDERR: | BUILDSTDERR: 1829 | ((struct {W_ x;} __attribute__((packed))*) ((_sjfE+16) + (_sjyh << 0x3UL)))->x = _sjyM; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:1832:7: error: BUILDSTDERR: warning: ‘_sjyL’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1832 | Sp[6] = _sjyL; BUILDSTDERR: | BUILDSTDERR: 1832 | Sp[6] = _sjyL; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:1830:7: error: BUILDSTDERR: warning: ‘_sjyi’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1830 | Sp[4] = _sjyi; BUILDSTDERR: | BUILDSTDERR: 1830 | Sp[4] = _sjyi; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckw2’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:3539:7: error: BUILDSTDERR: warning: ‘_sjxo’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 3539 | Sp[6] = _sjxo; BUILDSTDERR: | BUILDSTDERR: 3539 | Sp[6] = _sjxo; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ck5v’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:3665:4: error: BUILDSTDERR: warning: ‘_sjrb’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 3665 | W_ _sjrb; BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3665 | W_ _sjrb; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:3664:4: error: BUILDSTDERR: warning: ‘_sjfP’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 3664 | W_ _sjfP; BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3664 | W_ _sjfP; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:3679:80: error: BUILDSTDERR: warning: ‘_sjrX’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 3679 | ((struct {W_ x;} __attribute__((packed))*) ((_sjfP+16) + (_sjrb << 0x3UL)))->x = _sjrX; BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ BUILDSTDERR: | BUILDSTDERR: 3679 | ((struct {W_ x;} __attribute__((packed))*) ((_sjfP+16) + (_sjrb << 0x3UL)))->x = _sjrX; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:3682:8: error: BUILDSTDERR: warning: ‘_sjrW’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 3682 | Sp[10] = _sjrW; BUILDSTDERR: | BUILDSTDERR: 3682 | Sp[10] = _sjrW; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:3680:7: error: BUILDSTDERR: warning: ‘_sjrc’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 3680 | Sp[5] = _sjrc; BUILDSTDERR: | BUILDSTDERR: 3680 | Sp[5] = _sjrc; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckuC’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:4039:7: error: BUILDSTDERR: warning: ‘_sjwY’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 4039 | Sp[6] = _sjwY; BUILDSTDERR: | BUILDSTDERR: 4039 | Sp[6] = _sjwY; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cksp’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:4495:7: error: BUILDSTDERR: warning: ‘_sjvD’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 4495 | Sp[6] = _sjvD; BUILDSTDERR: | BUILDSTDERR: 4495 | Sp[6] = _sjvD; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckq6’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:4952:7: error: BUILDSTDERR: warning: ‘_sjuc’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 4952 | Sp[7] = _sjuc; BUILDSTDERR: | BUILDSTDERR: 4952 | Sp[7] = _sjuc; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckko’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:6110:7: error: BUILDSTDERR: warning: ‘_sjqe’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 6110 | Sp[6] = _sjqe; BUILDSTDERR: | BUILDSTDERR: 6110 | Sp[6] = _sjqe; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cjZy’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:6239:4: error: BUILDSTDERR: warning: ‘_sjjl’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 6239 | W_ _sjjl; BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6239 | W_ _sjjl; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:6238:4: error: BUILDSTDERR: warning: ‘_sjiw’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 6238 | W_ _sjiw; BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6238 | W_ _sjiw; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:6237:4: error: BUILDSTDERR: warning: ‘_sjiu’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 6237 | W_ _sjiu; BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6237 | W_ _sjiu; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:6253:90: error: BUILDSTDERR: warning: ‘_sjkd’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 6253 | ((struct {W_ x;} __attribute__((packed))*) ((_sjiu+16) + ((_sjjl - _sjiw) << 0x3UL)))->x = _sjkd; BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ BUILDSTDERR: | BUILDSTDERR: 6253 | ((struct {W_ x;} __attribute__((packed))*) ((_sjiu+16) + ((_sjjl - _sjiw) << 0x3UL)))->x = _sjkd; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:6256:8: error: BUILDSTDERR: warning: ‘_sjkc’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 6256 | Sp[21] = _sjkc; BUILDSTDERR: | BUILDSTDERR: 6256 | Sp[21] = _sjkc; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:6254:7: error: BUILDSTDERR: warning: ‘_sjjm’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 6254 | Sp[5] = _sjjm; BUILDSTDERR: | BUILDSTDERR: 6254 | Sp[5] = _sjjm; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckiY’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:6618:7: error: BUILDSTDERR: warning: ‘_sjpO’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 6618 | Sp[6] = _sjpO; BUILDSTDERR: | BUILDSTDERR: 6618 | Sp[6] = _sjpO; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckgL’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:7080:7: error: BUILDSTDERR: warning: ‘_sjok’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 7080 | Sp[6] = _sjok; BUILDSTDERR: | BUILDSTDERR: 7080 | Sp[6] = _sjok; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckes’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:7543:7: error: BUILDSTDERR: warning: ‘_sjmK’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 7543 | Sp[7] = _sjmK; BUILDSTDERR: | BUILDSTDERR: 7543 | Sp[7] = _sjmK; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_ckcn’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:8009:7: error: BUILDSTDERR: warning: ‘_sjlj’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 8009 | Sp[7] = _sjlj; BUILDSTDERR: | BUILDSTDERR: 8009 | Sp[7] = _sjlj; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cko1’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:8349:7: error: BUILDSTDERR: warning: ‘_sjsU’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 8349 | Sp[7] = _sjsU; BUILDSTDERR: | BUILDSTDERR: 8349 | Sp[7] = _sjsU; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc: In function ‘_cl8E’: BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:10517:4: error: BUILDSTDERR: warning: ‘_sjH8’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: | BUILDSTDERR: 10517 | W_ _sjH8; BUILDSTDERR: | ^ BUILDSTDERR: 10517 | W_ _sjH8; BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:10515:4: error: BUILDSTDERR: warning: ‘_sjGQ’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: | BUILDSTDERR: 10515 | W_ _sjGQ; BUILDSTDERR: | ^ BUILDSTDERR: 10515 | W_ _sjGQ; BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:10516:4: error: BUILDSTDERR: warning: ‘_sjGR’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: | BUILDSTDERR: 10516 | W_ _sjGR; BUILDSTDERR: | ^ BUILDSTDERR: 10516 | W_ _sjGR; BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:10531:90: error: BUILDSTDERR: warning: ‘_sjHG’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: | BUILDSTDERR: 10531 | ((struct {W_ x;} __attribute__((packed))*) ((_sjGR+16) + ((_sjH8 - _sjGQ) << 0x3UL)))->x = _sjHG; BUILDSTDERR: | ^ BUILDSTDERR: 10531 | ((struct {W_ x;} __attribute__((packed))*) ((_sjGR+16) + ((_sjH8 - _sjGQ) << 0x3UL)))->x = _sjHG; BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:10534:7: error: BUILDSTDERR: warning: ‘_sjHF’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: | BUILDSTDERR: 10534 | Sp[6] = _sjHF; BUILDSTDERR: | ^ BUILDSTDERR: 10534 | Sp[6] = _sjHF; BUILDSTDERR: /tmp/ghc30382_0/ghc_44.hc:10532:7: error: BUILDSTDERR: warning: ‘_sjH9’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: | BUILDSTDERR: 10532 | Sp[4] = _sjH9; BUILDSTDERR: | ^ BUILDSTDERR: 10532 | Sp[4] = _sjH9; [6 of 7] Compiling Text.EditDistance.SquareSTUArray ( Text/EditDistance/SquareSTUArray.hs, dist/build/Text/EditDistance/SquareSTUArray.o ) BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘roiN_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:19:1: error: BUILDSTDERR: warning: label ‘_coOS’ defined but not used [-Wunused-label] BUILDSTDERR: 19 | _coOS: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 19 | _coOS: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘roiP_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:60:1: error: BUILDSTDERR: warning: label ‘_coP1’ defined but not used [-Wunused-label] BUILDSTDERR: 60 | _coP1: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 60 | _coP1: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘roiR_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:101:1: error: BUILDSTDERR: warning: label ‘_coPa’ defined but not used [-Wunused-label] BUILDSTDERR: 101 | _coPa: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 101 | _coPa: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘roiT_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:142:1: error: BUILDSTDERR: warning: label ‘_coPj’ defined but not used [-Wunused-label] BUILDSTDERR: 142 | _coPj: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 142 | _coPj: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘roj0_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:218:1: error: BUILDSTDERR: warning: label ‘_coPu’ defined but not used [-Wunused-label] BUILDSTDERR: 218 | _coPu: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 218 | _coPu: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_coPs’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:251:1: error: BUILDSTDERR: warning: label ‘_coPs’ defined but not used [-Wunused-label] BUILDSTDERR: 251 | _coPs: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 251 | _coPs: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘soje_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:280:1: error: BUILDSTDERR: warning: label ‘_coPW’ defined but not used [-Wunused-label] BUILDSTDERR: 280 | _coPW: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 280 | _coPW: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_coPT’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:307:1: error: BUILDSTDERR: warning: label ‘_coPT’ defined but not used [-Wunused-label] BUILDSTDERR: 307 | _coPT: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 307 | _coPT: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘sojf_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:337:1: error: BUILDSTDERR: warning: label ‘_coQ2’ defined but not used [-Wunused-label] BUILDSTDERR: 337 | _coQ2: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 337 | _coQ2: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘sojg_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:371:1: error: BUILDSTDERR: warning: label ‘_coQ8’ defined but not used [-Wunused-label] BUILDSTDERR: 371 | _coQ8: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 371 | _coQ8: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_coPJ’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:401:1: error: BUILDSTDERR: warning: label ‘_coPJ’ defined but not used [-Wunused-label] BUILDSTDERR: 401 | _coPJ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 401 | _coPJ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘roj3_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:434:1: error: BUILDSTDERR: warning: label ‘_coQg’ defined but not used [-Wunused-label] BUILDSTDERR: 434 | _coQg: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 434 | _coQg: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_coQe’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:466:1: error: BUILDSTDERR: warning: label ‘_coQe’ defined but not used [-Wunused-label] BUILDSTDERR: 466 | _coQe: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 466 | _coQe: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziSquareSTUArray_zdwrestrictedDamerauLevenshteinDistanceST_slow’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:488:1: error: BUILDSTDERR: warning: label ‘_coQp’ defined but not used [-Wunused-label] BUILDSTDERR: 488 | _coQp: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 488 | _coQp: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘soke_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:497:1: error: BUILDSTDERR: warning: label ‘_cp2q’ defined but not used [-Wunused-label] BUILDSTDERR: 497 | _cp2q: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 497 | _cp2q: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziSquareSTUArray_zdwrestrictedDamerauLevenshteinDistanceST_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:524:1: error: BUILDSTDERR: warning: label ‘_cp2y’ defined but not used [-Wunused-label] BUILDSTDERR: 524 | _cp2y: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 524 | _cp2y: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_coQE’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:575:1: error: BUILDSTDERR: warning: label ‘_coQE’ defined but not used [-Wunused-label] BUILDSTDERR: 575 | _coQE: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 575 | _coQE: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpv3’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:634:1: error: BUILDSTDERR: warning: label ‘_cpv3’ defined but not used [-Wunused-label] BUILDSTDERR: 634 | _cpv3: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 634 | _cpv3: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpv6’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:651:1: error: BUILDSTDERR: warning: label ‘_cpv6’ defined but not used [-Wunused-label] BUILDSTDERR: 651 | _cpv6: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 651 | _cpv6: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpvh’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:684:1: error: BUILDSTDERR: warning: label ‘_cpvh’ defined but not used [-Wunused-label] BUILDSTDERR: 684 | _cpvh: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 684 | _cpvh: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_sojF’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:715:1: error: BUILDSTDERR: warning: label ‘_sojF’ defined but not used [-Wunused-label] BUILDSTDERR: 715 | _sojF: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 715 | _sojF: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_coRc’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:753:1: error: BUILDSTDERR: warning: label ‘_coRc’ defined but not used [-Wunused-label] BUILDSTDERR: 753 | _coRc: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 753 | _coRc: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpu3’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:813:1: error: BUILDSTDERR: warning: label ‘_cpu3’ defined but not used [-Wunused-label] BUILDSTDERR: 813 | _cpu3: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 813 | _cpu3: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpu6’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:830:1: error: BUILDSTDERR: warning: label ‘_cpu6’ defined but not used [-Wunused-label] BUILDSTDERR: 830 | _cpu6: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 830 | _cpu6: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpuh’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:864:1: error: BUILDSTDERR: warning: label ‘_cpuh’ defined but not used [-Wunused-label] BUILDSTDERR: 864 | _cpuh: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 864 | _cpuh: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_sojV’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:896:1: error: BUILDSTDERR: warning: label ‘_sojV’ defined but not used [-Wunused-label] BUILDSTDERR: 896 | _sojV: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 896 | _sojV: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_coRK’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:942:1: error: BUILDSTDERR: warning: label ‘_coRK’ defined but not used [-Wunused-label] BUILDSTDERR: 942 | _coRK: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 942 | _coRK: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpvP’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:1009:1: error: BUILDSTDERR: warning: label ‘_cpvP’ defined but not used [-Wunused-label] BUILDSTDERR: 1009 | _cpvP: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1009 | _cpvP: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cp2U’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:1020:1: error: BUILDSTDERR: warning: label ‘_cp2U’ defined but not used [-Wunused-label] BUILDSTDERR: 1020 | _cp2U: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1020 | _cp2U: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpse’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:1055:1: error: BUILDSTDERR: warning: label ‘_cpse’ defined but not used [-Wunused-label] BUILDSTDERR: 1055 | _cpse: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1055 | _cpse: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpsL’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:1092:1: error: BUILDSTDERR: warning: label ‘_cpsL’ defined but not used [-Wunused-label] BUILDSTDERR: 1092 | _cpsL: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1092 | _cpsL: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpsX’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:1114:1: error: BUILDSTDERR: warning: label ‘_cpsX’ defined but not used [-Wunused-label] BUILDSTDERR: 1114 | _cpsX: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1114 | _cpsX: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpt0’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:1130:1: error: BUILDSTDERR: warning: label ‘_cpt0’ defined but not used [-Wunused-label] BUILDSTDERR: 1130 | _cpt0: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1130 | _cpt0: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cptb’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:1160:1: error: BUILDSTDERR: warning: label ‘_cptb’ defined but not used [-Wunused-label] BUILDSTDERR: 1160 | _cptb: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1160 | _cptb: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpsr’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:1183:1: error: BUILDSTDERR: warning: label ‘_cpsr’ defined but not used [-Wunused-label] BUILDSTDERR: 1183 | _cpsr: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1183 | _cpsr: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpsu’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:1201:1: error: BUILDSTDERR: warning: label ‘_cpsu’ defined but not used [-Wunused-label] BUILDSTDERR: 1201 | _cpsu: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1201 | _cpsu: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_coS5’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:1234:1: error: BUILDSTDERR: warning: label ‘_coS5’ defined but not used [-Wunused-label] BUILDSTDERR: 1234 | _coS5: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1234 | _coS5: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpgl’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:1276:1: error: BUILDSTDERR: warning: label ‘_cpgl’ defined but not used [-Wunused-label] BUILDSTDERR: 1276 | _cpgl: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1276 | _cpgl: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cprY’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:1302:1: error: BUILDSTDERR: warning: label ‘_cprY’ defined but not used [-Wunused-label] BUILDSTDERR: 1302 | _cprY: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1302 | _cprY: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_sovc’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:1317:1: error: BUILDSTDERR: warning: label ‘_sovc’ defined but not used [-Wunused-label] BUILDSTDERR: 1317 | _sovc: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1317 | _sovc: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpgs’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:1340:1: error: BUILDSTDERR: warning: label ‘_cpgs’ defined but not used [-Wunused-label] BUILDSTDERR: 1340 | _cpgs: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1340 | _cpgs: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cph8’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:1391:1: error: BUILDSTDERR: warning: label ‘_cph8’ defined but not used [-Wunused-label] BUILDSTDERR: 1391 | _cph8: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1391 | _cph8: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cprG’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:1418:1: error: BUILDSTDERR: warning: label ‘_cprG’ defined but not used [-Wunused-label] BUILDSTDERR: 1418 | _cprG: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1418 | _cprG: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_sovH’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:1434:1: error: BUILDSTDERR: warning: label ‘_sovH’ defined but not used [-Wunused-label] BUILDSTDERR: 1434 | _sovH: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1434 | _sovH: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cphe’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:1450:1: error: BUILDSTDERR: warning: label ‘_cphe’ defined but not used [-Wunused-label] BUILDSTDERR: 1450 | _cphe: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1450 | _cphe: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpro’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:1477:1: error: BUILDSTDERR: warning: label ‘_cpro’ defined but not used [-Wunused-label] BUILDSTDERR: 1477 | _cpro: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1477 | _cpro: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_sovJ’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:1505:1: error: BUILDSTDERR: warning: label ‘_sovJ’ defined but not used [-Wunused-label] BUILDSTDERR: 1505 | _sovJ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1505 | _sovJ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpht’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:1577:1: error: BUILDSTDERR: warning: label ‘_cpht’ defined but not used [-Wunused-label] BUILDSTDERR: 1577 | _cpht: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1577 | _cpht: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpma’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:1645:1: error: BUILDSTDERR: warning: label ‘_cpma’ defined but not used [-Wunused-label] BUILDSTDERR: 1645 | _cpma: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1645 | _cpma: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpoY’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:1690:1: error: BUILDSTDERR: warning: label ‘_cpoY’ defined but not used [-Wunused-label] BUILDSTDERR: 1690 | _cpoY: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1690 | _cpoY: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cppE’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:1741:1: error: BUILDSTDERR: warning: label ‘_cppE’ defined but not used [-Wunused-label] BUILDSTDERR: 1741 | _cppE: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1741 | _cppE: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpqU’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:1768:1: error: BUILDSTDERR: warning: label ‘_cpqU’ defined but not used [-Wunused-label] BUILDSTDERR: 1768 | _cpqU: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1768 | _cpqU: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_soAj’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:1784:1: error: BUILDSTDERR: warning: label ‘_soAj’ defined but not used [-Wunused-label] BUILDSTDERR: 1784 | _soAj: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1784 | _soAj: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cppK’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:1800:1: error: BUILDSTDERR: warning: label ‘_cppK’ defined but not used [-Wunused-label] BUILDSTDERR: 1800 | _cppK: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1800 | _cppK: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpqC’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:1827:1: error: BUILDSTDERR: warning: label ‘_cpqC’ defined but not used [-Wunused-label] BUILDSTDERR: 1827 | _cpqC: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1827 | _cpqC: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_soAl’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:1844:1: error: BUILDSTDERR: warning: label ‘_soAl’ defined but not used [-Wunused-label] BUILDSTDERR: 1844 | _soAl: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1844 | _soAl: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cppT’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:1873:1: error: BUILDSTDERR: warning: label ‘_cppT’ defined but not used [-Wunused-label] BUILDSTDERR: 1873 | _cppT: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1873 | _cppT: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cppS’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:1927:1: error: BUILDSTDERR: warning: label ‘_cppS’ defined but not used [-Wunused-label] BUILDSTDERR: 1927 | _cppS: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1927 | _cppS: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpq2’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:1948:1: error: BUILDSTDERR: warning: label ‘_cpq2’ defined but not used [-Wunused-label] BUILDSTDERR: 1948 | _cpq2: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1948 | _cpq2: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpmD’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:1995:1: error: BUILDSTDERR: warning: label ‘_cpmD’ defined but not used [-Wunused-label] BUILDSTDERR: 1995 | _cpmD: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1995 | _cpmD: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpnj’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:2046:1: error: BUILDSTDERR: warning: label ‘_cpnj’ defined but not used [-Wunused-label] BUILDSTDERR: 2046 | _cpnj: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2046 | _cpnj: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpoz’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:2073:1: error: BUILDSTDERR: warning: label ‘_cpoz’ defined but not used [-Wunused-label] BUILDSTDERR: 2073 | _cpoz: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2073 | _cpoz: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_soz0’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:2089:1: error: BUILDSTDERR: warning: label ‘_soz0’ defined but not used [-Wunused-label] BUILDSTDERR: 2089 | _soz0: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2089 | _soz0: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpnp’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:2105:1: error: BUILDSTDERR: warning: label ‘_cpnp’ defined but not used [-Wunused-label] BUILDSTDERR: 2105 | _cpnp: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2105 | _cpnp: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpoh’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:2132:1: error: BUILDSTDERR: warning: label ‘_cpoh’ defined but not used [-Wunused-label] BUILDSTDERR: 2132 | _cpoh: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2132 | _cpoh: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_soz2’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:2149:1: error: BUILDSTDERR: warning: label ‘_soz2’ defined but not used [-Wunused-label] BUILDSTDERR: 2149 | _soz2: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2149 | _soz2: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpny’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:2178:1: error: BUILDSTDERR: warning: label ‘_cpny’ defined but not used [-Wunused-label] BUILDSTDERR: 2178 | _cpny: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2178 | _cpny: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpnx’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:2232:1: error: BUILDSTDERR: warning: label ‘_cpnx’ defined but not used [-Wunused-label] BUILDSTDERR: 2232 | _cpnx: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2232 | _cpnx: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpnH’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:2253:1: error: BUILDSTDERR: warning: label ‘_cpnH’ defined but not used [-Wunused-label] BUILDSTDERR: 2253 | _cpnH: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2253 | _cpnH: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpk8’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:2298:1: error: BUILDSTDERR: warning: label ‘_cpk8’ defined but not used [-Wunused-label] BUILDSTDERR: 2298 | _cpk8: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2298 | _cpk8: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpkL’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:2335:1: error: BUILDSTDERR: warning: label ‘_cpkL’ defined but not used [-Wunused-label] BUILDSTDERR: 2335 | _cpkL: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2335 | _cpkL: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cplU’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:2372:1: error: BUILDSTDERR: warning: label ‘_cplU’ defined but not used [-Wunused-label] BUILDSTDERR: 2372 | _cplU: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2372 | _cplU: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_soxD’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:2388:1: error: BUILDSTDERR: warning: label ‘_soxD’ defined but not used [-Wunused-label] BUILDSTDERR: 2388 | _soxD: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2388 | _soxD: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpkR’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:2404:1: error: BUILDSTDERR: warning: label ‘_cpkR’ defined but not used [-Wunused-label] BUILDSTDERR: 2404 | _cpkR: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2404 | _cpkR: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cplB’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:2431:1: error: BUILDSTDERR: warning: label ‘_cplB’ defined but not used [-Wunused-label] BUILDSTDERR: 2431 | _cplB: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2431 | _cplB: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_soxF’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:2458:1: error: BUILDSTDERR: warning: label ‘_soxF’ defined but not used [-Wunused-label] BUILDSTDERR: 2458 | _soxF: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2458 | _soxF: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cphV’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:2535:1: error: BUILDSTDERR: warning: label ‘_cphV’ defined but not used [-Wunused-label] BUILDSTDERR: 2535 | _cphV: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2535 | _cphV: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpiy’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:2572:1: error: BUILDSTDERR: warning: label ‘_cpiy’ defined but not used [-Wunused-label] BUILDSTDERR: 2572 | _cpiy: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2572 | _cpiy: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpjH’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:2609:1: error: BUILDSTDERR: warning: label ‘_cpjH’ defined but not used [-Wunused-label] BUILDSTDERR: 2609 | _cpjH: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2609 | _cpjH: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_sown’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:2625:1: error: BUILDSTDERR: warning: label ‘_sown’ defined but not used [-Wunused-label] BUILDSTDERR: 2625 | _sown: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2625 | _sown: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpiE’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:2641:1: error: BUILDSTDERR: warning: label ‘_cpiE’ defined but not used [-Wunused-label] BUILDSTDERR: 2641 | _cpiE: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2641 | _cpiE: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpjo’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:2668:1: error: BUILDSTDERR: warning: label ‘_cpjo’ defined but not used [-Wunused-label] BUILDSTDERR: 2668 | _cpjo: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2668 | _cpjo: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_sowp’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:2695:1: error: BUILDSTDERR: warning: label ‘_sowp’ defined but not used [-Wunused-label] BUILDSTDERR: 2695 | _sowp: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2695 | _sowp: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cprN’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:2763:1: error: BUILDSTDERR: warning: label ‘_cprN’ defined but not used [-Wunused-label] BUILDSTDERR: 2763 | _cprN: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2763 | _cprN: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_coSa’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:2774:1: error: BUILDSTDERR: warning: label ‘_coSa’ defined but not used [-Wunused-label] BUILDSTDERR: 2774 | _coSa: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2774 | _coSa: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_coSi’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:2808:1: error: BUILDSTDERR: warning: label ‘_coSi’ defined but not used [-Wunused-label] BUILDSTDERR: 2808 | _coSi: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2808 | _coSi: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cp33’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:2855:1: error: BUILDSTDERR: warning: label ‘_cp33’ defined but not used [-Wunused-label] BUILDSTDERR: 2855 | _cp33: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2855 | _cp33: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cp3l’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:2882:1: error: BUILDSTDERR: warning: label ‘_cp3l’ defined but not used [-Wunused-label] BUILDSTDERR: 2882 | _cp3l: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2882 | _cp3l: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpg4’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:2908:1: error: BUILDSTDERR: warning: label ‘_cpg4’ defined but not used [-Wunused-label] BUILDSTDERR: 2908 | _cpg4: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2908 | _cpg4: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_sokE’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:2925:1: error: BUILDSTDERR: warning: label ‘_sokE’ defined but not used [-Wunused-label] BUILDSTDERR: 2925 | _sokE: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2925 | _sokE: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cp3n’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:2951:1: error: BUILDSTDERR: warning: label ‘_cp3n’ defined but not used [-Wunused-label] BUILDSTDERR: 2951 | _cp3n: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2951 | _cp3n: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpee’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:3002:1: error: BUILDSTDERR: warning: label ‘_cpee’ defined but not used [-Wunused-label] BUILDSTDERR: 3002 | _cpee: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3002 | _cpee: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpfM’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:3029:1: error: BUILDSTDERR: warning: label ‘_cpfM’ defined but not used [-Wunused-label] BUILDSTDERR: 3029 | _cpfM: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3029 | _cpfM: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_soud’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:3045:1: error: BUILDSTDERR: warning: label ‘_soud’ defined but not used [-Wunused-label] BUILDSTDERR: 3045 | _soud: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3045 | _soud: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpek’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:3061:1: error: BUILDSTDERR: warning: label ‘_cpek’ defined but not used [-Wunused-label] BUILDSTDERR: 3061 | _cpek: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3061 | _cpek: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpfw’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:3088:1: error: BUILDSTDERR: warning: label ‘_cpfw’ defined but not used [-Wunused-label] BUILDSTDERR: 3088 | _cpfw: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3088 | _cpfw: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_souf’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:3115:1: error: BUILDSTDERR: warning: label ‘_souf’ defined but not used [-Wunused-label] BUILDSTDERR: 3115 | _souf: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3115 | _souf: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpez’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:3179:1: error: BUILDSTDERR: warning: label ‘_cpez’ defined but not used [-Wunused-label] BUILDSTDERR: 3179 | _cpez: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3179 | _cpez: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpeU’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:3238:1: error: BUILDSTDERR: warning: label ‘_cpeU’ defined but not used [-Wunused-label] BUILDSTDERR: 3238 | _cpeU: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3238 | _cpeU: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_sokI’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:3270:1: error: BUILDSTDERR: warning: label ‘_sokI’ defined but not used [-Wunused-label] BUILDSTDERR: 3270 | _sokI: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3270 | _sokI: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_coSV’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:3297:1: error: BUILDSTDERR: warning: label ‘_coSV’ defined but not used [-Wunused-label] BUILDSTDERR: 3297 | _coSV: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3297 | _coSV: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_coTK’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:3354:1: error: BUILDSTDERR: warning: label ‘_coTK’ defined but not used [-Wunused-label] BUILDSTDERR: 3354 | _coTK: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3354 | _coTK: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_coTV’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:3394:1: error: BUILDSTDERR: warning: label ‘_coTV’ defined but not used [-Wunused-label] BUILDSTDERR: 3394 | _coTV: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3394 | _coTV: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_solo’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:3421:1: error: BUILDSTDERR: warning: label ‘_solo’ defined but not used [-Wunused-label] BUILDSTDERR: 3421 | _solo: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3421 | _solo: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_coU8’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:3439:1: error: BUILDSTDERR: warning: label ‘_coU8’ defined but not used [-Wunused-label] BUILDSTDERR: 3439 | _coU8: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3439 | _coU8: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_coUj’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:3479:1: error: BUILDSTDERR: warning: label ‘_coUj’ defined but not used [-Wunused-label] BUILDSTDERR: 3479 | _coUj: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3479 | _coUj: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_solr’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:3515:1: error: BUILDSTDERR: warning: label ‘_solr’ defined but not used [-Wunused-label] BUILDSTDERR: 3515 | _solr: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3515 | _solr: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpcB’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:3572:1: error: BUILDSTDERR: warning: label ‘_cpcB’ defined but not used [-Wunused-label] BUILDSTDERR: 3572 | _cpcB: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3572 | _cpcB: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpcW’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:3624:1: error: BUILDSTDERR: warning: label ‘_cpcW’ defined but not used [-Wunused-label] BUILDSTDERR: 3624 | _cpcW: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3624 | _cpcW: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpdi’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:3650:1: error: BUILDSTDERR: warning: label ‘_cpdi’ defined but not used [-Wunused-label] BUILDSTDERR: 3650 | _cpdi: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3650 | _cpdi: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_solx’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:3667:1: error: BUILDSTDERR: warning: label ‘_solx’ defined but not used [-Wunused-label] BUILDSTDERR: 3667 | _solx: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3667 | _solx: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_coUY’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:3726:1: error: BUILDSTDERR: warning: label ‘_coUY’ defined but not used [-Wunused-label] BUILDSTDERR: 3726 | _coUY: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3726 | _coUY: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_coYH’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:3796:1: error: BUILDSTDERR: warning: label ‘_coYH’ defined but not used [-Wunused-label] BUILDSTDERR: 3796 | _coYH: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3796 | _coYH: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cp0Q’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:3845:1: error: BUILDSTDERR: warning: label ‘_cp0Q’ defined but not used [-Wunused-label] BUILDSTDERR: 3845 | _cp0Q: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3845 | _cp0Q: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cp1F’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:3902:1: error: BUILDSTDERR: warning: label ‘_cp1F’ defined but not used [-Wunused-label] BUILDSTDERR: 3902 | _cp1F: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3902 | _cp1F: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cp1Q’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:3942:1: error: BUILDSTDERR: warning: label ‘_cp1Q’ defined but not used [-Wunused-label] BUILDSTDERR: 3942 | _cp1Q: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3942 | _cp1Q: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_sosb’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:3969:1: error: BUILDSTDERR: warning: label ‘_sosb’ defined but not used [-Wunused-label] BUILDSTDERR: 3969 | _sosb: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3969 | _sosb: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cp23’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:3987:1: error: BUILDSTDERR: warning: label ‘_cp23’ defined but not used [-Wunused-label] BUILDSTDERR: 3987 | _cp23: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3987 | _cp23: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cp2e’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:4027:1: error: BUILDSTDERR: warning: label ‘_cp2e’ defined but not used [-Wunused-label] BUILDSTDERR: 4027 | _cp2e: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4027 | _cp2e: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_sose’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:4063:1: error: BUILDSTDERR: warning: label ‘_sose’ defined but not used [-Wunused-label] BUILDSTDERR: 4063 | _sose: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4063 | _sose: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpbl’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:4120:1: error: BUILDSTDERR: warning: label ‘_cpbl’ defined but not used [-Wunused-label] BUILDSTDERR: 4120 | _cpbl: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4120 | _cpbl: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpbG’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:4172:1: error: BUILDSTDERR: warning: label ‘_cpbG’ defined but not used [-Wunused-label] BUILDSTDERR: 4172 | _cpbG: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4172 | _cpbG: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpc2’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:4198:1: error: BUILDSTDERR: warning: label ‘_cpc2’ defined but not used [-Wunused-label] BUILDSTDERR: 4198 | _cpc2: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4198 | _cpc2: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpaz’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:4216:1: error: BUILDSTDERR: warning: label ‘_cpaz’ defined but not used [-Wunused-label] BUILDSTDERR: 4216 | _cpaz: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4216 | _cpaz: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpay’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:4273:1: error: BUILDSTDERR: warning: label ‘_cpay’ defined but not used [-Wunused-label] BUILDSTDERR: 4273 | _cpay: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4273 | _cpay: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpb3’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:4295:1: error: BUILDSTDERR: warning: label ‘_cpb3’ defined but not used [-Wunused-label] BUILDSTDERR: 4295 | _cpb3: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4295 | _cpb3: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_coZ5’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:4346:1: error: BUILDSTDERR: warning: label ‘_coZ5’ defined but not used [-Wunused-label] BUILDSTDERR: 4346 | _coZ5: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4346 | _coZ5: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_coZU’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:4403:1: error: BUILDSTDERR: warning: label ‘_coZU’ defined but not used [-Wunused-label] BUILDSTDERR: 4403 | _coZU: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4403 | _coZU: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cp05’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:4443:1: error: BUILDSTDERR: warning: label ‘_cp05’ defined but not used [-Wunused-label] BUILDSTDERR: 4443 | _cp05: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4443 | _cp05: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_soqj’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:4470:1: error: BUILDSTDERR: warning: label ‘_soqj’ defined but not used [-Wunused-label] BUILDSTDERR: 4470 | _soqj: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4470 | _soqj: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cp0i’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:4488:1: error: BUILDSTDERR: warning: label ‘_cp0i’ defined but not used [-Wunused-label] BUILDSTDERR: 4488 | _cp0i: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4488 | _cp0i: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cp0t’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:4528:1: error: BUILDSTDERR: warning: label ‘_cp0t’ defined but not used [-Wunused-label] BUILDSTDERR: 4528 | _cp0t: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4528 | _cp0t: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_soqm’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:4564:1: error: BUILDSTDERR: warning: label ‘_soqm’ defined but not used [-Wunused-label] BUILDSTDERR: 4564 | _soqm: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4564 | _soqm: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cp95’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:4621:1: error: BUILDSTDERR: warning: label ‘_cp95’ defined but not used [-Wunused-label] BUILDSTDERR: 4621 | _cp95: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4621 | _cp95: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cp9q’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:4673:1: error: BUILDSTDERR: warning: label ‘_cp9q’ defined but not used [-Wunused-label] BUILDSTDERR: 4673 | _cp9q: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4673 | _cp9q: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cp9M’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:4699:1: error: BUILDSTDERR: warning: label ‘_cp9M’ defined but not used [-Wunused-label] BUILDSTDERR: 4699 | _cp9M: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4699 | _cp9M: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cp8j’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:4717:1: error: BUILDSTDERR: warning: label ‘_cp8j’ defined but not used [-Wunused-label] BUILDSTDERR: 4717 | _cp8j: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4717 | _cp8j: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cp8i’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:4774:1: error: BUILDSTDERR: warning: label ‘_cp8i’ defined but not used [-Wunused-label] BUILDSTDERR: 4774 | _cp8i: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4774 | _cp8i: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cp8N’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:4796:1: error: BUILDSTDERR: warning: label ‘_cp8N’ defined but not used [-Wunused-label] BUILDSTDERR: 4796 | _cp8N: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4796 | _cp8N: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_coX8’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:4847:1: error: BUILDSTDERR: warning: label ‘_coX8’ defined but not used [-Wunused-label] BUILDSTDERR: 4847 | _coX8: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4847 | _coX8: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_coXX’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:4904:1: error: BUILDSTDERR: warning: label ‘_coXX’ defined but not used [-Wunused-label] BUILDSTDERR: 4904 | _coXX: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4904 | _coXX: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_coY8’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:4944:1: error: BUILDSTDERR: warning: label ‘_coY8’ defined but not used [-Wunused-label] BUILDSTDERR: 4944 | _coY8: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4944 | _coY8: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_sooo’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:4971:1: error: BUILDSTDERR: warning: label ‘_sooo’ defined but not used [-Wunused-label] BUILDSTDERR: 4971 | _sooo: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4971 | _sooo: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_coYl’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:4989:1: error: BUILDSTDERR: warning: label ‘_coYl’ defined but not used [-Wunused-label] BUILDSTDERR: 4989 | _coYl: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4989 | _coYl: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_coYw’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:5029:1: error: BUILDSTDERR: warning: label ‘_coYw’ defined but not used [-Wunused-label] BUILDSTDERR: 5029 | _coYw: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5029 | _coYw: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_soor’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:5065:1: error: BUILDSTDERR: warning: label ‘_soor’ defined but not used [-Wunused-label] BUILDSTDERR: 5065 | _soor: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5065 | _soor: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cp6J’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:5122:1: error: BUILDSTDERR: warning: label ‘_cp6J’ defined but not used [-Wunused-label] BUILDSTDERR: 5122 | _cp6J: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5122 | _cp6J: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cp74’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:5174:1: error: BUILDSTDERR: warning: label ‘_cp74’ defined but not used [-Wunused-label] BUILDSTDERR: 5174 | _cp74: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5174 | _cp74: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cp7q’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:5200:1: error: BUILDSTDERR: warning: label ‘_cp7q’ defined but not used [-Wunused-label] BUILDSTDERR: 5200 | _cp7q: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5200 | _cp7q: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_soox’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:5215:1: error: BUILDSTDERR: warning: label ‘_soox’ defined but not used [-Wunused-label] BUILDSTDERR: 5215 | _soox: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5215 | _soox: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_coVn’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:5282:1: error: BUILDSTDERR: warning: label ‘_coVn’ defined but not used [-Wunused-label] BUILDSTDERR: 5282 | _coVn: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5282 | _coVn: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpdL’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:5335:1: error: BUILDSTDERR: warning: label ‘_cpdL’ defined but not used [-Wunused-label] BUILDSTDERR: 5335 | _cpdL: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5335 | _cpdL: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_coWc’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:5350:1: error: BUILDSTDERR: warning: label ‘_coWc’ defined but not used [-Wunused-label] BUILDSTDERR: 5350 | _coWc: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5350 | _coWc: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_coWn’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:5390:1: error: BUILDSTDERR: warning: label ‘_coWn’ defined but not used [-Wunused-label] BUILDSTDERR: 5390 | _coWn: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5390 | _coWn: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_somz’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:5417:1: error: BUILDSTDERR: warning: label ‘_somz’ defined but not used [-Wunused-label] BUILDSTDERR: 5417 | _somz: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5417 | _somz: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_coWA’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:5435:1: error: BUILDSTDERR: warning: label ‘_coWA’ defined but not used [-Wunused-label] BUILDSTDERR: 5435 | _coWA: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5435 | _coWA: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_coWL’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:5475:1: error: BUILDSTDERR: warning: label ‘_coWL’ defined but not used [-Wunused-label] BUILDSTDERR: 5475 | _coWL: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5475 | _coWL: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_somC’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:5511:1: error: BUILDSTDERR: warning: label ‘_somC’ defined but not used [-Wunused-label] BUILDSTDERR: 5511 | _somC: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5511 | _somC: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cp4B’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:5568:1: error: BUILDSTDERR: warning: label ‘_cp4B’ defined but not used [-Wunused-label] BUILDSTDERR: 5568 | _cp4B: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5568 | _cp4B: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cp4W’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:5620:1: error: BUILDSTDERR: warning: label ‘_cp4W’ defined but not used [-Wunused-label] BUILDSTDERR: 5620 | _cp4W: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5620 | _cp4W: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cp5i’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:5646:1: error: BUILDSTDERR: warning: label ‘_cp5i’ defined but not used [-Wunused-label] BUILDSTDERR: 5646 | _cp5i: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5646 | _cp5i: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_somI’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:5661:1: error: BUILDSTDERR: warning: label ‘_somI’ defined but not used [-Wunused-label] BUILDSTDERR: 5661 | _somI: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5661 | _somI: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziSquareSTUArray_restrictedDamerauLevenshteinDistanceWithLengths1_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:5722:1: error: BUILDSTDERR: warning: label ‘_cpLp’ defined but not used [-Wunused-label] BUILDSTDERR: 5722 | _cpLp: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5722 | _cpLp: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpLm’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:5750:1: error: BUILDSTDERR: warning: label ‘_cpLm’ defined but not used [-Wunused-label] BUILDSTDERR: 5750 | _cpLm: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5750 | _cpLm: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpLs’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:5778:1: error: BUILDSTDERR: warning: label ‘_cpLs’ defined but not used [-Wunused-label] BUILDSTDERR: 5778 | _cpLs: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5778 | _cpLs: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpLx’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:5802:1: error: BUILDSTDERR: warning: label ‘_cpLx’ defined but not used [-Wunused-label] BUILDSTDERR: 5802 | _cpLx: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5802 | _cpLx: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘soDO_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:5830:1: error: BUILDSTDERR: warning: label ‘_cpLT’ defined but not used [-Wunused-label] BUILDSTDERR: 5830 | _cpLT: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5830 | _cpLT: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziSquareSTUArray_restrictedDamerauLevenshteinDistanceWithLengths_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:5859:1: error: BUILDSTDERR: warning: label ‘_cpLY’ defined but not used [-Wunused-label] BUILDSTDERR: 5859 | _cpLY: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5859 | _cpLY: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpLW’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:5888:1: error: BUILDSTDERR: warning: label ‘_cpLW’ defined but not used [-Wunused-label] BUILDSTDERR: 5888 | _cpLW: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5888 | _cpLW: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziSquareSTUArray_zdwrestrictedDamerauLevenshteinDistance_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:5910:1: error: BUILDSTDERR: warning: label ‘_cpMd’ defined but not used [-Wunused-label] BUILDSTDERR: 5910 | _cpMd: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5910 | _cpMd: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpM8’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:5934:1: error: BUILDSTDERR: warning: label ‘_cpM8’ defined but not used [-Wunused-label] BUILDSTDERR: 5934 | _cpM8: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5934 | _cpM8: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpMg’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:5956:1: error: BUILDSTDERR: warning: label ‘_cpMg’ defined but not used [-Wunused-label] BUILDSTDERR: 5956 | _cpMg: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5956 | _cpMg: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpMk’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:5981:1: error: BUILDSTDERR: warning: label ‘_cpMk’ defined but not used [-Wunused-label] BUILDSTDERR: 5981 | _cpMk: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5981 | _cpMk: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziSquareSTUArray_restrictedDamerauLevenshteinDistance_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:6004:1: error: BUILDSTDERR: warning: label ‘_cpMx’ defined but not used [-Wunused-label] BUILDSTDERR: 6004 | _cpMx: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6004 | _cpMx: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpMu’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:6031:1: error: BUILDSTDERR: warning: label ‘_cpMu’ defined but not used [-Wunused-label] BUILDSTDERR: 6031 | _cpMu: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6031 | _cpMu: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziSquareSTUArray_zdwlevenshteinDistanceST_slow’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:6056:1: error: BUILDSTDERR: warning: label ‘_cpMF’ defined but not used [-Wunused-label] BUILDSTDERR: 6056 | _cpMF: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6056 | _cpMF: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziSquareSTUArray_zdwlevenshteinDistanceST_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:6068:1: error: BUILDSTDERR: warning: label ‘_cpP1’ defined but not used [-Wunused-label] BUILDSTDERR: 6068 | _cpP1: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6068 | _cpP1: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpMU’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:6119:1: error: BUILDSTDERR: warning: label ‘_cpMU’ defined but not used [-Wunused-label] BUILDSTDERR: 6119 | _cpMU: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6119 | _cpMU: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cq5h’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:6178:1: error: BUILDSTDERR: warning: label ‘_cq5h’ defined but not used [-Wunused-label] BUILDSTDERR: 6178 | _cq5h: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6178 | _cq5h: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cq5k’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:6195:1: error: BUILDSTDERR: warning: label ‘_cq5k’ defined but not used [-Wunused-label] BUILDSTDERR: 6195 | _cq5k: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6195 | _cq5k: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cq5v’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:6228:1: error: BUILDSTDERR: warning: label ‘_cq5v’ defined but not used [-Wunused-label] BUILDSTDERR: 6228 | _cq5v: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6228 | _cq5v: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_soEx’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:6259:1: error: BUILDSTDERR: warning: label ‘_soEx’ defined but not used [-Wunused-label] BUILDSTDERR: 6259 | _soEx: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6259 | _soEx: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpNs’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:6297:1: error: BUILDSTDERR: warning: label ‘_cpNs’ defined but not used [-Wunused-label] BUILDSTDERR: 6297 | _cpNs: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6297 | _cpNs: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cq4h’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:6357:1: error: BUILDSTDERR: warning: label ‘_cq4h’ defined but not used [-Wunused-label] BUILDSTDERR: 6357 | _cq4h: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6357 | _cq4h: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cq4k’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:6374:1: error: BUILDSTDERR: warning: label ‘_cq4k’ defined but not used [-Wunused-label] BUILDSTDERR: 6374 | _cq4k: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6374 | _cq4k: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cq4v’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:6408:1: error: BUILDSTDERR: warning: label ‘_cq4v’ defined but not used [-Wunused-label] BUILDSTDERR: 6408 | _cq4v: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6408 | _cq4v: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_soEN’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:6440:1: error: BUILDSTDERR: warning: label ‘_soEN’ defined but not used [-Wunused-label] BUILDSTDERR: 6440 | _soEN: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6440 | _soEN: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpO0’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:6486:1: error: BUILDSTDERR: warning: label ‘_cpO0’ defined but not used [-Wunused-label] BUILDSTDERR: 6486 | _cpO0: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6486 | _cpO0: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cq63’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:6553:1: error: BUILDSTDERR: warning: label ‘_cq63’ defined but not used [-Wunused-label] BUILDSTDERR: 6553 | _cq63: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6553 | _cq63: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpPn’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:6564:1: error: BUILDSTDERR: warning: label ‘_cpPn’ defined but not used [-Wunused-label] BUILDSTDERR: 6564 | _cpPn: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6564 | _cpPn: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cq2s’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:6599:1: error: BUILDSTDERR: warning: label ‘_cq2s’ defined but not used [-Wunused-label] BUILDSTDERR: 6599 | _cq2s: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6599 | _cq2s: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cq2Z’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:6636:1: error: BUILDSTDERR: warning: label ‘_cq2Z’ defined but not used [-Wunused-label] BUILDSTDERR: 6636 | _cq2Z: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6636 | _cq2Z: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cq3b’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:6658:1: error: BUILDSTDERR: warning: label ‘_cq3b’ defined but not used [-Wunused-label] BUILDSTDERR: 6658 | _cq3b: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6658 | _cq3b: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cq3e’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:6674:1: error: BUILDSTDERR: warning: label ‘_cq3e’ defined but not used [-Wunused-label] BUILDSTDERR: 6674 | _cq3e: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6674 | _cq3e: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cq3p’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:6704:1: error: BUILDSTDERR: warning: label ‘_cq3p’ defined but not used [-Wunused-label] BUILDSTDERR: 6704 | _cq3p: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6704 | _cq3p: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cq2F’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:6727:1: error: BUILDSTDERR: warning: label ‘_cq2F’ defined but not used [-Wunused-label] BUILDSTDERR: 6727 | _cq2F: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6727 | _cq2F: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cq2I’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:6745:1: error: BUILDSTDERR: warning: label ‘_cq2I’ defined but not used [-Wunused-label] BUILDSTDERR: 6745 | _cq2I: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6745 | _cq2I: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpOl’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:6776:1: error: BUILDSTDERR: warning: label ‘_cpOl’ defined but not used [-Wunused-label] BUILDSTDERR: 6776 | _cpOl: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6776 | _cpOl: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpOu’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:6816:1: error: BUILDSTDERR: warning: label ‘_cpOu’ defined but not used [-Wunused-label] BUILDSTDERR: 6816 | _cpOu: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6816 | _cpOu: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpOD’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:6852:1: error: BUILDSTDERR: warning: label ‘_cpOD’ defined but not used [-Wunused-label] BUILDSTDERR: 6852 | _cpOD: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6852 | _cpOD: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpOO’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:6892:1: error: BUILDSTDERR: warning: label ‘_cpOO’ defined but not used [-Wunused-label] BUILDSTDERR: 6892 | _cpOO: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6892 | _cpOO: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_soFn’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:6920:1: error: BUILDSTDERR: warning: label ‘_soFn’ defined but not used [-Wunused-label] BUILDSTDERR: 6920 | _soFn: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6920 | _soFn: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpQ5’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:6946:1: error: BUILDSTDERR: warning: label ‘_cpQ5’ defined but not used [-Wunused-label] BUILDSTDERR: 6946 | _cpQ5: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6946 | _cpQ5: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpQR’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:6998:1: error: BUILDSTDERR: warning: label ‘_cpQR’ defined but not used [-Wunused-label] BUILDSTDERR: 6998 | _cpQR: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6998 | _cpQR: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cq1N’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:7025:1: error: BUILDSTDERR: warning: label ‘_cq1N’ defined but not used [-Wunused-label] BUILDSTDERR: 7025 | _cq1N: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7025 | _cq1N: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_soG0’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:7041:1: error: BUILDSTDERR: warning: label ‘_soG0’ defined but not used [-Wunused-label] BUILDSTDERR: 7041 | _soG0: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7041 | _soG0: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpQX’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:7057:1: error: BUILDSTDERR: warning: label ‘_cpQX’ defined but not used [-Wunused-label] BUILDSTDERR: 7057 | _cpQX: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7057 | _cpQX: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cq1v’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:7084:1: error: BUILDSTDERR: warning: label ‘_cq1v’ defined but not used [-Wunused-label] BUILDSTDERR: 7084 | _cq1v: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7084 | _cq1v: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_soG2’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:7113:1: error: BUILDSTDERR: warning: label ‘_soG2’ defined but not used [-Wunused-label] BUILDSTDERR: 7113 | _soG2: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7113 | _soG2: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpRc’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:7187:1: error: BUILDSTDERR: warning: label ‘_cpRc’ defined but not used [-Wunused-label] BUILDSTDERR: 7187 | _cpRc: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7187 | _cpRc: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpW5’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:7257:1: error: BUILDSTDERR: warning: label ‘_cpW5’ defined but not used [-Wunused-label] BUILDSTDERR: 7257 | _cpW5: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7257 | _cpW5: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpYZ’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:7304:1: error: BUILDSTDERR: warning: label ‘_cpYZ’ defined but not used [-Wunused-label] BUILDSTDERR: 7304 | _cpYZ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7304 | _cpYZ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpZL’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:7356:1: error: BUILDSTDERR: warning: label ‘_cpZL’ defined but not used [-Wunused-label] BUILDSTDERR: 7356 | _cpZL: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7356 | _cpZL: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cq11’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:7383:1: error: BUILDSTDERR: warning: label ‘_cq11’ defined but not used [-Wunused-label] BUILDSTDERR: 7383 | _cq11: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7383 | _cq11: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_soKK’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:7399:1: error: BUILDSTDERR: warning: label ‘_soKK’ defined but not used [-Wunused-label] BUILDSTDERR: 7399 | _soKK: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7399 | _soKK: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpZR’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:7415:1: error: BUILDSTDERR: warning: label ‘_cpZR’ defined but not used [-Wunused-label] BUILDSTDERR: 7415 | _cpZR: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7415 | _cpZR: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cq0J’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:7442:1: error: BUILDSTDERR: warning: label ‘_cq0J’ defined but not used [-Wunused-label] BUILDSTDERR: 7442 | _cq0J: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7442 | _cq0J: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_soKM’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:7459:1: error: BUILDSTDERR: warning: label ‘_soKM’ defined but not used [-Wunused-label] BUILDSTDERR: 7459 | _soKM: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7459 | _soKM: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cq00’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:7489:1: error: BUILDSTDERR: warning: label ‘_cq00’ defined but not used [-Wunused-label] BUILDSTDERR: 7489 | _cq00: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7489 | _cq00: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpZZ’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:7544:1: error: BUILDSTDERR: warning: label ‘_cpZZ’ defined but not used [-Wunused-label] BUILDSTDERR: 7544 | _cpZZ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7544 | _cpZZ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cq09’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:7566:1: error: BUILDSTDERR: warning: label ‘_cq09’ defined but not used [-Wunused-label] BUILDSTDERR: 7566 | _cq09: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7566 | _cq09: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpWy’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:7615:1: error: BUILDSTDERR: warning: label ‘_cpWy’ defined but not used [-Wunused-label] BUILDSTDERR: 7615 | _cpWy: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7615 | _cpWy: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cq1U’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:7665:1: error: BUILDSTDERR: warning: label ‘_cq1U’ defined but not used [-Wunused-label] BUILDSTDERR: 7665 | _cq1U: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7665 | _cq1U: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpXk’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:7675:1: error: BUILDSTDERR: warning: label ‘_cpXk’ defined but not used [-Wunused-label] BUILDSTDERR: 7675 | _cpXk: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7675 | _cpXk: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpYA’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:7702:1: error: BUILDSTDERR: warning: label ‘_cpYA’ defined but not used [-Wunused-label] BUILDSTDERR: 7702 | _cpYA: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7702 | _cpYA: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_soJp’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:7718:1: error: BUILDSTDERR: warning: label ‘_soJp’ defined but not used [-Wunused-label] BUILDSTDERR: 7718 | _soJp: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7718 | _soJp: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpXq’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:7734:1: error: BUILDSTDERR: warning: label ‘_cpXq’ defined but not used [-Wunused-label] BUILDSTDERR: 7734 | _cpXq: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7734 | _cpXq: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpYi’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:7761:1: error: BUILDSTDERR: warning: label ‘_cpYi’ defined but not used [-Wunused-label] BUILDSTDERR: 7761 | _cpYi: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7761 | _cpYi: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_soJr’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:7778:1: error: BUILDSTDERR: warning: label ‘_soJr’ defined but not used [-Wunused-label] BUILDSTDERR: 7778 | _soJr: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7778 | _soJr: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpXz’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:7808:1: error: BUILDSTDERR: warning: label ‘_cpXz’ defined but not used [-Wunused-label] BUILDSTDERR: 7808 | _cpXz: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7808 | _cpXz: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpXy’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:7863:1: error: BUILDSTDERR: warning: label ‘_cpXy’ defined but not used [-Wunused-label] BUILDSTDERR: 7863 | _cpXy: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7863 | _cpXy: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpXI’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:7885:1: error: BUILDSTDERR: warning: label ‘_cpXI’ defined but not used [-Wunused-label] BUILDSTDERR: 7885 | _cpXI: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7885 | _cpXI: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpTX’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:7932:1: error: BUILDSTDERR: warning: label ‘_cpTX’ defined but not used [-Wunused-label] BUILDSTDERR: 7932 | _cpTX: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7932 | _cpTX: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpUG’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:7970:1: error: BUILDSTDERR: warning: label ‘_cpUG’ defined but not used [-Wunused-label] BUILDSTDERR: 7970 | _cpUG: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7970 | _cpUG: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpVP’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:8007:1: error: BUILDSTDERR: warning: label ‘_cpVP’ defined but not used [-Wunused-label] BUILDSTDERR: 8007 | _cpVP: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8007 | _cpVP: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_soI0’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:8023:1: error: BUILDSTDERR: warning: label ‘_soI0’ defined but not used [-Wunused-label] BUILDSTDERR: 8023 | _soI0: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8023 | _soI0: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpUM’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:8039:1: error: BUILDSTDERR: warning: label ‘_cpUM’ defined but not used [-Wunused-label] BUILDSTDERR: 8039 | _cpUM: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8039 | _cpUM: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpVw’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:8066:1: error: BUILDSTDERR: warning: label ‘_cpVw’ defined but not used [-Wunused-label] BUILDSTDERR: 8066 | _cpVw: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8066 | _cpVw: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_soI2’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:8094:1: error: BUILDSTDERR: warning: label ‘_soI2’ defined but not used [-Wunused-label] BUILDSTDERR: 8094 | _soI2: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8094 | _soI2: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpRE’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:8173:1: error: BUILDSTDERR: warning: label ‘_cpRE’ defined but not used [-Wunused-label] BUILDSTDERR: 8173 | _cpRE: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8173 | _cpRE: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_soFs’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:8209:1: error: BUILDSTDERR: warning: label ‘_soFs’ defined but not used [-Wunused-label] BUILDSTDERR: 8209 | _soFs: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8209 | _soFs: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpPt’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:8230:1: error: BUILDSTDERR: warning: label ‘_cpPt’ defined but not used [-Wunused-label] BUILDSTDERR: 8230 | _cpPt: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8230 | _cpPt: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpSn’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:8259:1: error: BUILDSTDERR: warning: label ‘_cpSn’ defined but not used [-Wunused-label] BUILDSTDERR: 8259 | _cpSn: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8259 | _cpSn: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpTw’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:8296:1: error: BUILDSTDERR: warning: label ‘_cpTw’ defined but not used [-Wunused-label] BUILDSTDERR: 8296 | _cpTw: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8296 | _cpTw: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_soGI’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:8312:1: error: BUILDSTDERR: warning: label ‘_soGI’ defined but not used [-Wunused-label] BUILDSTDERR: 8312 | _soGI: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8312 | _soGI: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpSt’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:8328:1: error: BUILDSTDERR: warning: label ‘_cpSt’ defined but not used [-Wunused-label] BUILDSTDERR: 8328 | _cpSt: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8328 | _cpSt: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpTd’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:8355:1: error: BUILDSTDERR: warning: label ‘_cpTd’ defined but not used [-Wunused-label] BUILDSTDERR: 8355 | _cpTd: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8355 | _cpTd: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_soGK’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:8383:1: error: BUILDSTDERR: warning: label ‘_soGK’ defined but not used [-Wunused-label] BUILDSTDERR: 8383 | _soGK: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8383 | _soGK: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziSquareSTUArray_levenshteinDistanceWithLengths1_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:8460:1: error: BUILDSTDERR: warning: label ‘_cqeb’ defined but not used [-Wunused-label] BUILDSTDERR: 8460 | _cqeb: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8460 | _cqeb: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cqe8’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:8488:1: error: BUILDSTDERR: warning: label ‘_cqe8’ defined but not used [-Wunused-label] BUILDSTDERR: 8488 | _cqe8: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8488 | _cqe8: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cqee’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:8515:1: error: BUILDSTDERR: warning: label ‘_cqee’ defined but not used [-Wunused-label] BUILDSTDERR: 8515 | _cqee: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8515 | _cqee: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cqej’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:8538:1: error: BUILDSTDERR: warning: label ‘_cqej’ defined but not used [-Wunused-label] BUILDSTDERR: 8538 | _cqej: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8538 | _cqej: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘soOq_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:8564:1: error: BUILDSTDERR: warning: label ‘_cqeF’ defined but not used [-Wunused-label] BUILDSTDERR: 8564 | _cqeF: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8564 | _cqeF: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziSquareSTUArray_levenshteinDistanceWithLengths_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:8593:1: error: BUILDSTDERR: warning: label ‘_cqeK’ defined but not used [-Wunused-label] BUILDSTDERR: 8593 | _cqeK: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8593 | _cqeK: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cqeI’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:8622:1: error: BUILDSTDERR: warning: label ‘_cqeI’ defined but not used [-Wunused-label] BUILDSTDERR: 8622 | _cqeI: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8622 | _cqeI: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziSquareSTUArray_zdwlevenshteinDistance_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:8644:1: error: BUILDSTDERR: warning: label ‘_cqeW’ defined but not used [-Wunused-label] BUILDSTDERR: 8644 | _cqeW: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8644 | _cqeW: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cqeU’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:8668:1: error: BUILDSTDERR: warning: label ‘_cqeU’ defined but not used [-Wunused-label] BUILDSTDERR: 8668 | _cqeU: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8668 | _cqeU: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cqeZ’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:8690:1: error: BUILDSTDERR: warning: label ‘_cqeZ’ defined but not used [-Wunused-label] BUILDSTDERR: 8690 | _cqeZ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8690 | _cqeZ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cqf3’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:8714:1: error: BUILDSTDERR: warning: label ‘_cqf3’ defined but not used [-Wunused-label] BUILDSTDERR: 8714 | _cqf3: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8714 | _cqf3: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziSquareSTUArray_levenshteinDistance_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:8737:1: error: BUILDSTDERR: warning: label ‘_cqfh’ defined but not used [-Wunused-label] BUILDSTDERR: 8737 | _cqfh: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8737 | _cqfh: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cqfe’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:8764:1: error: BUILDSTDERR: warning: label ‘_cqfe’ defined but not used [-Wunused-label] BUILDSTDERR: 8764 | _cqfe: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8764 | _cqfe: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpht’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:1568:4: error: BUILDSTDERR: warning: ‘_sojn’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1568 | W_ _sojn; BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1568 | W_ _sojn; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:1570:4: error: BUILDSTDERR: warning: ‘_sovg’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1570 | W_ _sovg; BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1570 | W_ _sovg; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:1569:4: error: BUILDSTDERR: warning: ‘_sok3’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1569 | W_ _sok3; BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1569 | W_ _sok3; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:1584:104: error: BUILDSTDERR: warning: ‘_sovQ’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1584 | ((struct {W_ x;} __attribute__((packed))*) ((_sok3+16) + (((_sovg * (_sojn+1)) + 0x1UL) << 0x3UL)))->x = _sovQ; BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ BUILDSTDERR: | BUILDSTDERR: 1584 | ((struct {W_ x;} __attribute__((packed))*) ((_sok3+16) + (((_sovg * (_sojn+1)) + 0x1UL) << 0x3UL)))->x = _sovQ; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:1587:7: error: BUILDSTDERR: warning: ‘_sovP’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1587 | Sp[5] = _sovP; BUILDSTDERR: | BUILDSTDERR: 1587 | Sp[5] = _sovP; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:1585:7: error: BUILDSTDERR: warning: ‘_sovh’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1585 | Sp[3] = _sovh; BUILDSTDERR: | BUILDSTDERR: 1585 | Sp[3] = _sovh; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpez’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:3174:4: error: BUILDSTDERR: warning: ‘_sokq’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 3174 | W_ _sokq; BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3174 | W_ _sokq; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:3172:4: error: BUILDSTDERR: warning: ‘_sojn’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 3172 | W_ _sojn; BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3172 | W_ _sojn; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:3173:4: error: BUILDSTDERR: warning: ‘_sok3’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 3173 | W_ _sok3; BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3173 | W_ _sok3; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:3186:94: error: BUILDSTDERR: warning: ‘_soum’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 3186 | ((struct {W_ x;} __attribute__((packed))*) ((_sok3+16) + (((_sojn+1) + _sokq) << 0x3UL)))->x = _soum; BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ BUILDSTDERR: | BUILDSTDERR: 3186 | ((struct {W_ x;} __attribute__((packed))*) ((_sok3+16) + (((_sojn+1) + _sokq) << 0x3UL)))->x = _soum; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpcB’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:3579:7: error: BUILDSTDERR: warning: ‘_sott’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 3579 | Sp[5] = _sott; BUILDSTDERR: | BUILDSTDERR: 3579 | Sp[5] = _sott; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_coUY’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:3716:4: error: BUILDSTDERR: warning: ‘_sojn’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 3716 | W_ _sojn; BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3716 | W_ _sojn; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:3719:4: error: BUILDSTDERR: warning: ‘_sokQ’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 3719 | W_ _sokQ; BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3719 | W_ _sokQ; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:3718:4: error: BUILDSTDERR: warning: ‘_sokq’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 3718 | W_ _sokq; BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3718 | W_ _sokq; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:3717:4: error: BUILDSTDERR: warning: ‘_sok3’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 3717 | W_ _sok3; BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3717 | W_ _sok3; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:3733:104: error: BUILDSTDERR: warning: ‘_solU’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 3733 | ((struct {W_ x;} __attribute__((packed))*) ((_sok3+16) + (((_sokQ * (_sojn+1)) + _sokq) << 0x3UL)))->x = _solU; BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ BUILDSTDERR: | BUILDSTDERR: 3733 | ((struct {W_ x;} __attribute__((packed))*) ((_sok3+16) + (((_sokQ * (_sojn+1)) + _sokq) << 0x3UL)))->x = _solU; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:3736:7: error: BUILDSTDERR: warning: ‘_solT’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 3736 | Sp[7] = _solT; BUILDSTDERR: | BUILDSTDERR: 3736 | Sp[7] = _solT; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:3734:7: error: BUILDSTDERR: warning: ‘_sokR’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 3734 | Sp[3] = _sokR; BUILDSTDERR: | BUILDSTDERR: 3734 | Sp[3] = _sokR; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpbl’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:4127:7: error: BUILDSTDERR: warning: ‘_sosX’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 4127 | Sp[5] = _sosX; BUILDSTDERR: | BUILDSTDERR: 4127 | Sp[5] = _sosX; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cp95’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:4628:7: error: BUILDSTDERR: warning: ‘_sor5’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 4628 | Sp[5] = _sor5; BUILDSTDERR: | BUILDSTDERR: 4628 | Sp[5] = _sor5; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cp6J’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:5129:7: error: BUILDSTDERR: warning: ‘_sop7’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 5129 | Sp[6] = _sop7; BUILDSTDERR: | BUILDSTDERR: 5129 | Sp[6] = _sop7; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cp4B’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:5575:7: error: BUILDSTDERR: warning: ‘_soni’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 5575 | Sp[6] = _soni; BUILDSTDERR: | BUILDSTDERR: 5575 | Sp[6] = _soni; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc: In function ‘_cpRc’: BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:7177:4: error: BUILDSTDERR: warning: ‘_soEf’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 7177 | W_ _soEf; BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7177 | W_ _soEf; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:7180:4: error: BUILDSTDERR: warning: ‘_soFx’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 7180 | W_ _soFx; BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7180 | W_ _soFx; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:7179:4: error: BUILDSTDERR: warning: ‘_soFf’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 7179 | W_ _soFf; BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7179 | W_ _soFf; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:7178:4: error: BUILDSTDERR: warning: ‘_soEV’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 7178 | W_ _soEV; BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7178 | W_ _soEV; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:7194:104: error: BUILDSTDERR: warning: ‘_soG9’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 7194 | ((struct {W_ x;} __attribute__((packed))*) ((_soEV+16) + (((_soFx * (_soEf+1)) + _soFf) << 0x3UL)))->x = _soG9; BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ BUILDSTDERR: | BUILDSTDERR: 7194 | ((struct {W_ x;} __attribute__((packed))*) ((_soEV+16) + (((_soFx * (_soEf+1)) + _soFf) << 0x3UL)))->x = _soG9; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:7197:7: error: BUILDSTDERR: warning: ‘_soG8’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 7197 | Sp[6] = _soG8; BUILDSTDERR: | BUILDSTDERR: 7197 | Sp[6] = _soG8; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_49.hc:7195:7: error: BUILDSTDERR: warning: ‘_soFy’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 7195 | Sp[3] = _soFy; BUILDSTDERR: | BUILDSTDERR: 7195 | Sp[3] = _soFy; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘roiN_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:19:1: error: BUILDSTDERR: warning: label ‘_cqLb’ defined but not used [-Wunused-label] BUILDSTDERR: 19 | _cqLb: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 19 | _cqLb: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘roiP_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:60:1: error: BUILDSTDERR: warning: label ‘_cqLk’ defined but not used [-Wunused-label] BUILDSTDERR: 60 | _cqLk: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 60 | _cqLk: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘roiR_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:101:1: error: BUILDSTDERR: warning: label ‘_cqLt’ defined but not used [-Wunused-label] BUILDSTDERR: 101 | _cqLt: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 101 | _cqLt: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘roiT_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:142:1: error: BUILDSTDERR: warning: label ‘_cqLC’ defined but not used [-Wunused-label] BUILDSTDERR: 142 | _cqLC: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 142 | _cqLC: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘roj0_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:218:1: error: BUILDSTDERR: warning: label ‘_cqLN’ defined but not used [-Wunused-label] BUILDSTDERR: 218 | _cqLN: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 218 | _cqLN: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_cqLL’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:251:1: error: BUILDSTDERR: warning: label ‘_cqLL’ defined but not used [-Wunused-label] BUILDSTDERR: 251 | _cqLL: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 251 | _cqLL: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘sqfx_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:280:1: error: BUILDSTDERR: warning: label ‘_cqMf’ defined but not used [-Wunused-label] BUILDSTDERR: 280 | _cqMf: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 280 | _cqMf: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_cqMc’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:307:1: error: BUILDSTDERR: warning: label ‘_cqMc’ defined but not used [-Wunused-label] BUILDSTDERR: 307 | _cqMc: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 307 | _cqMc: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘sqfy_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:337:1: error: BUILDSTDERR: warning: label ‘_cqMl’ defined but not used [-Wunused-label] BUILDSTDERR: 337 | _cqMl: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 337 | _cqMl: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘sqfz_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:371:1: error: BUILDSTDERR: warning: label ‘_cqMr’ defined but not used [-Wunused-label] BUILDSTDERR: 371 | _cqMr: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 371 | _cqMr: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_cqM2’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:401:1: error: BUILDSTDERR: warning: label ‘_cqM2’ defined but not used [-Wunused-label] BUILDSTDERR: 401 | _cqM2: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 401 | _cqM2: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘roj3_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:434:1: error: BUILDSTDERR: warning: label ‘_cqMz’ defined but not used [-Wunused-label] BUILDSTDERR: 434 | _cqMz: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 434 | _cqMz: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_cqMx’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:466:1: error: BUILDSTDERR: warning: label ‘_cqMx’ defined but not used [-Wunused-label] BUILDSTDERR: 466 | _cqMx: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 466 | _cqMx: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziSquareSTUArray_zdwrestrictedDamerauLevenshteinDistanceST_slow’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:488:1: error: BUILDSTDERR: warning: label ‘_cqMI’ defined but not used [-Wunused-label] BUILDSTDERR: 488 | _cqMI: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 488 | _cqMI: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘sqgx_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:497:1: error: BUILDSTDERR: warning: label ‘_cqYJ’ defined but not used [-Wunused-label] BUILDSTDERR: 497 | _cqYJ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 497 | _cqYJ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziSquareSTUArray_zdwrestrictedDamerauLevenshteinDistanceST_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:524:1: error: BUILDSTDERR: warning: label ‘_cqYR’ defined but not used [-Wunused-label] BUILDSTDERR: 524 | _cqYR: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 524 | _cqYR: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_cqMX’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:575:1: error: BUILDSTDERR: warning: label ‘_cqMX’ defined but not used [-Wunused-label] BUILDSTDERR: 575 | _cqMX: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 575 | _cqMX: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crrm’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:634:1: error: BUILDSTDERR: warning: label ‘_crrm’ defined but not used [-Wunused-label] BUILDSTDERR: 634 | _crrm: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 634 | _crrm: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crrp’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:651:1: error: BUILDSTDERR: warning: label ‘_crrp’ defined but not used [-Wunused-label] BUILDSTDERR: 651 | _crrp: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 651 | _crrp: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crrA’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:684:1: error: BUILDSTDERR: warning: label ‘_crrA’ defined but not used [-Wunused-label] BUILDSTDERR: 684 | _crrA: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 684 | _crrA: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_sqfY’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:715:1: error: BUILDSTDERR: warning: label ‘_sqfY’ defined but not used [-Wunused-label] BUILDSTDERR: 715 | _sqfY: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 715 | _sqfY: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_cqNv’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:753:1: error: BUILDSTDERR: warning: label ‘_cqNv’ defined but not used [-Wunused-label] BUILDSTDERR: 753 | _cqNv: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 753 | _cqNv: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crqm’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:813:1: error: BUILDSTDERR: warning: label ‘_crqm’ defined but not used [-Wunused-label] BUILDSTDERR: 813 | _crqm: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 813 | _crqm: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crqp’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:830:1: error: BUILDSTDERR: warning: label ‘_crqp’ defined but not used [-Wunused-label] BUILDSTDERR: 830 | _crqp: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 830 | _crqp: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crqA’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:864:1: error: BUILDSTDERR: warning: label ‘_crqA’ defined but not used [-Wunused-label] BUILDSTDERR: 864 | _crqA: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 864 | _crqA: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_sqge’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:896:1: error: BUILDSTDERR: warning: label ‘_sqge’ defined but not used [-Wunused-label] BUILDSTDERR: 896 | _sqge: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 896 | _sqge: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_cqO3’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:942:1: error: BUILDSTDERR: warning: label ‘_cqO3’ defined but not used [-Wunused-label] BUILDSTDERR: 942 | _cqO3: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 942 | _cqO3: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crs8’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:1009:1: error: BUILDSTDERR: warning: label ‘_crs8’ defined but not used [-Wunused-label] BUILDSTDERR: 1009 | _crs8: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1009 | _crs8: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_cqZd’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:1020:1: error: BUILDSTDERR: warning: label ‘_cqZd’ defined but not used [-Wunused-label] BUILDSTDERR: 1020 | _cqZd: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1020 | _cqZd: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crox’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:1055:1: error: BUILDSTDERR: warning: label ‘_crox’ defined but not used [-Wunused-label] BUILDSTDERR: 1055 | _crox: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1055 | _crox: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crp4’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:1092:1: error: BUILDSTDERR: warning: label ‘_crp4’ defined but not used [-Wunused-label] BUILDSTDERR: 1092 | _crp4: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1092 | _crp4: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crpg’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:1114:1: error: BUILDSTDERR: warning: label ‘_crpg’ defined but not used [-Wunused-label] BUILDSTDERR: 1114 | _crpg: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1114 | _crpg: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crpj’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:1130:1: error: BUILDSTDERR: warning: label ‘_crpj’ defined but not used [-Wunused-label] BUILDSTDERR: 1130 | _crpj: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1130 | _crpj: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crpu’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:1160:1: error: BUILDSTDERR: warning: label ‘_crpu’ defined but not used [-Wunused-label] BUILDSTDERR: 1160 | _crpu: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1160 | _crpu: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_croK’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:1183:1: error: BUILDSTDERR: warning: label ‘_croK’ defined but not used [-Wunused-label] BUILDSTDERR: 1183 | _croK: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1183 | _croK: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_croN’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:1201:1: error: BUILDSTDERR: warning: label ‘_croN’ defined but not used [-Wunused-label] BUILDSTDERR: 1201 | _croN: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1201 | _croN: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_cqOo’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:1234:1: error: BUILDSTDERR: warning: label ‘_cqOo’ defined but not used [-Wunused-label] BUILDSTDERR: 1234 | _cqOo: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1234 | _cqOo: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crcE’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:1276:1: error: BUILDSTDERR: warning: label ‘_crcE’ defined but not used [-Wunused-label] BUILDSTDERR: 1276 | _crcE: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1276 | _crcE: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_croh’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:1302:1: error: BUILDSTDERR: warning: label ‘_croh’ defined but not used [-Wunused-label] BUILDSTDERR: 1302 | _croh: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1302 | _croh: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_sqrv’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:1317:1: error: BUILDSTDERR: warning: label ‘_sqrv’ defined but not used [-Wunused-label] BUILDSTDERR: 1317 | _sqrv: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1317 | _sqrv: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crcL’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:1340:1: error: BUILDSTDERR: warning: label ‘_crcL’ defined but not used [-Wunused-label] BUILDSTDERR: 1340 | _crcL: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1340 | _crcL: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crdr’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:1391:1: error: BUILDSTDERR: warning: label ‘_crdr’ defined but not used [-Wunused-label] BUILDSTDERR: 1391 | _crdr: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1391 | _crdr: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crnZ’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:1418:1: error: BUILDSTDERR: warning: label ‘_crnZ’ defined but not used [-Wunused-label] BUILDSTDERR: 1418 | _crnZ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1418 | _crnZ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_sqs0’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:1434:1: error: BUILDSTDERR: warning: label ‘_sqs0’ defined but not used [-Wunused-label] BUILDSTDERR: 1434 | _sqs0: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1434 | _sqs0: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crdx’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:1450:1: error: BUILDSTDERR: warning: label ‘_crdx’ defined but not used [-Wunused-label] BUILDSTDERR: 1450 | _crdx: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1450 | _crdx: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crnH’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:1477:1: error: BUILDSTDERR: warning: label ‘_crnH’ defined but not used [-Wunused-label] BUILDSTDERR: 1477 | _crnH: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1477 | _crnH: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_sqs2’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:1505:1: error: BUILDSTDERR: warning: label ‘_sqs2’ defined but not used [-Wunused-label] BUILDSTDERR: 1505 | _sqs2: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1505 | _sqs2: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crdM’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:1577:1: error: BUILDSTDERR: warning: label ‘_crdM’ defined but not used [-Wunused-label] BUILDSTDERR: 1577 | _crdM: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1577 | _crdM: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crit’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:1645:1: error: BUILDSTDERR: warning: label ‘_crit’ defined but not used [-Wunused-label] BUILDSTDERR: 1645 | _crit: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1645 | _crit: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crlh’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:1690:1: error: BUILDSTDERR: warning: label ‘_crlh’ defined but not used [-Wunused-label] BUILDSTDERR: 1690 | _crlh: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1690 | _crlh: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crlX’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:1741:1: error: BUILDSTDERR: warning: label ‘_crlX’ defined but not used [-Wunused-label] BUILDSTDERR: 1741 | _crlX: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1741 | _crlX: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crnd’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:1768:1: error: BUILDSTDERR: warning: label ‘_crnd’ defined but not used [-Wunused-label] BUILDSTDERR: 1768 | _crnd: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1768 | _crnd: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_sqwC’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:1784:1: error: BUILDSTDERR: warning: label ‘_sqwC’ defined but not used [-Wunused-label] BUILDSTDERR: 1784 | _sqwC: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1784 | _sqwC: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crm3’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:1800:1: error: BUILDSTDERR: warning: label ‘_crm3’ defined but not used [-Wunused-label] BUILDSTDERR: 1800 | _crm3: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1800 | _crm3: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crmV’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:1827:1: error: BUILDSTDERR: warning: label ‘_crmV’ defined but not used [-Wunused-label] BUILDSTDERR: 1827 | _crmV: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1827 | _crmV: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_sqwE’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:1844:1: error: BUILDSTDERR: warning: label ‘_sqwE’ defined but not used [-Wunused-label] BUILDSTDERR: 1844 | _sqwE: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1844 | _sqwE: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crmc’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:1873:1: error: BUILDSTDERR: warning: label ‘_crmc’ defined but not used [-Wunused-label] BUILDSTDERR: 1873 | _crmc: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1873 | _crmc: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crmb’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:1927:1: error: BUILDSTDERR: warning: label ‘_crmb’ defined but not used [-Wunused-label] BUILDSTDERR: 1927 | _crmb: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1927 | _crmb: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crml’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:1948:1: error: BUILDSTDERR: warning: label ‘_crml’ defined but not used [-Wunused-label] BUILDSTDERR: 1948 | _crml: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1948 | _crml: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_criW’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:1995:1: error: BUILDSTDERR: warning: label ‘_criW’ defined but not used [-Wunused-label] BUILDSTDERR: 1995 | _criW: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1995 | _criW: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crjC’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:2046:1: error: BUILDSTDERR: warning: label ‘_crjC’ defined but not used [-Wunused-label] BUILDSTDERR: 2046 | _crjC: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2046 | _crjC: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crkS’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:2073:1: error: BUILDSTDERR: warning: label ‘_crkS’ defined but not used [-Wunused-label] BUILDSTDERR: 2073 | _crkS: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2073 | _crkS: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_sqvj’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:2089:1: error: BUILDSTDERR: warning: label ‘_sqvj’ defined but not used [-Wunused-label] BUILDSTDERR: 2089 | _sqvj: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2089 | _sqvj: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crjI’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:2105:1: error: BUILDSTDERR: warning: label ‘_crjI’ defined but not used [-Wunused-label] BUILDSTDERR: 2105 | _crjI: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2105 | _crjI: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crkA’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:2132:1: error: BUILDSTDERR: warning: label ‘_crkA’ defined but not used [-Wunused-label] BUILDSTDERR: 2132 | _crkA: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2132 | _crkA: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_sqvl’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:2149:1: error: BUILDSTDERR: warning: label ‘_sqvl’ defined but not used [-Wunused-label] BUILDSTDERR: 2149 | _sqvl: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2149 | _sqvl: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crjR’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:2178:1: error: BUILDSTDERR: warning: label ‘_crjR’ defined but not used [-Wunused-label] BUILDSTDERR: 2178 | _crjR: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2178 | _crjR: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crjQ’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:2232:1: error: BUILDSTDERR: warning: label ‘_crjQ’ defined but not used [-Wunused-label] BUILDSTDERR: 2232 | _crjQ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2232 | _crjQ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crk0’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:2253:1: error: BUILDSTDERR: warning: label ‘_crk0’ defined but not used [-Wunused-label] BUILDSTDERR: 2253 | _crk0: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2253 | _crk0: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crgr’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:2298:1: error: BUILDSTDERR: warning: label ‘_crgr’ defined but not used [-Wunused-label] BUILDSTDERR: 2298 | _crgr: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2298 | _crgr: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crh4’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:2335:1: error: BUILDSTDERR: warning: label ‘_crh4’ defined but not used [-Wunused-label] BUILDSTDERR: 2335 | _crh4: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2335 | _crh4: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crid’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:2372:1: error: BUILDSTDERR: warning: label ‘_crid’ defined but not used [-Wunused-label] BUILDSTDERR: 2372 | _crid: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2372 | _crid: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_sqtW’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:2388:1: error: BUILDSTDERR: warning: label ‘_sqtW’ defined but not used [-Wunused-label] BUILDSTDERR: 2388 | _sqtW: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2388 | _sqtW: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crha’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:2404:1: error: BUILDSTDERR: warning: label ‘_crha’ defined but not used [-Wunused-label] BUILDSTDERR: 2404 | _crha: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2404 | _crha: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crhU’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:2431:1: error: BUILDSTDERR: warning: label ‘_crhU’ defined but not used [-Wunused-label] BUILDSTDERR: 2431 | _crhU: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2431 | _crhU: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_sqtY’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:2458:1: error: BUILDSTDERR: warning: label ‘_sqtY’ defined but not used [-Wunused-label] BUILDSTDERR: 2458 | _sqtY: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2458 | _sqtY: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_cree’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:2535:1: error: BUILDSTDERR: warning: label ‘_cree’ defined but not used [-Wunused-label] BUILDSTDERR: 2535 | _cree: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2535 | _cree: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_creR’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:2572:1: error: BUILDSTDERR: warning: label ‘_creR’ defined but not used [-Wunused-label] BUILDSTDERR: 2572 | _creR: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2572 | _creR: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crg0’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:2609:1: error: BUILDSTDERR: warning: label ‘_crg0’ defined but not used [-Wunused-label] BUILDSTDERR: 2609 | _crg0: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2609 | _crg0: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_sqsG’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:2625:1: error: BUILDSTDERR: warning: label ‘_sqsG’ defined but not used [-Wunused-label] BUILDSTDERR: 2625 | _sqsG: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2625 | _sqsG: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_creX’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:2641:1: error: BUILDSTDERR: warning: label ‘_creX’ defined but not used [-Wunused-label] BUILDSTDERR: 2641 | _creX: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2641 | _creX: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crfH’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:2668:1: error: BUILDSTDERR: warning: label ‘_crfH’ defined but not used [-Wunused-label] BUILDSTDERR: 2668 | _crfH: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2668 | _crfH: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_sqsI’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:2695:1: error: BUILDSTDERR: warning: label ‘_sqsI’ defined but not used [-Wunused-label] BUILDSTDERR: 2695 | _sqsI: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2695 | _sqsI: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_cro6’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:2763:1: error: BUILDSTDERR: warning: label ‘_cro6’ defined but not used [-Wunused-label] BUILDSTDERR: 2763 | _cro6: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2763 | _cro6: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_cqOt’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:2774:1: error: BUILDSTDERR: warning: label ‘_cqOt’ defined but not used [-Wunused-label] BUILDSTDERR: 2774 | _cqOt: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2774 | _cqOt: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_cqOB’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:2808:1: error: BUILDSTDERR: warning: label ‘_cqOB’ defined but not used [-Wunused-label] BUILDSTDERR: 2808 | _cqOB: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2808 | _cqOB: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_cqZm’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:2855:1: error: BUILDSTDERR: warning: label ‘_cqZm’ defined but not used [-Wunused-label] BUILDSTDERR: 2855 | _cqZm: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2855 | _cqZm: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_cqZE’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:2882:1: error: BUILDSTDERR: warning: label ‘_cqZE’ defined but not used [-Wunused-label] BUILDSTDERR: 2882 | _cqZE: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2882 | _cqZE: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crcn’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:2908:1: error: BUILDSTDERR: warning: label ‘_crcn’ defined but not used [-Wunused-label] BUILDSTDERR: 2908 | _crcn: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2908 | _crcn: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_sqgX’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:2925:1: error: BUILDSTDERR: warning: label ‘_sqgX’ defined but not used [-Wunused-label] BUILDSTDERR: 2925 | _sqgX: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2925 | _sqgX: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_cqZG’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:2951:1: error: BUILDSTDERR: warning: label ‘_cqZG’ defined but not used [-Wunused-label] BUILDSTDERR: 2951 | _cqZG: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2951 | _cqZG: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crax’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:3002:1: error: BUILDSTDERR: warning: label ‘_crax’ defined but not used [-Wunused-label] BUILDSTDERR: 3002 | _crax: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3002 | _crax: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crc5’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:3029:1: error: BUILDSTDERR: warning: label ‘_crc5’ defined but not used [-Wunused-label] BUILDSTDERR: 3029 | _crc5: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3029 | _crc5: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_sqqw’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:3045:1: error: BUILDSTDERR: warning: label ‘_sqqw’ defined but not used [-Wunused-label] BUILDSTDERR: 3045 | _sqqw: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3045 | _sqqw: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_craD’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:3061:1: error: BUILDSTDERR: warning: label ‘_craD’ defined but not used [-Wunused-label] BUILDSTDERR: 3061 | _craD: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3061 | _craD: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crbP’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:3088:1: error: BUILDSTDERR: warning: label ‘_crbP’ defined but not used [-Wunused-label] BUILDSTDERR: 3088 | _crbP: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3088 | _crbP: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_sqqy’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:3115:1: error: BUILDSTDERR: warning: label ‘_sqqy’ defined but not used [-Wunused-label] BUILDSTDERR: 3115 | _sqqy: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3115 | _sqqy: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_craS’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:3179:1: error: BUILDSTDERR: warning: label ‘_craS’ defined but not used [-Wunused-label] BUILDSTDERR: 3179 | _craS: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3179 | _craS: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crbd’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:3238:1: error: BUILDSTDERR: warning: label ‘_crbd’ defined but not used [-Wunused-label] BUILDSTDERR: 3238 | _crbd: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3238 | _crbd: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_sqh1’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:3270:1: error: BUILDSTDERR: warning: label ‘_sqh1’ defined but not used [-Wunused-label] BUILDSTDERR: 3270 | _sqh1: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3270 | _sqh1: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_cqPe’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:3297:1: error: BUILDSTDERR: warning: label ‘_cqPe’ defined but not used [-Wunused-label] BUILDSTDERR: 3297 | _cqPe: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3297 | _cqPe: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_cqQ3’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:3354:1: error: BUILDSTDERR: warning: label ‘_cqQ3’ defined but not used [-Wunused-label] BUILDSTDERR: 3354 | _cqQ3: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3354 | _cqQ3: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_cqQe’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:3394:1: error: BUILDSTDERR: warning: label ‘_cqQe’ defined but not used [-Wunused-label] BUILDSTDERR: 3394 | _cqQe: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3394 | _cqQe: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_sqhH’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:3421:1: error: BUILDSTDERR: warning: label ‘_sqhH’ defined but not used [-Wunused-label] BUILDSTDERR: 3421 | _sqhH: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3421 | _sqhH: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_cqQr’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:3439:1: error: BUILDSTDERR: warning: label ‘_cqQr’ defined but not used [-Wunused-label] BUILDSTDERR: 3439 | _cqQr: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3439 | _cqQr: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_cqQC’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:3479:1: error: BUILDSTDERR: warning: label ‘_cqQC’ defined but not used [-Wunused-label] BUILDSTDERR: 3479 | _cqQC: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3479 | _cqQC: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_sqhK’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:3515:1: error: BUILDSTDERR: warning: label ‘_sqhK’ defined but not used [-Wunused-label] BUILDSTDERR: 3515 | _sqhK: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3515 | _sqhK: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_cr8U’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:3572:1: error: BUILDSTDERR: warning: label ‘_cr8U’ defined but not used [-Wunused-label] BUILDSTDERR: 3572 | _cr8U: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3572 | _cr8U: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_cr9f’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:3624:1: error: BUILDSTDERR: warning: label ‘_cr9f’ defined but not used [-Wunused-label] BUILDSTDERR: 3624 | _cr9f: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3624 | _cr9f: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_cr9B’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:3650:1: error: BUILDSTDERR: warning: label ‘_cr9B’ defined but not used [-Wunused-label] BUILDSTDERR: 3650 | _cr9B: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3650 | _cr9B: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_sqhQ’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:3667:1: error: BUILDSTDERR: warning: label ‘_sqhQ’ defined but not used [-Wunused-label] BUILDSTDERR: 3667 | _sqhQ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3667 | _sqhQ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_cqRh’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:3726:1: error: BUILDSTDERR: warning: label ‘_cqRh’ defined but not used [-Wunused-label] BUILDSTDERR: 3726 | _cqRh: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3726 | _cqRh: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_cqV0’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:3796:1: error: BUILDSTDERR: warning: label ‘_cqV0’ defined but not used [-Wunused-label] BUILDSTDERR: 3796 | _cqV0: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3796 | _cqV0: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_cqX9’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:3845:1: error: BUILDSTDERR: warning: label ‘_cqX9’ defined but not used [-Wunused-label] BUILDSTDERR: 3845 | _cqX9: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3845 | _cqX9: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_cqXY’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:3902:1: error: BUILDSTDERR: warning: label ‘_cqXY’ defined but not used [-Wunused-label] BUILDSTDERR: 3902 | _cqXY: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3902 | _cqXY: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_cqY9’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:3942:1: error: BUILDSTDERR: warning: label ‘_cqY9’ defined but not used [-Wunused-label] BUILDSTDERR: 3942 | _cqY9: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3942 | _cqY9: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_sqou’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:3969:1: error: BUILDSTDERR: warning: label ‘_sqou’ defined but not used [-Wunused-label] BUILDSTDERR: 3969 | _sqou: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3969 | _sqou: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_cqYm’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:3987:1: error: BUILDSTDERR: warning: label ‘_cqYm’ defined but not used [-Wunused-label] BUILDSTDERR: 3987 | _cqYm: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3987 | _cqYm: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_cqYx’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:4027:1: error: BUILDSTDERR: warning: label ‘_cqYx’ defined but not used [-Wunused-label] BUILDSTDERR: 4027 | _cqYx: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4027 | _cqYx: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_sqox’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:4063:1: error: BUILDSTDERR: warning: label ‘_sqox’ defined but not used [-Wunused-label] BUILDSTDERR: 4063 | _sqox: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4063 | _sqox: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_cr7E’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:4120:1: error: BUILDSTDERR: warning: label ‘_cr7E’ defined but not used [-Wunused-label] BUILDSTDERR: 4120 | _cr7E: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4120 | _cr7E: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_cr7Z’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:4172:1: error: BUILDSTDERR: warning: label ‘_cr7Z’ defined but not used [-Wunused-label] BUILDSTDERR: 4172 | _cr7Z: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4172 | _cr7Z: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_cr8l’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:4198:1: error: BUILDSTDERR: warning: label ‘_cr8l’ defined but not used [-Wunused-label] BUILDSTDERR: 4198 | _cr8l: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4198 | _cr8l: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_cr6S’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:4216:1: error: BUILDSTDERR: warning: label ‘_cr6S’ defined but not used [-Wunused-label] BUILDSTDERR: 4216 | _cr6S: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4216 | _cr6S: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_cr6R’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:4273:1: error: BUILDSTDERR: warning: label ‘_cr6R’ defined but not used [-Wunused-label] BUILDSTDERR: 4273 | _cr6R: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4273 | _cr6R: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_cr7m’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:4295:1: error: BUILDSTDERR: warning: label ‘_cr7m’ defined but not used [-Wunused-label] BUILDSTDERR: 4295 | _cr7m: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4295 | _cr7m: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_cqVo’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:4346:1: error: BUILDSTDERR: warning: label ‘_cqVo’ defined but not used [-Wunused-label] BUILDSTDERR: 4346 | _cqVo: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4346 | _cqVo: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_cqWd’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:4403:1: error: BUILDSTDERR: warning: label ‘_cqWd’ defined but not used [-Wunused-label] BUILDSTDERR: 4403 | _cqWd: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4403 | _cqWd: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_cqWo’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:4443:1: error: BUILDSTDERR: warning: label ‘_cqWo’ defined but not used [-Wunused-label] BUILDSTDERR: 4443 | _cqWo: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4443 | _cqWo: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_sqmC’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:4470:1: error: BUILDSTDERR: warning: label ‘_sqmC’ defined but not used [-Wunused-label] BUILDSTDERR: 4470 | _sqmC: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4470 | _sqmC: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_cqWB’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:4488:1: error: BUILDSTDERR: warning: label ‘_cqWB’ defined but not used [-Wunused-label] BUILDSTDERR: 4488 | _cqWB: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4488 | _cqWB: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_cqWM’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:4528:1: error: BUILDSTDERR: warning: label ‘_cqWM’ defined but not used [-Wunused-label] BUILDSTDERR: 4528 | _cqWM: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4528 | _cqWM: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_sqmF’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:4564:1: error: BUILDSTDERR: warning: label ‘_sqmF’ defined but not used [-Wunused-label] BUILDSTDERR: 4564 | _sqmF: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4564 | _sqmF: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_cr5o’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:4621:1: error: BUILDSTDERR: warning: label ‘_cr5o’ defined but not used [-Wunused-label] BUILDSTDERR: 4621 | _cr5o: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4621 | _cr5o: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_cr5J’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:4673:1: error: BUILDSTDERR: warning: label ‘_cr5J’ defined but not used [-Wunused-label] BUILDSTDERR: 4673 | _cr5J: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4673 | _cr5J: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_cr65’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:4699:1: error: BUILDSTDERR: warning: label ‘_cr65’ defined but not used [-Wunused-label] BUILDSTDERR: 4699 | _cr65: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4699 | _cr65: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_cr4C’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:4717:1: error: BUILDSTDERR: warning: label ‘_cr4C’ defined but not used [-Wunused-label] BUILDSTDERR: 4717 | _cr4C: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4717 | _cr4C: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_cr4B’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:4774:1: error: BUILDSTDERR: warning: label ‘_cr4B’ defined but not used [-Wunused-label] BUILDSTDERR: 4774 | _cr4B: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4774 | _cr4B: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_cr56’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:4796:1: error: BUILDSTDERR: warning: label ‘_cr56’ defined but not used [-Wunused-label] BUILDSTDERR: 4796 | _cr56: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4796 | _cr56: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_cqTr’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:4847:1: error: BUILDSTDERR: warning: label ‘_cqTr’ defined but not used [-Wunused-label] BUILDSTDERR: 4847 | _cqTr: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4847 | _cqTr: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_cqUg’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:4904:1: error: BUILDSTDERR: warning: label ‘_cqUg’ defined but not used [-Wunused-label] BUILDSTDERR: 4904 | _cqUg: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4904 | _cqUg: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_cqUr’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:4944:1: error: BUILDSTDERR: warning: label ‘_cqUr’ defined but not used [-Wunused-label] BUILDSTDERR: 4944 | _cqUr: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4944 | _cqUr: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_sqkH’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:4971:1: error: BUILDSTDERR: warning: label ‘_sqkH’ defined but not used [-Wunused-label] BUILDSTDERR: 4971 | _sqkH: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4971 | _sqkH: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_cqUE’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:4989:1: error: BUILDSTDERR: warning: label ‘_cqUE’ defined but not used [-Wunused-label] BUILDSTDERR: 4989 | _cqUE: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4989 | _cqUE: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_cqUP’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:5029:1: error: BUILDSTDERR: warning: label ‘_cqUP’ defined but not used [-Wunused-label] BUILDSTDERR: 5029 | _cqUP: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5029 | _cqUP: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_sqkK’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:5065:1: error: BUILDSTDERR: warning: label ‘_sqkK’ defined but not used [-Wunused-label] BUILDSTDERR: 5065 | _sqkK: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5065 | _sqkK: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_cr32’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:5122:1: error: BUILDSTDERR: warning: label ‘_cr32’ defined but not used [-Wunused-label] BUILDSTDERR: 5122 | _cr32: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5122 | _cr32: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_cr3n’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:5174:1: error: BUILDSTDERR: warning: label ‘_cr3n’ defined but not used [-Wunused-label] BUILDSTDERR: 5174 | _cr3n: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5174 | _cr3n: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_cr3J’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:5200:1: error: BUILDSTDERR: warning: label ‘_cr3J’ defined but not used [-Wunused-label] BUILDSTDERR: 5200 | _cr3J: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5200 | _cr3J: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_sqkQ’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:5215:1: error: BUILDSTDERR: warning: label ‘_sqkQ’ defined but not used [-Wunused-label] BUILDSTDERR: 5215 | _sqkQ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5215 | _sqkQ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_cqRG’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:5282:1: error: BUILDSTDERR: warning: label ‘_cqRG’ defined but not used [-Wunused-label] BUILDSTDERR: 5282 | _cqRG: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5282 | _cqRG: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_cra4’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:5335:1: error: BUILDSTDERR: warning: label ‘_cra4’ defined but not used [-Wunused-label] BUILDSTDERR: 5335 | _cra4: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5335 | _cra4: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_cqSv’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:5350:1: error: BUILDSTDERR: warning: label ‘_cqSv’ defined but not used [-Wunused-label] BUILDSTDERR: 5350 | _cqSv: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5350 | _cqSv: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_cqSG’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:5390:1: error: BUILDSTDERR: warning: label ‘_cqSG’ defined but not used [-Wunused-label] BUILDSTDERR: 5390 | _cqSG: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5390 | _cqSG: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_sqiS’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:5417:1: error: BUILDSTDERR: warning: label ‘_sqiS’ defined but not used [-Wunused-label] BUILDSTDERR: 5417 | _sqiS: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5417 | _sqiS: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_cqST’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:5435:1: error: BUILDSTDERR: warning: label ‘_cqST’ defined but not used [-Wunused-label] BUILDSTDERR: 5435 | _cqST: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5435 | _cqST: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_cqT4’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:5475:1: error: BUILDSTDERR: warning: label ‘_cqT4’ defined but not used [-Wunused-label] BUILDSTDERR: 5475 | _cqT4: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5475 | _cqT4: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_sqiV’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:5511:1: error: BUILDSTDERR: warning: label ‘_sqiV’ defined but not used [-Wunused-label] BUILDSTDERR: 5511 | _sqiV: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5511 | _sqiV: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_cr0U’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:5568:1: error: BUILDSTDERR: warning: label ‘_cr0U’ defined but not used [-Wunused-label] BUILDSTDERR: 5568 | _cr0U: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5568 | _cr0U: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_cr1f’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:5620:1: error: BUILDSTDERR: warning: label ‘_cr1f’ defined but not used [-Wunused-label] BUILDSTDERR: 5620 | _cr1f: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5620 | _cr1f: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_cr1B’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:5646:1: error: BUILDSTDERR: warning: label ‘_cr1B’ defined but not used [-Wunused-label] BUILDSTDERR: 5646 | _cr1B: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5646 | _cr1B: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_sqj1’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:5661:1: error: BUILDSTDERR: warning: label ‘_sqj1’ defined but not used [-Wunused-label] BUILDSTDERR: 5661 | _sqj1: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5661 | _sqj1: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziSquareSTUArray_restrictedDamerauLevenshteinDistanceWithLengths1_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:5722:1: error: BUILDSTDERR: warning: label ‘_crHI’ defined but not used [-Wunused-label] BUILDSTDERR: 5722 | _crHI: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5722 | _crHI: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crHF’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:5750:1: error: BUILDSTDERR: warning: label ‘_crHF’ defined but not used [-Wunused-label] BUILDSTDERR: 5750 | _crHF: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5750 | _crHF: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crHL’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:5778:1: error: BUILDSTDERR: warning: label ‘_crHL’ defined but not used [-Wunused-label] BUILDSTDERR: 5778 | _crHL: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5778 | _crHL: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crHQ’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:5802:1: error: BUILDSTDERR: warning: label ‘_crHQ’ defined but not used [-Wunused-label] BUILDSTDERR: 5802 | _crHQ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5802 | _crHQ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘sqA7_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:5830:1: error: BUILDSTDERR: warning: label ‘_crIc’ defined but not used [-Wunused-label] BUILDSTDERR: 5830 | _crIc: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5830 | _crIc: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziSquareSTUArray_restrictedDamerauLevenshteinDistanceWithLengths_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:5859:1: error: BUILDSTDERR: warning: label ‘_crIh’ defined but not used [-Wunused-label] BUILDSTDERR: 5859 | _crIh: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5859 | _crIh: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crIf’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:5888:1: error: BUILDSTDERR: warning: label ‘_crIf’ defined but not used [-Wunused-label] BUILDSTDERR: 5888 | _crIf: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5888 | _crIf: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziSquareSTUArray_zdwrestrictedDamerauLevenshteinDistance_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:5910:1: error: BUILDSTDERR: warning: label ‘_crIw’ defined but not used [-Wunused-label] BUILDSTDERR: 5910 | _crIw: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5910 | _crIw: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crIr’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:5934:1: error: BUILDSTDERR: warning: label ‘_crIr’ defined but not used [-Wunused-label] BUILDSTDERR: 5934 | _crIr: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5934 | _crIr: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crIz’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:5956:1: error: BUILDSTDERR: warning: label ‘_crIz’ defined but not used [-Wunused-label] BUILDSTDERR: 5956 | _crIz: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5956 | _crIz: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crID’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:5981:1: error: BUILDSTDERR: warning: label ‘_crID’ defined but not used [-Wunused-label] BUILDSTDERR: 5981 | _crID: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5981 | _crID: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziSquareSTUArray_restrictedDamerauLevenshteinDistance_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:6004:1: error: BUILDSTDERR: warning: label ‘_crIQ’ defined but not used [-Wunused-label] BUILDSTDERR: 6004 | _crIQ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6004 | _crIQ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crIN’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:6031:1: error: BUILDSTDERR: warning: label ‘_crIN’ defined but not used [-Wunused-label] BUILDSTDERR: 6031 | _crIN: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6031 | _crIN: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziSquareSTUArray_zdwlevenshteinDistanceST_slow’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:6056:1: error: BUILDSTDERR: warning: label ‘_crIY’ defined but not used [-Wunused-label] BUILDSTDERR: 6056 | _crIY: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6056 | _crIY: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziSquareSTUArray_zdwlevenshteinDistanceST_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:6068:1: error: BUILDSTDERR: warning: label ‘_crLk’ defined but not used [-Wunused-label] BUILDSTDERR: 6068 | _crLk: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6068 | _crLk: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crJd’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:6119:1: error: BUILDSTDERR: warning: label ‘_crJd’ defined but not used [-Wunused-label] BUILDSTDERR: 6119 | _crJd: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6119 | _crJd: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_cs1A’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:6178:1: error: BUILDSTDERR: warning: label ‘_cs1A’ defined but not used [-Wunused-label] BUILDSTDERR: 6178 | _cs1A: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6178 | _cs1A: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_cs1D’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:6195:1: error: BUILDSTDERR: warning: label ‘_cs1D’ defined but not used [-Wunused-label] BUILDSTDERR: 6195 | _cs1D: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6195 | _cs1D: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_cs1O’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:6228:1: error: BUILDSTDERR: warning: label ‘_cs1O’ defined but not used [-Wunused-label] BUILDSTDERR: 6228 | _cs1O: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6228 | _cs1O: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_sqAQ’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:6259:1: error: BUILDSTDERR: warning: label ‘_sqAQ’ defined but not used [-Wunused-label] BUILDSTDERR: 6259 | _sqAQ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6259 | _sqAQ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crJL’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:6297:1: error: BUILDSTDERR: warning: label ‘_crJL’ defined but not used [-Wunused-label] BUILDSTDERR: 6297 | _crJL: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6297 | _crJL: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_cs0A’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:6357:1: error: BUILDSTDERR: warning: label ‘_cs0A’ defined but not used [-Wunused-label] BUILDSTDERR: 6357 | _cs0A: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6357 | _cs0A: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_cs0D’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:6374:1: error: BUILDSTDERR: warning: label ‘_cs0D’ defined but not used [-Wunused-label] BUILDSTDERR: 6374 | _cs0D: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6374 | _cs0D: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_cs0O’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:6408:1: error: BUILDSTDERR: warning: label ‘_cs0O’ defined but not used [-Wunused-label] BUILDSTDERR: 6408 | _cs0O: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6408 | _cs0O: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_sqB6’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:6440:1: error: BUILDSTDERR: warning: label ‘_sqB6’ defined but not used [-Wunused-label] BUILDSTDERR: 6440 | _sqB6: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6440 | _sqB6: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crKj’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:6486:1: error: BUILDSTDERR: warning: label ‘_crKj’ defined but not used [-Wunused-label] BUILDSTDERR: 6486 | _crKj: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6486 | _crKj: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_cs2m’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:6553:1: error: BUILDSTDERR: warning: label ‘_cs2m’ defined but not used [-Wunused-label] BUILDSTDERR: 6553 | _cs2m: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6553 | _cs2m: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crLG’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:6564:1: error: BUILDSTDERR: warning: label ‘_crLG’ defined but not used [-Wunused-label] BUILDSTDERR: 6564 | _crLG: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6564 | _crLG: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crYL’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:6599:1: error: BUILDSTDERR: warning: label ‘_crYL’ defined but not used [-Wunused-label] BUILDSTDERR: 6599 | _crYL: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6599 | _crYL: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crZi’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:6636:1: error: BUILDSTDERR: warning: label ‘_crZi’ defined but not used [-Wunused-label] BUILDSTDERR: 6636 | _crZi: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6636 | _crZi: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crZu’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:6658:1: error: BUILDSTDERR: warning: label ‘_crZu’ defined but not used [-Wunused-label] BUILDSTDERR: 6658 | _crZu: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6658 | _crZu: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crZx’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:6674:1: error: BUILDSTDERR: warning: label ‘_crZx’ defined but not used [-Wunused-label] BUILDSTDERR: 6674 | _crZx: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6674 | _crZx: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crZI’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:6704:1: error: BUILDSTDERR: warning: label ‘_crZI’ defined but not used [-Wunused-label] BUILDSTDERR: 6704 | _crZI: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6704 | _crZI: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crYY’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:6727:1: error: BUILDSTDERR: warning: label ‘_crYY’ defined but not used [-Wunused-label] BUILDSTDERR: 6727 | _crYY: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6727 | _crYY: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crZ1’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:6745:1: error: BUILDSTDERR: warning: label ‘_crZ1’ defined but not used [-Wunused-label] BUILDSTDERR: 6745 | _crZ1: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6745 | _crZ1: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crKE’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:6776:1: error: BUILDSTDERR: warning: label ‘_crKE’ defined but not used [-Wunused-label] BUILDSTDERR: 6776 | _crKE: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6776 | _crKE: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crKN’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:6816:1: error: BUILDSTDERR: warning: label ‘_crKN’ defined but not used [-Wunused-label] BUILDSTDERR: 6816 | _crKN: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6816 | _crKN: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crKW’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:6852:1: error: BUILDSTDERR: warning: label ‘_crKW’ defined but not used [-Wunused-label] BUILDSTDERR: 6852 | _crKW: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6852 | _crKW: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crL7’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:6892:1: error: BUILDSTDERR: warning: label ‘_crL7’ defined but not used [-Wunused-label] BUILDSTDERR: 6892 | _crL7: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6892 | _crL7: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_sqBG’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:6920:1: error: BUILDSTDERR: warning: label ‘_sqBG’ defined but not used [-Wunused-label] BUILDSTDERR: 6920 | _sqBG: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6920 | _sqBG: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crMo’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:6946:1: error: BUILDSTDERR: warning: label ‘_crMo’ defined but not used [-Wunused-label] BUILDSTDERR: 6946 | _crMo: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6946 | _crMo: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crNa’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:6998:1: error: BUILDSTDERR: warning: label ‘_crNa’ defined but not used [-Wunused-label] BUILDSTDERR: 6998 | _crNa: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6998 | _crNa: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crY6’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:7025:1: error: BUILDSTDERR: warning: label ‘_crY6’ defined but not used [-Wunused-label] BUILDSTDERR: 7025 | _crY6: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7025 | _crY6: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_sqCj’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:7041:1: error: BUILDSTDERR: warning: label ‘_sqCj’ defined but not used [-Wunused-label] BUILDSTDERR: 7041 | _sqCj: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7041 | _sqCj: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crNg’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:7057:1: error: BUILDSTDERR: warning: label ‘_crNg’ defined but not used [-Wunused-label] BUILDSTDERR: 7057 | _crNg: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7057 | _crNg: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crXO’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:7084:1: error: BUILDSTDERR: warning: label ‘_crXO’ defined but not used [-Wunused-label] BUILDSTDERR: 7084 | _crXO: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7084 | _crXO: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_sqCl’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:7113:1: error: BUILDSTDERR: warning: label ‘_sqCl’ defined but not used [-Wunused-label] BUILDSTDERR: 7113 | _sqCl: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7113 | _sqCl: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crNv’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:7187:1: error: BUILDSTDERR: warning: label ‘_crNv’ defined but not used [-Wunused-label] BUILDSTDERR: 7187 | _crNv: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7187 | _crNv: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crSo’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:7257:1: error: BUILDSTDERR: warning: label ‘_crSo’ defined but not used [-Wunused-label] BUILDSTDERR: 7257 | _crSo: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7257 | _crSo: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crVi’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:7304:1: error: BUILDSTDERR: warning: label ‘_crVi’ defined but not used [-Wunused-label] BUILDSTDERR: 7304 | _crVi: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7304 | _crVi: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crW4’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:7356:1: error: BUILDSTDERR: warning: label ‘_crW4’ defined but not used [-Wunused-label] BUILDSTDERR: 7356 | _crW4: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7356 | _crW4: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crXk’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:7383:1: error: BUILDSTDERR: warning: label ‘_crXk’ defined but not used [-Wunused-label] BUILDSTDERR: 7383 | _crXk: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7383 | _crXk: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_sqH3’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:7399:1: error: BUILDSTDERR: warning: label ‘_sqH3’ defined but not used [-Wunused-label] BUILDSTDERR: 7399 | _sqH3: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7399 | _sqH3: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crWa’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:7415:1: error: BUILDSTDERR: warning: label ‘_crWa’ defined but not used [-Wunused-label] BUILDSTDERR: 7415 | _crWa: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7415 | _crWa: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crX2’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:7442:1: error: BUILDSTDERR: warning: label ‘_crX2’ defined but not used [-Wunused-label] BUILDSTDERR: 7442 | _crX2: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7442 | _crX2: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_sqH5’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:7459:1: error: BUILDSTDERR: warning: label ‘_sqH5’ defined but not used [-Wunused-label] BUILDSTDERR: 7459 | _sqH5: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7459 | _sqH5: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crWj’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:7489:1: error: BUILDSTDERR: warning: label ‘_crWj’ defined but not used [-Wunused-label] BUILDSTDERR: 7489 | _crWj: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7489 | _crWj: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crWi’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:7544:1: error: BUILDSTDERR: warning: label ‘_crWi’ defined but not used [-Wunused-label] BUILDSTDERR: 7544 | _crWi: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7544 | _crWi: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crWs’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:7566:1: error: BUILDSTDERR: warning: label ‘_crWs’ defined but not used [-Wunused-label] BUILDSTDERR: 7566 | _crWs: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7566 | _crWs: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crSR’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:7615:1: error: BUILDSTDERR: warning: label ‘_crSR’ defined but not used [-Wunused-label] BUILDSTDERR: 7615 | _crSR: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7615 | _crSR: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crYd’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:7665:1: error: BUILDSTDERR: warning: label ‘_crYd’ defined but not used [-Wunused-label] BUILDSTDERR: 7665 | _crYd: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7665 | _crYd: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crTD’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:7675:1: error: BUILDSTDERR: warning: label ‘_crTD’ defined but not used [-Wunused-label] BUILDSTDERR: 7675 | _crTD: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7675 | _crTD: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crUT’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:7702:1: error: BUILDSTDERR: warning: label ‘_crUT’ defined but not used [-Wunused-label] BUILDSTDERR: 7702 | _crUT: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7702 | _crUT: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_sqFI’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:7718:1: error: BUILDSTDERR: warning: label ‘_sqFI’ defined but not used [-Wunused-label] BUILDSTDERR: 7718 | _sqFI: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7718 | _sqFI: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crTJ’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:7734:1: error: BUILDSTDERR: warning: label ‘_crTJ’ defined but not used [-Wunused-label] BUILDSTDERR: 7734 | _crTJ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7734 | _crTJ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crUB’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:7761:1: error: BUILDSTDERR: warning: label ‘_crUB’ defined but not used [-Wunused-label] BUILDSTDERR: 7761 | _crUB: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7761 | _crUB: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_sqFK’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:7778:1: error: BUILDSTDERR: warning: label ‘_sqFK’ defined but not used [-Wunused-label] BUILDSTDERR: 7778 | _sqFK: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7778 | _sqFK: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crTS’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:7808:1: error: BUILDSTDERR: warning: label ‘_crTS’ defined but not used [-Wunused-label] BUILDSTDERR: 7808 | _crTS: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7808 | _crTS: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crTR’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:7863:1: error: BUILDSTDERR: warning: label ‘_crTR’ defined but not used [-Wunused-label] BUILDSTDERR: 7863 | _crTR: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7863 | _crTR: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crU1’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:7885:1: error: BUILDSTDERR: warning: label ‘_crU1’ defined but not used [-Wunused-label] BUILDSTDERR: 7885 | _crU1: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7885 | _crU1: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crQg’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:7932:1: error: BUILDSTDERR: warning: label ‘_crQg’ defined but not used [-Wunused-label] BUILDSTDERR: 7932 | _crQg: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7932 | _crQg: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crQZ’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:7970:1: error: BUILDSTDERR: warning: label ‘_crQZ’ defined but not used [-Wunused-label] BUILDSTDERR: 7970 | _crQZ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7970 | _crQZ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crS8’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:8007:1: error: BUILDSTDERR: warning: label ‘_crS8’ defined but not used [-Wunused-label] BUILDSTDERR: 8007 | _crS8: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8007 | _crS8: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_sqEj’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:8023:1: error: BUILDSTDERR: warning: label ‘_sqEj’ defined but not used [-Wunused-label] BUILDSTDERR: 8023 | _sqEj: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8023 | _sqEj: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crR5’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:8039:1: error: BUILDSTDERR: warning: label ‘_crR5’ defined but not used [-Wunused-label] BUILDSTDERR: 8039 | _crR5: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8039 | _crR5: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crRP’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:8066:1: error: BUILDSTDERR: warning: label ‘_crRP’ defined but not used [-Wunused-label] BUILDSTDERR: 8066 | _crRP: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8066 | _crRP: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_sqEl’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:8094:1: error: BUILDSTDERR: warning: label ‘_sqEl’ defined but not used [-Wunused-label] BUILDSTDERR: 8094 | _sqEl: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8094 | _sqEl: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crNX’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:8173:1: error: BUILDSTDERR: warning: label ‘_crNX’ defined but not used [-Wunused-label] BUILDSTDERR: 8173 | _crNX: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8173 | _crNX: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_sqBL’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:8209:1: error: BUILDSTDERR: warning: label ‘_sqBL’ defined but not used [-Wunused-label] BUILDSTDERR: 8209 | _sqBL: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8209 | _sqBL: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crLM’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:8230:1: error: BUILDSTDERR: warning: label ‘_crLM’ defined but not used [-Wunused-label] BUILDSTDERR: 8230 | _crLM: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8230 | _crLM: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crOG’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:8259:1: error: BUILDSTDERR: warning: label ‘_crOG’ defined but not used [-Wunused-label] BUILDSTDERR: 8259 | _crOG: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8259 | _crOG: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crPP’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:8296:1: error: BUILDSTDERR: warning: label ‘_crPP’ defined but not used [-Wunused-label] BUILDSTDERR: 8296 | _crPP: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8296 | _crPP: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_sqD1’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:8312:1: error: BUILDSTDERR: warning: label ‘_sqD1’ defined but not used [-Wunused-label] BUILDSTDERR: 8312 | _sqD1: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8312 | _sqD1: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crOM’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:8328:1: error: BUILDSTDERR: warning: label ‘_crOM’ defined but not used [-Wunused-label] BUILDSTDERR: 8328 | _crOM: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8328 | _crOM: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crPw’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:8355:1: error: BUILDSTDERR: warning: label ‘_crPw’ defined but not used [-Wunused-label] BUILDSTDERR: 8355 | _crPw: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8355 | _crPw: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_sqD3’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:8383:1: error: BUILDSTDERR: warning: label ‘_sqD3’ defined but not used [-Wunused-label] BUILDSTDERR: 8383 | _sqD3: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8383 | _sqD3: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziSquareSTUArray_levenshteinDistanceWithLengths1_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:8460:1: error: BUILDSTDERR: warning: label ‘_csau’ defined but not used [-Wunused-label] BUILDSTDERR: 8460 | _csau: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8460 | _csau: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_csar’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:8488:1: error: BUILDSTDERR: warning: label ‘_csar’ defined but not used [-Wunused-label] BUILDSTDERR: 8488 | _csar: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8488 | _csar: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_csax’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:8515:1: error: BUILDSTDERR: warning: label ‘_csax’ defined but not used [-Wunused-label] BUILDSTDERR: 8515 | _csax: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8515 | _csax: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_csaC’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:8538:1: error: BUILDSTDERR: warning: label ‘_csaC’ defined but not used [-Wunused-label] BUILDSTDERR: 8538 | _csaC: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8538 | _csaC: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘sqKJ_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:8564:1: error: BUILDSTDERR: warning: label ‘_csaY’ defined but not used [-Wunused-label] BUILDSTDERR: 8564 | _csaY: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8564 | _csaY: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziSquareSTUArray_levenshteinDistanceWithLengths_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:8593:1: error: BUILDSTDERR: warning: label ‘_csb3’ defined but not used [-Wunused-label] BUILDSTDERR: 8593 | _csb3: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8593 | _csb3: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_csb1’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:8622:1: error: BUILDSTDERR: warning: label ‘_csb1’ defined but not used [-Wunused-label] BUILDSTDERR: 8622 | _csb1: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8622 | _csb1: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziSquareSTUArray_zdwlevenshteinDistance_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:8644:1: error: BUILDSTDERR: warning: label ‘_csbf’ defined but not used [-Wunused-label] BUILDSTDERR: 8644 | _csbf: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8644 | _csbf: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_csbd’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:8668:1: error: BUILDSTDERR: warning: label ‘_csbd’ defined but not used [-Wunused-label] BUILDSTDERR: 8668 | _csbd: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8668 | _csbd: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_csbi’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:8690:1: error: BUILDSTDERR: warning: label ‘_csbi’ defined but not used [-Wunused-label] BUILDSTDERR: 8690 | _csbi: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8690 | _csbi: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_csbm’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:8714:1: error: BUILDSTDERR: warning: label ‘_csbm’ defined but not used [-Wunused-label] BUILDSTDERR: 8714 | _csbm: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8714 | _csbm: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziSquareSTUArray_levenshteinDistance_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:8737:1: error: BUILDSTDERR: warning: label ‘_csbA’ defined but not used [-Wunused-label] BUILDSTDERR: 8737 | _csbA: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8737 | _csbA: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_csbx’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:8764:1: error: BUILDSTDERR: warning: label ‘_csbx’ defined but not used [-Wunused-label] BUILDSTDERR: 8764 | _csbx: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8764 | _csbx: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crdM’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:1568:4: error: BUILDSTDERR: warning: ‘_sqfG’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1568 | W_ _sqfG; BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1568 | W_ _sqfG; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:1570:4: error: BUILDSTDERR: warning: ‘_sqrz’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1570 | W_ _sqrz; BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1570 | W_ _sqrz; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:1569:4: error: BUILDSTDERR: warning: ‘_sqgm’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1569 | W_ _sqgm; BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1569 | W_ _sqgm; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:1584:104: error: BUILDSTDERR: warning: ‘_sqs9’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1584 | ((struct {W_ x;} __attribute__((packed))*) ((_sqgm+16) + (((_sqrz * (_sqfG+1)) + 0x1UL) << 0x3UL)))->x = _sqs9; BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ BUILDSTDERR: | BUILDSTDERR: 1584 | ((struct {W_ x;} __attribute__((packed))*) ((_sqgm+16) + (((_sqrz * (_sqfG+1)) + 0x1UL) << 0x3UL)))->x = _sqs9; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:1587:7: error: BUILDSTDERR: warning: ‘_sqs8’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1587 | Sp[5] = _sqs8; BUILDSTDERR: | BUILDSTDERR: 1587 | Sp[5] = _sqs8; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:1585:7: error: BUILDSTDERR: warning: ‘_sqrA’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1585 | Sp[3] = _sqrA; BUILDSTDERR: | BUILDSTDERR: 1585 | Sp[3] = _sqrA; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_craS’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:3174:4: error: BUILDSTDERR: warning: ‘_sqgJ’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 3174 | W_ _sqgJ; BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3174 | W_ _sqgJ; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:3172:4: error: BUILDSTDERR: warning: ‘_sqfG’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 3172 | W_ _sqfG; BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3172 | W_ _sqfG; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:3173:4: error: BUILDSTDERR: warning: ‘_sqgm’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 3173 | W_ _sqgm; BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3173 | W_ _sqgm; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:3186:94: error: BUILDSTDERR: warning: ‘_sqqF’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 3186 | ((struct {W_ x;} __attribute__((packed))*) ((_sqgm+16) + (((_sqfG+1) + _sqgJ) << 0x3UL)))->x = _sqqF; BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ BUILDSTDERR: | BUILDSTDERR: 3186 | ((struct {W_ x;} __attribute__((packed))*) ((_sqgm+16) + (((_sqfG+1) + _sqgJ) << 0x3UL)))->x = _sqqF; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_cr8U’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:3579:7: error: BUILDSTDERR: warning: ‘_sqpM’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 3579 | Sp[5] = _sqpM; BUILDSTDERR: | BUILDSTDERR: 3579 | Sp[5] = _sqpM; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_cqRh’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:3716:4: error: BUILDSTDERR: warning: ‘_sqfG’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 3716 | W_ _sqfG; BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3716 | W_ _sqfG; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:3719:4: error: BUILDSTDERR: warning: ‘_sqh9’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 3719 | W_ _sqh9; BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3719 | W_ _sqh9; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:3718:4: error: BUILDSTDERR: warning: ‘_sqgJ’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 3718 | W_ _sqgJ; BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3718 | W_ _sqgJ; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:3717:4: error: BUILDSTDERR: warning: ‘_sqgm’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 3717 | W_ _sqgm; BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3717 | W_ _sqgm; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:3733:104: error: BUILDSTDERR: warning: ‘_sqid’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 3733 | ((struct {W_ x;} __attribute__((packed))*) ((_sqgm+16) + (((_sqh9 * (_sqfG+1)) + _sqgJ) << 0x3UL)))->x = _sqid; BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ BUILDSTDERR: | BUILDSTDERR: 3733 | ((struct {W_ x;} __attribute__((packed))*) ((_sqgm+16) + (((_sqh9 * (_sqfG+1)) + _sqgJ) << 0x3UL)))->x = _sqid; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:3736:7: error: BUILDSTDERR: warning: ‘_sqic’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 3736 | Sp[7] = _sqic; BUILDSTDERR: | BUILDSTDERR: 3736 | Sp[7] = _sqic; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:3734:7: error: BUILDSTDERR: warning: ‘_sqha’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 3734 | Sp[3] = _sqha; BUILDSTDERR: | BUILDSTDERR: 3734 | Sp[3] = _sqha; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_cr7E’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:4127:7: error: BUILDSTDERR: warning: ‘_sqpg’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 4127 | Sp[5] = _sqpg; BUILDSTDERR: | BUILDSTDERR: 4127 | Sp[5] = _sqpg; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_cr5o’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:4628:7: error: BUILDSTDERR: warning: ‘_sqno’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 4628 | Sp[5] = _sqno; BUILDSTDERR: | BUILDSTDERR: 4628 | Sp[5] = _sqno; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_cr32’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:5129:7: error: BUILDSTDERR: warning: ‘_sqlq’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 5129 | Sp[6] = _sqlq; BUILDSTDERR: | BUILDSTDERR: 5129 | Sp[6] = _sqlq; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_cr0U’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:5575:7: error: BUILDSTDERR: warning: ‘_sqjB’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 5575 | Sp[6] = _sqjB; BUILDSTDERR: | BUILDSTDERR: 5575 | Sp[6] = _sqjB; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc: In function ‘_crNv’: BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:7177:4: error: BUILDSTDERR: warning: ‘_sqAy’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 7177 | W_ _sqAy; BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7177 | W_ _sqAy; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:7180:4: error: BUILDSTDERR: warning: ‘_sqBQ’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 7180 | W_ _sqBQ; BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7180 | W_ _sqBQ; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:7179:4: error: BUILDSTDERR: warning: ‘_sqBy’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 7179 | W_ _sqBy; BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7179 | W_ _sqBy; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:7178:4: error: BUILDSTDERR: warning: ‘_sqBe’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 7178 | W_ _sqBe; BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7178 | W_ _sqBe; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:7194:104: error: BUILDSTDERR: warning: ‘_sqCs’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 7194 | ((struct {W_ x;} __attribute__((packed))*) ((_sqBe+16) + (((_sqBQ * (_sqAy+1)) + _sqBy) << 0x3UL)))->x = _sqCs; BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ BUILDSTDERR: | BUILDSTDERR: 7194 | ((struct {W_ x;} __attribute__((packed))*) ((_sqBe+16) + (((_sqBQ * (_sqAy+1)) + _sqBy) << 0x3UL)))->x = _sqCs; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:7197:7: error: BUILDSTDERR: warning: ‘_sqCr’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 7197 | Sp[6] = _sqCr; BUILDSTDERR: | BUILDSTDERR: 7197 | Sp[6] = _sqCr; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_53.hc:7195:7: error: BUILDSTDERR: warning: ‘_sqBR’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 7195 | Sp[3] = _sqBR; BUILDSTDERR: | BUILDSTDERR: 7195 | Sp[3] = _sqBR; BUILDSTDERR: | ^ [7 of 7] Compiling Text.EditDistance ( Text/EditDistance.hs, dist/build/Text/EditDistance.o ) BUILDSTDERR: /tmp/ghc30382_0/ghc_58.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistance_zdwrestrictedDamerauLevenshteinDistance_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_58.hc:38:1: error: BUILDSTDERR: warning: label ‘_cspX’ defined but not used [-Wunused-label] BUILDSTDERR: 38 | _cspX: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 38 | _cspX: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_58.hc: In function ‘_cspQ’: BUILDSTDERR: /tmp/ghc30382_0/ghc_58.hc:67:1: error: BUILDSTDERR: warning: label ‘_cspQ’ defined but not used [-Wunused-label] BUILDSTDERR: 67 | _cspQ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 67 | _cspQ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_58.hc: In function ‘_csqr’: BUILDSTDERR: /tmp/ghc30382_0/ghc_58.hc:111:1: error: BUILDSTDERR: warning: label ‘_csqr’ defined but not used [-Wunused-label] BUILDSTDERR: 111 | _csqr: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 111 | _csqr: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_58.hc: In function ‘_csqD’: BUILDSTDERR: /tmp/ghc30382_0/ghc_58.hc:155:1: error: BUILDSTDERR: warning: label ‘_csqD’ defined but not used [-Wunused-label] BUILDSTDERR: 155 | _csqD: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 155 | _csqD: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_58.hc: In function ‘_csqP’: BUILDSTDERR: /tmp/ghc30382_0/ghc_58.hc:199:1: error: BUILDSTDERR: warning: label ‘_csqP’ defined but not used [-Wunused-label] BUILDSTDERR: 199 | _csqP: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 199 | _csqP: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_58.hc: In function ‘_csr1’: BUILDSTDERR: /tmp/ghc30382_0/ghc_58.hc:241:1: error: BUILDSTDERR: warning: label ‘_csr1’ defined but not used [-Wunused-label] BUILDSTDERR: 241 | _csr1: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 241 | _csr1: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_58.hc: In function ‘_csrA’: BUILDSTDERR: /tmp/ghc30382_0/ghc_58.hc:282:1: error: BUILDSTDERR: warning: label ‘_csrA’ defined but not used [-Wunused-label] BUILDSTDERR: 282 | _csrA: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 282 | _csrA: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_58.hc: In function ‘_csrP’: BUILDSTDERR: /tmp/ghc30382_0/ghc_58.hc:324:1: error: BUILDSTDERR: warning: label ‘_csrP’ defined but not used [-Wunused-label] BUILDSTDERR: 324 | _csrP: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 324 | _csrP: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_58.hc: In function ‘_csrJ’: BUILDSTDERR: /tmp/ghc30382_0/ghc_58.hc:348:1: error: BUILDSTDERR: warning: label ‘_csrJ’ defined but not used [-Wunused-label] BUILDSTDERR: 348 | _csrJ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 348 | _csrJ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_58.hc: In function ‘_csra’: BUILDSTDERR: /tmp/ghc30382_0/ghc_58.hc:371:1: error: BUILDSTDERR: warning: label ‘_csra’ defined but not used [-Wunused-label] BUILDSTDERR: 371 | _csra: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 371 | _csra: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_58.hc: In function ‘_csrv’: BUILDSTDERR: /tmp/ghc30382_0/ghc_58.hc:411:1: error: BUILDSTDERR: warning: label ‘_csrv’ defined but not used [-Wunused-label] BUILDSTDERR: 411 | _csrv: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 411 | _csrv: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_58.hc: In function ‘_csrk’: BUILDSTDERR: /tmp/ghc30382_0/ghc_58.hc:427:1: error: BUILDSTDERR: warning: label ‘_csrk’ defined but not used [-Wunused-label] BUILDSTDERR: 427 | _csrk: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 427 | _csrk: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_58.hc: In function ‘_ssoe’: BUILDSTDERR: /tmp/ghc30382_0/ghc_58.hc:453:1: error: BUILDSTDERR: warning: label ‘_ssoe’ defined but not used [-Wunused-label] BUILDSTDERR: 453 | _ssoe: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 453 | _ssoe: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_58.hc: In function ‘_csq3’: BUILDSTDERR: /tmp/ghc30382_0/ghc_58.hc:465:1: error: BUILDSTDERR: warning: label ‘_csq3’ defined but not used [-Wunused-label] BUILDSTDERR: 465 | _csq3: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 465 | _csq3: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_58.hc: In function ‘_csq7’: BUILDSTDERR: /tmp/ghc30382_0/ghc_58.hc:487:1: error: BUILDSTDERR: warning: label ‘_csq7’ defined but not used [-Wunused-label] BUILDSTDERR: 487 | _csq7: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 487 | _csq7: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_58.hc: In function ‘_csqb’: BUILDSTDERR: /tmp/ghc30382_0/ghc_58.hc:512:1: error: BUILDSTDERR: warning: label ‘_csqb’ defined but not used [-Wunused-label] BUILDSTDERR: 512 | _csqb: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 512 | _csqb: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_58.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistance_restrictedDamerauLevenshteinDistance_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_58.hc:535:1: error: BUILDSTDERR: warning: label ‘_cssO’ defined but not used [-Wunused-label] BUILDSTDERR: 535 | _cssO: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 535 | _cssO: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_58.hc: In function ‘_cssL’: BUILDSTDERR: /tmp/ghc30382_0/ghc_58.hc:562:1: error: BUILDSTDERR: warning: label ‘_cssL’ defined but not used [-Wunused-label] BUILDSTDERR: 562 | _cssL: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 562 | _cssL: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_58.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistance_zdwlevenshteinDistance_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_58.hc:589:1: error: BUILDSTDERR: warning: label ‘_cst8’ defined but not used [-Wunused-label] BUILDSTDERR: 589 | _cst8: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 589 | _cst8: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_58.hc: In function ‘_cst1’: BUILDSTDERR: /tmp/ghc30382_0/ghc_58.hc:618:1: error: BUILDSTDERR: warning: label ‘_cst1’ defined but not used [-Wunused-label] BUILDSTDERR: 618 | _cst1: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 618 | _cst1: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_58.hc: In function ‘_cstA’: BUILDSTDERR: /tmp/ghc30382_0/ghc_58.hc:662:1: error: BUILDSTDERR: warning: label ‘_cstA’ defined but not used [-Wunused-label] BUILDSTDERR: 662 | _cstA: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 662 | _cstA: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_58.hc: In function ‘_cstM’: BUILDSTDERR: /tmp/ghc30382_0/ghc_58.hc:706:1: error: BUILDSTDERR: warning: label ‘_cstM’ defined but not used [-Wunused-label] BUILDSTDERR: 706 | _cstM: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 706 | _cstM: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_58.hc: In function ‘_cstY’: BUILDSTDERR: /tmp/ghc30382_0/ghc_58.hc:749:1: error: BUILDSTDERR: warning: label ‘_cstY’ defined but not used [-Wunused-label] BUILDSTDERR: 749 | _cstY: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 749 | _cstY: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_58.hc: In function ‘_csua’: BUILDSTDERR: /tmp/ghc30382_0/ghc_58.hc:790:1: error: BUILDSTDERR: warning: label ‘_csua’ defined but not used [-Wunused-label] BUILDSTDERR: 790 | _csua: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 790 | _csua: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_58.hc: In function ‘_csuJ’: BUILDSTDERR: /tmp/ghc30382_0/ghc_58.hc:831:1: error: BUILDSTDERR: warning: label ‘_csuJ’ defined but not used [-Wunused-label] BUILDSTDERR: 831 | _csuJ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 831 | _csuJ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_58.hc: In function ‘_csuY’: BUILDSTDERR: /tmp/ghc30382_0/ghc_58.hc:873:1: error: BUILDSTDERR: warning: label ‘_csuY’ defined but not used [-Wunused-label] BUILDSTDERR: 873 | _csuY: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 873 | _csuY: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_58.hc: In function ‘_csuS’: BUILDSTDERR: /tmp/ghc30382_0/ghc_58.hc:897:1: error: BUILDSTDERR: warning: label ‘_csuS’ defined but not used [-Wunused-label] BUILDSTDERR: 897 | _csuS: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 897 | _csuS: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_58.hc: In function ‘_csuj’: BUILDSTDERR: /tmp/ghc30382_0/ghc_58.hc:920:1: error: BUILDSTDERR: warning: label ‘_csuj’ defined but not used [-Wunused-label] BUILDSTDERR: 920 | _csuj: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 920 | _csuj: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_58.hc: In function ‘_csuE’: BUILDSTDERR: /tmp/ghc30382_0/ghc_58.hc:960:1: error: BUILDSTDERR: warning: label ‘_csuE’ defined but not used [-Wunused-label] BUILDSTDERR: 960 | _csuE: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 960 | _csuE: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_58.hc: In function ‘_csut’: BUILDSTDERR: /tmp/ghc30382_0/ghc_58.hc:976:1: error: BUILDSTDERR: warning: label ‘_csut’ defined but not used [-Wunused-label] BUILDSTDERR: 976 | _csut: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 976 | _csut: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_58.hc: In function ‘_ssp2’: BUILDSTDERR: /tmp/ghc30382_0/ghc_58.hc:1002:1: error: BUILDSTDERR: warning: label ‘_ssp2’ defined but not used [-Wunused-label] BUILDSTDERR: 1002 | _ssp2: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1002 | _ssp2: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_58.hc: In function ‘_cste’: BUILDSTDERR: /tmp/ghc30382_0/ghc_58.hc:1014:1: error: BUILDSTDERR: warning: label ‘_cste’ defined but not used [-Wunused-label] BUILDSTDERR: 1014 | _cste: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1014 | _cste: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_58.hc: In function ‘_csti’: BUILDSTDERR: /tmp/ghc30382_0/ghc_58.hc:1035:1: error: BUILDSTDERR: warning: label ‘_csti’ defined but not used [-Wunused-label] BUILDSTDERR: 1035 | _csti: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1035 | _csti: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_58.hc: In function ‘_cstm’: BUILDSTDERR: /tmp/ghc30382_0/ghc_58.hc:1058:1: error: BUILDSTDERR: warning: label ‘_cstm’ defined but not used [-Wunused-label] BUILDSTDERR: 1058 | _cstm: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1058 | _cstm: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_58.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistance_levenshteinDistance_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_58.hc:1081:1: error: BUILDSTDERR: warning: label ‘_csvW’ defined but not used [-Wunused-label] BUILDSTDERR: 1081 | _csvW: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1081 | _csvW: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_58.hc: In function ‘_csvT’: BUILDSTDERR: /tmp/ghc30382_0/ghc_58.hc:1108:1: error: BUILDSTDERR: warning: label ‘_csvT’ defined but not used [-Wunused-label] BUILDSTDERR: 1108 | _csvT: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1108 | _csvT: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_62.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistance_zdwrestrictedDamerauLevenshteinDistance_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_62.hc:38:1: error: BUILDSTDERR: warning: label ‘_csxS’ defined but not used [-Wunused-label] BUILDSTDERR: 38 | _csxS: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 38 | _csxS: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_62.hc: In function ‘_csxL’: BUILDSTDERR: /tmp/ghc30382_0/ghc_62.hc:67:1: error: BUILDSTDERR: warning: label ‘_csxL’ defined but not used [-Wunused-label] BUILDSTDERR: 67 | _csxL: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 67 | _csxL: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_62.hc: In function ‘_csym’: BUILDSTDERR: /tmp/ghc30382_0/ghc_62.hc:111:1: error: BUILDSTDERR: warning: label ‘_csym’ defined but not used [-Wunused-label] BUILDSTDERR: 111 | _csym: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 111 | _csym: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_62.hc: In function ‘_csyy’: BUILDSTDERR: /tmp/ghc30382_0/ghc_62.hc:155:1: error: BUILDSTDERR: warning: label ‘_csyy’ defined but not used [-Wunused-label] BUILDSTDERR: 155 | _csyy: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 155 | _csyy: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_62.hc: In function ‘_csyK’: BUILDSTDERR: /tmp/ghc30382_0/ghc_62.hc:199:1: error: BUILDSTDERR: warning: label ‘_csyK’ defined but not used [-Wunused-label] BUILDSTDERR: 199 | _csyK: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 199 | _csyK: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_62.hc: In function ‘_csyW’: BUILDSTDERR: /tmp/ghc30382_0/ghc_62.hc:241:1: error: BUILDSTDERR: warning: label ‘_csyW’ defined but not used [-Wunused-label] BUILDSTDERR: 241 | _csyW: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 241 | _csyW: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_62.hc: In function ‘_cszv’: BUILDSTDERR: /tmp/ghc30382_0/ghc_62.hc:282:1: error: BUILDSTDERR: warning: label ‘_cszv’ defined but not used [-Wunused-label] BUILDSTDERR: 282 | _cszv: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 282 | _cszv: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_62.hc: In function ‘_cszK’: BUILDSTDERR: /tmp/ghc30382_0/ghc_62.hc:324:1: error: BUILDSTDERR: warning: label ‘_cszK’ defined but not used [-Wunused-label] BUILDSTDERR: 324 | _cszK: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 324 | _cszK: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_62.hc: In function ‘_cszE’: BUILDSTDERR: /tmp/ghc30382_0/ghc_62.hc:348:1: error: BUILDSTDERR: warning: label ‘_cszE’ defined but not used [-Wunused-label] BUILDSTDERR: 348 | _cszE: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 348 | _cszE: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_62.hc: In function ‘_csz5’: BUILDSTDERR: /tmp/ghc30382_0/ghc_62.hc:371:1: error: BUILDSTDERR: warning: label ‘_csz5’ defined but not used [-Wunused-label] BUILDSTDERR: 371 | _csz5: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 371 | _csz5: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_62.hc: In function ‘_cszq’: BUILDSTDERR: /tmp/ghc30382_0/ghc_62.hc:411:1: error: BUILDSTDERR: warning: label ‘_cszq’ defined but not used [-Wunused-label] BUILDSTDERR: 411 | _cszq: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 411 | _cszq: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_62.hc: In function ‘_cszf’: BUILDSTDERR: /tmp/ghc30382_0/ghc_62.hc:427:1: error: BUILDSTDERR: warning: label ‘_cszf’ defined but not used [-Wunused-label] BUILDSTDERR: 427 | _cszf: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 427 | _cszf: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_62.hc: In function ‘_ssw9’: BUILDSTDERR: /tmp/ghc30382_0/ghc_62.hc:453:1: error: BUILDSTDERR: warning: label ‘_ssw9’ defined but not used [-Wunused-label] BUILDSTDERR: 453 | _ssw9: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 453 | _ssw9: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_62.hc: In function ‘_csxY’: BUILDSTDERR: /tmp/ghc30382_0/ghc_62.hc:465:1: error: BUILDSTDERR: warning: label ‘_csxY’ defined but not used [-Wunused-label] BUILDSTDERR: 465 | _csxY: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 465 | _csxY: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_62.hc: In function ‘_csy2’: BUILDSTDERR: /tmp/ghc30382_0/ghc_62.hc:487:1: error: BUILDSTDERR: warning: label ‘_csy2’ defined but not used [-Wunused-label] BUILDSTDERR: 487 | _csy2: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 487 | _csy2: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_62.hc: In function ‘_csy6’: BUILDSTDERR: /tmp/ghc30382_0/ghc_62.hc:512:1: error: BUILDSTDERR: warning: label ‘_csy6’ defined but not used [-Wunused-label] BUILDSTDERR: 512 | _csy6: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 512 | _csy6: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_62.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistance_restrictedDamerauLevenshteinDistance_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_62.hc:535:1: error: BUILDSTDERR: warning: label ‘_csAJ’ defined but not used [-Wunused-label] BUILDSTDERR: 535 | _csAJ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 535 | _csAJ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_62.hc: In function ‘_csAG’: BUILDSTDERR: /tmp/ghc30382_0/ghc_62.hc:562:1: error: BUILDSTDERR: warning: label ‘_csAG’ defined but not used [-Wunused-label] BUILDSTDERR: 562 | _csAG: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 562 | _csAG: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_62.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistance_zdwlevenshteinDistance_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_62.hc:589:1: error: BUILDSTDERR: warning: label ‘_csB3’ defined but not used [-Wunused-label] BUILDSTDERR: 589 | _csB3: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 589 | _csB3: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_62.hc: In function ‘_csAW’: BUILDSTDERR: /tmp/ghc30382_0/ghc_62.hc:618:1: error: BUILDSTDERR: warning: label ‘_csAW’ defined but not used [-Wunused-label] BUILDSTDERR: 618 | _csAW: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 618 | _csAW: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_62.hc: In function ‘_csBv’: BUILDSTDERR: /tmp/ghc30382_0/ghc_62.hc:662:1: error: BUILDSTDERR: warning: label ‘_csBv’ defined but not used [-Wunused-label] BUILDSTDERR: 662 | _csBv: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 662 | _csBv: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_62.hc: In function ‘_csBH’: BUILDSTDERR: /tmp/ghc30382_0/ghc_62.hc:706:1: error: BUILDSTDERR: warning: label ‘_csBH’ defined but not used [-Wunused-label] BUILDSTDERR: 706 | _csBH: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 706 | _csBH: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_62.hc: In function ‘_csBT’: BUILDSTDERR: /tmp/ghc30382_0/ghc_62.hc:749:1: error: BUILDSTDERR: warning: label ‘_csBT’ defined but not used [-Wunused-label] BUILDSTDERR: 749 | _csBT: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 749 | _csBT: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_62.hc: In function ‘_csC5’: BUILDSTDERR: /tmp/ghc30382_0/ghc_62.hc:790:1: error: BUILDSTDERR: warning: label ‘_csC5’ defined but not used [-Wunused-label] BUILDSTDERR: 790 | _csC5: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 790 | _csC5: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_62.hc: In function ‘_csCE’: BUILDSTDERR: /tmp/ghc30382_0/ghc_62.hc:831:1: error: BUILDSTDERR: warning: label ‘_csCE’ defined but not used [-Wunused-label] BUILDSTDERR: 831 | _csCE: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 831 | _csCE: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_62.hc: In function ‘_csCT’: BUILDSTDERR: /tmp/ghc30382_0/ghc_62.hc:873:1: error: BUILDSTDERR: warning: label ‘_csCT’ defined but not used [-Wunused-label] BUILDSTDERR: 873 | _csCT: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 873 | _csCT: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_62.hc: In function ‘_csCN’: BUILDSTDERR: /tmp/ghc30382_0/ghc_62.hc:897:1: error: BUILDSTDERR: warning: label ‘_csCN’ defined but not used [-Wunused-label] BUILDSTDERR: 897 | _csCN: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 897 | _csCN: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_62.hc: In function ‘_csCe’: BUILDSTDERR: /tmp/ghc30382_0/ghc_62.hc:920:1: error: BUILDSTDERR: warning: label ‘_csCe’ defined but not used [-Wunused-label] BUILDSTDERR: 920 | _csCe: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 920 | _csCe: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_62.hc: In function ‘_csCz’: BUILDSTDERR: /tmp/ghc30382_0/ghc_62.hc:960:1: error: BUILDSTDERR: warning: label ‘_csCz’ defined but not used [-Wunused-label] BUILDSTDERR: 960 | _csCz: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 960 | _csCz: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_62.hc: In function ‘_csCo’: BUILDSTDERR: /tmp/ghc30382_0/ghc_62.hc:976:1: error: BUILDSTDERR: warning: label ‘_csCo’ defined but not used [-Wunused-label] BUILDSTDERR: 976 | _csCo: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 976 | _csCo: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_62.hc: In function ‘_sswX’: BUILDSTDERR: /tmp/ghc30382_0/ghc_62.hc:1002:1: error: BUILDSTDERR: warning: label ‘_sswX’ defined but not used [-Wunused-label] BUILDSTDERR: 1002 | _sswX: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1002 | _sswX: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_62.hc: In function ‘_csB9’: BUILDSTDERR: /tmp/ghc30382_0/ghc_62.hc:1014:1: error: BUILDSTDERR: warning: label ‘_csB9’ defined but not used [-Wunused-label] BUILDSTDERR: 1014 | _csB9: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1014 | _csB9: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_62.hc: In function ‘_csBd’: BUILDSTDERR: /tmp/ghc30382_0/ghc_62.hc:1035:1: error: BUILDSTDERR: warning: label ‘_csBd’ defined but not used [-Wunused-label] BUILDSTDERR: 1035 | _csBd: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1035 | _csBd: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_62.hc: In function ‘_csBh’: BUILDSTDERR: /tmp/ghc30382_0/ghc_62.hc:1058:1: error: BUILDSTDERR: warning: label ‘_csBh’ defined but not used [-Wunused-label] BUILDSTDERR: 1058 | _csBh: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1058 | _csBh: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_62.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistance_levenshteinDistance_entry’: BUILDSTDERR: /tmp/ghc30382_0/ghc_62.hc:1081:1: error: BUILDSTDERR: warning: label ‘_csDR’ defined but not used [-Wunused-label] BUILDSTDERR: 1081 | _csDR: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1081 | _csDR: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30382_0/ghc_62.hc: In function ‘_csDO’: BUILDSTDERR: /tmp/ghc30382_0/ghc_62.hc:1108:1: error: BUILDSTDERR: warning: label ‘_csDO’ defined but not used [-Wunused-label] BUILDSTDERR: 1108 | _csDO: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1108 | _csDO: BUILDSTDERR: | ^ [1 of 7] Compiling Text.EditDistance.ArrayUtilities ( Text/EditDistance/ArrayUtilities.hs, dist/build/Text/EditDistance/ArrayUtilities.p_o ) BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc: In function ‘s4TF_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc:35:1: error: BUILDSTDERR: warning: label ‘_c4WD’ defined but not used [-Wunused-label] BUILDSTDERR: 35 | _c4WD: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 35 | _c4WD: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc: In function ‘s4TG_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc:81:1: error: BUILDSTDERR: warning: label ‘_c4WG’ defined but not used [-Wunused-label] BUILDSTDERR: 81 | _c4WG: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 81 | _c4WG: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc: In function ‘s4TH_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc:141:1: error: BUILDSTDERR: warning: label ‘_c4WL’ defined but not used [-Wunused-label] BUILDSTDERR: 141 | _c4WL: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 141 | _c4WL: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc: In function ‘_c4Wj’: BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc:187:1: error: BUILDSTDERR: warning: label ‘_c4Wj’ defined but not used [-Wunused-label] BUILDSTDERR: 187 | _c4Wj: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 187 | _c4Wj: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc: In function ‘s4Tz_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc:232:1: error: BUILDSTDERR: warning: label ‘_c4WZ’ defined but not used [-Wunused-label] BUILDSTDERR: 232 | _c4WZ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 232 | _c4WZ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziArrayUtilities_unsafeReadArrayzq_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc:273:1: error: BUILDSTDERR: warning: label ‘_c4X2’ defined but not used [-Wunused-label] BUILDSTDERR: 273 | _c4X2: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 273 | _c4X2: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc: In function ‘_c4W6’: BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc:301:1: error: BUILDSTDERR: warning: label ‘_c4W6’ defined but not used [-Wunused-label] BUILDSTDERR: 301 | _c4W6: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 301 | _c4W6: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc: In function ‘s4TZ_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc:359:1: error: BUILDSTDERR: warning: label ‘_c4Xu’ defined but not used [-Wunused-label] BUILDSTDERR: 359 | _c4Xu: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 359 | _c4Xu: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc: In function ‘s4TU_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc:389:1: error: BUILDSTDERR: warning: label ‘_c4Yc’ defined but not used [-Wunused-label] BUILDSTDERR: 389 | _c4Yc: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 389 | _c4Yc: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc: In function ‘s4TV_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc:435:1: error: BUILDSTDERR: warning: label ‘_c4Yf’ defined but not used [-Wunused-label] BUILDSTDERR: 435 | _c4Yf: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 435 | _c4Yf: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc: In function ‘s4TW_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc:495:1: error: BUILDSTDERR: warning: label ‘_c4Yk’ defined but not used [-Wunused-label] BUILDSTDERR: 495 | _c4Yk: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 495 | _c4Yk: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc: In function ‘_c4XS’: BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc:541:1: error: BUILDSTDERR: warning: label ‘_c4XS’ defined but not used [-Wunused-label] BUILDSTDERR: 541 | _c4XS: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 541 | _c4XS: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc: In function ‘s4TO_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc:586:1: error: BUILDSTDERR: warning: label ‘_c4Yy’ defined but not used [-Wunused-label] BUILDSTDERR: 586 | _c4Yy: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 586 | _c4Yy: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc: In function ‘s4TX_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc:628:1: error: BUILDSTDERR: warning: label ‘_c4YB’ defined but not used [-Wunused-label] BUILDSTDERR: 628 | _c4YB: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 628 | _c4YB: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc: In function ‘_c4XF’: BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc:670:1: error: BUILDSTDERR: warning: label ‘_c4XF’ defined but not used [-Wunused-label] BUILDSTDERR: 670 | _c4XF: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 670 | _c4XF: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziArrayUtilities_unsafeReadArray_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc:729:1: error: BUILDSTDERR: warning: label ‘_c4YK’ defined but not used [-Wunused-label] BUILDSTDERR: 729 | _c4YK: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 729 | _c4YK: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc: In function ‘_c4YI’: BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc:775:1: error: BUILDSTDERR: warning: label ‘_c4YI’ defined but not used [-Wunused-label] BUILDSTDERR: 775 | _c4YI: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 775 | _c4YI: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc: In function ‘s4Ub_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc:805:1: error: BUILDSTDERR: warning: label ‘_c4ZI’ defined but not used [-Wunused-label] BUILDSTDERR: 805 | _c4ZI: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 805 | _c4ZI: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc: In function ‘s4Uc_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc:851:1: error: BUILDSTDERR: warning: label ‘_c4ZL’ defined but not used [-Wunused-label] BUILDSTDERR: 851 | _c4ZL: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 851 | _c4ZL: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc: In function ‘s4Ud_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc:911:1: error: BUILDSTDERR: warning: label ‘_c4ZQ’ defined but not used [-Wunused-label] BUILDSTDERR: 911 | _c4ZQ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 911 | _c4ZQ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc: In function ‘_c4Zo’: BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc:957:1: error: BUILDSTDERR: warning: label ‘_c4Zo’ defined but not used [-Wunused-label] BUILDSTDERR: 957 | _c4Zo: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 957 | _c4Zo: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc: In function ‘s4U4_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc:1002:1: error: BUILDSTDERR: warning: label ‘_c504’ defined but not used [-Wunused-label] BUILDSTDERR: 1002 | _c504: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1002 | _c504: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziArrayUtilities_unsafeWriteArrayzq_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc:1043:1: error: BUILDSTDERR: warning: label ‘_c507’ defined but not used [-Wunused-label] BUILDSTDERR: 1043 | _c507: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1043 | _c507: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc: In function ‘_c4Zb’: BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc:1071:1: error: BUILDSTDERR: warning: label ‘_c4Zb’ defined but not used [-Wunused-label] BUILDSTDERR: 1071 | _c4Zb: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1071 | _c4Zb: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc: In function ‘r4Tb_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc:1140:1: error: BUILDSTDERR: warning: label ‘_c50w’ defined but not used [-Wunused-label] BUILDSTDERR: 1140 | _c50w: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1140 | _c50w: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc: In function ‘r4Td_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc:1193:1: error: BUILDSTDERR: warning: label ‘_c50K’ defined but not used [-Wunused-label] BUILDSTDERR: 1193 | _c50K: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1193 | _c50K: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc: In function ‘r4Tf_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc:1246:1: error: BUILDSTDERR: warning: label ‘_c50Y’ defined but not used [-Wunused-label] BUILDSTDERR: 1246 | _c50Y: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1246 | _c50Y: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc: In function ‘r4Th_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc:1299:1: error: BUILDSTDERR: warning: label ‘_c51c’ defined but not used [-Wunused-label] BUILDSTDERR: 1299 | _c51c: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1299 | _c51c: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc: In function ‘r4To_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc:1392:1: error: BUILDSTDERR: warning: label ‘_c51t’ defined but not used [-Wunused-label] BUILDSTDERR: 1392 | _c51t: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1392 | _c51t: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc: In function ‘_c51r’: BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc:1433:1: error: BUILDSTDERR: warning: label ‘_c51r’ defined but not used [-Wunused-label] BUILDSTDERR: 1433 | _c51r: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1433 | _c51r: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc: In function ‘s4Un_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc:1467:1: error: BUILDSTDERR: warning: label ‘_c528’ defined but not used [-Wunused-label] BUILDSTDERR: 1467 | _c528: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1467 | _c528: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc: In function ‘_c525’: BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc:1503:1: error: BUILDSTDERR: warning: label ‘_c525’ defined but not used [-Wunused-label] BUILDSTDERR: 1503 | _c525: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1503 | _c525: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc: In function ‘s4Uo_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc:1542:1: error: BUILDSTDERR: warning: label ‘_c52e’ defined but not used [-Wunused-label] BUILDSTDERR: 1542 | _c52e: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1542 | _c52e: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc: In function ‘s4Up_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc:1589:1: error: BUILDSTDERR: warning: label ‘_c52k’ defined but not used [-Wunused-label] BUILDSTDERR: 1589 | _c52k: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1589 | _c52k: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc: In function ‘_c51O’: BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc:1629:1: error: BUILDSTDERR: warning: label ‘_c51O’ defined but not used [-Wunused-label] BUILDSTDERR: 1629 | _c51O: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1629 | _c51O: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc: In function ‘r4Tr_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc:1676:1: error: BUILDSTDERR: warning: label ‘_c52t’ defined but not used [-Wunused-label] BUILDSTDERR: 1676 | _c52t: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1676 | _c52t: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc: In function ‘_c52r’: BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc:1713:1: error: BUILDSTDERR: warning: label ‘_c52r’ defined but not used [-Wunused-label] BUILDSTDERR: 1713 | _c52r: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1713 | _c52r: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc: In function ‘r4Ts_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc:1745:1: error: BUILDSTDERR: warning: label ‘_c52V’ defined but not used [-Wunused-label] BUILDSTDERR: 1745 | _c52V: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1745 | _c52V: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc: In function ‘_c539’: BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc:1796:1: error: BUILDSTDERR: warning: label ‘_c539’ defined but not used [-Wunused-label] BUILDSTDERR: 1796 | _c539: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1796 | _c539: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc: In function ‘_c53i’: BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc:1841:1: error: BUILDSTDERR: warning: label ‘_c53i’ defined but not used [-Wunused-label] BUILDSTDERR: 1841 | _c53i: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1841 | _c53i: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc: In function ‘_c53h’: BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc:1914:1: error: BUILDSTDERR: warning: label ‘_c53h’ defined but not used [-Wunused-label] BUILDSTDERR: 1914 | _c53h: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1914 | _c53h: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc: In function ‘_s4Ve’: BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc:1930:1: error: BUILDSTDERR: warning: label ‘_s4Ve’ defined but not used [-Wunused-label] BUILDSTDERR: 1930 | _s4Ve: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1930 | _s4Ve: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc: In function ‘_c55c’: BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc:1949:1: error: BUILDSTDERR: warning: label ‘_c55c’ defined but not used [-Wunused-label] BUILDSTDERR: 1949 | _c55c: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1949 | _c55c: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc: In function ‘_c55o’: BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc:1986:1: error: BUILDSTDERR: warning: label ‘_c55o’ defined but not used [-Wunused-label] BUILDSTDERR: 1986 | _c55o: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1986 | _c55o: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc: In function ‘_c54Z’: BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc:2021:1: error: BUILDSTDERR: warning: label ‘_c54Z’ defined but not used [-Wunused-label] BUILDSTDERR: 2021 | _c54Z: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2021 | _c54Z: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc: In function ‘_c54P’: BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc:2059:1: error: BUILDSTDERR: warning: label ‘_c54P’ defined but not used [-Wunused-label] BUILDSTDERR: 2059 | _c54P: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2059 | _c54P: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc: In function ‘_s4UP’: BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc:2093:1: error: BUILDSTDERR: warning: label ‘_s4UP’ defined but not used [-Wunused-label] BUILDSTDERR: 2093 | _s4UP: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2093 | _s4UP: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc: In function ‘_c545’: BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc:2112:1: error: BUILDSTDERR: warning: label ‘_c545’ defined but not used [-Wunused-label] BUILDSTDERR: 2112 | _c545: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2112 | _c545: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc: In function ‘_c54h’: BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc:2149:1: error: BUILDSTDERR: warning: label ‘_c54h’ defined but not used [-Wunused-label] BUILDSTDERR: 2149 | _c54h: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2149 | _c54h: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc: In function ‘_c53S’: BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc:2184:1: error: BUILDSTDERR: warning: label ‘_c53S’ defined but not used [-Wunused-label] BUILDSTDERR: 2184 | _c53S: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2184 | _c53S: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc: In function ‘_c53I’: BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc:2222:1: error: BUILDSTDERR: warning: label ‘_c53I’ defined but not used [-Wunused-label] BUILDSTDERR: 2222 | _c53I: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2222 | _c53I: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc: In function ‘r4Tt_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc:2267:1: error: BUILDSTDERR: warning: label ‘_c56F’ defined but not used [-Wunused-label] BUILDSTDERR: 2267 | _c56F: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2267 | _c56F: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc: In function ‘_c56C’: BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc:2294:1: error: BUILDSTDERR: warning: label ‘_c56C’ defined but not used [-Wunused-label] BUILDSTDERR: 2294 | _c56C: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2294 | _c56C: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziArrayUtilities_stringToArray_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc:2321:1: error: BUILDSTDERR: warning: label ‘_c56S’ defined but not used [-Wunused-label] BUILDSTDERR: 2321 | _c56S: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2321 | _c56S: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc: In function ‘s4VX_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc:2346:1: error: BUILDSTDERR: warning: label ‘_c579’ defined but not used [-Wunused-label] BUILDSTDERR: 2346 | _c579: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2346 | _c579: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc: In function ‘s4VS_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc:2383:1: error: BUILDSTDERR: warning: label ‘_c57R’ defined but not used [-Wunused-label] BUILDSTDERR: 2383 | _c57R: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2383 | _c57R: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc: In function ‘s4VT_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc:2429:1: error: BUILDSTDERR: warning: label ‘_c57U’ defined but not used [-Wunused-label] BUILDSTDERR: 2429 | _c57U: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2429 | _c57U: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc: In function ‘s4VU_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc:2489:1: error: BUILDSTDERR: warning: label ‘_c57Z’ defined but not used [-Wunused-label] BUILDSTDERR: 2489 | _c57Z: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2489 | _c57Z: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc: In function ‘_c57x’: BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc:2535:1: error: BUILDSTDERR: warning: label ‘_c57x’ defined but not used [-Wunused-label] BUILDSTDERR: 2535 | _c57x: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2535 | _c57x: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc: In function ‘s4VL_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc:2580:1: error: BUILDSTDERR: warning: label ‘_c58d’ defined but not used [-Wunused-label] BUILDSTDERR: 2580 | _c58d: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2580 | _c58d: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc: In function ‘s4VV_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc:2622:1: error: BUILDSTDERR: warning: label ‘_c58g’ defined but not used [-Wunused-label] BUILDSTDERR: 2622 | _c58g: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2622 | _c58g: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc: In function ‘_c57k’: BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc:2664:1: error: BUILDSTDERR: warning: label ‘_c57k’ defined but not used [-Wunused-label] BUILDSTDERR: 2664 | _c57k: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2664 | _c57k: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziArrayUtilities_unsafeWriteArray_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc:2724:1: error: BUILDSTDERR: warning: label ‘_c58p’ defined but not used [-Wunused-label] BUILDSTDERR: 2724 | _c58p: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2724 | _c58p: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc: In function ‘_c58n’: BUILDSTDERR: /tmp/ghc30465_0/ghc_4.hc:2770:1: error: BUILDSTDERR: warning: label ‘_c58n’ defined but not used [-Wunused-label] BUILDSTDERR: 2770 | _c58n: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2770 | _c58n: BUILDSTDERR: | ^ [2 of 7] Compiling Text.EditDistance.Bits ( Text/EditDistance/Bits.hs, dist/build/Text/EditDistance/Bits.p_o ) BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziBits_zdszc1_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:85:1: error: BUILDSTDERR: warning: label ‘_c8On’ defined but not used [-Wunused-label] BUILDSTDERR: 85 | _c8On: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 85 | _c8On: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c8Ol’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:125:1: error: BUILDSTDERR: warning: label ‘_c8Ol’ defined but not used [-Wunused-label] BUILDSTDERR: 125 | _c8Ol: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 125 | _c8Ol: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘r8oz_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:160:1: error: BUILDSTDERR: warning: label ‘_c8OF’ defined but not used [-Wunused-label] BUILDSTDERR: 160 | _c8OF: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 160 | _c8OF: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziBits_zdwf_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:218:1: error: BUILDSTDERR: warning: label ‘_c8Pn’ defined but not used [-Wunused-label] BUILDSTDERR: 218 | _c8Pn: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 218 | _c8Pn: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘r8oB_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:304:1: error: BUILDSTDERR: warning: label ‘_c8PU’ defined but not used [-Wunused-label] BUILDSTDERR: 304 | _c8PU: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 304 | _c8PU: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘r8oD_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:335:1: error: BUILDSTDERR: warning: label ‘_c8Q3’ defined but not used [-Wunused-label] BUILDSTDERR: 335 | _c8Q3: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 335 | _c8Q3: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘s8pz_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:364:1: error: BUILDSTDERR: warning: label ‘_c8QU’ defined but not used [-Wunused-label] BUILDSTDERR: 364 | _c8QU: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 364 | _c8QU: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c8R0’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:418:1: error: BUILDSTDERR: warning: label ‘_c8R0’ defined but not used [-Wunused-label] BUILDSTDERR: 418 | _c8R0: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 418 | _c8R0: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘s8pA_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:453:1: error: BUILDSTDERR: warning: label ‘_c8Rc’ defined but not used [-Wunused-label] BUILDSTDERR: 453 | _c8Rc: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 453 | _c8Rc: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c8QD’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:497:1: error: BUILDSTDERR: warning: label ‘_c8QD’ defined but not used [-Wunused-label] BUILDSTDERR: 497 | _c8QD: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 497 | _c8QD: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘s8pB_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:536:1: error: BUILDSTDERR: warning: label ‘_c8Rk’ defined but not used [-Wunused-label] BUILDSTDERR: 536 | _c8Rk: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 536 | _c8Rk: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c8Qk’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:577:1: error: BUILDSTDERR: warning: label ‘_c8Qk’ defined but not used [-Wunused-label] BUILDSTDERR: 577 | _c8Qk: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 577 | _c8Qk: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c8Qq’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:606:1: error: BUILDSTDERR: warning: label ‘_c8Qq’ defined but not used [-Wunused-label] BUILDSTDERR: 606 | _c8Qq: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 606 | _c8Qq: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘r8oE_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:660:1: error: BUILDSTDERR: warning: label ‘_c8Ry’ defined but not used [-Wunused-label] BUILDSTDERR: 660 | _c8Ry: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 660 | _c8Ry: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘s8pP_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:722:1: error: BUILDSTDERR: warning: label ‘_c8Su’ defined but not used [-Wunused-label] BUILDSTDERR: 722 | _c8Su: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 722 | _c8Su: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘s8pQ_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:779:1: error: BUILDSTDERR: warning: label ‘_c8SC’ defined but not used [-Wunused-label] BUILDSTDERR: 779 | _c8SC: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 779 | _c8SC: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c8Sd’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:823:1: error: BUILDSTDERR: warning: label ‘_c8Sd’ defined but not used [-Wunused-label] BUILDSTDERR: 823 | _c8Sd: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 823 | _c8Sd: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘r8oH_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:861:1: error: BUILDSTDERR: warning: label ‘_c8SO’ defined but not used [-Wunused-label] BUILDSTDERR: 861 | _c8SO: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 861 | _c8SO: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c8RM’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:881:1: error: BUILDSTDERR: warning: label ‘_c8RM’ defined but not used [-Wunused-label] BUILDSTDERR: 881 | _c8RM: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 881 | _c8RM: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c8RQ’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:902:1: error: BUILDSTDERR: warning: label ‘_c8RQ’ defined but not used [-Wunused-label] BUILDSTDERR: 902 | _c8RQ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 902 | _c8RQ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c8RX’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:962:1: error: BUILDSTDERR: warning: label ‘_c8RX’ defined but not used [-Wunused-label] BUILDSTDERR: 962 | _c8RX: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 962 | _c8RX: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziBits_zdwzdsrestrictedDamerauLevenshteinDistancezq1_slow’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:1005:1: error: BUILDSTDERR: warning: label ‘_c8Td’ defined but not used [-Wunused-label] BUILDSTDERR: 1005 | _c8Td: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1005 | _c8Td: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘s8q6_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:1019:1: error: BUILDSTDERR: warning: label ‘_c8TP’ defined but not used [-Wunused-label] BUILDSTDERR: 1019 | _c8TP: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1019 | _c8TP: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c8TM’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:1059:1: error: BUILDSTDERR: warning: label ‘_c8TM’ defined but not used [-Wunused-label] BUILDSTDERR: 1059 | _c8TM: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1059 | _c8TM: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘s8q2_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:1088:1: error: BUILDSTDERR: warning: label ‘_c8U0’ defined but not used [-Wunused-label] BUILDSTDERR: 1088 | _c8U0: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1088 | _c8U0: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c8TY’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:1135:1: error: BUILDSTDERR: warning: label ‘_c8TY’ defined but not used [-Wunused-label] BUILDSTDERR: 1135 | _c8TY: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1135 | _c8TY: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘s8qa_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:1159:1: error: BUILDSTDERR: warning: label ‘_c8Uh’ defined but not used [-Wunused-label] BUILDSTDERR: 1159 | _c8Uh: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1159 | _c8Uh: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziBits_zdwzdsrestrictedDamerauLevenshteinDistancezq1_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:1208:1: error: BUILDSTDERR: warning: label ‘_c8Uw’ defined but not used [-Wunused-label] BUILDSTDERR: 1208 | _c8Uw: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1208 | _c8Uw: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c8Ti’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:1246:1: error: BUILDSTDERR: warning: label ‘_c8Ti’ defined but not used [-Wunused-label] BUILDSTDERR: 1246 | _c8Ti: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1246 | _c8Ti: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c90j’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:1306:1: error: BUILDSTDERR: warning: label ‘_c90j’ defined but not used [-Wunused-label] BUILDSTDERR: 1306 | _c90j: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1306 | _c90j: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c90o’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:1326:1: error: BUILDSTDERR: warning: label ‘_c90o’ defined but not used [-Wunused-label] BUILDSTDERR: 1326 | _c90o: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1326 | _c90o: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_s8q0’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:1345:1: error: BUILDSTDERR: warning: label ‘_s8q0’ defined but not used [-Wunused-label] BUILDSTDERR: 1345 | _s8q0: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1345 | _s8q0: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c8Tv’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:1362:1: error: BUILDSTDERR: warning: label ‘_c8Tv’ defined but not used [-Wunused-label] BUILDSTDERR: 1362 | _c8Tv: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1362 | _c8Tv: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c8Tu’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:1403:1: error: BUILDSTDERR: warning: label ‘_c8Tu’ defined but not used [-Wunused-label] BUILDSTDERR: 1403 | _c8Tu: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1403 | _c8Tu: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_s8qe’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:1419:1: error: BUILDSTDERR: warning: label ‘_s8qe’ defined but not used [-Wunused-label] BUILDSTDERR: 1419 | _s8qe: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1419 | _s8qe: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c8UM’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:1437:1: error: BUILDSTDERR: warning: label ‘_c8UM’ defined but not used [-Wunused-label] BUILDSTDERR: 1437 | _c8UM: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1437 | _c8UM: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c8US’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:1463:1: error: BUILDSTDERR: warning: label ‘_c8US’ defined but not used [-Wunused-label] BUILDSTDERR: 1463 | _c8US: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1463 | _c8US: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c8UY’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:1489:1: error: BUILDSTDERR: warning: label ‘_c8UY’ defined but not used [-Wunused-label] BUILDSTDERR: 1489 | _c8UY: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1489 | _c8UY: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c8V4’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:1515:1: error: BUILDSTDERR: warning: label ‘_c8V4’ defined but not used [-Wunused-label] BUILDSTDERR: 1515 | _c8V4: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1515 | _c8V4: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c8Ve’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:1541:1: error: BUILDSTDERR: warning: label ‘_c8Ve’ defined but not used [-Wunused-label] BUILDSTDERR: 1541 | _c8Ve: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1541 | _c8Ve: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c8Vq’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:1575:1: error: BUILDSTDERR: warning: label ‘_c8Vq’ defined but not used [-Wunused-label] BUILDSTDERR: 1575 | _c8Vq: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1575 | _c8Vq: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_s8r9’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:1599:1: error: BUILDSTDERR: warning: label ‘_s8r9’ defined but not used [-Wunused-label] BUILDSTDERR: 1599 | _s8r9: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1599 | _s8r9: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c8Zg’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:1624:1: error: BUILDSTDERR: warning: label ‘_c8Zg’ defined but not used [-Wunused-label] BUILDSTDERR: 1624 | _c8Zg: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1624 | _c8Zg: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c8VI’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:1698:1: error: BUILDSTDERR: warning: label ‘_c8VI’ defined but not used [-Wunused-label] BUILDSTDERR: 1698 | _c8VI: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1698 | _c8VI: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c8VN’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:1719:1: error: BUILDSTDERR: warning: label ‘_c8VN’ defined but not used [-Wunused-label] BUILDSTDERR: 1719 | _c8VN: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1719 | _c8VN: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c8VS’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:1740:1: error: BUILDSTDERR: warning: label ‘_c8VS’ defined but not used [-Wunused-label] BUILDSTDERR: 1740 | _c8VS: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1740 | _c8VS: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c8VX’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:1761:1: error: BUILDSTDERR: warning: label ‘_c8VX’ defined but not used [-Wunused-label] BUILDSTDERR: 1761 | _c8VX: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1761 | _c8VX: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c8W2’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:1783:1: error: BUILDSTDERR: warning: label ‘_c8W2’ defined but not used [-Wunused-label] BUILDSTDERR: 1783 | _c8W2: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1783 | _c8W2: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c8W7’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:1804:1: error: BUILDSTDERR: warning: label ‘_c8W7’ defined but not used [-Wunused-label] BUILDSTDERR: 1804 | _c8W7: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1804 | _c8W7: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c8Wc’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:1825:1: error: BUILDSTDERR: warning: label ‘_c8Wc’ defined but not used [-Wunused-label] BUILDSTDERR: 1825 | _c8Wc: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1825 | _c8Wc: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c8Wh’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:1846:1: error: BUILDSTDERR: warning: label ‘_c8Wh’ defined but not used [-Wunused-label] BUILDSTDERR: 1846 | _c8Wh: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1846 | _c8Wh: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c8Wm’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:1867:1: error: BUILDSTDERR: warning: label ‘_c8Wm’ defined but not used [-Wunused-label] BUILDSTDERR: 1867 | _c8Wm: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1867 | _c8Wm: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c8Wr’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:1888:1: error: BUILDSTDERR: warning: label ‘_c8Wr’ defined but not used [-Wunused-label] BUILDSTDERR: 1888 | _c8Wr: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1888 | _c8Wr: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c8Ww’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:1910:1: error: BUILDSTDERR: warning: label ‘_c8Ww’ defined but not used [-Wunused-label] BUILDSTDERR: 1910 | _c8Ww: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1910 | _c8Ww: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c8WB’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:1933:1: error: BUILDSTDERR: warning: label ‘_c8WB’ defined but not used [-Wunused-label] BUILDSTDERR: 1933 | _c8WB: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1933 | _c8WB: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c8WG’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:1954:1: error: BUILDSTDERR: warning: label ‘_c8WG’ defined but not used [-Wunused-label] BUILDSTDERR: 1954 | _c8WG: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1954 | _c8WG: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c8WL’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:1976:1: error: BUILDSTDERR: warning: label ‘_c8WL’ defined but not used [-Wunused-label] BUILDSTDERR: 1976 | _c8WL: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1976 | _c8WL: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c8WQ’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:2000:1: error: BUILDSTDERR: warning: label ‘_c8WQ’ defined but not used [-Wunused-label] BUILDSTDERR: 2000 | _c8WQ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2000 | _c8WQ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c8WV’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:2021:1: error: BUILDSTDERR: warning: label ‘_c8WV’ defined but not used [-Wunused-label] BUILDSTDERR: 2021 | _c8WV: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2021 | _c8WV: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c8X0’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:2042:1: error: BUILDSTDERR: warning: label ‘_c8X0’ defined but not used [-Wunused-label] BUILDSTDERR: 2042 | _c8X0: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2042 | _c8X0: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c8X5’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:2064:1: error: BUILDSTDERR: warning: label ‘_c8X5’ defined but not used [-Wunused-label] BUILDSTDERR: 2064 | _c8X5: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2064 | _c8X5: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c8Xa’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:2086:1: error: BUILDSTDERR: warning: label ‘_c8Xa’ defined but not used [-Wunused-label] BUILDSTDERR: 2086 | _c8Xa: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2086 | _c8Xa: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c8Xf’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:2107:1: error: BUILDSTDERR: warning: label ‘_c8Xf’ defined but not used [-Wunused-label] BUILDSTDERR: 2107 | _c8Xf: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2107 | _c8Xf: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c8Xk’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:2129:1: error: BUILDSTDERR: warning: label ‘_c8Xk’ defined but not used [-Wunused-label] BUILDSTDERR: 2129 | _c8Xk: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2129 | _c8Xk: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c8Xp’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:2151:1: error: BUILDSTDERR: warning: label ‘_c8Xp’ defined but not used [-Wunused-label] BUILDSTDERR: 2151 | _c8Xp: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2151 | _c8Xp: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c8Xu’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:2173:1: error: BUILDSTDERR: warning: label ‘_c8Xu’ defined but not used [-Wunused-label] BUILDSTDERR: 2173 | _c8Xu: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2173 | _c8Xu: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c8Xz’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:2195:1: error: BUILDSTDERR: warning: label ‘_c8Xz’ defined but not used [-Wunused-label] BUILDSTDERR: 2195 | _c8Xz: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2195 | _c8Xz: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c8XE’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:2218:1: error: BUILDSTDERR: warning: label ‘_c8XE’ defined but not used [-Wunused-label] BUILDSTDERR: 2218 | _c8XE: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2218 | _c8XE: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c8Yb’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:2245:1: error: BUILDSTDERR: warning: label ‘_c8Yb’ defined but not used [-Wunused-label] BUILDSTDERR: 2245 | _c8Yb: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2245 | _c8Yb: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c8Yh’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:2284:1: error: BUILDSTDERR: warning: label ‘_c8Yh’ defined but not used [-Wunused-label] BUILDSTDERR: 2284 | _c8Yh: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2284 | _c8Yh: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c8Yn’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:2310:1: error: BUILDSTDERR: warning: label ‘_c8Yn’ defined but not used [-Wunused-label] BUILDSTDERR: 2310 | _c8Yn: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2310 | _c8Yn: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziBits_zdwzdslevenshteinDistancezq1_slow’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:2360:1: error: BUILDSTDERR: warning: label ‘_c91e’ defined but not used [-Wunused-label] BUILDSTDERR: 2360 | _c91e: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2360 | _c91e: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘s8rK_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:2374:1: error: BUILDSTDERR: warning: label ‘_c91Q’ defined but not used [-Wunused-label] BUILDSTDERR: 2374 | _c91Q: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2374 | _c91Q: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c91N’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:2414:1: error: BUILDSTDERR: warning: label ‘_c91N’ defined but not used [-Wunused-label] BUILDSTDERR: 2414 | _c91N: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2414 | _c91N: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘s8rG_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:2443:1: error: BUILDSTDERR: warning: label ‘_c921’ defined but not used [-Wunused-label] BUILDSTDERR: 2443 | _c921: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2443 | _c921: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c91Z’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:2490:1: error: BUILDSTDERR: warning: label ‘_c91Z’ defined but not used [-Wunused-label] BUILDSTDERR: 2490 | _c91Z: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2490 | _c91Z: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘s8rO_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:2514:1: error: BUILDSTDERR: warning: label ‘_c92i’ defined but not used [-Wunused-label] BUILDSTDERR: 2514 | _c92i: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2514 | _c92i: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziBits_zdwzdslevenshteinDistancezq1_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:2563:1: error: BUILDSTDERR: warning: label ‘_c92x’ defined but not used [-Wunused-label] BUILDSTDERR: 2563 | _c92x: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2563 | _c92x: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c91j’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:2601:1: error: BUILDSTDERR: warning: label ‘_c91j’ defined but not used [-Wunused-label] BUILDSTDERR: 2601 | _c91j: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2601 | _c91j: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c97C’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:2661:1: error: BUILDSTDERR: warning: label ‘_c97C’ defined but not used [-Wunused-label] BUILDSTDERR: 2661 | _c97C: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2661 | _c97C: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c97H’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:2681:1: error: BUILDSTDERR: warning: label ‘_c97H’ defined but not used [-Wunused-label] BUILDSTDERR: 2681 | _c97H: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2681 | _c97H: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_s8rE’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:2700:1: error: BUILDSTDERR: warning: label ‘_s8rE’ defined but not used [-Wunused-label] BUILDSTDERR: 2700 | _s8rE: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2700 | _s8rE: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c91w’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:2717:1: error: BUILDSTDERR: warning: label ‘_c91w’ defined but not used [-Wunused-label] BUILDSTDERR: 2717 | _c91w: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2717 | _c91w: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c91v’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:2756:1: error: BUILDSTDERR: warning: label ‘_c91v’ defined but not used [-Wunused-label] BUILDSTDERR: 2756 | _c91v: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2756 | _c91v: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_s8rS’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:2772:1: error: BUILDSTDERR: warning: label ‘_s8rS’ defined but not used [-Wunused-label] BUILDSTDERR: 2772 | _s8rS: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2772 | _s8rS: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c92N’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:2790:1: error: BUILDSTDERR: warning: label ‘_c92N’ defined but not used [-Wunused-label] BUILDSTDERR: 2790 | _c92N: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2790 | _c92N: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c92T’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:2816:1: error: BUILDSTDERR: warning: label ‘_c92T’ defined but not used [-Wunused-label] BUILDSTDERR: 2816 | _c92T: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2816 | _c92T: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c931’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:2842:1: error: BUILDSTDERR: warning: label ‘_c931’ defined but not used [-Wunused-label] BUILDSTDERR: 2842 | _c931: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2842 | _c931: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c93d’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:2876:1: error: BUILDSTDERR: warning: label ‘_c93d’ defined but not used [-Wunused-label] BUILDSTDERR: 2876 | _c93d: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2876 | _c93d: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_s8sE’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:2900:1: error: BUILDSTDERR: warning: label ‘_s8sE’ defined but not used [-Wunused-label] BUILDSTDERR: 2900 | _s8sE: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2900 | _s8sE: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c96z’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:2925:1: error: BUILDSTDERR: warning: label ‘_c96z’ defined but not used [-Wunused-label] BUILDSTDERR: 2925 | _c96z: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2925 | _c96z: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c93v’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:2999:1: error: BUILDSTDERR: warning: label ‘_c93v’ defined but not used [-Wunused-label] BUILDSTDERR: 2999 | _c93v: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2999 | _c93v: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c93A’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:3020:1: error: BUILDSTDERR: warning: label ‘_c93A’ defined but not used [-Wunused-label] BUILDSTDERR: 3020 | _c93A: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3020 | _c93A: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c93F’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:3041:1: error: BUILDSTDERR: warning: label ‘_c93F’ defined but not used [-Wunused-label] BUILDSTDERR: 3041 | _c93F: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3041 | _c93F: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c93K’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:3063:1: error: BUILDSTDERR: warning: label ‘_c93K’ defined but not used [-Wunused-label] BUILDSTDERR: 3063 | _c93K: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3063 | _c93K: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c93P’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:3085:1: error: BUILDSTDERR: warning: label ‘_c93P’ defined but not used [-Wunused-label] BUILDSTDERR: 3085 | _c93P: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3085 | _c93P: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c93U’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:3107:1: error: BUILDSTDERR: warning: label ‘_c93U’ defined but not used [-Wunused-label] BUILDSTDERR: 3107 | _c93U: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3107 | _c93U: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c93Z’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:3130:1: error: BUILDSTDERR: warning: label ‘_c93Z’ defined but not used [-Wunused-label] BUILDSTDERR: 3130 | _c93Z: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3130 | _c93Z: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c944’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:3151:1: error: BUILDSTDERR: warning: label ‘_c944’ defined but not used [-Wunused-label] BUILDSTDERR: 3151 | _c944: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3151 | _c944: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c949’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:3173:1: error: BUILDSTDERR: warning: label ‘_c949’ defined but not used [-Wunused-label] BUILDSTDERR: 3173 | _c949: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3173 | _c949: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c94e’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:3197:1: error: BUILDSTDERR: warning: label ‘_c94e’ defined but not used [-Wunused-label] BUILDSTDERR: 3197 | _c94e: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3197 | _c94e: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c94j’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:3218:1: error: BUILDSTDERR: warning: label ‘_c94j’ defined but not used [-Wunused-label] BUILDSTDERR: 3218 | _c94j: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3218 | _c94j: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c94o’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:3239:1: error: BUILDSTDERR: warning: label ‘_c94o’ defined but not used [-Wunused-label] BUILDSTDERR: 3239 | _c94o: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3239 | _c94o: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c94t’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:3261:1: error: BUILDSTDERR: warning: label ‘_c94t’ defined but not used [-Wunused-label] BUILDSTDERR: 3261 | _c94t: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3261 | _c94t: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c94y’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:3283:1: error: BUILDSTDERR: warning: label ‘_c94y’ defined but not used [-Wunused-label] BUILDSTDERR: 3283 | _c94y: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3283 | _c94y: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c94D’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:3304:1: error: BUILDSTDERR: warning: label ‘_c94D’ defined but not used [-Wunused-label] BUILDSTDERR: 3304 | _c94D: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3304 | _c94D: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c94I’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:3326:1: error: BUILDSTDERR: warning: label ‘_c94I’ defined but not used [-Wunused-label] BUILDSTDERR: 3326 | _c94I: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3326 | _c94I: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c94N’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:3348:1: error: BUILDSTDERR: warning: label ‘_c94N’ defined but not used [-Wunused-label] BUILDSTDERR: 3348 | _c94N: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3348 | _c94N: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c94S’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:3370:1: error: BUILDSTDERR: warning: label ‘_c94S’ defined but not used [-Wunused-label] BUILDSTDERR: 3370 | _c94S: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3370 | _c94S: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c94X’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:3392:1: error: BUILDSTDERR: warning: label ‘_c94X’ defined but not used [-Wunused-label] BUILDSTDERR: 3392 | _c94X: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3392 | _c94X: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c952’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:3415:1: error: BUILDSTDERR: warning: label ‘_c952’ defined but not used [-Wunused-label] BUILDSTDERR: 3415 | _c952: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3415 | _c952: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c95u’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:3442:1: error: BUILDSTDERR: warning: label ‘_c95u’ defined but not used [-Wunused-label] BUILDSTDERR: 3442 | _c95u: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3442 | _c95u: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c95A’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:3480:1: error: BUILDSTDERR: warning: label ‘_c95A’ defined but not used [-Wunused-label] BUILDSTDERR: 3480 | _c95A: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3480 | _c95A: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c95G’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:3504:1: error: BUILDSTDERR: warning: label ‘_c95G’ defined but not used [-Wunused-label] BUILDSTDERR: 3504 | _c95G: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3504 | _c95G: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘r8oI_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:3554:1: error: BUILDSTDERR: warning: label ‘_c98C’ defined but not used [-Wunused-label] BUILDSTDERR: 3554 | _c98C: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3554 | _c98C: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c98z’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:3582:1: error: BUILDSTDERR: warning: label ‘_c98z’ defined but not used [-Wunused-label] BUILDSTDERR: 3582 | _c98z: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3582 | _c98z: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘s8ta_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:3613:1: error: BUILDSTDERR: warning: label ‘_c98V’ defined but not used [-Wunused-label] BUILDSTDERR: 3613 | _c98V: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3613 | _c98V: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘r8oJ_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:3653:1: error: BUILDSTDERR: warning: label ‘_c98Y’ defined but not used [-Wunused-label] BUILDSTDERR: 3653 | _c98Y: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3653 | _c98Y: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘s8th_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:3699:1: error: BUILDSTDERR: warning: label ‘_c99m’ defined but not used [-Wunused-label] BUILDSTDERR: 3699 | _c99m: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3699 | _c99m: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘r8oK_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:3735:1: error: BUILDSTDERR: warning: label ‘_c99t’ defined but not used [-Wunused-label] BUILDSTDERR: 3735 | _c99t: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3735 | _c99t: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c998’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:3769:1: error: BUILDSTDERR: warning: label ‘_c998’ defined but not used [-Wunused-label] BUILDSTDERR: 3769 | _c998: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3769 | _c998: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziBits_zdwzdsrestrictedDamerauLevenshteinDistancezq_slow’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:3831:1: error: BUILDSTDERR: warning: label ‘_c99Q’ defined but not used [-Wunused-label] BUILDSTDERR: 3831 | _c99Q: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3831 | _c99Q: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘s8ts_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:3847:1: error: BUILDSTDERR: warning: label ‘_c9ak’ defined but not used [-Wunused-label] BUILDSTDERR: 3847 | _c9ak: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3847 | _c9ak: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c9ai’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:3882:1: error: BUILDSTDERR: warning: label ‘_c9ai’ defined but not used [-Wunused-label] BUILDSTDERR: 3882 | _c9ai: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3882 | _c9ai: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziBits_zdwzdsrestrictedDamerauLevenshteinDistancezq_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:3904:1: error: BUILDSTDERR: warning: label ‘_c9au’ defined but not used [-Wunused-label] BUILDSTDERR: 3904 | _c9au: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3904 | _c9au: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c99V’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:3940:1: error: BUILDSTDERR: warning: label ‘_c99V’ defined but not used [-Wunused-label] BUILDSTDERR: 3940 | _c99V: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3940 | _c99V: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c9A5’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:3998:1: error: BUILDSTDERR: warning: label ‘_c9A5’ defined but not used [-Wunused-label] BUILDSTDERR: 3998 | _c9A5: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3998 | _c9A5: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_s8tq’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:4017:1: error: BUILDSTDERR: warning: label ‘_s8tq’ defined but not used [-Wunused-label] BUILDSTDERR: 4017 | _s8tq: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4017 | _s8tq: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c9a8’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:4032:1: error: BUILDSTDERR: warning: label ‘_c9a8’ defined but not used [-Wunused-label] BUILDSTDERR: 4032 | _c9a8: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4032 | _c9a8: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c9a7’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:4066:1: error: BUILDSTDERR: warning: label ‘_c9a7’ defined but not used [-Wunused-label] BUILDSTDERR: 4066 | _c9a7: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4066 | _c9a7: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c9aB’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:4089:1: error: BUILDSTDERR: warning: label ‘_c9aB’ defined but not used [-Wunused-label] BUILDSTDERR: 4089 | _c9aB: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4089 | _c9aB: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c9v5’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:4141:1: error: BUILDSTDERR: warning: label ‘_c9v5’ defined but not used [-Wunused-label] BUILDSTDERR: 4141 | _c9v5: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4141 | _c9v5: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_s8D4’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:4164:1: error: BUILDSTDERR: warning: label ‘_s8D4’ defined but not used [-Wunused-label] BUILDSTDERR: 4164 | _s8D4: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4164 | _s8D4: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c9z1’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:4186:1: error: BUILDSTDERR: warning: label ‘_c9z1’ defined but not used [-Wunused-label] BUILDSTDERR: 4186 | _c9z1: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4186 | _c9z1: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c9yN’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:4259:1: error: BUILDSTDERR: warning: label ‘_c9yN’ defined but not used [-Wunused-label] BUILDSTDERR: 4259 | _c9yN: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4259 | _c9yN: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_s8AO’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:4279:1: error: BUILDSTDERR: warning: label ‘_s8AO’ defined but not used [-Wunused-label] BUILDSTDERR: 4279 | _s8AO: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4279 | _s8AO: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_s8B1’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:4300:1: error: BUILDSTDERR: warning: label ‘_s8B1’ defined but not used [-Wunused-label] BUILDSTDERR: 4300 | _s8B1: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4300 | _s8B1: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c9wi’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:4318:1: error: BUILDSTDERR: warning: label ‘_c9wi’ defined but not used [-Wunused-label] BUILDSTDERR: 4318 | _c9wi: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4318 | _c9wi: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c9wu’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:4351:1: error: BUILDSTDERR: warning: label ‘_c9wu’ defined but not used [-Wunused-label] BUILDSTDERR: 4351 | _c9wu: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4351 | _c9wu: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_s8Cw’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:4373:1: error: BUILDSTDERR: warning: label ‘_s8Cw’ defined but not used [-Wunused-label] BUILDSTDERR: 4373 | _s8Cw: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4373 | _s8Cw: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c9xl’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:4406:1: error: BUILDSTDERR: warning: label ‘_c9xl’ defined but not used [-Wunused-label] BUILDSTDERR: 4406 | _c9xl: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4406 | _c9xl: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c9x7’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:4511:1: error: BUILDSTDERR: warning: label ‘_c9x7’ defined but not used [-Wunused-label] BUILDSTDERR: 4511 | _c9x7: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4511 | _c9x7: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c9aZ’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:4538:1: error: BUILDSTDERR: warning: label ‘_c9aZ’ defined but not used [-Wunused-label] BUILDSTDERR: 4538 | _c9aZ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4538 | _c9aZ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_s8As’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:4561:1: error: BUILDSTDERR: warning: label ‘_s8As’ defined but not used [-Wunused-label] BUILDSTDERR: 4561 | _s8As: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4561 | _s8As: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c9u3’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:4583:1: error: BUILDSTDERR: warning: label ‘_c9u3’ defined but not used [-Wunused-label] BUILDSTDERR: 4583 | _c9u3: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4583 | _c9u3: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c9tP’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:4656:1: error: BUILDSTDERR: warning: label ‘_c9tP’ defined but not used [-Wunused-label] BUILDSTDERR: 4656 | _c9tP: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4656 | _c9tP: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_s8tF’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:4684:1: error: BUILDSTDERR: warning: label ‘_s8tF’ defined but not used [-Wunused-label] BUILDSTDERR: 4684 | _s8tF: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4684 | _s8tF: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_s8yK’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:4755:1: error: BUILDSTDERR: warning: label ‘_s8yK’ defined but not used [-Wunused-label] BUILDSTDERR: 4755 | _s8yK: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4755 | _s8yK: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c9pC’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:4773:1: error: BUILDSTDERR: warning: label ‘_c9pC’ defined but not used [-Wunused-label] BUILDSTDERR: 4773 | _c9pC: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4773 | _c9pC: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c9pO’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:4806:1: error: BUILDSTDERR: warning: label ‘_c9pO’ defined but not used [-Wunused-label] BUILDSTDERR: 4806 | _c9pO: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4806 | _c9pO: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_s8zV’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:4829:1: error: BUILDSTDERR: warning: label ‘_s8zV’ defined but not used [-Wunused-label] BUILDSTDERR: 4829 | _s8zV: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4829 | _s8zV: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c9sn’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:4851:1: error: BUILDSTDERR: warning: label ‘_c9sn’ defined but not used [-Wunused-label] BUILDSTDERR: 4851 | _c9sn: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4851 | _c9sn: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c9s9’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:4924:1: error: BUILDSTDERR: warning: label ‘_c9s9’ defined but not used [-Wunused-label] BUILDSTDERR: 4924 | _c9s9: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4924 | _c9s9: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_s8yX’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:4951:1: error: BUILDSTDERR: warning: label ‘_s8yX’ defined but not used [-Wunused-label] BUILDSTDERR: 4951 | _s8yX: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4951 | _s8yX: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_s8x9’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:5022:1: error: BUILDSTDERR: warning: label ‘_s8x9’ defined but not used [-Wunused-label] BUILDSTDERR: 5022 | _s8x9: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5022 | _s8x9: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c9lm’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:5040:1: error: BUILDSTDERR: warning: label ‘_c9lm’ defined but not used [-Wunused-label] BUILDSTDERR: 5040 | _c9lm: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5040 | _c9lm: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c9ly’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:5073:1: error: BUILDSTDERR: warning: label ‘_c9ly’ defined but not used [-Wunused-label] BUILDSTDERR: 5073 | _c9ly: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5073 | _c9ly: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_s8yk’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:5096:1: error: BUILDSTDERR: warning: label ‘_s8yk’ defined but not used [-Wunused-label] BUILDSTDERR: 5096 | _s8yk: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5096 | _s8yk: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c9o7’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:5118:1: error: BUILDSTDERR: warning: label ‘_c9o7’ defined but not used [-Wunused-label] BUILDSTDERR: 5118 | _c9o7: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5118 | _c9o7: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c9nT’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:5191:1: error: BUILDSTDERR: warning: label ‘_c9nT’ defined but not used [-Wunused-label] BUILDSTDERR: 5191 | _c9nT: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5191 | _c9nT: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_s8xm’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:5218:1: error: BUILDSTDERR: warning: label ‘_s8xm’ defined but not used [-Wunused-label] BUILDSTDERR: 5218 | _s8xm: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5218 | _s8xm: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_s8vx’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:5289:1: error: BUILDSTDERR: warning: label ‘_s8vx’ defined but not used [-Wunused-label] BUILDSTDERR: 5289 | _s8vx: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5289 | _s8vx: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c9gU’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:5307:1: error: BUILDSTDERR: warning: label ‘_c9gU’ defined but not used [-Wunused-label] BUILDSTDERR: 5307 | _c9gU: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5307 | _c9gU: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c9h6’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:5340:1: error: BUILDSTDERR: warning: label ‘_c9h6’ defined but not used [-Wunused-label] BUILDSTDERR: 5340 | _c9h6: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5340 | _c9h6: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_s8wI’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:5363:1: error: BUILDSTDERR: warning: label ‘_s8wI’ defined but not used [-Wunused-label] BUILDSTDERR: 5363 | _s8wI: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5363 | _s8wI: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c9jF’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:5385:1: error: BUILDSTDERR: warning: label ‘_c9jF’ defined but not used [-Wunused-label] BUILDSTDERR: 5385 | _c9jF: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5385 | _c9jF: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c9jr’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:5458:1: error: BUILDSTDERR: warning: label ‘_c9jr’ defined but not used [-Wunused-label] BUILDSTDERR: 5458 | _c9jr: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5458 | _c9jr: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_s8vK’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:5485:1: error: BUILDSTDERR: warning: label ‘_s8vK’ defined but not used [-Wunused-label] BUILDSTDERR: 5485 | _s8vK: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5485 | _s8vK: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_s8tV’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:5556:1: error: BUILDSTDERR: warning: label ‘_s8tV’ defined but not used [-Wunused-label] BUILDSTDERR: 5556 | _s8tV: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5556 | _s8tV: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c9cB’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:5574:1: error: BUILDSTDERR: warning: label ‘_c9cB’ defined but not used [-Wunused-label] BUILDSTDERR: 5574 | _c9cB: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5574 | _c9cB: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c9cN’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:5607:1: error: BUILDSTDERR: warning: label ‘_c9cN’ defined but not used [-Wunused-label] BUILDSTDERR: 5607 | _c9cN: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5607 | _c9cN: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_s8v6’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:5630:1: error: BUILDSTDERR: warning: label ‘_s8v6’ defined but not used [-Wunused-label] BUILDSTDERR: 5630 | _s8v6: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5630 | _s8v6: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c9fm’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:5652:1: error: BUILDSTDERR: warning: label ‘_c9fm’ defined but not used [-Wunused-label] BUILDSTDERR: 5652 | _c9fm: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5652 | _c9fm: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c9f8’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:5725:1: error: BUILDSTDERR: warning: label ‘_c9f8’ defined but not used [-Wunused-label] BUILDSTDERR: 5725 | _c9f8: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5725 | _c9f8: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_s8u8’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:5752:1: error: BUILDSTDERR: warning: label ‘_s8u8’ defined but not used [-Wunused-label] BUILDSTDERR: 5752 | _s8u8: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5752 | _s8u8: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziBits_zdwrestrictedDamerauLevenshteinDistanceWithLengths_slow’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:5828:1: error: BUILDSTDERR: warning: label ‘_c9LE’ defined but not used [-Wunused-label] BUILDSTDERR: 5828 | _c9LE: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5828 | _c9LE: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziBits_zdwrestrictedDamerauLevenshteinDistanceWithLengths_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:5857:1: error: BUILDSTDERR: warning: label ‘_c9LQ’ defined but not used [-Wunused-label] BUILDSTDERR: 5857 | _c9LQ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5857 | _c9LQ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziBits_restrictedDamerauLevenshteinDistanceWithLengths_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:5955:1: error: BUILDSTDERR: warning: label ‘_c9MP’ defined but not used [-Wunused-label] BUILDSTDERR: 5955 | _c9MP: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5955 | _c9MP: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c9MM’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:5984:1: error: BUILDSTDERR: warning: label ‘_c9MM’ defined but not used [-Wunused-label] BUILDSTDERR: 5984 | _c9MM: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5984 | _c9MM: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c9MT’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:6010:1: error: BUILDSTDERR: warning: label ‘_c9MT’ defined but not used [-Wunused-label] BUILDSTDERR: 6010 | _c9MT: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6010 | _c9MT: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c9MZ’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:6034:1: error: BUILDSTDERR: warning: label ‘_c9MZ’ defined but not used [-Wunused-label] BUILDSTDERR: 6034 | _c9MZ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6034 | _c9MZ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziBits_zdwrestrictedDamerauLevenshteinDistance_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:6079:1: error: BUILDSTDERR: warning: label ‘_c9Nn’ defined but not used [-Wunused-label] BUILDSTDERR: 6079 | _c9Nn: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6079 | _c9Nn: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c9Nl’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:6115:1: error: BUILDSTDERR: warning: label ‘_c9Nl’ defined but not used [-Wunused-label] BUILDSTDERR: 6115 | _c9Nl: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6115 | _c9Nl: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c9Ns’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:6144:1: error: BUILDSTDERR: warning: label ‘_c9Ns’ defined but not used [-Wunused-label] BUILDSTDERR: 6144 | _c9Ns: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6144 | _c9Ns: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziBits_restrictedDamerauLevenshteinDistance_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:6178:1: error: BUILDSTDERR: warning: label ‘_c9NK’ defined but not used [-Wunused-label] BUILDSTDERR: 6178 | _c9NK: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6178 | _c9NK: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c9NI’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:6204:1: error: BUILDSTDERR: warning: label ‘_c9NI’ defined but not used [-Wunused-label] BUILDSTDERR: 6204 | _c9NI: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6204 | _c9NI: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘r8oL_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:6245:1: error: BUILDSTDERR: warning: label ‘_c9O3’ defined but not used [-Wunused-label] BUILDSTDERR: 6245 | _c9O3: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6245 | _c9O3: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c9O0’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:6273:1: error: BUILDSTDERR: warning: label ‘_c9O0’ defined but not used [-Wunused-label] BUILDSTDERR: 6273 | _c9O0: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6273 | _c9O0: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘s8DX_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:6304:1: error: BUILDSTDERR: warning: label ‘_c9Om’ defined but not used [-Wunused-label] BUILDSTDERR: 6304 | _c9Om: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6304 | _c9Om: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘r8oM_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:6344:1: error: BUILDSTDERR: warning: label ‘_c9Op’ defined but not used [-Wunused-label] BUILDSTDERR: 6344 | _c9Op: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6344 | _c9Op: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘s8E4_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:6390:1: error: BUILDSTDERR: warning: label ‘_c9ON’ defined but not used [-Wunused-label] BUILDSTDERR: 6390 | _c9ON: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6390 | _c9ON: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘r8oN_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:6426:1: error: BUILDSTDERR: warning: label ‘_c9OU’ defined but not used [-Wunused-label] BUILDSTDERR: 6426 | _c9OU: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6426 | _c9OU: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c9Oz’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:6460:1: error: BUILDSTDERR: warning: label ‘_c9Oz’ defined but not used [-Wunused-label] BUILDSTDERR: 6460 | _c9Oz: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6460 | _c9Oz: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziBits_zdwzdslevenshteinDistancezq_slow’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:6522:1: error: BUILDSTDERR: warning: label ‘_c9Ph’ defined but not used [-Wunused-label] BUILDSTDERR: 6522 | _c9Ph: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6522 | _c9Ph: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘s8Ef_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:6538:1: error: BUILDSTDERR: warning: label ‘_c9PL’ defined but not used [-Wunused-label] BUILDSTDERR: 6538 | _c9PL: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6538 | _c9PL: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c9PJ’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:6573:1: error: BUILDSTDERR: warning: label ‘_c9PJ’ defined but not used [-Wunused-label] BUILDSTDERR: 6573 | _c9PJ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6573 | _c9PJ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziBits_zdwzdslevenshteinDistancezq_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:6595:1: error: BUILDSTDERR: warning: label ‘_c9PV’ defined but not used [-Wunused-label] BUILDSTDERR: 6595 | _c9PV: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6595 | _c9PV: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c9Pm’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:6631:1: error: BUILDSTDERR: warning: label ‘_c9Pm’ defined but not used [-Wunused-label] BUILDSTDERR: 6631 | _c9Pm: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6631 | _c9Pm: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_caey’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:6689:1: error: BUILDSTDERR: warning: label ‘_caey’ defined but not used [-Wunused-label] BUILDSTDERR: 6689 | _caey: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6689 | _caey: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_s8Ed’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:6708:1: error: BUILDSTDERR: warning: label ‘_s8Ed’ defined but not used [-Wunused-label] BUILDSTDERR: 6708 | _s8Ed: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6708 | _s8Ed: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c9Pz’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:6723:1: error: BUILDSTDERR: warning: label ‘_c9Pz’ defined but not used [-Wunused-label] BUILDSTDERR: 6723 | _c9Pz: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6723 | _c9Pz: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c9Py’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:6757:1: error: BUILDSTDERR: warning: label ‘_c9Py’ defined but not used [-Wunused-label] BUILDSTDERR: 6757 | _c9Py: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6757 | _c9Py: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c9Q2’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:6780:1: error: BUILDSTDERR: warning: label ‘_c9Q2’ defined but not used [-Wunused-label] BUILDSTDERR: 6780 | _c9Q2: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6780 | _c9Q2: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_ca9y’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:6832:1: error: BUILDSTDERR: warning: label ‘_ca9y’ defined but not used [-Wunused-label] BUILDSTDERR: 6832 | _ca9y: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6832 | _ca9y: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_s8Nc’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:6855:1: error: BUILDSTDERR: warning: label ‘_s8Nc’ defined but not used [-Wunused-label] BUILDSTDERR: 6855 | _s8Nc: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6855 | _s8Nc: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_cadu’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:6877:1: error: BUILDSTDERR: warning: label ‘_cadu’ defined but not used [-Wunused-label] BUILDSTDERR: 6877 | _cadu: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6877 | _cadu: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_cadg’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:6950:1: error: BUILDSTDERR: warning: label ‘_cadg’ defined but not used [-Wunused-label] BUILDSTDERR: 6950 | _cadg: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6950 | _cadg: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_s8L4’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:6970:1: error: BUILDSTDERR: warning: label ‘_s8L4’ defined but not used [-Wunused-label] BUILDSTDERR: 6970 | _s8L4: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6970 | _s8L4: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_s8Lg’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:6989:1: error: BUILDSTDERR: warning: label ‘_s8Lg’ defined but not used [-Wunused-label] BUILDSTDERR: 6989 | _s8Lg: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6989 | _s8Lg: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_caaL’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:7007:1: error: BUILDSTDERR: warning: label ‘_caaL’ defined but not used [-Wunused-label] BUILDSTDERR: 7007 | _caaL: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7007 | _caaL: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_caaX’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:7040:1: error: BUILDSTDERR: warning: label ‘_caaX’ defined but not used [-Wunused-label] BUILDSTDERR: 7040 | _caaX: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7040 | _caaX: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_s8ME’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:7062:1: error: BUILDSTDERR: warning: label ‘_s8ME’ defined but not used [-Wunused-label] BUILDSTDERR: 7062 | _s8ME: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7062 | _s8ME: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_cabO’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:7095:1: error: BUILDSTDERR: warning: label ‘_cabO’ defined but not used [-Wunused-label] BUILDSTDERR: 7095 | _cabO: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7095 | _cabO: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_cabA’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:7194:1: error: BUILDSTDERR: warning: label ‘_cabA’ defined but not used [-Wunused-label] BUILDSTDERR: 7194 | _cabA: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7194 | _cabA: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c9Qq’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:7219:1: error: BUILDSTDERR: warning: label ‘_c9Qq’ defined but not used [-Wunused-label] BUILDSTDERR: 7219 | _c9Qq: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7219 | _c9Qq: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_s8KI’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:7242:1: error: BUILDSTDERR: warning: label ‘_s8KI’ defined but not used [-Wunused-label] BUILDSTDERR: 7242 | _s8KI: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7242 | _s8KI: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_ca8w’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:7264:1: error: BUILDSTDERR: warning: label ‘_ca8w’ defined but not used [-Wunused-label] BUILDSTDERR: 7264 | _ca8w: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7264 | _ca8w: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_ca8i’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:7337:1: error: BUILDSTDERR: warning: label ‘_ca8i’ defined but not used [-Wunused-label] BUILDSTDERR: 7337 | _ca8i: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7337 | _ca8i: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_s8Es’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:7365:1: error: BUILDSTDERR: warning: label ‘_s8Es’ defined but not used [-Wunused-label] BUILDSTDERR: 7365 | _s8Es: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7365 | _s8Es: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_s8J8’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:7428:1: error: BUILDSTDERR: warning: label ‘_s8J8’ defined but not used [-Wunused-label] BUILDSTDERR: 7428 | _s8J8: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7428 | _s8J8: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_ca4k’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:7446:1: error: BUILDSTDERR: warning: label ‘_ca4k’ defined but not used [-Wunused-label] BUILDSTDERR: 7446 | _ca4k: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7446 | _ca4k: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_ca4w’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:7479:1: error: BUILDSTDERR: warning: label ‘_ca4w’ defined but not used [-Wunused-label] BUILDSTDERR: 7479 | _ca4w: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7479 | _ca4w: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_s8Kb’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:7502:1: error: BUILDSTDERR: warning: label ‘_s8Kb’ defined but not used [-Wunused-label] BUILDSTDERR: 7502 | _s8Kb: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7502 | _s8Kb: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_ca6Q’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:7524:1: error: BUILDSTDERR: warning: label ‘_ca6Q’ defined but not used [-Wunused-label] BUILDSTDERR: 7524 | _ca6Q: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7524 | _ca6Q: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_ca6C’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:7597:1: error: BUILDSTDERR: warning: label ‘_ca6C’ defined but not used [-Wunused-label] BUILDSTDERR: 7597 | _ca6C: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7597 | _ca6C: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_s8Jj’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:7624:1: error: BUILDSTDERR: warning: label ‘_s8Jj’ defined but not used [-Wunused-label] BUILDSTDERR: 7624 | _s8Jj: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7624 | _s8Jj: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_s8HF’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:7687:1: error: BUILDSTDERR: warning: label ‘_s8HF’ defined but not used [-Wunused-label] BUILDSTDERR: 7687 | _s8HF: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7687 | _s8HF: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_ca0j’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:7705:1: error: BUILDSTDERR: warning: label ‘_ca0j’ defined but not used [-Wunused-label] BUILDSTDERR: 7705 | _ca0j: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7705 | _ca0j: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_ca0v’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:7738:1: error: BUILDSTDERR: warning: label ‘_ca0v’ defined but not used [-Wunused-label] BUILDSTDERR: 7738 | _ca0v: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7738 | _ca0v: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_s8II’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:7761:1: error: BUILDSTDERR: warning: label ‘_s8II’ defined but not used [-Wunused-label] BUILDSTDERR: 7761 | _s8II: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7761 | _s8II: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_ca2P’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:7783:1: error: BUILDSTDERR: warning: label ‘_ca2P’ defined but not used [-Wunused-label] BUILDSTDERR: 7783 | _ca2P: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7783 | _ca2P: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_ca2B’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:7856:1: error: BUILDSTDERR: warning: label ‘_ca2B’ defined but not used [-Wunused-label] BUILDSTDERR: 7856 | _ca2B: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7856 | _ca2B: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_s8HQ’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:7883:1: error: BUILDSTDERR: warning: label ‘_s8HQ’ defined but not used [-Wunused-label] BUILDSTDERR: 7883 | _s8HQ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7883 | _s8HQ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_s8Gb’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:7946:1: error: BUILDSTDERR: warning: label ‘_s8Gb’ defined but not used [-Wunused-label] BUILDSTDERR: 7946 | _s8Gb: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7946 | _s8Gb: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c9W6’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:7964:1: error: BUILDSTDERR: warning: label ‘_c9W6’ defined but not used [-Wunused-label] BUILDSTDERR: 7964 | _c9W6: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7964 | _c9W6: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c9Wi’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:7997:1: error: BUILDSTDERR: warning: label ‘_c9Wi’ defined but not used [-Wunused-label] BUILDSTDERR: 7997 | _c9Wi: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7997 | _c9Wi: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_s8He’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:8020:1: error: BUILDSTDERR: warning: label ‘_s8He’ defined but not used [-Wunused-label] BUILDSTDERR: 8020 | _s8He: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8020 | _s8He: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c9YC’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:8042:1: error: BUILDSTDERR: warning: label ‘_c9YC’ defined but not used [-Wunused-label] BUILDSTDERR: 8042 | _c9YC: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8042 | _c9YC: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c9Yo’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:8115:1: error: BUILDSTDERR: warning: label ‘_c9Yo’ defined but not used [-Wunused-label] BUILDSTDERR: 8115 | _c9Yo: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8115 | _c9Yo: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_s8Gm’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:8142:1: error: BUILDSTDERR: warning: label ‘_s8Gm’ defined but not used [-Wunused-label] BUILDSTDERR: 8142 | _s8Gm: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8142 | _s8Gm: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_s8EH’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:8205:1: error: BUILDSTDERR: warning: label ‘_s8EH’ defined but not used [-Wunused-label] BUILDSTDERR: 8205 | _s8EH: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8205 | _s8EH: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c9S2’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:8223:1: error: BUILDSTDERR: warning: label ‘_c9S2’ defined but not used [-Wunused-label] BUILDSTDERR: 8223 | _c9S2: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8223 | _c9S2: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c9Se’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:8256:1: error: BUILDSTDERR: warning: label ‘_c9Se’ defined but not used [-Wunused-label] BUILDSTDERR: 8256 | _c9Se: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8256 | _c9Se: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_s8FK’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:8279:1: error: BUILDSTDERR: warning: label ‘_s8FK’ defined but not used [-Wunused-label] BUILDSTDERR: 8279 | _s8FK: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8279 | _s8FK: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c9Uy’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:8301:1: error: BUILDSTDERR: warning: label ‘_c9Uy’ defined but not used [-Wunused-label] BUILDSTDERR: 8301 | _c9Uy: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8301 | _c9Uy: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_c9Uk’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:8374:1: error: BUILDSTDERR: warning: label ‘_c9Uk’ defined but not used [-Wunused-label] BUILDSTDERR: 8374 | _c9Uk: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8374 | _c9Uk: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_s8ES’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:8401:1: error: BUILDSTDERR: warning: label ‘_s8ES’ defined but not used [-Wunused-label] BUILDSTDERR: 8401 | _s8ES: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8401 | _s8ES: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziBits_zdwlevenshteinDistanceWithLengths_slow’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:8469:1: error: BUILDSTDERR: warning: label ‘_capS’ defined but not used [-Wunused-label] BUILDSTDERR: 8469 | _capS: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8469 | _capS: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziBits_zdwlevenshteinDistanceWithLengths_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:8498:1: error: BUILDSTDERR: warning: label ‘_caq4’ defined but not used [-Wunused-label] BUILDSTDERR: 8498 | _caq4: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8498 | _caq4: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziBits_levenshteinDistanceWithLengths_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:8596:1: error: BUILDSTDERR: warning: label ‘_car3’ defined but not used [-Wunused-label] BUILDSTDERR: 8596 | _car3: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8596 | _car3: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_car0’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:8625:1: error: BUILDSTDERR: warning: label ‘_car0’ defined but not used [-Wunused-label] BUILDSTDERR: 8625 | _car0: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8625 | _car0: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_car7’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:8651:1: error: BUILDSTDERR: warning: label ‘_car7’ defined but not used [-Wunused-label] BUILDSTDERR: 8651 | _car7: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8651 | _car7: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_card’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:8675:1: error: BUILDSTDERR: warning: label ‘_card’ defined but not used [-Wunused-label] BUILDSTDERR: 8675 | _card: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8675 | _card: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziBits_zdwlevenshteinDistance_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:8720:1: error: BUILDSTDERR: warning: label ‘_carB’ defined but not used [-Wunused-label] BUILDSTDERR: 8720 | _carB: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8720 | _carB: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_carz’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:8756:1: error: BUILDSTDERR: warning: label ‘_carz’ defined but not used [-Wunused-label] BUILDSTDERR: 8756 | _carz: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8756 | _carz: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_carG’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:8785:1: error: BUILDSTDERR: warning: label ‘_carG’ defined but not used [-Wunused-label] BUILDSTDERR: 8785 | _carG: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8785 | _carG: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziBits_levenshteinDistance_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:8819:1: error: BUILDSTDERR: warning: label ‘_carY’ defined but not used [-Wunused-label] BUILDSTDERR: 8819 | _carY: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8819 | _carY: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc: In function ‘_carW’: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:8845:1: error: BUILDSTDERR: warning: label ‘_carW’ defined but not used [-Wunused-label] BUILDSTDERR: 8845 | _carW: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8845 | _carW: BUILDSTDERR: | ^ BUILDSTDERR: At top level: BUILDSTDERR: /tmp/ghc30465_0/ghc_15.hc:147:16: error: BUILDSTDERR: warning: ‘r8oz_closure’ defined but not used [-Wunused-variable] BUILDSTDERR: 147 | static StgWord r8oz_closure[]__attribute__((aligned(8)))= { BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: | BUILDSTDERR: 147 | static StgWord r8oz_closure[]__attribute__((aligned(8)))= { BUILDSTDERR: | ^ [3 of 7] Compiling Text.EditDistance.EditCosts ( Text/EditDistance/EditCosts.hs, dist/build/Text/EditDistance/EditCosts.p_o ) BUILDSTDERR: /tmp/ghc30465_0/ghc_26.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziEditCosts_zdWConstantCost_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_26.hc:102:1: error: BUILDSTDERR: warning: label ‘_caGn’ defined but not used [-Wunused-label] BUILDSTDERR: 102 | _caGn: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 102 | _caGn: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_26.hc: In function ‘_caGk’: BUILDSTDERR: /tmp/ghc30465_0/ghc_26.hc:130:1: error: BUILDSTDERR: warning: label ‘_caGk’ defined but not used [-Wunused-label] BUILDSTDERR: 130 | _caGk: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 130 | _caGk: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_26.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziEditCosts_transpositionCosts_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_26.hc:175:1: error: BUILDSTDERR: warning: label ‘_caGI’ defined but not used [-Wunused-label] BUILDSTDERR: 175 | _caGI: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 175 | _caGI: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_26.hc: In function ‘_caGF’: BUILDSTDERR: /tmp/ghc30465_0/ghc_26.hc:206:1: error: BUILDSTDERR: warning: label ‘_caGF’ defined but not used [-Wunused-label] BUILDSTDERR: 206 | _caGF: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 206 | _caGF: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_26.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziEditCosts_substitutionCosts_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_26.hc:237:1: error: BUILDSTDERR: warning: label ‘_caH0’ defined but not used [-Wunused-label] BUILDSTDERR: 237 | _caH0: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 237 | _caH0: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_26.hc: In function ‘_caGX’: BUILDSTDERR: /tmp/ghc30465_0/ghc_26.hc:268:1: error: BUILDSTDERR: warning: label ‘_caGX’ defined but not used [-Wunused-label] BUILDSTDERR: 268 | _caGX: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 268 | _caGX: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_26.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziEditCosts_insertionCosts_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_26.hc:299:1: error: BUILDSTDERR: warning: label ‘_caHi’ defined but not used [-Wunused-label] BUILDSTDERR: 299 | _caHi: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 299 | _caHi: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_26.hc: In function ‘_caHf’: BUILDSTDERR: /tmp/ghc30465_0/ghc_26.hc:330:1: error: BUILDSTDERR: warning: label ‘_caHf’ defined but not used [-Wunused-label] BUILDSTDERR: 330 | _caHf: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 330 | _caHf: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_26.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziEditCosts_deletionCosts_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_26.hc:361:1: error: BUILDSTDERR: warning: label ‘_caHA’ defined but not used [-Wunused-label] BUILDSTDERR: 361 | _caHA: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 361 | _caHA: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_26.hc: In function ‘_caHx’: BUILDSTDERR: /tmp/ghc30465_0/ghc_26.hc:392:1: error: BUILDSTDERR: warning: label ‘_caHx’ defined but not used [-Wunused-label] BUILDSTDERR: 392 | _caHx: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 392 | _caHx: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_26.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziEditCosts_deletionCost_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_26.hc:423:1: error: BUILDSTDERR: warning: label ‘_caHS’ defined but not used [-Wunused-label] BUILDSTDERR: 423 | _caHS: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 423 | _caHS: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_26.hc: In function ‘_caHP’: BUILDSTDERR: /tmp/ghc30465_0/ghc_26.hc:455:1: error: BUILDSTDERR: warning: label ‘_caHP’ defined but not used [-Wunused-label] BUILDSTDERR: 455 | _caHP: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 455 | _caHP: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_26.hc: In function ‘_caHY’: BUILDSTDERR: /tmp/ghc30465_0/ghc_26.hc:478:1: error: BUILDSTDERR: warning: label ‘_caHY’ defined but not used [-Wunused-label] BUILDSTDERR: 478 | _caHY: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 478 | _caHY: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_26.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziEditCosts_insertionCost_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_26.hc:532:1: error: BUILDSTDERR: warning: label ‘_caIs’ defined but not used [-Wunused-label] BUILDSTDERR: 532 | _caIs: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 532 | _caIs: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_26.hc: In function ‘_caIp’: BUILDSTDERR: /tmp/ghc30465_0/ghc_26.hc:564:1: error: BUILDSTDERR: warning: label ‘_caIp’ defined but not used [-Wunused-label] BUILDSTDERR: 564 | _caIp: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 564 | _caIp: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_26.hc: In function ‘_caIy’: BUILDSTDERR: /tmp/ghc30465_0/ghc_26.hc:587:1: error: BUILDSTDERR: warning: label ‘_caIy’ defined but not used [-Wunused-label] BUILDSTDERR: 587 | _caIy: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 587 | _caIy: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_26.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziEditCosts_substitutionCost_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_26.hc:641:1: error: BUILDSTDERR: warning: label ‘_caJ2’ defined but not used [-Wunused-label] BUILDSTDERR: 641 | _caJ2: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 641 | _caJ2: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_26.hc: In function ‘_caIZ’: BUILDSTDERR: /tmp/ghc30465_0/ghc_26.hc:673:1: error: BUILDSTDERR: warning: label ‘_caIZ’ defined but not used [-Wunused-label] BUILDSTDERR: 673 | _caIZ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 673 | _caIZ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_26.hc: In function ‘_caJ8’: BUILDSTDERR: /tmp/ghc30465_0/ghc_26.hc:700:1: error: BUILDSTDERR: warning: label ‘_caJ8’ defined but not used [-Wunused-label] BUILDSTDERR: 700 | _caJ8: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 700 | _caJ8: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_26.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziEditCosts_transpositionCost_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_26.hc:771:1: error: BUILDSTDERR: warning: label ‘_caJF’ defined but not used [-Wunused-label] BUILDSTDERR: 771 | _caJF: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 771 | _caJF: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_26.hc: In function ‘_caJC’: BUILDSTDERR: /tmp/ghc30465_0/ghc_26.hc:803:1: error: BUILDSTDERR: warning: label ‘_caJC’ defined but not used [-Wunused-label] BUILDSTDERR: 803 | _caJC: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 803 | _caJC: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_26.hc: In function ‘_caJL’: BUILDSTDERR: /tmp/ghc30465_0/ghc_26.hc:830:1: error: BUILDSTDERR: warning: label ‘_caJL’ defined but not used [-Wunused-label] BUILDSTDERR: 830 | _caJL: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 830 | _caJL: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_26.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziEditCosts_defaultEditCosts_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_26.hc:915:1: error: BUILDSTDERR: warning: label ‘_caKk’ defined but not used [-Wunused-label] BUILDSTDERR: 915 | _caKk: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 915 | _caKk: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_26.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziEditCosts_zdwisDefaultEditCosts_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_26.hc:985:1: error: BUILDSTDERR: warning: label ‘_caKE’ defined but not used [-Wunused-label] BUILDSTDERR: 985 | _caKE: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 985 | _caKE: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_26.hc: In function ‘_caKx’: BUILDSTDERR: /tmp/ghc30465_0/ghc_26.hc:1020:1: error: BUILDSTDERR: warning: label ‘_caKx’ defined but not used [-Wunused-label] BUILDSTDERR: 1020 | _caKx: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1020 | _caKx: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_26.hc: In function ‘_caKQ’: BUILDSTDERR: /tmp/ghc30465_0/ghc_26.hc:1064:1: error: BUILDSTDERR: warning: label ‘_caKQ’ defined but not used [-Wunused-label] BUILDSTDERR: 1064 | _caKQ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1064 | _caKQ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_26.hc: In function ‘_caL3’: BUILDSTDERR: /tmp/ghc30465_0/ghc_26.hc:1108:1: error: BUILDSTDERR: warning: label ‘_caL3’ defined but not used [-Wunused-label] BUILDSTDERR: 1108 | _caL3: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1108 | _caL3: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_26.hc: In function ‘_caLg’: BUILDSTDERR: /tmp/ghc30465_0/ghc_26.hc:1151:1: error: BUILDSTDERR: warning: label ‘_caLg’ defined but not used [-Wunused-label] BUILDSTDERR: 1151 | _caLg: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1151 | _caLg: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_26.hc: In function ‘_caKC’: BUILDSTDERR: /tmp/ghc30465_0/ghc_26.hc:1186:1: error: BUILDSTDERR: warning: label ‘_caKC’ defined but not used [-Wunused-label] BUILDSTDERR: 1186 | _caKC: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1186 | _caKC: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_26.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziEditCosts_isDefaultEditCosts_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_26.hc:1206:1: error: BUILDSTDERR: warning: label ‘_caMj’ defined but not used [-Wunused-label] BUILDSTDERR: 1206 | _caMj: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1206 | _caMj: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_26.hc: In function ‘_caMg’: BUILDSTDERR: /tmp/ghc30465_0/ghc_26.hc:1233:1: error: BUILDSTDERR: warning: label ‘_caMg’ defined but not used [-Wunused-label] BUILDSTDERR: 1233 | _caMg: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1233 | _caMg: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_26.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziEditCosts_EditCosts_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_26.hc:1534:1: error: BUILDSTDERR: warning: label ‘_caMx’ defined but not used [-Wunused-label] BUILDSTDERR: 1534 | _caMx: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1534 | _caMx: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_26.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziEditCosts_ConstantCost_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_26.hc:1580:1: error: BUILDSTDERR: warning: label ‘_caMJ’ defined but not used [-Wunused-label] BUILDSTDERR: 1580 | _caMJ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1580 | _caMJ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_26.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziEditCosts_VariableCost_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_26.hc:1620:1: error: BUILDSTDERR: warning: label ‘_caMV’ defined but not used [-Wunused-label] BUILDSTDERR: 1620 | _caMV: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1620 | _caMV: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_26.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziEditCosts_EditCosts_con_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_26.hc:1652:1: error: BUILDSTDERR: warning: label ‘_caN5’ defined but not used [-Wunused-label] BUILDSTDERR: 1652 | _caN5: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1652 | _caN5: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_26.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziEditCosts_ConstantCost_con_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_26.hc:1675:1: error: BUILDSTDERR: warning: label ‘_caNc’ defined but not used [-Wunused-label] BUILDSTDERR: 1675 | _caNc: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1675 | _caNc: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_26.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziEditCosts_VariableCost_con_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_26.hc:1698:1: error: BUILDSTDERR: warning: label ‘_caNj’ defined but not used [-Wunused-label] BUILDSTDERR: 1698 | _caNj: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1698 | _caNj: BUILDSTDERR: | ^ BUILDSTDERR: At top level: BUILDSTDERR: /tmp/ghc30465_0/ghc_26.hc:1714:22: error: BUILDSTDERR: warning: ‘SaNn_srt’ defined but not used [-Wunused-const-variable=] BUILDSTDERR: 1714 | static const StgWord SaNn_srt[]__attribute__((aligned(8)))= { BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: | BUILDSTDERR: 1714 | static const StgWord SaNn_srt[]__attribute__((aligned(8)))= { BUILDSTDERR: | ^ [4 of 7] Compiling Text.EditDistance.MonadUtilities ( Text/EditDistance/MonadUtilities.hs, dist/build/Text/EditDistance/MonadUtilities.p_o ) BUILDSTDERR: /tmp/ghc30465_0/ghc_37.hc: In function ‘saVw_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_37.hc:36:1: error: BUILDSTDERR: warning: label ‘_caWx’ defined but not used [-Wunused-label] BUILDSTDERR: 36 | _caWx: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 36 | _caWx: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_37.hc: In function ‘saVE_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_37.hc:75:1: error: BUILDSTDERR: warning: label ‘_caWU’ defined but not used [-Wunused-label] BUILDSTDERR: 75 | _caWU: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 75 | _caWU: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_37.hc: In function ‘saVC_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_37.hc:114:1: error: BUILDSTDERR: warning: label ‘_caX5’ defined but not used [-Wunused-label] BUILDSTDERR: 114 | _caX5: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 114 | _caX5: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_37.hc: In function ‘saVx_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_37.hc:170:1: error: BUILDSTDERR: warning: label ‘_caXd’ defined but not used [-Wunused-label] BUILDSTDERR: 170 | _caXd: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 170 | _caXd: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_37.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziMonadUtilities_loopMzu_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_37.hc:244:1: error: BUILDSTDERR: warning: label ‘_caXi’ defined but not used [-Wunused-label] BUILDSTDERR: 244 | _caXi: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 244 | _caXi: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_37.hc: In function ‘_caWf’: BUILDSTDERR: /tmp/ghc30465_0/ghc_37.hc:272:1: error: BUILDSTDERR: warning: label ‘_caWf’ defined but not used [-Wunused-label] BUILDSTDERR: 272 | _caWf: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 272 | _caWf: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_37.hc: In function ‘_caWl’: BUILDSTDERR: /tmp/ghc30465_0/ghc_37.hc:302:1: error: BUILDSTDERR: warning: label ‘_caWl’ defined but not used [-Wunused-label] BUILDSTDERR: 302 | _caWl: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 302 | _caWl: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_37.hc: In function ‘saVJ_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_37.hc:355:1: error: BUILDSTDERR: warning: label ‘_caXM’ defined but not used [-Wunused-label] BUILDSTDERR: 355 | _caXM: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 355 | _caXM: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_37.hc: In function ‘saVP_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_37.hc:390:1: error: BUILDSTDERR: warning: label ‘_caYb’ defined but not used [-Wunused-label] BUILDSTDERR: 390 | _caYb: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 390 | _caYb: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_37.hc: In function ‘saVR_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_37.hc:425:1: error: BUILDSTDERR: warning: label ‘_caYt’ defined but not used [-Wunused-label] BUILDSTDERR: 425 | _caYt: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 425 | _caYt: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_37.hc: In function ‘saVS_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_37.hc:468:1: error: BUILDSTDERR: warning: label ‘_caYw’ defined but not used [-Wunused-label] BUILDSTDERR: 468 | _caYw: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 468 | _caYw: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_37.hc: In function ‘saVK_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_37.hc:527:1: error: BUILDSTDERR: warning: label ‘_caYF’ defined but not used [-Wunused-label] BUILDSTDERR: 527 | _caYF: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 527 | _caYF: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_37.hc: In function ‘_caXY’: BUILDSTDERR: /tmp/ghc30465_0/ghc_37.hc:574:1: error: BUILDSTDERR: warning: label ‘_caXY’ defined but not used [-Wunused-label] BUILDSTDERR: 574 | _caXY: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 574 | _caXY: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_37.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziMonadUtilities_foldM_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_37.hc:637:1: error: BUILDSTDERR: warning: label ‘_caYO’ defined but not used [-Wunused-label] BUILDSTDERR: 637 | _caYO: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 637 | _caYO: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_37.hc: In function ‘saW3_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_37.hc:695:1: error: BUILDSTDERR: warning: label ‘_caZv’ defined but not used [-Wunused-label] BUILDSTDERR: 695 | _caZv: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 695 | _caZv: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_37.hc: In function ‘saW5_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_37.hc:730:1: error: BUILDSTDERR: warning: label ‘_caZN’ defined but not used [-Wunused-label] BUILDSTDERR: 730 | _caZN: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 730 | _caZN: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_37.hc: In function ‘saW6_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_37.hc:773:1: error: BUILDSTDERR: warning: label ‘_caZQ’ defined but not used [-Wunused-label] BUILDSTDERR: 773 | _caZQ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 773 | _caZQ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_37.hc: In function ‘saVY_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_37.hc:832:1: error: BUILDSTDERR: warning: label ‘_caZZ’ defined but not used [-Wunused-label] BUILDSTDERR: 832 | _caZZ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 832 | _caZZ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_37.hc: In function ‘_caZi’: BUILDSTDERR: /tmp/ghc30465_0/ghc_37.hc:879:1: error: BUILDSTDERR: warning: label ‘_caZi’ defined but not used [-Wunused-label] BUILDSTDERR: 879 | _caZi: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 879 | _caZi: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_37.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziMonadUtilities_foldMK_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_37.hc:942:1: error: BUILDSTDERR: warning: label ‘_cb08’ defined but not used [-Wunused-label] BUILDSTDERR: 942 | _cb08: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 942 | _cb08: BUILDSTDERR: | ^ BUILDSTDERR: At top level: BUILDSTDERR: /tmp/ghc30465_0/ghc_37.hc:1003:22: error: BUILDSTDERR: warning: ‘Sb0n_srt’ defined but not used [-Wunused-const-variable=] BUILDSTDERR: 1003 | static const StgWord Sb0n_srt[]__attribute__((aligned(8)))= { BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: | BUILDSTDERR: 1003 | static const StgWord Sb0n_srt[]__attribute__((aligned(8)))= { BUILDSTDERR: | ^ [5 of 7] Compiling Text.EditDistance.STUArray ( Text/EditDistance/STUArray.hs, dist/build/Text/EditDistance/STUArray.p_o ) BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘reUD_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:116:1: error: BUILDSTDERR: warning: label ‘_cfMt’ defined but not used [-Wunused-label] BUILDSTDERR: 116 | _cfMt: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 116 | _cfMt: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘reUF_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:169:1: error: BUILDSTDERR: warning: label ‘_cfMH’ defined but not used [-Wunused-label] BUILDSTDERR: 169 | _cfMH: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 169 | _cfMH: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘reUH_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:222:1: error: BUILDSTDERR: warning: label ‘_cfMV’ defined but not used [-Wunused-label] BUILDSTDERR: 222 | _cfMV: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 222 | _cfMV: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘reUJ_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:275:1: error: BUILDSTDERR: warning: label ‘_cfN9’ defined but not used [-Wunused-label] BUILDSTDERR: 275 | _cfN9: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 275 | _cfN9: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘reUQ_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:370:1: error: BUILDSTDERR: warning: label ‘_cfNr’ defined but not used [-Wunused-label] BUILDSTDERR: 370 | _cfNr: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 370 | _cfNr: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cfNp’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:415:1: error: BUILDSTDERR: warning: label ‘_cfNp’ defined but not used [-Wunused-label] BUILDSTDERR: 415 | _cfNp: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 415 | _cfNp: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘seV7_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:463:1: error: BUILDSTDERR: warning: label ‘_cfO6’ defined but not used [-Wunused-label] BUILDSTDERR: 463 | _cfO6: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 463 | _cfO6: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cfO3’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:499:1: error: BUILDSTDERR: warning: label ‘_cfO3’ defined but not used [-Wunused-label] BUILDSTDERR: 499 | _cfO3: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 499 | _cfO3: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘seV8_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:538:1: error: BUILDSTDERR: warning: label ‘_cfOc’ defined but not used [-Wunused-label] BUILDSTDERR: 538 | _cfOc: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 538 | _cfOc: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘seV9_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:585:1: error: BUILDSTDERR: warning: label ‘_cfOi’ defined but not used [-Wunused-label] BUILDSTDERR: 585 | _cfOi: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 585 | _cfOi: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cfNM’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:625:1: error: BUILDSTDERR: warning: label ‘_cfNM’ defined but not used [-Wunused-label] BUILDSTDERR: 625 | _cfNM: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 625 | _cfNM: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘reUV_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:672:1: error: BUILDSTDERR: warning: label ‘_cfOr’ defined but not used [-Wunused-label] BUILDSTDERR: 672 | _cfOr: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 672 | _cfOr: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cfOp’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:709:1: error: BUILDSTDERR: warning: label ‘_cfOp’ defined but not used [-Wunused-label] BUILDSTDERR: 709 | _cfOp: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 709 | _cfOp: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziSTUArray_zdwrestrictedDamerauLevenshteinDistanceWithLengths_slow’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:732:1: error: BUILDSTDERR: warning: label ‘_cfOI’ defined but not used [-Wunused-label] BUILDSTDERR: 732 | _cfOI: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 732 | _cfOI: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘seVj_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:748:1: error: BUILDSTDERR: warning: label ‘_cgdu’ defined but not used [-Wunused-label] BUILDSTDERR: 748 | _cgdu: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 748 | _cgdu: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘seWG_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:789:1: error: BUILDSTDERR: warning: label ‘_cgdI’ defined but not used [-Wunused-label] BUILDSTDERR: 789 | _cgdI: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 789 | _cgdI: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgdx’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:831:1: error: BUILDSTDERR: warning: label ‘_cgdx’ defined but not used [-Wunused-label] BUILDSTDERR: 831 | _cgdx: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 831 | _cgdx: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgdJ’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:903:1: error: BUILDSTDERR: warning: label ‘_cgdJ’ defined but not used [-Wunused-label] BUILDSTDERR: 903 | _cgdJ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 903 | _cgdJ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cge3’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:914:1: error: BUILDSTDERR: warning: label ‘_cge3’ defined but not used [-Wunused-label] BUILDSTDERR: 914 | _cge3: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 914 | _cge3: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgfJ’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:943:1: error: BUILDSTDERR: warning: label ‘_cgfJ’ defined but not used [-Wunused-label] BUILDSTDERR: 943 | _cgfJ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 943 | _cgfJ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_seX1’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:963:1: error: BUILDSTDERR: warning: label ‘_seX1’ defined but not used [-Wunused-label] BUILDSTDERR: 963 | _seX1: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 963 | _seX1: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgec’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:987:1: error: BUILDSTDERR: warning: label ‘_cgec’ defined but not used [-Wunused-label] BUILDSTDERR: 987 | _cgec: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 987 | _cgec: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgfs’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:1016:1: error: BUILDSTDERR: warning: label ‘_cgfs’ defined but not used [-Wunused-label] BUILDSTDERR: 1016 | _cgfs: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1016 | _cgfs: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_seX3’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:1044:1: error: BUILDSTDERR: warning: label ‘_seX3’ defined but not used [-Wunused-label] BUILDSTDERR: 1044 | _seX3: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1044 | _seX3: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgeP’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:1102:1: error: BUILDSTDERR: warning: label ‘_cgeP’ defined but not used [-Wunused-label] BUILDSTDERR: 1102 | _cgeP: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1102 | _cgeP: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgf3’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:1148:1: error: BUILDSTDERR: warning: label ‘_cgf3’ defined but not used [-Wunused-label] BUILDSTDERR: 1148 | _cgf3: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1148 | _cgf3: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_seX9’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:1170:1: error: BUILDSTDERR: warning: label ‘_seX9’ defined but not used [-Wunused-label] BUILDSTDERR: 1170 | _seX9: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1170 | _seX9: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘seXQ_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:1205:1: error: BUILDSTDERR: warning: label ‘_cggn’ defined but not used [-Wunused-label] BUILDSTDERR: 1205 | _cggn: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1205 | _cggn: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cfSQ’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:1229:1: error: BUILDSTDERR: warning: label ‘_cfSQ’ defined but not used [-Wunused-label] BUILDSTDERR: 1229 | _cfSQ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1229 | _cfSQ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cfSX’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:1259:1: error: BUILDSTDERR: warning: label ‘_cfSX’ defined but not used [-Wunused-label] BUILDSTDERR: 1259 | _cfSX: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1259 | _cfSX: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cfT3’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:1288:1: error: BUILDSTDERR: warning: label ‘_cfT3’ defined but not used [-Wunused-label] BUILDSTDERR: 1288 | _cfT3: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1288 | _cfT3: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cfT9’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:1313:1: error: BUILDSTDERR: warning: label ‘_cfT9’ defined but not used [-Wunused-label] BUILDSTDERR: 1313 | _cfT9: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1313 | _cfT9: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cfTf’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:1338:1: error: BUILDSTDERR: warning: label ‘_cfTf’ defined but not used [-Wunused-label] BUILDSTDERR: 1338 | _cfTf: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1338 | _cfTf: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cfTl’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:1365:1: error: BUILDSTDERR: warning: label ‘_cfTl’ defined but not used [-Wunused-label] BUILDSTDERR: 1365 | _cfTl: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1365 | _cfTl: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cfTr’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:1390:1: error: BUILDSTDERR: warning: label ‘_cfTr’ defined but not used [-Wunused-label] BUILDSTDERR: 1390 | _cfTr: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1390 | _cfTr: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cfTx’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:1417:1: error: BUILDSTDERR: warning: label ‘_cfTx’ defined but not used [-Wunused-label] BUILDSTDERR: 1417 | _cfTx: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1417 | _cfTx: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cfTD’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:1446:1: error: BUILDSTDERR: warning: label ‘_cfTD’ defined but not used [-Wunused-label] BUILDSTDERR: 1446 | _cfTD: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1446 | _cfTD: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cfTR’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:1497:1: error: BUILDSTDERR: warning: label ‘_cfTR’ defined but not used [-Wunused-label] BUILDSTDERR: 1497 | _cfTR: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1497 | _cfTR: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cfUa’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:1589:1: error: BUILDSTDERR: warning: label ‘_cfUa’ defined but not used [-Wunused-label] BUILDSTDERR: 1589 | _cfUa: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1589 | _cfUa: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘seZK_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:1664:1: error: BUILDSTDERR: warning: label ‘_cgoL’ defined but not used [-Wunused-label] BUILDSTDERR: 1664 | _cgoL: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1664 | _cgoL: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cfVf’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:1688:1: error: BUILDSTDERR: warning: label ‘_cfVf’ defined but not used [-Wunused-label] BUILDSTDERR: 1688 | _cfVf: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1688 | _cfVf: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cfVm’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:1723:1: error: BUILDSTDERR: warning: label ‘_cfVm’ defined but not used [-Wunused-label] BUILDSTDERR: 1723 | _cfVm: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1723 | _cfVm: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cfVs’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:1752:1: error: BUILDSTDERR: warning: label ‘_cfVs’ defined but not used [-Wunused-label] BUILDSTDERR: 1752 | _cfVs: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1752 | _cfVs: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cfVy’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:1777:1: error: BUILDSTDERR: warning: label ‘_cfVy’ defined but not used [-Wunused-label] BUILDSTDERR: 1777 | _cfVy: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1777 | _cfVy: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cfVE’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:1804:1: error: BUILDSTDERR: warning: label ‘_cfVE’ defined but not used [-Wunused-label] BUILDSTDERR: 1804 | _cfVE: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1804 | _cfVE: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cfVK’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:1829:1: error: BUILDSTDERR: warning: label ‘_cfVK’ defined but not used [-Wunused-label] BUILDSTDERR: 1829 | _cfVK: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1829 | _cfVK: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cfVQ’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:1856:1: error: BUILDSTDERR: warning: label ‘_cfVQ’ defined but not used [-Wunused-label] BUILDSTDERR: 1856 | _cfVQ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1856 | _cfVQ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cfVW’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:1881:1: error: BUILDSTDERR: warning: label ‘_cfVW’ defined but not used [-Wunused-label] BUILDSTDERR: 1881 | _cfVW: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1881 | _cfVW: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cfW2’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:1908:1: error: BUILDSTDERR: warning: label ‘_cfW2’ defined but not used [-Wunused-label] BUILDSTDERR: 1908 | _cfW2: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1908 | _cfW2: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cfW8’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:1940:1: error: BUILDSTDERR: warning: label ‘_cfW8’ defined but not used [-Wunused-label] BUILDSTDERR: 1940 | _cfW8: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1940 | _cfW8: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cfWp’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:1992:1: error: BUILDSTDERR: warning: label ‘_cfWp’ defined but not used [-Wunused-label] BUILDSTDERR: 1992 | _cfWp: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1992 | _cfWp: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cfWB’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:2038:1: error: BUILDSTDERR: warning: label ‘_cfWB’ defined but not used [-Wunused-label] BUILDSTDERR: 2038 | _cfWB: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2038 | _cfWB: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sf0s’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:2069:1: error: BUILDSTDERR: warning: label ‘_sf0s’ defined but not used [-Wunused-label] BUILDSTDERR: 2069 | _sf0s: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2069 | _sf0s: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cghe’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:2089:1: error: BUILDSTDERR: warning: label ‘_cghe’ defined but not used [-Wunused-label] BUILDSTDERR: 2089 | _cghe: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2089 | _cghe: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgp4’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:2139:1: error: BUILDSTDERR: warning: label ‘_cgp4’ defined but not used [-Wunused-label] BUILDSTDERR: 2139 | _cgp4: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2139 | _cgp4: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgBD’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:2168:1: error: BUILDSTDERR: warning: label ‘_cgBD’ defined but not used [-Wunused-label] BUILDSTDERR: 2168 | _cgBD: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2168 | _cgBD: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sf0F’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:2188:1: error: BUILDSTDERR: warning: label ‘_sf0F’ defined but not used [-Wunused-label] BUILDSTDERR: 2188 | _sf0F: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2188 | _sf0F: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgp7’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:2212:1: error: BUILDSTDERR: warning: label ‘_cgp7’ defined but not used [-Wunused-label] BUILDSTDERR: 2212 | _cgp7: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2212 | _cgp7: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgBm’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:2241:1: error: BUILDSTDERR: warning: label ‘_cgBm’ defined but not used [-Wunused-label] BUILDSTDERR: 2241 | _cgBm: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2241 | _cgBm: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sf0H’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:2269:1: error: BUILDSTDERR: warning: label ‘_sf0H’ defined but not used [-Wunused-label] BUILDSTDERR: 2269 | _sf0H: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2269 | _sf0H: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgAJ’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:2327:1: error: BUILDSTDERR: warning: label ‘_cgAJ’ defined but not used [-Wunused-label] BUILDSTDERR: 2327 | _cgAJ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2327 | _cgAJ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgAX’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:2374:1: error: BUILDSTDERR: warning: label ‘_cgAX’ defined but not used [-Wunused-label] BUILDSTDERR: 2374 | _cgAX: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2374 | _cgAX: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sf0N’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:2399:1: error: BUILDSTDERR: warning: label ‘_sf0N’ defined but not used [-Wunused-label] BUILDSTDERR: 2399 | _sf0N: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2399 | _sf0N: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sf10’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:2431:1: error: BUILDSTDERR: warning: label ‘_sf10’ defined but not used [-Wunused-label] BUILDSTDERR: 2431 | _sf10: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2431 | _sf10: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgih’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:2457:1: error: BUILDSTDERR: warning: label ‘_cgih’ defined but not used [-Wunused-label] BUILDSTDERR: 2457 | _cgih: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2457 | _cgih: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgpq’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:2523:1: error: BUILDSTDERR: warning: label ‘_cgpq’ defined but not used [-Wunused-label] BUILDSTDERR: 2523 | _cgpq: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2523 | _cgpq: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgAr’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:2552:1: error: BUILDSTDERR: warning: label ‘_cgAr’ defined but not used [-Wunused-label] BUILDSTDERR: 2552 | _cgAr: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2552 | _cgAr: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sf1y’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:2572:1: error: BUILDSTDERR: warning: label ‘_sf1y’ defined but not used [-Wunused-label] BUILDSTDERR: 2572 | _sf1y: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2572 | _sf1y: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgpt’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:2596:1: error: BUILDSTDERR: warning: label ‘_cgpt’ defined but not used [-Wunused-label] BUILDSTDERR: 2596 | _cgpt: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2596 | _cgpt: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgA8’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:2625:1: error: BUILDSTDERR: warning: label ‘_cgA8’ defined but not used [-Wunused-label] BUILDSTDERR: 2625 | _cgA8: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2625 | _cgA8: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sf1A’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:2641:1: error: BUILDSTDERR: warning: label ‘_sf1A’ defined but not used [-Wunused-label] BUILDSTDERR: 2641 | _sf1A: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2641 | _sf1A: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgj2’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:2666:1: error: BUILDSTDERR: warning: label ‘_cgj2’ defined but not used [-Wunused-label] BUILDSTDERR: 2666 | _cgj2: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2666 | _cgj2: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgj1’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:2747:1: error: BUILDSTDERR: warning: label ‘_cgj1’ defined but not used [-Wunused-label] BUILDSTDERR: 2747 | _cgj1: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2747 | _cgj1: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgzb’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:2771:1: error: BUILDSTDERR: warning: label ‘_cgzb’ defined but not used [-Wunused-label] BUILDSTDERR: 2771 | _cgzb: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2771 | _cgzb: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgzx’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:2830:1: error: BUILDSTDERR: warning: label ‘_cgzx’ defined but not used [-Wunused-label] BUILDSTDERR: 2830 | _cgzx: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2830 | _cgzx: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgzT’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:2857:1: error: BUILDSTDERR: warning: label ‘_cgzT’ defined but not used [-Wunused-label] BUILDSTDERR: 2857 | _cgzT: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2857 | _cgzT: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sf1H’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:2875:1: error: BUILDSTDERR: warning: label ‘_sf1H’ defined but not used [-Wunused-label] BUILDSTDERR: 2875 | _sf1H: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2875 | _sf1H: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgjC’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:2939:1: error: BUILDSTDERR: warning: label ‘_cgjC’ defined but not used [-Wunused-label] BUILDSTDERR: 2939 | _cgjC: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2939 | _cgjC: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgme’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:3016:1: error: BUILDSTDERR: warning: label ‘_cgme’ defined but not used [-Wunused-label] BUILDSTDERR: 3016 | _cgme: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3016 | _cgme: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sf6p’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:3053:1: error: BUILDSTDERR: warning: label ‘_sf6p’ defined but not used [-Wunused-label] BUILDSTDERR: 3053 | _sf6p: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3053 | _sf6p: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgnJ’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:3079:1: error: BUILDSTDERR: warning: label ‘_cgnJ’ defined but not used [-Wunused-label] BUILDSTDERR: 3079 | _cgnJ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3079 | _cgnJ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgwM’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:3145:1: error: BUILDSTDERR: warning: label ‘_cgwM’ defined but not used [-Wunused-label] BUILDSTDERR: 3145 | _cgwM: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3145 | _cgwM: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgyW’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:3174:1: error: BUILDSTDERR: warning: label ‘_cgyW’ defined but not used [-Wunused-label] BUILDSTDERR: 3174 | _cgyW: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3174 | _cgyW: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sf6X’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:3194:1: error: BUILDSTDERR: warning: label ‘_sf6X’ defined but not used [-Wunused-label] BUILDSTDERR: 3194 | _sf6X: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3194 | _sf6X: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgwP’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:3218:1: error: BUILDSTDERR: warning: label ‘_cgwP’ defined but not used [-Wunused-label] BUILDSTDERR: 3218 | _cgwP: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3218 | _cgwP: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgyD’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:3247:1: error: BUILDSTDERR: warning: label ‘_cgyD’ defined but not used [-Wunused-label] BUILDSTDERR: 3247 | _cgyD: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3247 | _cgyD: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sf6Z’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:3263:1: error: BUILDSTDERR: warning: label ‘_sf6Z’ defined but not used [-Wunused-label] BUILDSTDERR: 3263 | _sf6Z: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3263 | _sf6Z: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgou’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:3288:1: error: BUILDSTDERR: warning: label ‘_cgou’ defined but not used [-Wunused-label] BUILDSTDERR: 3288 | _cgou: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3288 | _cgou: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgot’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:3369:1: error: BUILDSTDERR: warning: label ‘_cgot’ defined but not used [-Wunused-label] BUILDSTDERR: 3369 | _cgot: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3369 | _cgot: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgxG’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:3393:1: error: BUILDSTDERR: warning: label ‘_cgxG’ defined but not used [-Wunused-label] BUILDSTDERR: 3393 | _cgxG: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3393 | _cgxG: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgy2’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:3452:1: error: BUILDSTDERR: warning: label ‘_cgy2’ defined but not used [-Wunused-label] BUILDSTDERR: 3452 | _cgy2: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3452 | _cgy2: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgyo’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:3479:1: error: BUILDSTDERR: warning: label ‘_cgyo’ defined but not used [-Wunused-label] BUILDSTDERR: 3479 | _cgyo: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3479 | _cgyo: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sf76’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:3487:1: error: BUILDSTDERR: warning: label ‘_sf76’ defined but not used [-Wunused-label] BUILDSTDERR: 3487 | _sf76: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3487 | _sf76: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgx2’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:3508:1: error: BUILDSTDERR: warning: label ‘_cgx2’ defined but not used [-Wunused-label] BUILDSTDERR: 3508 | _cgx2: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3508 | _cgx2: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgx1’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:3572:1: error: BUILDSTDERR: warning: label ‘_cgx1’ defined but not used [-Wunused-label] BUILDSTDERR: 3572 | _cgx1: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3572 | _cgx1: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgxm’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:3593:1: error: BUILDSTDERR: warning: label ‘_cgxm’ defined but not used [-Wunused-label] BUILDSTDERR: 3593 | _cgxm: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3593 | _cgxm: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sf4V’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:3630:1: error: BUILDSTDERR: warning: label ‘_sf4V’ defined but not used [-Wunused-label] BUILDSTDERR: 3630 | _sf4V: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3630 | _sf4V: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgmx’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:3656:1: error: BUILDSTDERR: warning: label ‘_cgmx’ defined but not used [-Wunused-label] BUILDSTDERR: 3656 | _cgmx: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3656 | _cgmx: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgun’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:3722:1: error: BUILDSTDERR: warning: label ‘_cgun’ defined but not used [-Wunused-label] BUILDSTDERR: 3722 | _cgun: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3722 | _cgun: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgwx’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:3751:1: error: BUILDSTDERR: warning: label ‘_cgwx’ defined but not used [-Wunused-label] BUILDSTDERR: 3751 | _cgwx: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3751 | _cgwx: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sf5t’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:3771:1: error: BUILDSTDERR: warning: label ‘_sf5t’ defined but not used [-Wunused-label] BUILDSTDERR: 3771 | _sf5t: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3771 | _sf5t: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cguq’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:3795:1: error: BUILDSTDERR: warning: label ‘_cguq’ defined but not used [-Wunused-label] BUILDSTDERR: 3795 | _cguq: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3795 | _cguq: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgwe’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:3824:1: error: BUILDSTDERR: warning: label ‘_cgwe’ defined but not used [-Wunused-label] BUILDSTDERR: 3824 | _cgwe: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3824 | _cgwe: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sf5v’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:3840:1: error: BUILDSTDERR: warning: label ‘_sf5v’ defined but not used [-Wunused-label] BUILDSTDERR: 3840 | _sf5v: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3840 | _sf5v: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgni’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:3865:1: error: BUILDSTDERR: warning: label ‘_cgni’ defined but not used [-Wunused-label] BUILDSTDERR: 3865 | _cgni: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3865 | _cgni: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgnh’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:3946:1: error: BUILDSTDERR: warning: label ‘_cgnh’ defined but not used [-Wunused-label] BUILDSTDERR: 3946 | _cgnh: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3946 | _cgnh: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgvh’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:3970:1: error: BUILDSTDERR: warning: label ‘_cgvh’ defined but not used [-Wunused-label] BUILDSTDERR: 3970 | _cgvh: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3970 | _cgvh: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgvD’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:4029:1: error: BUILDSTDERR: warning: label ‘_cgvD’ defined but not used [-Wunused-label] BUILDSTDERR: 4029 | _cgvD: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4029 | _cgvD: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgvZ’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:4056:1: error: BUILDSTDERR: warning: label ‘_cgvZ’ defined but not used [-Wunused-label] BUILDSTDERR: 4056 | _cgvZ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4056 | _cgvZ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sf5C’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:4064:1: error: BUILDSTDERR: warning: label ‘_sf5C’ defined but not used [-Wunused-label] BUILDSTDERR: 4064 | _sf5C: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4064 | _sf5C: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cguD’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:4085:1: error: BUILDSTDERR: warning: label ‘_cguD’ defined but not used [-Wunused-label] BUILDSTDERR: 4085 | _cguD: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4085 | _cguD: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cguC’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:4149:1: error: BUILDSTDERR: warning: label ‘_cguC’ defined but not used [-Wunused-label] BUILDSTDERR: 4149 | _cguC: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4149 | _cguC: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cguX’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:4170:1: error: BUILDSTDERR: warning: label ‘_cguX’ defined but not used [-Wunused-label] BUILDSTDERR: 4170 | _cguX: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4170 | _cguX: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sf3o’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:4207:1: error: BUILDSTDERR: warning: label ‘_sf3o’ defined but not used [-Wunused-label] BUILDSTDERR: 4207 | _sf3o: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4207 | _sf3o: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgl8’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:4233:1: error: BUILDSTDERR: warning: label ‘_cgl8’ defined but not used [-Wunused-label] BUILDSTDERR: 4233 | _cgl8: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4233 | _cgl8: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgs1’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:4299:1: error: BUILDSTDERR: warning: label ‘_cgs1’ defined but not used [-Wunused-label] BUILDSTDERR: 4299 | _cgs1: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4299 | _cgs1: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgu2’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:4328:1: error: BUILDSTDERR: warning: label ‘_cgu2’ defined but not used [-Wunused-label] BUILDSTDERR: 4328 | _cgu2: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4328 | _cgu2: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sf3W’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:4348:1: error: BUILDSTDERR: warning: label ‘_sf3W’ defined but not used [-Wunused-label] BUILDSTDERR: 4348 | _sf3W: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4348 | _sf3W: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgs4’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:4372:1: error: BUILDSTDERR: warning: label ‘_cgs4’ defined but not used [-Wunused-label] BUILDSTDERR: 4372 | _cgs4: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4372 | _cgs4: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgtJ’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:4401:1: error: BUILDSTDERR: warning: label ‘_cgtJ’ defined but not used [-Wunused-label] BUILDSTDERR: 4401 | _cgtJ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4401 | _cgtJ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sf3Y’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:4417:1: error: BUILDSTDERR: warning: label ‘_sf3Y’ defined but not used [-Wunused-label] BUILDSTDERR: 4417 | _sf3Y: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4417 | _sf3Y: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cglT’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:4442:1: error: BUILDSTDERR: warning: label ‘_cglT’ defined but not used [-Wunused-label] BUILDSTDERR: 4442 | _cglT: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4442 | _cglT: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cglS’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:4523:1: error: BUILDSTDERR: warning: label ‘_cglS’ defined but not used [-Wunused-label] BUILDSTDERR: 4523 | _cglS: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4523 | _cglS: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgsM’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:4548:1: error: BUILDSTDERR: warning: label ‘_cgsM’ defined but not used [-Wunused-label] BUILDSTDERR: 4548 | _cgsM: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4548 | _cgsM: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgt8’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:4611:1: error: BUILDSTDERR: warning: label ‘_cgt8’ defined but not used [-Wunused-label] BUILDSTDERR: 4611 | _cgt8: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4611 | _cgt8: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgtu’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:4641:1: error: BUILDSTDERR: warning: label ‘_cgtu’ defined but not used [-Wunused-label] BUILDSTDERR: 4641 | _cgtu: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4641 | _cgtu: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sf45’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:4657:1: error: BUILDSTDERR: warning: label ‘_sf45’ defined but not used [-Wunused-label] BUILDSTDERR: 4657 | _sf45: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4657 | _sf45: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sf1X’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:4714:1: error: BUILDSTDERR: warning: label ‘_sf1X’ defined but not used [-Wunused-label] BUILDSTDERR: 4714 | _sf1X: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4714 | _sf1X: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgjW’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:4740:1: error: BUILDSTDERR: warning: label ‘_cgjW’ defined but not used [-Wunused-label] BUILDSTDERR: 4740 | _cgjW: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4740 | _cgjW: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgAy’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:4804:1: error: BUILDSTDERR: warning: label ‘_cgAy’ defined but not used [-Wunused-label] BUILDSTDERR: 4804 | _cgAy: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4804 | _cgAy: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgi8’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:4822:1: error: BUILDSTDERR: warning: label ‘_cgi8’ defined but not used [-Wunused-label] BUILDSTDERR: 4822 | _cgi8: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4822 | _cgi8: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgpL’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:4880:1: error: BUILDSTDERR: warning: label ‘_cgpL’ defined but not used [-Wunused-label] BUILDSTDERR: 4880 | _cgpL: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4880 | _cgpL: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgrM’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:4909:1: error: BUILDSTDERR: warning: label ‘_cgrM’ defined but not used [-Wunused-label] BUILDSTDERR: 4909 | _cgrM: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4909 | _cgrM: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sf2v’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:4929:1: error: BUILDSTDERR: warning: label ‘_sf2v’ defined but not used [-Wunused-label] BUILDSTDERR: 4929 | _sf2v: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4929 | _sf2v: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgpO’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:4953:1: error: BUILDSTDERR: warning: label ‘_cgpO’ defined but not used [-Wunused-label] BUILDSTDERR: 4953 | _cgpO: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4953 | _cgpO: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgrt’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:4982:1: error: BUILDSTDERR: warning: label ‘_cgrt’ defined but not used [-Wunused-label] BUILDSTDERR: 4982 | _cgrt: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4982 | _cgrt: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sf2x’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:4998:1: error: BUILDSTDERR: warning: label ‘_sf2x’ defined but not used [-Wunused-label] BUILDSTDERR: 4998 | _sf2x: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4998 | _sf2x: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgkH’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:5023:1: error: BUILDSTDERR: warning: label ‘_cgkH’ defined but not used [-Wunused-label] BUILDSTDERR: 5023 | _cgkH: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5023 | _cgkH: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgkG’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:5104:1: error: BUILDSTDERR: warning: label ‘_cgkG’ defined but not used [-Wunused-label] BUILDSTDERR: 5104 | _cgkG: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5104 | _cgkG: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgqw’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:5129:1: error: BUILDSTDERR: warning: label ‘_cgqw’ defined but not used [-Wunused-label] BUILDSTDERR: 5129 | _cgqw: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5129 | _cgqw: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgqS’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:5192:1: error: BUILDSTDERR: warning: label ‘_cgqS’ defined but not used [-Wunused-label] BUILDSTDERR: 5192 | _cgqS: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5192 | _cgqS: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgre’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:5222:1: error: BUILDSTDERR: warning: label ‘_cgre’ defined but not used [-Wunused-label] BUILDSTDERR: 5222 | _cgre: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5222 | _cgre: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sf2E’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:5238:1: error: BUILDSTDERR: warning: label ‘_sf2E’ defined but not used [-Wunused-label] BUILDSTDERR: 5238 | _sf2E: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5238 | _sf2E: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘sfhl_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:5301:1: error: BUILDSTDERR: warning: label ‘_cgHM’ defined but not used [-Wunused-label] BUILDSTDERR: 5301 | _cgHM: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5301 | _cgHM: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgHB’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:5343:1: error: BUILDSTDERR: warning: label ‘_cgHB’ defined but not used [-Wunused-label] BUILDSTDERR: 5343 | _cgHB: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5343 | _cgHB: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgHN’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:5415:1: error: BUILDSTDERR: warning: label ‘_cgHN’ defined but not used [-Wunused-label] BUILDSTDERR: 5415 | _cgHN: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5415 | _cgHN: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgI7’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:5426:1: error: BUILDSTDERR: warning: label ‘_cgI7’ defined but not used [-Wunused-label] BUILDSTDERR: 5426 | _cgI7: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5426 | _cgI7: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgJN’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:5455:1: error: BUILDSTDERR: warning: label ‘_cgJN’ defined but not used [-Wunused-label] BUILDSTDERR: 5455 | _cgJN: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5455 | _cgJN: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sfhG’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:5475:1: error: BUILDSTDERR: warning: label ‘_sfhG’ defined but not used [-Wunused-label] BUILDSTDERR: 5475 | _sfhG: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5475 | _sfhG: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgIg’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:5499:1: error: BUILDSTDERR: warning: label ‘_cgIg’ defined but not used [-Wunused-label] BUILDSTDERR: 5499 | _cgIg: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5499 | _cgIg: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgJw’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:5528:1: error: BUILDSTDERR: warning: label ‘_cgJw’ defined but not used [-Wunused-label] BUILDSTDERR: 5528 | _cgJw: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5528 | _cgJw: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sfhI’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:5556:1: error: BUILDSTDERR: warning: label ‘_sfhI’ defined but not used [-Wunused-label] BUILDSTDERR: 5556 | _sfhI: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5556 | _sfhI: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgIT’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:5614:1: error: BUILDSTDERR: warning: label ‘_cgIT’ defined but not used [-Wunused-label] BUILDSTDERR: 5614 | _cgIT: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5614 | _cgIT: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgJ7’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:5660:1: error: BUILDSTDERR: warning: label ‘_cgJ7’ defined but not used [-Wunused-label] BUILDSTDERR: 5660 | _cgJ7: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5660 | _cgJ7: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sfhO’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:5682:1: error: BUILDSTDERR: warning: label ‘_sfhO’ defined but not used [-Wunused-label] BUILDSTDERR: 5682 | _sfhO: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5682 | _sfhO: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘sfiv_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:5717:1: error: BUILDSTDERR: warning: label ‘_cgKr’ defined but not used [-Wunused-label] BUILDSTDERR: 5717 | _cgKr: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5717 | _cgKr: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cg46’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:5741:1: error: BUILDSTDERR: warning: label ‘_cg46’ defined but not used [-Wunused-label] BUILDSTDERR: 5741 | _cg46: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5741 | _cg46: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cg4d’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:5771:1: error: BUILDSTDERR: warning: label ‘_cg4d’ defined but not used [-Wunused-label] BUILDSTDERR: 5771 | _cg4d: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5771 | _cg4d: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cg4j’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:5800:1: error: BUILDSTDERR: warning: label ‘_cg4j’ defined but not used [-Wunused-label] BUILDSTDERR: 5800 | _cg4j: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5800 | _cg4j: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cg4p’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:5825:1: error: BUILDSTDERR: warning: label ‘_cg4p’ defined but not used [-Wunused-label] BUILDSTDERR: 5825 | _cg4p: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5825 | _cg4p: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cg4v’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:5850:1: error: BUILDSTDERR: warning: label ‘_cg4v’ defined but not used [-Wunused-label] BUILDSTDERR: 5850 | _cg4v: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5850 | _cg4v: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cg4B’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:5877:1: error: BUILDSTDERR: warning: label ‘_cg4B’ defined but not used [-Wunused-label] BUILDSTDERR: 5877 | _cg4B: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5877 | _cg4B: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cg4H’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:5902:1: error: BUILDSTDERR: warning: label ‘_cg4H’ defined but not used [-Wunused-label] BUILDSTDERR: 5902 | _cg4H: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5902 | _cg4H: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cg4N’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:5929:1: error: BUILDSTDERR: warning: label ‘_cg4N’ defined but not used [-Wunused-label] BUILDSTDERR: 5929 | _cg4N: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5929 | _cg4N: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cg4T’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:5958:1: error: BUILDSTDERR: warning: label ‘_cg4T’ defined but not used [-Wunused-label] BUILDSTDERR: 5958 | _cg4T: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5958 | _cg4T: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cg57’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:6009:1: error: BUILDSTDERR: warning: label ‘_cg57’ defined but not used [-Wunused-label] BUILDSTDERR: 6009 | _cg57: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6009 | _cg57: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cg5q’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:6101:1: error: BUILDSTDERR: warning: label ‘_cg5q’ defined but not used [-Wunused-label] BUILDSTDERR: 6101 | _cg5q: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6101 | _cg5q: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘sfkp_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:6176:1: error: BUILDSTDERR: warning: label ‘_cgSP’ defined but not used [-Wunused-label] BUILDSTDERR: 6176 | _cgSP: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6176 | _cgSP: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cg6v’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:6200:1: error: BUILDSTDERR: warning: label ‘_cg6v’ defined but not used [-Wunused-label] BUILDSTDERR: 6200 | _cg6v: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6200 | _cg6v: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cg6C’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:6235:1: error: BUILDSTDERR: warning: label ‘_cg6C’ defined but not used [-Wunused-label] BUILDSTDERR: 6235 | _cg6C: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6235 | _cg6C: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cg6I’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:6264:1: error: BUILDSTDERR: warning: label ‘_cg6I’ defined but not used [-Wunused-label] BUILDSTDERR: 6264 | _cg6I: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6264 | _cg6I: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cg6O’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:6289:1: error: BUILDSTDERR: warning: label ‘_cg6O’ defined but not used [-Wunused-label] BUILDSTDERR: 6289 | _cg6O: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6289 | _cg6O: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cg6U’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:6316:1: error: BUILDSTDERR: warning: label ‘_cg6U’ defined but not used [-Wunused-label] BUILDSTDERR: 6316 | _cg6U: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6316 | _cg6U: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cg70’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:6341:1: error: BUILDSTDERR: warning: label ‘_cg70’ defined but not used [-Wunused-label] BUILDSTDERR: 6341 | _cg70: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6341 | _cg70: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cg76’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:6368:1: error: BUILDSTDERR: warning: label ‘_cg76’ defined but not used [-Wunused-label] BUILDSTDERR: 6368 | _cg76: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6368 | _cg76: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cg7c’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:6393:1: error: BUILDSTDERR: warning: label ‘_cg7c’ defined but not used [-Wunused-label] BUILDSTDERR: 6393 | _cg7c: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6393 | _cg7c: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cg7i’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:6420:1: error: BUILDSTDERR: warning: label ‘_cg7i’ defined but not used [-Wunused-label] BUILDSTDERR: 6420 | _cg7i: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6420 | _cg7i: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cg7o’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:6452:1: error: BUILDSTDERR: warning: label ‘_cg7o’ defined but not used [-Wunused-label] BUILDSTDERR: 6452 | _cg7o: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6452 | _cg7o: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cg7F’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:6504:1: error: BUILDSTDERR: warning: label ‘_cg7F’ defined but not used [-Wunused-label] BUILDSTDERR: 6504 | _cg7F: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6504 | _cg7F: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cg7R’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:6550:1: error: BUILDSTDERR: warning: label ‘_cg7R’ defined but not used [-Wunused-label] BUILDSTDERR: 6550 | _cg7R: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6550 | _cg7R: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sfl7’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:6581:1: error: BUILDSTDERR: warning: label ‘_sfl7’ defined but not used [-Wunused-label] BUILDSTDERR: 6581 | _sfl7: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6581 | _sfl7: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgLi’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:6601:1: error: BUILDSTDERR: warning: label ‘_cgLi’ defined but not used [-Wunused-label] BUILDSTDERR: 6601 | _cgLi: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6601 | _cgLi: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgT8’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:6651:1: error: BUILDSTDERR: warning: label ‘_cgT8’ defined but not used [-Wunused-label] BUILDSTDERR: 6651 | _cgT8: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6651 | _cgT8: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_ch5H’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:6680:1: error: BUILDSTDERR: warning: label ‘_ch5H’ defined but not used [-Wunused-label] BUILDSTDERR: 6680 | _ch5H: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6680 | _ch5H: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sflk’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:6700:1: error: BUILDSTDERR: warning: label ‘_sflk’ defined but not used [-Wunused-label] BUILDSTDERR: 6700 | _sflk: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6700 | _sflk: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgTb’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:6724:1: error: BUILDSTDERR: warning: label ‘_cgTb’ defined but not used [-Wunused-label] BUILDSTDERR: 6724 | _cgTb: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6724 | _cgTb: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_ch5q’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:6753:1: error: BUILDSTDERR: warning: label ‘_ch5q’ defined but not used [-Wunused-label] BUILDSTDERR: 6753 | _ch5q: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6753 | _ch5q: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sflm’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:6781:1: error: BUILDSTDERR: warning: label ‘_sflm’ defined but not used [-Wunused-label] BUILDSTDERR: 6781 | _sflm: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6781 | _sflm: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_ch4N’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:6839:1: error: BUILDSTDERR: warning: label ‘_ch4N’ defined but not used [-Wunused-label] BUILDSTDERR: 6839 | _ch4N: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6839 | _ch4N: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_ch51’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:6886:1: error: BUILDSTDERR: warning: label ‘_ch51’ defined but not used [-Wunused-label] BUILDSTDERR: 6886 | _ch51: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6886 | _ch51: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sfls’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:6911:1: error: BUILDSTDERR: warning: label ‘_sfls’ defined but not used [-Wunused-label] BUILDSTDERR: 6911 | _sfls: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6911 | _sfls: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sflF’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:6943:1: error: BUILDSTDERR: warning: label ‘_sflF’ defined but not used [-Wunused-label] BUILDSTDERR: 6943 | _sflF: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6943 | _sflF: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgMl’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:6969:1: error: BUILDSTDERR: warning: label ‘_cgMl’ defined but not used [-Wunused-label] BUILDSTDERR: 6969 | _cgMl: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6969 | _cgMl: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgTu’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:7035:1: error: BUILDSTDERR: warning: label ‘_cgTu’ defined but not used [-Wunused-label] BUILDSTDERR: 7035 | _cgTu: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7035 | _cgTu: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_ch4v’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:7064:1: error: BUILDSTDERR: warning: label ‘_ch4v’ defined but not used [-Wunused-label] BUILDSTDERR: 7064 | _ch4v: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7064 | _ch4v: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sfmd’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:7084:1: error: BUILDSTDERR: warning: label ‘_sfmd’ defined but not used [-Wunused-label] BUILDSTDERR: 7084 | _sfmd: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7084 | _sfmd: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgTx’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:7108:1: error: BUILDSTDERR: warning: label ‘_cgTx’ defined but not used [-Wunused-label] BUILDSTDERR: 7108 | _cgTx: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7108 | _cgTx: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_ch4c’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:7137:1: error: BUILDSTDERR: warning: label ‘_ch4c’ defined but not used [-Wunused-label] BUILDSTDERR: 7137 | _ch4c: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7137 | _ch4c: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sfmf’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:7153:1: error: BUILDSTDERR: warning: label ‘_sfmf’ defined but not used [-Wunused-label] BUILDSTDERR: 7153 | _sfmf: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7153 | _sfmf: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgN6’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:7178:1: error: BUILDSTDERR: warning: label ‘_cgN6’ defined but not used [-Wunused-label] BUILDSTDERR: 7178 | _cgN6: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7178 | _cgN6: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgN5’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:7259:1: error: BUILDSTDERR: warning: label ‘_cgN5’ defined but not used [-Wunused-label] BUILDSTDERR: 7259 | _cgN5: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7259 | _cgN5: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_ch3f’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:7283:1: error: BUILDSTDERR: warning: label ‘_ch3f’ defined but not used [-Wunused-label] BUILDSTDERR: 7283 | _ch3f: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7283 | _ch3f: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_ch3B’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:7342:1: error: BUILDSTDERR: warning: label ‘_ch3B’ defined but not used [-Wunused-label] BUILDSTDERR: 7342 | _ch3B: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7342 | _ch3B: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_ch3X’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:7369:1: error: BUILDSTDERR: warning: label ‘_ch3X’ defined but not used [-Wunused-label] BUILDSTDERR: 7369 | _ch3X: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7369 | _ch3X: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sfmm’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:7387:1: error: BUILDSTDERR: warning: label ‘_sfmm’ defined but not used [-Wunused-label] BUILDSTDERR: 7387 | _sfmm: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7387 | _sfmm: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgNG’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:7451:1: error: BUILDSTDERR: warning: label ‘_cgNG’ defined but not used [-Wunused-label] BUILDSTDERR: 7451 | _cgNG: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7451 | _cgNG: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgQi’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:7528:1: error: BUILDSTDERR: warning: label ‘_cgQi’ defined but not used [-Wunused-label] BUILDSTDERR: 7528 | _cgQi: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7528 | _cgQi: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sfr4’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:7565:1: error: BUILDSTDERR: warning: label ‘_sfr4’ defined but not used [-Wunused-label] BUILDSTDERR: 7565 | _sfr4: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7565 | _sfr4: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgRN’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:7591:1: error: BUILDSTDERR: warning: label ‘_cgRN’ defined but not used [-Wunused-label] BUILDSTDERR: 7591 | _cgRN: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7591 | _cgRN: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_ch0Q’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:7657:1: error: BUILDSTDERR: warning: label ‘_ch0Q’ defined but not used [-Wunused-label] BUILDSTDERR: 7657 | _ch0Q: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7657 | _ch0Q: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_ch30’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:7686:1: error: BUILDSTDERR: warning: label ‘_ch30’ defined but not used [-Wunused-label] BUILDSTDERR: 7686 | _ch30: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7686 | _ch30: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sfrC’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:7706:1: error: BUILDSTDERR: warning: label ‘_sfrC’ defined but not used [-Wunused-label] BUILDSTDERR: 7706 | _sfrC: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7706 | _sfrC: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_ch0T’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:7730:1: error: BUILDSTDERR: warning: label ‘_ch0T’ defined but not used [-Wunused-label] BUILDSTDERR: 7730 | _ch0T: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7730 | _ch0T: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_ch2H’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:7759:1: error: BUILDSTDERR: warning: label ‘_ch2H’ defined but not used [-Wunused-label] BUILDSTDERR: 7759 | _ch2H: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7759 | _ch2H: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sfrE’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:7775:1: error: BUILDSTDERR: warning: label ‘_sfrE’ defined but not used [-Wunused-label] BUILDSTDERR: 7775 | _sfrE: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7775 | _sfrE: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgSy’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:7800:1: error: BUILDSTDERR: warning: label ‘_cgSy’ defined but not used [-Wunused-label] BUILDSTDERR: 7800 | _cgSy: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7800 | _cgSy: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgSx’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:7881:1: error: BUILDSTDERR: warning: label ‘_cgSx’ defined but not used [-Wunused-label] BUILDSTDERR: 7881 | _cgSx: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7881 | _cgSx: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_ch1K’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:7905:1: error: BUILDSTDERR: warning: label ‘_ch1K’ defined but not used [-Wunused-label] BUILDSTDERR: 7905 | _ch1K: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7905 | _ch1K: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_ch26’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:7964:1: error: BUILDSTDERR: warning: label ‘_ch26’ defined but not used [-Wunused-label] BUILDSTDERR: 7964 | _ch26: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7964 | _ch26: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_ch2s’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:7991:1: error: BUILDSTDERR: warning: label ‘_ch2s’ defined but not used [-Wunused-label] BUILDSTDERR: 7991 | _ch2s: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7991 | _ch2s: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sfrL’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:7999:1: error: BUILDSTDERR: warning: label ‘_sfrL’ defined but not used [-Wunused-label] BUILDSTDERR: 7999 | _sfrL: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7999 | _sfrL: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_ch16’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:8020:1: error: BUILDSTDERR: warning: label ‘_ch16’ defined but not used [-Wunused-label] BUILDSTDERR: 8020 | _ch16: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8020 | _ch16: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_ch15’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:8084:1: error: BUILDSTDERR: warning: label ‘_ch15’ defined but not used [-Wunused-label] BUILDSTDERR: 8084 | _ch15: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8084 | _ch15: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_ch1q’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:8105:1: error: BUILDSTDERR: warning: label ‘_ch1q’ defined but not used [-Wunused-label] BUILDSTDERR: 8105 | _ch1q: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8105 | _ch1q: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sfpA’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:8142:1: error: BUILDSTDERR: warning: label ‘_sfpA’ defined but not used [-Wunused-label] BUILDSTDERR: 8142 | _sfpA: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8142 | _sfpA: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgQB’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:8168:1: error: BUILDSTDERR: warning: label ‘_cgQB’ defined but not used [-Wunused-label] BUILDSTDERR: 8168 | _cgQB: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8168 | _cgQB: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgYr’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:8234:1: error: BUILDSTDERR: warning: label ‘_cgYr’ defined but not used [-Wunused-label] BUILDSTDERR: 8234 | _cgYr: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8234 | _cgYr: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_ch0B’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:8263:1: error: BUILDSTDERR: warning: label ‘_ch0B’ defined but not used [-Wunused-label] BUILDSTDERR: 8263 | _ch0B: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8263 | _ch0B: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sfq8’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:8283:1: error: BUILDSTDERR: warning: label ‘_sfq8’ defined but not used [-Wunused-label] BUILDSTDERR: 8283 | _sfq8: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8283 | _sfq8: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgYu’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:8307:1: error: BUILDSTDERR: warning: label ‘_cgYu’ defined but not used [-Wunused-label] BUILDSTDERR: 8307 | _cgYu: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8307 | _cgYu: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_ch0i’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:8336:1: error: BUILDSTDERR: warning: label ‘_ch0i’ defined but not used [-Wunused-label] BUILDSTDERR: 8336 | _ch0i: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8336 | _ch0i: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sfqa’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:8352:1: error: BUILDSTDERR: warning: label ‘_sfqa’ defined but not used [-Wunused-label] BUILDSTDERR: 8352 | _sfqa: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8352 | _sfqa: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgRm’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:8377:1: error: BUILDSTDERR: warning: label ‘_cgRm’ defined but not used [-Wunused-label] BUILDSTDERR: 8377 | _cgRm: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8377 | _cgRm: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgRl’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:8458:1: error: BUILDSTDERR: warning: label ‘_cgRl’ defined but not used [-Wunused-label] BUILDSTDERR: 8458 | _cgRl: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8458 | _cgRl: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgZl’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:8482:1: error: BUILDSTDERR: warning: label ‘_cgZl’ defined but not used [-Wunused-label] BUILDSTDERR: 8482 | _cgZl: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8482 | _cgZl: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgZH’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:8541:1: error: BUILDSTDERR: warning: label ‘_cgZH’ defined but not used [-Wunused-label] BUILDSTDERR: 8541 | _cgZH: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8541 | _cgZH: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_ch03’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:8568:1: error: BUILDSTDERR: warning: label ‘_ch03’ defined but not used [-Wunused-label] BUILDSTDERR: 8568 | _ch03: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8568 | _ch03: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sfqh’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:8576:1: error: BUILDSTDERR: warning: label ‘_sfqh’ defined but not used [-Wunused-label] BUILDSTDERR: 8576 | _sfqh: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8576 | _sfqh: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgYH’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:8597:1: error: BUILDSTDERR: warning: label ‘_cgYH’ defined but not used [-Wunused-label] BUILDSTDERR: 8597 | _cgYH: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8597 | _cgYH: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgYG’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:8661:1: error: BUILDSTDERR: warning: label ‘_cgYG’ defined but not used [-Wunused-label] BUILDSTDERR: 8661 | _cgYG: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8661 | _cgYG: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgZ1’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:8682:1: error: BUILDSTDERR: warning: label ‘_cgZ1’ defined but not used [-Wunused-label] BUILDSTDERR: 8682 | _cgZ1: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8682 | _cgZ1: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sfo3’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:8719:1: error: BUILDSTDERR: warning: label ‘_sfo3’ defined but not used [-Wunused-label] BUILDSTDERR: 8719 | _sfo3: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8719 | _sfo3: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgPc’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:8745:1: error: BUILDSTDERR: warning: label ‘_cgPc’ defined but not used [-Wunused-label] BUILDSTDERR: 8745 | _cgPc: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8745 | _cgPc: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgW5’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:8811:1: error: BUILDSTDERR: warning: label ‘_cgW5’ defined but not used [-Wunused-label] BUILDSTDERR: 8811 | _cgW5: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8811 | _cgW5: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgY6’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:8840:1: error: BUILDSTDERR: warning: label ‘_cgY6’ defined but not used [-Wunused-label] BUILDSTDERR: 8840 | _cgY6: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8840 | _cgY6: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sfoB’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:8860:1: error: BUILDSTDERR: warning: label ‘_sfoB’ defined but not used [-Wunused-label] BUILDSTDERR: 8860 | _sfoB: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8860 | _sfoB: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgW8’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:8884:1: error: BUILDSTDERR: warning: label ‘_cgW8’ defined but not used [-Wunused-label] BUILDSTDERR: 8884 | _cgW8: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8884 | _cgW8: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgXN’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:8913:1: error: BUILDSTDERR: warning: label ‘_cgXN’ defined but not used [-Wunused-label] BUILDSTDERR: 8913 | _cgXN: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8913 | _cgXN: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sfoD’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:8929:1: error: BUILDSTDERR: warning: label ‘_sfoD’ defined but not used [-Wunused-label] BUILDSTDERR: 8929 | _sfoD: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8929 | _sfoD: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgPX’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:8954:1: error: BUILDSTDERR: warning: label ‘_cgPX’ defined but not used [-Wunused-label] BUILDSTDERR: 8954 | _cgPX: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8954 | _cgPX: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgPW’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:9035:1: error: BUILDSTDERR: warning: label ‘_cgPW’ defined but not used [-Wunused-label] BUILDSTDERR: 9035 | _cgPW: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9035 | _cgPW: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgWQ’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:9060:1: error: BUILDSTDERR: warning: label ‘_cgWQ’ defined but not used [-Wunused-label] BUILDSTDERR: 9060 | _cgWQ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9060 | _cgWQ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgXc’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:9123:1: error: BUILDSTDERR: warning: label ‘_cgXc’ defined but not used [-Wunused-label] BUILDSTDERR: 9123 | _cgXc: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9123 | _cgXc: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgXy’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:9153:1: error: BUILDSTDERR: warning: label ‘_cgXy’ defined but not used [-Wunused-label] BUILDSTDERR: 9153 | _cgXy: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9153 | _cgXy: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sfoK’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:9169:1: error: BUILDSTDERR: warning: label ‘_sfoK’ defined but not used [-Wunused-label] BUILDSTDERR: 9169 | _sfoK: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9169 | _sfoK: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sfmC’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:9226:1: error: BUILDSTDERR: warning: label ‘_sfmC’ defined but not used [-Wunused-label] BUILDSTDERR: 9226 | _sfmC: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9226 | _sfmC: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgO0’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:9252:1: error: BUILDSTDERR: warning: label ‘_cgO0’ defined but not used [-Wunused-label] BUILDSTDERR: 9252 | _cgO0: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9252 | _cgO0: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_ch4C’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:9316:1: error: BUILDSTDERR: warning: label ‘_ch4C’ defined but not used [-Wunused-label] BUILDSTDERR: 9316 | _ch4C: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9316 | _ch4C: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgMc’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:9334:1: error: BUILDSTDERR: warning: label ‘_cgMc’ defined but not used [-Wunused-label] BUILDSTDERR: 9334 | _cgMc: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9334 | _cgMc: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgTP’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:9392:1: error: BUILDSTDERR: warning: label ‘_cgTP’ defined but not used [-Wunused-label] BUILDSTDERR: 9392 | _cgTP: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9392 | _cgTP: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgVQ’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:9421:1: error: BUILDSTDERR: warning: label ‘_cgVQ’ defined but not used [-Wunused-label] BUILDSTDERR: 9421 | _cgVQ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9421 | _cgVQ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sfna’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:9441:1: error: BUILDSTDERR: warning: label ‘_sfna’ defined but not used [-Wunused-label] BUILDSTDERR: 9441 | _sfna: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9441 | _sfna: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgTS’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:9465:1: error: BUILDSTDERR: warning: label ‘_cgTS’ defined but not used [-Wunused-label] BUILDSTDERR: 9465 | _cgTS: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9465 | _cgTS: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgVx’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:9494:1: error: BUILDSTDERR: warning: label ‘_cgVx’ defined but not used [-Wunused-label] BUILDSTDERR: 9494 | _cgVx: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9494 | _cgVx: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sfnc’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:9510:1: error: BUILDSTDERR: warning: label ‘_sfnc’ defined but not used [-Wunused-label] BUILDSTDERR: 9510 | _sfnc: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9510 | _sfnc: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgOL’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:9535:1: error: BUILDSTDERR: warning: label ‘_cgOL’ defined but not used [-Wunused-label] BUILDSTDERR: 9535 | _cgOL: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9535 | _cgOL: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgOK’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:9616:1: error: BUILDSTDERR: warning: label ‘_cgOK’ defined but not used [-Wunused-label] BUILDSTDERR: 9616 | _cgOK: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9616 | _cgOK: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgUA’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:9641:1: error: BUILDSTDERR: warning: label ‘_cgUA’ defined but not used [-Wunused-label] BUILDSTDERR: 9641 | _cgUA: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9641 | _cgUA: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgUW’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:9704:1: error: BUILDSTDERR: warning: label ‘_cgUW’ defined but not used [-Wunused-label] BUILDSTDERR: 9704 | _cgUW: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9704 | _cgUW: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgVi’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:9734:1: error: BUILDSTDERR: warning: label ‘_cgVi’ defined but not used [-Wunused-label] BUILDSTDERR: 9734 | _cgVi: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9734 | _cgVi: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sfnj’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:9750:1: error: BUILDSTDERR: warning: label ‘_sfnj’ defined but not used [-Wunused-label] BUILDSTDERR: 9750 | _sfnj: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9750 | _sfnj: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘sfBy_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:9812:1: error: BUILDSTDERR: warning: label ‘_chc9’ defined but not used [-Wunused-label] BUILDSTDERR: 9812 | _chc9: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9812 | _chc9: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chbV’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:9836:1: error: BUILDSTDERR: warning: label ‘_chbV’ defined but not used [-Wunused-label] BUILDSTDERR: 9836 | _chbV: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9836 | _chbV: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chc2’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:9873:1: error: BUILDSTDERR: warning: label ‘_chc2’ defined but not used [-Wunused-label] BUILDSTDERR: 9873 | _chc2: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9873 | _chc2: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘sfBT_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:9939:1: error: BUILDSTDERR: warning: label ‘_chcU’ defined but not used [-Wunused-label] BUILDSTDERR: 9939 | _chcU: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9939 | _chcU: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chcG’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:9963:1: error: BUILDSTDERR: warning: label ‘_chcG’ defined but not used [-Wunused-label] BUILDSTDERR: 9963 | _chcG: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9963 | _chcG: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chcN’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:10000:1: error: BUILDSTDERR: warning: label ‘_chcN’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10000 | _chcN: BUILDSTDERR: | ^ BUILDSTDERR: 10000 | _chcN: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chd9’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:10065:1: error: BUILDSTDERR: warning: label ‘_chd9’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10065 | _chd9: BUILDSTDERR: | ^ BUILDSTDERR: 10065 | _chd9: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziSTUArray_zdwrestrictedDamerauLevenshteinDistanceWithLengths_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:10110:1: error: BUILDSTDERR: warning: label ‘_chdt’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10110 | _chdt: BUILDSTDERR: | ^ BUILDSTDERR: 10110 | _chdt: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cfPm’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:10238:1: error: BUILDSTDERR: warning: label ‘_cfPm’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10238 | _cfPm: BUILDSTDERR: | ^ BUILDSTDERR: 10238 | _cfPm: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sfCP’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:10306:1: error: BUILDSTDERR: warning: label ‘_sfCP’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10306 | _sfCP: BUILDSTDERR: | ^ BUILDSTDERR: 10306 | _sfCP: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chLA’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:10325:1: error: BUILDSTDERR: warning: label ‘_chLA’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10325 | _chLA: BUILDSTDERR: | ^ BUILDSTDERR: 10325 | _chLA: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chLM’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:10361:1: error: BUILDSTDERR: warning: label ‘_chLM’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10361 | _chLM: BUILDSTDERR: | ^ BUILDSTDERR: 10361 | _chLM: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_seVG’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:10396:1: error: BUILDSTDERR: warning: label ‘_seVG’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10396 | _seVG: BUILDSTDERR: | ^ BUILDSTDERR: 10396 | _seVG: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cfPZ’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:10444:1: error: BUILDSTDERR: warning: label ‘_cfPZ’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10444 | _cfPZ: BUILDSTDERR: | ^ BUILDSTDERR: 10444 | _cfPZ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sfCn’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:10512:1: error: BUILDSTDERR: warning: label ‘_sfCn’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10512 | _sfCn: BUILDSTDERR: | ^ BUILDSTDERR: 10512 | _sfCn: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chKr’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:10531:1: error: BUILDSTDERR: warning: label ‘_chKr’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10531 | _chKr: BUILDSTDERR: | ^ BUILDSTDERR: 10531 | _chKr: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chKD’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:10567:1: error: BUILDSTDERR: warning: label ‘_chKD’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10567 | _chKD: BUILDSTDERR: | ^ BUILDSTDERR: 10567 | _chKD: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_seVW’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:10599:1: error: BUILDSTDERR: warning: label ‘_seVW’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10599 | _seVW: BUILDSTDERR: | ^ BUILDSTDERR: 10599 | _seVW: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cfQw’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:10634:1: error: BUILDSTDERR: warning: label ‘_cfQw’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10634 | _cfQw: BUILDSTDERR: | ^ BUILDSTDERR: 10634 | _cfQw: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chbG’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:10713:1: error: BUILDSTDERR: warning: label ‘_chbG’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10713 | _chbG: BUILDSTDERR: | ^ BUILDSTDERR: 10713 | _chbG: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chbO’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:10761:1: error: BUILDSTDERR: warning: label ‘_chbO’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10761 | _chbO: BUILDSTDERR: | ^ BUILDSTDERR: 10761 | _chbO: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chcA’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:10822:1: error: BUILDSTDERR: warning: label ‘_chcA’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10822 | _chcA: BUILDSTDERR: | ^ BUILDSTDERR: 10822 | _chcA: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chJI’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:10863:1: error: BUILDSTDERR: warning: label ‘_chJI’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10863 | _chJI: BUILDSTDERR: | ^ BUILDSTDERR: 10863 | _chJI: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chJx’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:10880:1: error: BUILDSTDERR: warning: label ‘_chJx’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10880 | _chJx: BUILDSTDERR: | ^ BUILDSTDERR: 10880 | _chJx: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sfgN’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:10897:1: error: BUILDSTDERR: warning: label ‘_sfgN’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10897 | _sfgN: BUILDSTDERR: | ^ BUILDSTDERR: 10897 | _sfgN: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cg2a’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:10912:1: error: BUILDSTDERR: warning: label ‘_cg2a’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10912 | _cg2a: BUILDSTDERR: | ^ BUILDSTDERR: 10912 | _cg2a: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cg29’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:10959:1: error: BUILDSTDERR: warning: label ‘_cg29’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10959 | _cg29: BUILDSTDERR: | ^ BUILDSTDERR: 10959 | _cg29: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cg2l’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:10986:1: error: BUILDSTDERR: warning: label ‘_cg2l’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10986 | _cg2l: BUILDSTDERR: | ^ BUILDSTDERR: 10986 | _cg2l: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cg2M’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:11068:1: error: BUILDSTDERR: warning: label ‘_cg2M’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11068 | _cg2M: BUILDSTDERR: | ^ BUILDSTDERR: 11068 | _cg2M: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cg34’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:11136:1: error: BUILDSTDERR: warning: label ‘_cg34’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11136 | _cg34: BUILDSTDERR: | ^ BUILDSTDERR: 11136 | _cg34: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cg3c’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:11182:1: error: BUILDSTDERR: warning: label ‘_cg3c’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11182 | _cg3c: BUILDSTDERR: | ^ BUILDSTDERR: 11182 | _cg3c: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chIe’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:11224:1: error: BUILDSTDERR: warning: label ‘_chIe’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11224 | _chIe: BUILDSTDERR: | ^ BUILDSTDERR: 11224 | _chIe: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sfhh’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:11240:1: error: BUILDSTDERR: warning: label ‘_sfhh’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11240 | _sfhh: BUILDSTDERR: | ^ BUILDSTDERR: 11240 | _sfhh: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cg3i’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:11261:1: error: BUILDSTDERR: warning: label ‘_cg3i’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11261 | _cg3i: BUILDSTDERR: | ^ BUILDSTDERR: 11261 | _cg3i: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cg3o’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:11320:1: error: BUILDSTDERR: warning: label ‘_cg3o’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11320 | _cg3o: BUILDSTDERR: | ^ BUILDSTDERR: 11320 | _cg3o: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cg3z’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:11385:1: error: BUILDSTDERR: warning: label ‘_cg3z’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11385 | _cg3z: BUILDSTDERR: | ^ BUILDSTDERR: 11385 | _cg3z: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cg3L’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:11431:1: error: BUILDSTDERR: warning: label ‘_cg3L’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11431 | _cg3L: BUILDSTDERR: | ^ BUILDSTDERR: 11431 | _cg3L: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sfip’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:11464:1: error: BUILDSTDERR: warning: label ‘_sfip’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11464 | _sfip: BUILDSTDERR: | ^ BUILDSTDERR: 11464 | _sfip: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cg3X’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:11512:1: error: BUILDSTDERR: warning: label ‘_cg3X’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11512 | _cg3X: BUILDSTDERR: | ^ BUILDSTDERR: 11512 | _cg3X: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chuG’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:11649:1: error: BUILDSTDERR: warning: label ‘_chuG’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11649 | _chuG: BUILDSTDERR: | ^ BUILDSTDERR: 11649 | _chuG: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chHM’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:11678:1: error: BUILDSTDERR: warning: label ‘_chHM’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11678 | _chHM: BUILDSTDERR: | ^ BUILDSTDERR: 11678 | _chHM: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sfk8’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:11698:1: error: BUILDSTDERR: warning: label ‘_sfk8’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11698 | _sfk8: BUILDSTDERR: | ^ BUILDSTDERR: 11698 | _sfk8: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chuN’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:11722:1: error: BUILDSTDERR: warning: label ‘_chuN’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11722 | _chuN: BUILDSTDERR: | ^ BUILDSTDERR: 11722 | _chuN: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chHv’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:11751:1: error: BUILDSTDERR: warning: label ‘_chHv’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11751 | _chHv: BUILDSTDERR: | ^ BUILDSTDERR: 11751 | _chHv: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sfka’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:11779:1: error: BUILDSTDERR: warning: label ‘_sfka’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11779 | _sfka: BUILDSTDERR: | ^ BUILDSTDERR: 11779 | _sfka: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chGS’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:11837:1: error: BUILDSTDERR: warning: label ‘_chGS’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11837 | _chGS: BUILDSTDERR: | ^ BUILDSTDERR: 11837 | _chGS: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chH6’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:11884:1: error: BUILDSTDERR: warning: label ‘_chH6’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11884 | _chH6: BUILDSTDERR: | ^ BUILDSTDERR: 11884 | _chH6: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sfkg’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:11908:1: error: BUILDSTDERR: warning: label ‘_sfkg’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11908 | _sfkg: BUILDSTDERR: | ^ BUILDSTDERR: 11908 | _sfkg: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sftQ’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:11938:1: error: BUILDSTDERR: warning: label ‘_sftQ’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11938 | _sftQ: BUILDSTDERR: | ^ BUILDSTDERR: 11938 | _sftQ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cg82’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:11963:1: error: BUILDSTDERR: warning: label ‘_cg82’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11963 | _cg82: BUILDSTDERR: | ^ BUILDSTDERR: 11963 | _cg82: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chvz’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:12028:1: error: BUILDSTDERR: warning: label ‘_chvz’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 12028 | _chvz: BUILDSTDERR: | ^ BUILDSTDERR: 12028 | _chvz: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chGA’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:12057:1: error: BUILDSTDERR: warning: label ‘_chGA’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 12057 | _chGA: BUILDSTDERR: | ^ BUILDSTDERR: 12057 | _chGA: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sfuk’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:12077:1: error: BUILDSTDERR: warning: label ‘_sfuk’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 12077 | _sfuk: BUILDSTDERR: | ^ BUILDSTDERR: 12077 | _sfuk: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chvC’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:12101:1: error: BUILDSTDERR: warning: label ‘_chvC’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 12101 | _chvC: BUILDSTDERR: | ^ BUILDSTDERR: 12101 | _chvC: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chGh’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:12130:1: error: BUILDSTDERR: warning: label ‘_chGh’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 12130 | _chGh: BUILDSTDERR: | ^ BUILDSTDERR: 12130 | _chGh: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sfum’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:12146:1: error: BUILDSTDERR: warning: label ‘_sfum’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 12146 | _sfum: BUILDSTDERR: | ^ BUILDSTDERR: 12146 | _sfum: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cg8B’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:12171:1: error: BUILDSTDERR: warning: label ‘_cg8B’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 12171 | _cg8B: BUILDSTDERR: | ^ BUILDSTDERR: 12171 | _cg8B: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cg8A’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:12252:1: error: BUILDSTDERR: warning: label ‘_cg8A’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 12252 | _cg8A: BUILDSTDERR: | ^ BUILDSTDERR: 12252 | _cg8A: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chFk’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:12276:1: error: BUILDSTDERR: warning: label ‘_chFk’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 12276 | _chFk: BUILDSTDERR: | ^ BUILDSTDERR: 12276 | _chFk: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chFG’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:12335:1: error: BUILDSTDERR: warning: label ‘_chFG’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 12335 | _chFG: BUILDSTDERR: | ^ BUILDSTDERR: 12335 | _chFG: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chG2’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:12362:1: error: BUILDSTDERR: warning: label ‘_chG2’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 12362 | _chG2: BUILDSTDERR: | ^ BUILDSTDERR: 12362 | _chG2: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sfut’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:12379:1: error: BUILDSTDERR: warning: label ‘_sfut’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 12379 | _sfut: BUILDSTDERR: | ^ BUILDSTDERR: 12379 | _sfut: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cg9b’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:12441:1: error: BUILDSTDERR: warning: label ‘_cg9b’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 12441 | _cg9b: BUILDSTDERR: | ^ BUILDSTDERR: 12441 | _cg9b: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgbj’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:12516:1: error: BUILDSTDERR: warning: label ‘_cgbj’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 12516 | _cgbj: BUILDSTDERR: | ^ BUILDSTDERR: 12516 | _cgbj: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sfyH’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:12552:1: error: BUILDSTDERR: warning: label ‘_sfyH’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 12552 | _sfyH: BUILDSTDERR: | ^ BUILDSTDERR: 12552 | _sfyH: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgcw’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:12577:1: error: BUILDSTDERR: warning: label ‘_cgcw’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 12577 | _cgcw: BUILDSTDERR: | ^ BUILDSTDERR: 12577 | _cgcw: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chCV’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:12642:1: error: BUILDSTDERR: warning: label ‘_chCV’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 12642 | _chCV: BUILDSTDERR: | ^ BUILDSTDERR: 12642 | _chCV: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chF5’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:12671:1: error: BUILDSTDERR: warning: label ‘_chF5’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 12671 | _chF5: BUILDSTDERR: | ^ BUILDSTDERR: 12671 | _chF5: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sfzb’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:12691:1: error: BUILDSTDERR: warning: label ‘_sfzb’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 12691 | _sfzb: BUILDSTDERR: | ^ BUILDSTDERR: 12691 | _sfzb: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chCY’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:12715:1: error: BUILDSTDERR: warning: label ‘_chCY’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 12715 | _chCY: BUILDSTDERR: | ^ BUILDSTDERR: 12715 | _chCY: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chEM’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:12744:1: error: BUILDSTDERR: warning: label ‘_chEM’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 12744 | _chEM: BUILDSTDERR: | ^ BUILDSTDERR: 12744 | _chEM: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sfzd’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:12760:1: error: BUILDSTDERR: warning: label ‘_sfzd’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 12760 | _sfzd: BUILDSTDERR: | ^ BUILDSTDERR: 12760 | _sfzd: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgd5’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:12785:1: error: BUILDSTDERR: warning: label ‘_cgd5’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 12785 | _cgd5: BUILDSTDERR: | ^ BUILDSTDERR: 12785 | _cgd5: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgd4’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:12866:1: error: BUILDSTDERR: warning: label ‘_cgd4’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 12866 | _cgd4: BUILDSTDERR: | ^ BUILDSTDERR: 12866 | _cgd4: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chDP’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:12890:1: error: BUILDSTDERR: warning: label ‘_chDP’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 12890 | _chDP: BUILDSTDERR: | ^ BUILDSTDERR: 12890 | _chDP: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chEb’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:12949:1: error: BUILDSTDERR: warning: label ‘_chEb’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 12949 | _chEb: BUILDSTDERR: | ^ BUILDSTDERR: 12949 | _chEb: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chEx’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:12976:1: error: BUILDSTDERR: warning: label ‘_chEx’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 12976 | _chEx: BUILDSTDERR: | ^ BUILDSTDERR: 12976 | _chEx: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sfzk’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:12984:1: error: BUILDSTDERR: warning: label ‘_sfzk’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 12984 | _sfzk: BUILDSTDERR: | ^ BUILDSTDERR: 12984 | _sfzk: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chDb’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:13004:1: error: BUILDSTDERR: warning: label ‘_chDb’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 13004 | _chDb: BUILDSTDERR: | ^ BUILDSTDERR: 13004 | _chDb: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chDa’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:13067:1: error: BUILDSTDERR: warning: label ‘_chDa’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 13067 | _chDa: BUILDSTDERR: | ^ BUILDSTDERR: 13067 | _chDa: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chDv’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:13087:1: error: BUILDSTDERR: warning: label ‘_chDv’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 13087 | _chDv: BUILDSTDERR: | ^ BUILDSTDERR: 13087 | _chDv: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sfxm’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:13123:1: error: BUILDSTDERR: warning: label ‘_sfxm’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 13123 | _sfxm: BUILDSTDERR: | ^ BUILDSTDERR: 13123 | _sfxm: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgbz’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:13148:1: error: BUILDSTDERR: warning: label ‘_cgbz’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 13148 | _cgbz: BUILDSTDERR: | ^ BUILDSTDERR: 13148 | _cgbz: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chAw’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:13213:1: error: BUILDSTDERR: warning: label ‘_chAw’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 13213 | _chAw: BUILDSTDERR: | ^ BUILDSTDERR: 13213 | _chAw: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chCG’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:13242:1: error: BUILDSTDERR: warning: label ‘_chCG’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 13242 | _chCG: BUILDSTDERR: | ^ BUILDSTDERR: 13242 | _chCG: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sfxQ’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:13262:1: error: BUILDSTDERR: warning: label ‘_sfxQ’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 13262 | _sfxQ: BUILDSTDERR: | ^ BUILDSTDERR: 13262 | _sfxQ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chAz’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:13286:1: error: BUILDSTDERR: warning: label ‘_chAz’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 13286 | _chAz: BUILDSTDERR: | ^ BUILDSTDERR: 13286 | _chAz: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chCn’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:13315:1: error: BUILDSTDERR: warning: label ‘_chCn’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 13315 | _chCn: BUILDSTDERR: | ^ BUILDSTDERR: 13315 | _chCn: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sfxS’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:13331:1: error: BUILDSTDERR: warning: label ‘_sfxS’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 13331 | _sfxS: BUILDSTDERR: | ^ BUILDSTDERR: 13331 | _sfxS: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgc8’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:13356:1: error: BUILDSTDERR: warning: label ‘_cgc8’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 13356 | _cgc8: BUILDSTDERR: | ^ BUILDSTDERR: 13356 | _cgc8: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgc7’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:13437:1: error: BUILDSTDERR: warning: label ‘_cgc7’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 13437 | _cgc7: BUILDSTDERR: | ^ BUILDSTDERR: 13437 | _cgc7: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chBq’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:13461:1: error: BUILDSTDERR: warning: label ‘_chBq’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 13461 | _chBq: BUILDSTDERR: | ^ BUILDSTDERR: 13461 | _chBq: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chBM’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:13520:1: error: BUILDSTDERR: warning: label ‘_chBM’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 13520 | _chBM: BUILDSTDERR: | ^ BUILDSTDERR: 13520 | _chBM: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chC8’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:13547:1: error: BUILDSTDERR: warning: label ‘_chC8’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 13547 | _chC8: BUILDSTDERR: | ^ BUILDSTDERR: 13547 | _chC8: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sfxZ’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:13555:1: error: BUILDSTDERR: warning: label ‘_sfxZ’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 13555 | _sfxZ: BUILDSTDERR: | ^ BUILDSTDERR: 13555 | _sfxZ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chAM’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:13575:1: error: BUILDSTDERR: warning: label ‘_chAM’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 13575 | _chAM: BUILDSTDERR: | ^ BUILDSTDERR: 13575 | _chAM: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chAL’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:13638:1: error: BUILDSTDERR: warning: label ‘_chAL’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 13638 | _chAL: BUILDSTDERR: | ^ BUILDSTDERR: 13638 | _chAL: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chB6’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:13658:1: error: BUILDSTDERR: warning: label ‘_chB6’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 13658 | _chB6: BUILDSTDERR: | ^ BUILDSTDERR: 13658 | _chB6: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sfvY’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:13694:1: error: BUILDSTDERR: warning: label ‘_sfvY’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 13694 | _sfvY: BUILDSTDERR: | ^ BUILDSTDERR: 13694 | _sfvY: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgap’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:13719:1: error: BUILDSTDERR: warning: label ‘_cgap’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 13719 | _cgap: BUILDSTDERR: | ^ BUILDSTDERR: 13719 | _cgap: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chya’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:13784:1: error: BUILDSTDERR: warning: label ‘_chya’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 13784 | _chya: BUILDSTDERR: | ^ BUILDSTDERR: 13784 | _chya: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chAb’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:13813:1: error: BUILDSTDERR: warning: label ‘_chAb’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 13813 | _chAb: BUILDSTDERR: | ^ BUILDSTDERR: 13813 | _chAb: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sfws’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:13833:1: error: BUILDSTDERR: warning: label ‘_sfws’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 13833 | _sfws: BUILDSTDERR: | ^ BUILDSTDERR: 13833 | _sfws: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chyd’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:13857:1: error: BUILDSTDERR: warning: label ‘_chyd’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 13857 | _chyd: BUILDSTDERR: | ^ BUILDSTDERR: 13857 | _chyd: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chzS’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:13886:1: error: BUILDSTDERR: warning: label ‘_chzS’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 13886 | _chzS: BUILDSTDERR: | ^ BUILDSTDERR: 13886 | _chzS: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sfwu’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:13902:1: error: BUILDSTDERR: warning: label ‘_sfwu’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 13902 | _sfwu: BUILDSTDERR: | ^ BUILDSTDERR: 13902 | _sfwu: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgaY’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:13927:1: error: BUILDSTDERR: warning: label ‘_cgaY’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 13927 | _cgaY: BUILDSTDERR: | ^ BUILDSTDERR: 13927 | _cgaY: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgaX’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:14008:1: error: BUILDSTDERR: warning: label ‘_cgaX’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 14008 | _cgaX: BUILDSTDERR: | ^ BUILDSTDERR: 14008 | _cgaX: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chyV’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:14033:1: error: BUILDSTDERR: warning: label ‘_chyV’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 14033 | _chyV: BUILDSTDERR: | ^ BUILDSTDERR: 14033 | _chyV: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chzh’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:14096:1: error: BUILDSTDERR: warning: label ‘_chzh’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 14096 | _chzh: BUILDSTDERR: | ^ BUILDSTDERR: 14096 | _chzh: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chzD’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:14126:1: error: BUILDSTDERR: warning: label ‘_chzD’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 14126 | _chzD: BUILDSTDERR: | ^ BUILDSTDERR: 14126 | _chzD: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sfwB’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:14141:1: error: BUILDSTDERR: warning: label ‘_sfwB’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 14141 | _sfwB: BUILDSTDERR: | ^ BUILDSTDERR: 14141 | _sfwB: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sfuG’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:14197:1: error: BUILDSTDERR: warning: label ‘_sfuG’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 14197 | _sfuG: BUILDSTDERR: | ^ BUILDSTDERR: 14197 | _sfuG: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cg9s’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:14222:1: error: BUILDSTDERR: warning: label ‘_cg9s’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 14222 | _cg9s: BUILDSTDERR: | ^ BUILDSTDERR: 14222 | _cg9s: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chGH’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:14285:1: error: BUILDSTDERR: warning: label ‘_chGH’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 14285 | _chGH: BUILDSTDERR: | ^ BUILDSTDERR: 14285 | _chGH: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cg6p’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:14322:1: error: BUILDSTDERR: warning: label ‘_cg6p’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 14322 | _cg6p: BUILDSTDERR: | ^ BUILDSTDERR: 14322 | _cg6p: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chv1’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:14428:1: error: BUILDSTDERR: warning: label ‘_chv1’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 14428 | _chv1: BUILDSTDERR: | ^ BUILDSTDERR: 14428 | _chv1: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chv4’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:14450:1: error: BUILDSTDERR: warning: label ‘_chv4’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 14450 | _chv4: BUILDSTDERR: | ^ BUILDSTDERR: 14450 | _chv4: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chva’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:14473:1: error: BUILDSTDERR: warning: label ‘_chva’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 14473 | _chva: BUILDSTDERR: | ^ BUILDSTDERR: 14473 | _chva: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chvg’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:14499:1: error: BUILDSTDERR: warning: label ‘_chvg’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 14499 | _chvg: BUILDSTDERR: | ^ BUILDSTDERR: 14499 | _chvg: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chvU’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:14531:1: error: BUILDSTDERR: warning: label ‘_chvU’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 14531 | _chvU: BUILDSTDERR: | ^ BUILDSTDERR: 14531 | _chvU: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chxV’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:14560:1: error: BUILDSTDERR: warning: label ‘_chxV’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 14560 | _chxV: BUILDSTDERR: | ^ BUILDSTDERR: 14560 | _chxV: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sfva’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:14580:1: error: BUILDSTDERR: warning: label ‘_sfva’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 14580 | _sfva: BUILDSTDERR: | ^ BUILDSTDERR: 14580 | _sfva: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chvX’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:14604:1: error: BUILDSTDERR: warning: label ‘_chvX’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 14604 | _chvX: BUILDSTDERR: | ^ BUILDSTDERR: 14604 | _chvX: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chxC’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:14633:1: error: BUILDSTDERR: warning: label ‘_chxC’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 14633 | _chxC: BUILDSTDERR: | ^ BUILDSTDERR: 14633 | _chxC: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sfvc’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:14649:1: error: BUILDSTDERR: warning: label ‘_sfvc’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 14649 | _sfvc: BUILDSTDERR: | ^ BUILDSTDERR: 14649 | _sfvc: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cga1’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:14674:1: error: BUILDSTDERR: warning: label ‘_cga1’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 14674 | _cga1: BUILDSTDERR: | ^ BUILDSTDERR: 14674 | _cga1: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cga0’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:14755:1: error: BUILDSTDERR: warning: label ‘_cga0’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 14755 | _cga0: BUILDSTDERR: | ^ BUILDSTDERR: 14755 | _cga0: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chwF’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:14780:1: error: BUILDSTDERR: warning: label ‘_chwF’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 14780 | _chwF: BUILDSTDERR: | ^ BUILDSTDERR: 14780 | _chwF: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chx1’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:14843:1: error: BUILDSTDERR: warning: label ‘_chx1’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 14843 | _chx1: BUILDSTDERR: | ^ BUILDSTDERR: 14843 | _chx1: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chxn’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:14873:1: error: BUILDSTDERR: warning: label ‘_chxn’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 14873 | _chxn: BUILDSTDERR: | ^ BUILDSTDERR: 14873 | _chxn: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sfvj’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:14888:1: error: BUILDSTDERR: warning: label ‘_sfvj’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 14888 | _sfvj: BUILDSTDERR: | ^ BUILDSTDERR: 14888 | _sfvj: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chub’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:14945:1: error: BUILDSTDERR: warning: label ‘_chub’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 14945 | _chub: BUILDSTDERR: | ^ BUILDSTDERR: 14945 | _chub: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chue’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:14967:1: error: BUILDSTDERR: warning: label ‘_chue’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 14967 | _chue: BUILDSTDERR: | ^ BUILDSTDERR: 14967 | _chue: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chuk’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:14990:1: error: BUILDSTDERR: warning: label ‘_chuk’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 14990 | _chuk: BUILDSTDERR: | ^ BUILDSTDERR: 14990 | _chuk: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chuq’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:15016:1: error: BUILDSTDERR: warning: label ‘_chuq’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 15016 | _chuq: BUILDSTDERR: | ^ BUILDSTDERR: 15016 | _chuq: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cfQU’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:15053:1: error: BUILDSTDERR: warning: label ‘_cfQU’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 15053 | _cfQU: BUILDSTDERR: | ^ BUILDSTDERR: 15053 | _cfQU: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chJm’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:15105:1: error: BUILDSTDERR: warning: label ‘_chJm’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 15105 | _chJm: BUILDSTDERR: | ^ BUILDSTDERR: 15105 | _chJm: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cfR5’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:15128:1: error: BUILDSTDERR: warning: label ‘_cfR5’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 15128 | _cfR5: BUILDSTDERR: | ^ BUILDSTDERR: 15128 | _cfR5: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chIQ’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:15202:1: error: BUILDSTDERR: warning: label ‘_chIQ’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 15202 | _chIQ: BUILDSTDERR: | ^ BUILDSTDERR: 15202 | _chIQ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cfRw’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:15222:1: error: BUILDSTDERR: warning: label ‘_cfRw’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 15222 | _cfRw: BUILDSTDERR: | ^ BUILDSTDERR: 15222 | _cfRw: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chMn’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:15285:1: error: BUILDSTDERR: warning: label ‘_chMn’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 15285 | _chMn: BUILDSTDERR: | ^ BUILDSTDERR: 15285 | _chMn: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chMv’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:15300:1: error: BUILDSTDERR: warning: label ‘_chMv’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 15300 | _chMv: BUILDSTDERR: | ^ BUILDSTDERR: 15300 | _chMv: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cfRO’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:15323:1: error: BUILDSTDERR: warning: label ‘_cfRO’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 15323 | _cfRO: BUILDSTDERR: | ^ BUILDSTDERR: 15323 | _cfRO: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cfRW’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:15369:1: error: BUILDSTDERR: warning: label ‘_cfRW’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 15369 | _cfRW: BUILDSTDERR: | ^ BUILDSTDERR: 15369 | _cfRW: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chst’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:15411:1: error: BUILDSTDERR: warning: label ‘_chst’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 15411 | _chst: BUILDSTDERR: | ^ BUILDSTDERR: 15411 | _chst: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_seWC’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:15427:1: error: BUILDSTDERR: warning: label ‘_seWC’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 15427 | _seWC: BUILDSTDERR: | ^ BUILDSTDERR: 15427 | _seWC: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cfS2’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:15448:1: error: BUILDSTDERR: warning: label ‘_cfS2’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 15448 | _cfS2: BUILDSTDERR: | ^ BUILDSTDERR: 15448 | _cfS2: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cfS8’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:15507:1: error: BUILDSTDERR: warning: label ‘_cfS8’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 15507 | _cfS8: BUILDSTDERR: | ^ BUILDSTDERR: 15507 | _cfS8: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cfSj’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:15572:1: error: BUILDSTDERR: warning: label ‘_cfSj’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 15572 | _cfSj: BUILDSTDERR: | ^ BUILDSTDERR: 15572 | _cfSj: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cfSv’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:15618:1: error: BUILDSTDERR: warning: label ‘_cfSv’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 15618 | _cfSv: BUILDSTDERR: | ^ BUILDSTDERR: 15618 | _cfSv: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_seXK’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:15651:1: error: BUILDSTDERR: warning: label ‘_seXK’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 15651 | _seXK: BUILDSTDERR: | ^ BUILDSTDERR: 15651 | _seXK: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cfSH’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:15699:1: error: BUILDSTDERR: warning: label ‘_cfSH’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 15699 | _cfSH: BUILDSTDERR: | ^ BUILDSTDERR: 15699 | _cfSH: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cheV’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:15836:1: error: BUILDSTDERR: warning: label ‘_cheV’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 15836 | _cheV: BUILDSTDERR: | ^ BUILDSTDERR: 15836 | _cheV: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chs1’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:15865:1: error: BUILDSTDERR: warning: label ‘_chs1’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 15865 | _chs1: BUILDSTDERR: | ^ BUILDSTDERR: 15865 | _chs1: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_seZt’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:15885:1: error: BUILDSTDERR: warning: label ‘_seZt’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 15885 | _seZt: BUILDSTDERR: | ^ BUILDSTDERR: 15885 | _seZt: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chf2’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:15909:1: error: BUILDSTDERR: warning: label ‘_chf2’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 15909 | _chf2: BUILDSTDERR: | ^ BUILDSTDERR: 15909 | _chf2: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chrK’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:15938:1: error: BUILDSTDERR: warning: label ‘_chrK’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 15938 | _chrK: BUILDSTDERR: | ^ BUILDSTDERR: 15938 | _chrK: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_seZv’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:15966:1: error: BUILDSTDERR: warning: label ‘_seZv’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 15966 | _seZv: BUILDSTDERR: | ^ BUILDSTDERR: 15966 | _seZv: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chr7’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:16024:1: error: BUILDSTDERR: warning: label ‘_chr7’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 16024 | _chr7: BUILDSTDERR: | ^ BUILDSTDERR: 16024 | _chr7: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chrl’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:16071:1: error: BUILDSTDERR: warning: label ‘_chrl’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 16071 | _chrl: BUILDSTDERR: | ^ BUILDSTDERR: 16071 | _chrl: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_seZB’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:16095:1: error: BUILDSTDERR: warning: label ‘_seZB’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 16095 | _seZB: BUILDSTDERR: | ^ BUILDSTDERR: 16095 | _seZB: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sf9b’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:16125:1: error: BUILDSTDERR: warning: label ‘_sf9b’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 16125 | _sf9b: BUILDSTDERR: | ^ BUILDSTDERR: 16125 | _sf9b: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cfWM’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:16150:1: error: BUILDSTDERR: warning: label ‘_cfWM’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 16150 | _cfWM: BUILDSTDERR: | ^ BUILDSTDERR: 16150 | _cfWM: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chfO’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:16215:1: error: BUILDSTDERR: warning: label ‘_chfO’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 16215 | _chfO: BUILDSTDERR: | ^ BUILDSTDERR: 16215 | _chfO: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chqP’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:16244:1: error: BUILDSTDERR: warning: label ‘_chqP’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 16244 | _chqP: BUILDSTDERR: | ^ BUILDSTDERR: 16244 | _chqP: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sf9F’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:16264:1: error: BUILDSTDERR: warning: label ‘_sf9F’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 16264 | _sf9F: BUILDSTDERR: | ^ BUILDSTDERR: 16264 | _sf9F: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chfR’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:16288:1: error: BUILDSTDERR: warning: label ‘_chfR’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 16288 | _chfR: BUILDSTDERR: | ^ BUILDSTDERR: 16288 | _chfR: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chqw’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:16317:1: error: BUILDSTDERR: warning: label ‘_chqw’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 16317 | _chqw: BUILDSTDERR: | ^ BUILDSTDERR: 16317 | _chqw: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sf9H’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:16333:1: error: BUILDSTDERR: warning: label ‘_sf9H’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 16333 | _sf9H: BUILDSTDERR: | ^ BUILDSTDERR: 16333 | _sf9H: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cfXl’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:16358:1: error: BUILDSTDERR: warning: label ‘_cfXl’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 16358 | _cfXl: BUILDSTDERR: | ^ BUILDSTDERR: 16358 | _cfXl: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cfXk’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:16439:1: error: BUILDSTDERR: warning: label ‘_cfXk’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 16439 | _cfXk: BUILDSTDERR: | ^ BUILDSTDERR: 16439 | _cfXk: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chpz’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:16463:1: error: BUILDSTDERR: warning: label ‘_chpz’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 16463 | _chpz: BUILDSTDERR: | ^ BUILDSTDERR: 16463 | _chpz: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chpV’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:16522:1: error: BUILDSTDERR: warning: label ‘_chpV’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 16522 | _chpV: BUILDSTDERR: | ^ BUILDSTDERR: 16522 | _chpV: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chqh’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:16549:1: error: BUILDSTDERR: warning: label ‘_chqh’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 16549 | _chqh: BUILDSTDERR: | ^ BUILDSTDERR: 16549 | _chqh: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sf9O’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:16566:1: error: BUILDSTDERR: warning: label ‘_sf9O’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 16566 | _sf9O: BUILDSTDERR: | ^ BUILDSTDERR: 16566 | _sf9O: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cfXV’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:16628:1: error: BUILDSTDERR: warning: label ‘_cfXV’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 16628 | _cfXV: BUILDSTDERR: | ^ BUILDSTDERR: 16628 | _cfXV: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cg03’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:16703:1: error: BUILDSTDERR: warning: label ‘_cg03’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 16703 | _cg03: BUILDSTDERR: | ^ BUILDSTDERR: 16703 | _cg03: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sfe2’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:16739:1: error: BUILDSTDERR: warning: label ‘_sfe2’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 16739 | _sfe2: BUILDSTDERR: | ^ BUILDSTDERR: 16739 | _sfe2: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cg1g’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:16764:1: error: BUILDSTDERR: warning: label ‘_cg1g’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 16764 | _cg1g: BUILDSTDERR: | ^ BUILDSTDERR: 16764 | _cg1g: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chna’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:16829:1: error: BUILDSTDERR: warning: label ‘_chna’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 16829 | _chna: BUILDSTDERR: | ^ BUILDSTDERR: 16829 | _chna: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chpk’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:16858:1: error: BUILDSTDERR: warning: label ‘_chpk’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 16858 | _chpk: BUILDSTDERR: | ^ BUILDSTDERR: 16858 | _chpk: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sfew’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:16878:1: error: BUILDSTDERR: warning: label ‘_sfew’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 16878 | _sfew: BUILDSTDERR: | ^ BUILDSTDERR: 16878 | _sfew: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chnd’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:16902:1: error: BUILDSTDERR: warning: label ‘_chnd’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 16902 | _chnd: BUILDSTDERR: | ^ BUILDSTDERR: 16902 | _chnd: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chp1’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:16931:1: error: BUILDSTDERR: warning: label ‘_chp1’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 16931 | _chp1: BUILDSTDERR: | ^ BUILDSTDERR: 16931 | _chp1: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sfey’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:16947:1: error: BUILDSTDERR: warning: label ‘_sfey’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 16947 | _sfey: BUILDSTDERR: | ^ BUILDSTDERR: 16947 | _sfey: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cg1P’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:16972:1: error: BUILDSTDERR: warning: label ‘_cg1P’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 16972 | _cg1P: BUILDSTDERR: | ^ BUILDSTDERR: 16972 | _cg1P: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cg1O’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:17053:1: error: BUILDSTDERR: warning: label ‘_cg1O’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 17053 | _cg1O: BUILDSTDERR: | ^ BUILDSTDERR: 17053 | _cg1O: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cho4’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:17077:1: error: BUILDSTDERR: warning: label ‘_cho4’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 17077 | _cho4: BUILDSTDERR: | ^ BUILDSTDERR: 17077 | _cho4: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_choq’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:17136:1: error: BUILDSTDERR: warning: label ‘_choq’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 17136 | _choq: BUILDSTDERR: | ^ BUILDSTDERR: 17136 | _choq: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_choM’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:17163:1: error: BUILDSTDERR: warning: label ‘_choM’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 17163 | _choM: BUILDSTDERR: | ^ BUILDSTDERR: 17163 | _choM: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sfeF’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:17171:1: error: BUILDSTDERR: warning: label ‘_sfeF’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 17171 | _sfeF: BUILDSTDERR: | ^ BUILDSTDERR: 17171 | _sfeF: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chnq’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:17191:1: error: BUILDSTDERR: warning: label ‘_chnq’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 17191 | _chnq: BUILDSTDERR: | ^ BUILDSTDERR: 17191 | _chnq: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chnp’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:17254:1: error: BUILDSTDERR: warning: label ‘_chnp’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 17254 | _chnp: BUILDSTDERR: | ^ BUILDSTDERR: 17254 | _chnp: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chnK’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:17274:1: error: BUILDSTDERR: warning: label ‘_chnK’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 17274 | _chnK: BUILDSTDERR: | ^ BUILDSTDERR: 17274 | _chnK: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sfcH’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:17310:1: error: BUILDSTDERR: warning: label ‘_sfcH’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 17310 | _sfcH: BUILDSTDERR: | ^ BUILDSTDERR: 17310 | _sfcH: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cg0j’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:17335:1: error: BUILDSTDERR: warning: label ‘_cg0j’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 17335 | _cg0j: BUILDSTDERR: | ^ BUILDSTDERR: 17335 | _cg0j: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chkL’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:17400:1: error: BUILDSTDERR: warning: label ‘_chkL’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 17400 | _chkL: BUILDSTDERR: | ^ BUILDSTDERR: 17400 | _chkL: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chmV’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:17429:1: error: BUILDSTDERR: warning: label ‘_chmV’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 17429 | _chmV: BUILDSTDERR: | ^ BUILDSTDERR: 17429 | _chmV: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sfdb’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:17449:1: error: BUILDSTDERR: warning: label ‘_sfdb’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 17449 | _sfdb: BUILDSTDERR: | ^ BUILDSTDERR: 17449 | _sfdb: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chkO’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:17473:1: error: BUILDSTDERR: warning: label ‘_chkO’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 17473 | _chkO: BUILDSTDERR: | ^ BUILDSTDERR: 17473 | _chkO: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chmC’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:17502:1: error: BUILDSTDERR: warning: label ‘_chmC’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 17502 | _chmC: BUILDSTDERR: | ^ BUILDSTDERR: 17502 | _chmC: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sfdd’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:17518:1: error: BUILDSTDERR: warning: label ‘_sfdd’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 17518 | _sfdd: BUILDSTDERR: | ^ BUILDSTDERR: 17518 | _sfdd: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cg0S’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:17543:1: error: BUILDSTDERR: warning: label ‘_cg0S’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 17543 | _cg0S: BUILDSTDERR: | ^ BUILDSTDERR: 17543 | _cg0S: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cg0R’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:17624:1: error: BUILDSTDERR: warning: label ‘_cg0R’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 17624 | _cg0R: BUILDSTDERR: | ^ BUILDSTDERR: 17624 | _cg0R: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chlF’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:17648:1: error: BUILDSTDERR: warning: label ‘_chlF’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 17648 | _chlF: BUILDSTDERR: | ^ BUILDSTDERR: 17648 | _chlF: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chm1’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:17707:1: error: BUILDSTDERR: warning: label ‘_chm1’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 17707 | _chm1: BUILDSTDERR: | ^ BUILDSTDERR: 17707 | _chm1: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chmn’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:17734:1: error: BUILDSTDERR: warning: label ‘_chmn’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 17734 | _chmn: BUILDSTDERR: | ^ BUILDSTDERR: 17734 | _chmn: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sfdk’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:17742:1: error: BUILDSTDERR: warning: label ‘_sfdk’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 17742 | _sfdk: BUILDSTDERR: | ^ BUILDSTDERR: 17742 | _sfdk: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chl1’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:17762:1: error: BUILDSTDERR: warning: label ‘_chl1’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 17762 | _chl1: BUILDSTDERR: | ^ BUILDSTDERR: 17762 | _chl1: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chl0’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:17825:1: error: BUILDSTDERR: warning: label ‘_chl0’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 17825 | _chl0: BUILDSTDERR: | ^ BUILDSTDERR: 17825 | _chl0: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chll’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:17845:1: error: BUILDSTDERR: warning: label ‘_chll’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 17845 | _chll: BUILDSTDERR: | ^ BUILDSTDERR: 17845 | _chll: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sfbj’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:17881:1: error: BUILDSTDERR: warning: label ‘_sfbj’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 17881 | _sfbj: BUILDSTDERR: | ^ BUILDSTDERR: 17881 | _sfbj: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cfZ9’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:17906:1: error: BUILDSTDERR: warning: label ‘_cfZ9’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 17906 | _cfZ9: BUILDSTDERR: | ^ BUILDSTDERR: 17906 | _cfZ9: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chip’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:17971:1: error: BUILDSTDERR: warning: label ‘_chip’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 17971 | _chip: BUILDSTDERR: | ^ BUILDSTDERR: 17971 | _chip: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chkq’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:18000:1: error: BUILDSTDERR: warning: label ‘_chkq’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 18000 | _chkq: BUILDSTDERR: | ^ BUILDSTDERR: 18000 | _chkq: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sfbN’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:18020:1: error: BUILDSTDERR: warning: label ‘_sfbN’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 18020 | _sfbN: BUILDSTDERR: | ^ BUILDSTDERR: 18020 | _sfbN: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chis’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:18044:1: error: BUILDSTDERR: warning: label ‘_chis’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 18044 | _chis: BUILDSTDERR: | ^ BUILDSTDERR: 18044 | _chis: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chk7’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:18073:1: error: BUILDSTDERR: warning: label ‘_chk7’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 18073 | _chk7: BUILDSTDERR: | ^ BUILDSTDERR: 18073 | _chk7: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sfbP’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:18089:1: error: BUILDSTDERR: warning: label ‘_sfbP’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 18089 | _sfbP: BUILDSTDERR: | ^ BUILDSTDERR: 18089 | _sfbP: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cfZI’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:18114:1: error: BUILDSTDERR: warning: label ‘_cfZI’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 18114 | _cfZI: BUILDSTDERR: | ^ BUILDSTDERR: 18114 | _cfZI: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cfZH’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:18195:1: error: BUILDSTDERR: warning: label ‘_cfZH’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 18195 | _cfZH: BUILDSTDERR: | ^ BUILDSTDERR: 18195 | _cfZH: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chja’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:18220:1: error: BUILDSTDERR: warning: label ‘_chja’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 18220 | _chja: BUILDSTDERR: | ^ BUILDSTDERR: 18220 | _chja: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chjw’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:18283:1: error: BUILDSTDERR: warning: label ‘_chjw’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 18283 | _chjw: BUILDSTDERR: | ^ BUILDSTDERR: 18283 | _chjw: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chjS’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:18313:1: error: BUILDSTDERR: warning: label ‘_chjS’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 18313 | _chjS: BUILDSTDERR: | ^ BUILDSTDERR: 18313 | _chjS: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sfbW’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:18328:1: error: BUILDSTDERR: warning: label ‘_sfbW’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 18328 | _sfbW: BUILDSTDERR: | ^ BUILDSTDERR: 18328 | _sfbW: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sfa1’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:18384:1: error: BUILDSTDERR: warning: label ‘_sfa1’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 18384 | _sfa1: BUILDSTDERR: | ^ BUILDSTDERR: 18384 | _sfa1: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cfYc’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:18409:1: error: BUILDSTDERR: warning: label ‘_cfYc’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 18409 | _cfYc: BUILDSTDERR: | ^ BUILDSTDERR: 18409 | _cfYc: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chqW’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:18472:1: error: BUILDSTDERR: warning: label ‘_chqW’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 18472 | _chqW: BUILDSTDERR: | ^ BUILDSTDERR: 18472 | _chqW: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cfV9’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:18509:1: error: BUILDSTDERR: warning: label ‘_cfV9’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 18509 | _cfV9: BUILDSTDERR: | ^ BUILDSTDERR: 18509 | _cfV9: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chfg’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:18615:1: error: BUILDSTDERR: warning: label ‘_chfg’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 18615 | _chfg: BUILDSTDERR: | ^ BUILDSTDERR: 18615 | _chfg: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chfj’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:18637:1: error: BUILDSTDERR: warning: label ‘_chfj’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 18637 | _chfj: BUILDSTDERR: | ^ BUILDSTDERR: 18637 | _chfj: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chfp’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:18660:1: error: BUILDSTDERR: warning: label ‘_chfp’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 18660 | _chfp: BUILDSTDERR: | ^ BUILDSTDERR: 18660 | _chfp: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chfv’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:18686:1: error: BUILDSTDERR: warning: label ‘_chfv’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 18686 | _chfv: BUILDSTDERR: | ^ BUILDSTDERR: 18686 | _chfv: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chg9’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:18718:1: error: BUILDSTDERR: warning: label ‘_chg9’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 18718 | _chg9: BUILDSTDERR: | ^ BUILDSTDERR: 18718 | _chg9: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chia’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:18747:1: error: BUILDSTDERR: warning: label ‘_chia’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 18747 | _chia: BUILDSTDERR: | ^ BUILDSTDERR: 18747 | _chia: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sfav’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:18767:1: error: BUILDSTDERR: warning: label ‘_sfav’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 18767 | _sfav: BUILDSTDERR: | ^ BUILDSTDERR: 18767 | _sfav: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chgc’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:18791:1: error: BUILDSTDERR: warning: label ‘_chgc’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 18791 | _chgc: BUILDSTDERR: | ^ BUILDSTDERR: 18791 | _chgc: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chhR’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:18820:1: error: BUILDSTDERR: warning: label ‘_chhR’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 18820 | _chhR: BUILDSTDERR: | ^ BUILDSTDERR: 18820 | _chhR: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sfax’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:18836:1: error: BUILDSTDERR: warning: label ‘_sfax’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 18836 | _sfax: BUILDSTDERR: | ^ BUILDSTDERR: 18836 | _sfax: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cfYL’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:18861:1: error: BUILDSTDERR: warning: label ‘_cfYL’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 18861 | _cfYL: BUILDSTDERR: | ^ BUILDSTDERR: 18861 | _cfYL: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cfYK’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:18942:1: error: BUILDSTDERR: warning: label ‘_cfYK’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 18942 | _cfYK: BUILDSTDERR: | ^ BUILDSTDERR: 18942 | _cfYK: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chgU’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:18967:1: error: BUILDSTDERR: warning: label ‘_chgU’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 18967 | _chgU: BUILDSTDERR: | ^ BUILDSTDERR: 18967 | _chgU: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chhg’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:19030:1: error: BUILDSTDERR: warning: label ‘_chhg’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 19030 | _chhg: BUILDSTDERR: | ^ BUILDSTDERR: 19030 | _chhg: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chhC’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:19060:1: error: BUILDSTDERR: warning: label ‘_chhC’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 19060 | _chhC: BUILDSTDERR: | ^ BUILDSTDERR: 19060 | _chhC: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sfaE’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:19075:1: error: BUILDSTDERR: warning: label ‘_sfaE’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 19075 | _sfaE: BUILDSTDERR: | ^ BUILDSTDERR: 19075 | _sfaE: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cheq’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:19132:1: error: BUILDSTDERR: warning: label ‘_cheq’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 19132 | _cheq: BUILDSTDERR: | ^ BUILDSTDERR: 19132 | _cheq: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chet’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:19154:1: error: BUILDSTDERR: warning: label ‘_chet’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 19154 | _chet: BUILDSTDERR: | ^ BUILDSTDERR: 19154 | _chet: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chez’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:19177:1: error: BUILDSTDERR: warning: label ‘_chez’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 19177 | _chez: BUILDSTDERR: | ^ BUILDSTDERR: 19177 | _chez: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cheF’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:19203:1: error: BUILDSTDERR: warning: label ‘_cheF’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 19203 | _cheF: BUILDSTDERR: | ^ BUILDSTDERR: 19203 | _cheF: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chdC’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:19232:1: error: BUILDSTDERR: warning: label ‘_chdC’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 19232 | _chdC: BUILDSTDERR: | ^ BUILDSTDERR: 19232 | _chdC: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziSTUArray_restrictedDamerauLevenshteinDistanceWithLengths_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:19254:1: error: BUILDSTDERR: warning: label ‘_chZV’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 19254 | _chZV: BUILDSTDERR: | ^ BUILDSTDERR: 19254 | _chZV: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chZS’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:19283:1: error: BUILDSTDERR: warning: label ‘_chZS’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 19283 | _chZS: BUILDSTDERR: | ^ BUILDSTDERR: 19283 | _chZS: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chZZ’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:19313:1: error: BUILDSTDERR: warning: label ‘_chZZ’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 19313 | _chZZ: BUILDSTDERR: | ^ BUILDSTDERR: 19313 | _chZZ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_ci05’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:19339:1: error: BUILDSTDERR: warning: label ‘_ci05’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 19339 | _ci05: BUILDSTDERR: | ^ BUILDSTDERR: 19339 | _ci05: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziSTUArray_zdwrestrictedDamerauLevenshteinDistance_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:19377:1: error: BUILDSTDERR: warning: label ‘_ci0s’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 19377 | _ci0s: BUILDSTDERR: | ^ BUILDSTDERR: 19377 | _ci0s: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_ci0q’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:19408:1: error: BUILDSTDERR: warning: label ‘_ci0q’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 19408 | _ci0q: BUILDSTDERR: | ^ BUILDSTDERR: 19408 | _ci0q: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_ci0w’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:19430:1: error: BUILDSTDERR: warning: label ‘_ci0w’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 19430 | _ci0w: BUILDSTDERR: | ^ BUILDSTDERR: 19430 | _ci0w: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziSTUArray_restrictedDamerauLevenshteinDistance_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:19465:1: error: BUILDSTDERR: warning: label ‘_ci0O’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 19465 | _ci0O: BUILDSTDERR: | ^ BUILDSTDERR: 19465 | _ci0O: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_ci0L’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:19493:1: error: BUILDSTDERR: warning: label ‘_ci0L’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 19493 | _ci0L: BUILDSTDERR: | ^ BUILDSTDERR: 19493 | _ci0L: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘reUW_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:19531:1: error: BUILDSTDERR: warning: label ‘_ci1a’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 19531 | _ci1a: BUILDSTDERR: | ^ BUILDSTDERR: 19531 | _ci1a: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_ci18’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:19576:1: error: BUILDSTDERR: warning: label ‘_ci18’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 19576 | _ci18: BUILDSTDERR: | ^ BUILDSTDERR: 19576 | _ci18: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziSTUArray_zdwlevenshteinDistanceWithLengths_slow’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:19599:1: error: BUILDSTDERR: warning: label ‘_ci1j’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 19599 | _ci1j: BUILDSTDERR: | ^ BUILDSTDERR: 19599 | _ci1j: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘sfFz_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:19613:1: error: BUILDSTDERR: warning: label ‘_ci6N’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 19613 | _ci6N: BUILDSTDERR: | ^ BUILDSTDERR: 19613 | _ci6N: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_ci6C’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:19657:1: error: BUILDSTDERR: warning: label ‘_ci6C’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 19657 | _ci6C: BUILDSTDERR: | ^ BUILDSTDERR: 19657 | _ci6C: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_ci6O’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:19732:1: error: BUILDSTDERR: warning: label ‘_ci6O’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 19732 | _ci6O: BUILDSTDERR: | ^ BUILDSTDERR: 19732 | _ci6O: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_ci7h’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:19743:1: error: BUILDSTDERR: warning: label ‘_ci7h’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 19743 | _ci7h: BUILDSTDERR: | ^ BUILDSTDERR: 19743 | _ci7h: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_ci8X’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:19772:1: error: BUILDSTDERR: warning: label ‘_ci8X’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 19772 | _ci8X: BUILDSTDERR: | ^ BUILDSTDERR: 19772 | _ci8X: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sfFX’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:19792:1: error: BUILDSTDERR: warning: label ‘_sfFX’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 19792 | _sfFX: BUILDSTDERR: | ^ BUILDSTDERR: 19792 | _sfFX: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_ci7q’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:19816:1: error: BUILDSTDERR: warning: label ‘_ci7q’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 19816 | _ci7q: BUILDSTDERR: | ^ BUILDSTDERR: 19816 | _ci7q: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_ci8G’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:19845:1: error: BUILDSTDERR: warning: label ‘_ci8G’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 19845 | _ci8G: BUILDSTDERR: | ^ BUILDSTDERR: 19845 | _ci8G: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sfFZ’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:19873:1: error: BUILDSTDERR: warning: label ‘_sfFZ’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 19873 | _sfFZ: BUILDSTDERR: | ^ BUILDSTDERR: 19873 | _sfFZ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_ci83’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:19931:1: error: BUILDSTDERR: warning: label ‘_ci83’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 19931 | _ci83: BUILDSTDERR: | ^ BUILDSTDERR: 19931 | _ci83: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_ci8h’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:19977:1: error: BUILDSTDERR: warning: label ‘_ci8h’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 19977 | _ci8h: BUILDSTDERR: | ^ BUILDSTDERR: 19977 | _ci8h: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sfG5’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:20000:1: error: BUILDSTDERR: warning: label ‘_sfG5’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 20000 | _sfG5: BUILDSTDERR: | ^ BUILDSTDERR: 20000 | _sfG5: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘sfF1_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:20036:1: error: BUILDSTDERR: warning: label ‘_ci9H’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 20036 | _ci9H: BUILDSTDERR: | ^ BUILDSTDERR: 20036 | _ci9H: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_ci3U’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:20060:1: error: BUILDSTDERR: warning: label ‘_ci3U’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 20060 | _ci3U: BUILDSTDERR: | ^ BUILDSTDERR: 20060 | _ci3U: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_ci41’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:20094:1: error: BUILDSTDERR: warning: label ‘_ci41’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 20094 | _ci41: BUILDSTDERR: | ^ BUILDSTDERR: 20094 | _ci41: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_ci47’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:20121:1: error: BUILDSTDERR: warning: label ‘_ci47’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 20121 | _ci47: BUILDSTDERR: | ^ BUILDSTDERR: 20121 | _ci47: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_ci4d’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:20146:1: error: BUILDSTDERR: warning: label ‘_ci4d’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 20146 | _ci4d: BUILDSTDERR: | ^ BUILDSTDERR: 20146 | _ci4d: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_ci4j’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:20173:1: error: BUILDSTDERR: warning: label ‘_ci4j’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 20173 | _ci4j: BUILDSTDERR: | ^ BUILDSTDERR: 20173 | _ci4j: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_ci4p’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:20198:1: error: BUILDSTDERR: warning: label ‘_ci4p’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 20198 | _ci4p: BUILDSTDERR: | ^ BUILDSTDERR: 20198 | _ci4p: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_ci4v’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:20231:1: error: BUILDSTDERR: warning: label ‘_ci4v’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 20231 | _ci4v: BUILDSTDERR: | ^ BUILDSTDERR: 20231 | _ci4v: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_ci4J’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:20281:1: error: BUILDSTDERR: warning: label ‘_ci4J’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 20281 | _ci4J: BUILDSTDERR: | ^ BUILDSTDERR: 20281 | _ci4J: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_ci4V’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:20327:1: error: BUILDSTDERR: warning: label ‘_ci4V’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 20327 | _ci4V: BUILDSTDERR: | ^ BUILDSTDERR: 20327 | _ci4V: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sfFu’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:20358:1: error: BUILDSTDERR: warning: label ‘_sfFu’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 20358 | _sfFu: BUILDSTDERR: | ^ BUILDSTDERR: 20358 | _sfFu: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_ci6n’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:20381:1: error: BUILDSTDERR: warning: label ‘_ci6n’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 20381 | _ci6n: BUILDSTDERR: | ^ BUILDSTDERR: 20381 | _ci6n: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_ci6w’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:20437:1: error: BUILDSTDERR: warning: label ‘_ci6w’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 20437 | _ci6w: BUILDSTDERR: | ^ BUILDSTDERR: 20437 | _ci6w: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘sfHQ_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:20494:1: error: BUILDSTDERR: warning: label ‘_ciaW’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 20494 | _ciaW: BUILDSTDERR: | ^ BUILDSTDERR: 20494 | _ciaW: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_ciaL’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:20538:1: error: BUILDSTDERR: warning: label ‘_ciaL’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 20538 | _ciaL: BUILDSTDERR: | ^ BUILDSTDERR: 20538 | _ciaL: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_ciaX’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:20613:1: error: BUILDSTDERR: warning: label ‘_ciaX’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 20613 | _ciaX: BUILDSTDERR: | ^ BUILDSTDERR: 20613 | _ciaX: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cibq’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:20624:1: error: BUILDSTDERR: warning: label ‘_cibq’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 20624 | _cibq: BUILDSTDERR: | ^ BUILDSTDERR: 20624 | _cibq: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cid6’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:20653:1: error: BUILDSTDERR: warning: label ‘_cid6’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 20653 | _cid6: BUILDSTDERR: | ^ BUILDSTDERR: 20653 | _cid6: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sfIe’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:20673:1: error: BUILDSTDERR: warning: label ‘_sfIe’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 20673 | _sfIe: BUILDSTDERR: | ^ BUILDSTDERR: 20673 | _sfIe: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cibz’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:20697:1: error: BUILDSTDERR: warning: label ‘_cibz’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 20697 | _cibz: BUILDSTDERR: | ^ BUILDSTDERR: 20697 | _cibz: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cicP’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:20726:1: error: BUILDSTDERR: warning: label ‘_cicP’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 20726 | _cicP: BUILDSTDERR: | ^ BUILDSTDERR: 20726 | _cicP: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sfIg’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:20754:1: error: BUILDSTDERR: warning: label ‘_sfIg’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 20754 | _sfIg: BUILDSTDERR: | ^ BUILDSTDERR: 20754 | _sfIg: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cicc’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:20812:1: error: BUILDSTDERR: warning: label ‘_cicc’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 20812 | _cicc: BUILDSTDERR: | ^ BUILDSTDERR: 20812 | _cicc: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cicq’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:20858:1: error: BUILDSTDERR: warning: label ‘_cicq’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 20858 | _cicq: BUILDSTDERR: | ^ BUILDSTDERR: 20858 | _cicq: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sfIm’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:20881:1: error: BUILDSTDERR: warning: label ‘_sfIm’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 20881 | _sfIm: BUILDSTDERR: | ^ BUILDSTDERR: 20881 | _sfIm: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘sfHi_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:20917:1: error: BUILDSTDERR: warning: label ‘_cidQ’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 20917 | _cidQ: BUILDSTDERR: | ^ BUILDSTDERR: 20917 | _cidQ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_ci5e’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:20941:1: error: BUILDSTDERR: warning: label ‘_ci5e’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 20941 | _ci5e: BUILDSTDERR: | ^ BUILDSTDERR: 20941 | _ci5e: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_ci5l’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:20975:1: error: BUILDSTDERR: warning: label ‘_ci5l’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 20975 | _ci5l: BUILDSTDERR: | ^ BUILDSTDERR: 20975 | _ci5l: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_ci5r’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:21002:1: error: BUILDSTDERR: warning: label ‘_ci5r’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 21002 | _ci5r: BUILDSTDERR: | ^ BUILDSTDERR: 21002 | _ci5r: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_ci5x’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:21027:1: error: BUILDSTDERR: warning: label ‘_ci5x’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 21027 | _ci5x: BUILDSTDERR: | ^ BUILDSTDERR: 21027 | _ci5x: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_ci5D’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:21054:1: error: BUILDSTDERR: warning: label ‘_ci5D’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 21054 | _ci5D: BUILDSTDERR: | ^ BUILDSTDERR: 21054 | _ci5D: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_ci5J’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:21079:1: error: BUILDSTDERR: warning: label ‘_ci5J’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 21079 | _ci5J: BUILDSTDERR: | ^ BUILDSTDERR: 21079 | _ci5J: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_ci5P’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:21112:1: error: BUILDSTDERR: warning: label ‘_ci5P’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 21112 | _ci5P: BUILDSTDERR: | ^ BUILDSTDERR: 21112 | _ci5P: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_ci63’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:21162:1: error: BUILDSTDERR: warning: label ‘_ci63’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 21162 | _ci63: BUILDSTDERR: | ^ BUILDSTDERR: 21162 | _ci63: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_ci6f’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:21208:1: error: BUILDSTDERR: warning: label ‘_ci6f’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 21208 | _ci6f: BUILDSTDERR: | ^ BUILDSTDERR: 21208 | _ci6f: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sfHL’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:21239:1: error: BUILDSTDERR: warning: label ‘_sfHL’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 21239 | _sfHL: BUILDSTDERR: | ^ BUILDSTDERR: 21239 | _sfHL: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_ciaw’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:21262:1: error: BUILDSTDERR: warning: label ‘_ciaw’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 21262 | _ciaw: BUILDSTDERR: | ^ BUILDSTDERR: 21262 | _ciaw: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_ciaF’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:21318:1: error: BUILDSTDERR: warning: label ‘_ciaF’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 21318 | _ciaF: BUILDSTDERR: | ^ BUILDSTDERR: 21318 | _ciaF: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘sfJB_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:21374:1: error: BUILDSTDERR: warning: label ‘_cif9’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 21374 | _cif9: BUILDSTDERR: | ^ BUILDSTDERR: 21374 | _cif9: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cieV’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:21398:1: error: BUILDSTDERR: warning: label ‘_cieV’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 21398 | _cieV: BUILDSTDERR: | ^ BUILDSTDERR: 21398 | _cieV: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cif2’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:21435:1: error: BUILDSTDERR: warning: label ‘_cif2’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 21435 | _cif2: BUILDSTDERR: | ^ BUILDSTDERR: 21435 | _cif2: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘sfJW_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:21501:1: error: BUILDSTDERR: warning: label ‘_cifU’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 21501 | _cifU: BUILDSTDERR: | ^ BUILDSTDERR: 21501 | _cifU: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cifG’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:21525:1: error: BUILDSTDERR: warning: label ‘_cifG’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 21525 | _cifG: BUILDSTDERR: | ^ BUILDSTDERR: 21525 | _cifG: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cifN’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:21562:1: error: BUILDSTDERR: warning: label ‘_cifN’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 21562 | _cifN: BUILDSTDERR: | ^ BUILDSTDERR: 21562 | _cifN: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cig9’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:21627:1: error: BUILDSTDERR: warning: label ‘_cig9’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 21627 | _cig9: BUILDSTDERR: | ^ BUILDSTDERR: 21627 | _cig9: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziSTUArray_zdwlevenshteinDistanceWithLengths_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:21666:1: error: BUILDSTDERR: warning: label ‘_cigt’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 21666 | _cigt: BUILDSTDERR: | ^ BUILDSTDERR: 21666 | _cigt: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_ci1O’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:21760:1: error: BUILDSTDERR: warning: label ‘_ci1O’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 21760 | _ci1O: BUILDSTDERR: | ^ BUILDSTDERR: 21760 | _ci1O: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sfL3’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:21828:1: error: BUILDSTDERR: warning: label ‘_sfL3’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 21828 | _sfL3: BUILDSTDERR: | ^ BUILDSTDERR: 21828 | _sfL3: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cikO’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:21847:1: error: BUILDSTDERR: warning: label ‘_cikO’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 21847 | _cikO: BUILDSTDERR: | ^ BUILDSTDERR: 21847 | _cikO: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cil0’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:21883:1: error: BUILDSTDERR: warning: label ‘_cil0’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 21883 | _cil0: BUILDSTDERR: | ^ BUILDSTDERR: 21883 | _cil0: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sfEk’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:21918:1: error: BUILDSTDERR: warning: label ‘_sfEk’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 21918 | _sfEk: BUILDSTDERR: | ^ BUILDSTDERR: 21918 | _sfEk: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_ci2r’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:21966:1: error: BUILDSTDERR: warning: label ‘_ci2r’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 21966 | _ci2r: BUILDSTDERR: | ^ BUILDSTDERR: 21966 | _ci2r: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sfKB’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:22034:1: error: BUILDSTDERR: warning: label ‘_sfKB’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 22034 | _sfKB: BUILDSTDERR: | ^ BUILDSTDERR: 22034 | _sfKB: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cijF’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:22053:1: error: BUILDSTDERR: warning: label ‘_cijF’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 22053 | _cijF: BUILDSTDERR: | ^ BUILDSTDERR: 22053 | _cijF: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cijR’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:22089:1: error: BUILDSTDERR: warning: label ‘_cijR’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 22089 | _cijR: BUILDSTDERR: | ^ BUILDSTDERR: 22089 | _cijR: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sfEA’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:22121:1: error: BUILDSTDERR: warning: label ‘_sfEA’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 22121 | _sfEA: BUILDSTDERR: | ^ BUILDSTDERR: 22121 | _sfEA: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_ci2Y’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:22158:1: error: BUILDSTDERR: warning: label ‘_ci2Y’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 22158 | _ci2Y: BUILDSTDERR: | ^ BUILDSTDERR: 22158 | _ci2Y: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_ci3p’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:22246:1: error: BUILDSTDERR: warning: label ‘_ci3p’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 22246 | _ci3p: BUILDSTDERR: | ^ BUILDSTDERR: 22246 | _ci3p: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cilB’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:22319:1: error: BUILDSTDERR: warning: label ‘_cilB’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 22319 | _cilB: BUILDSTDERR: | ^ BUILDSTDERR: 22319 | _cilB: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cilJ’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:22334:1: error: BUILDSTDERR: warning: label ‘_cilJ’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 22334 | _cilJ: BUILDSTDERR: | ^ BUILDSTDERR: 22334 | _cilJ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cieG’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:22356:1: error: BUILDSTDERR: warning: label ‘_cieG’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 22356 | _cieG: BUILDSTDERR: | ^ BUILDSTDERR: 22356 | _cieG: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cieO’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:22404:1: error: BUILDSTDERR: warning: label ‘_cieO’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 22404 | _cieO: BUILDSTDERR: | ^ BUILDSTDERR: 22404 | _cieO: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cifA’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:22464:1: error: BUILDSTDERR: warning: label ‘_cifA’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 22464 | _cifA: BUILDSTDERR: | ^ BUILDSTDERR: 22464 | _cifA: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_ciiq’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:22504:1: error: BUILDSTDERR: warning: label ‘_ciiq’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 22504 | _ciiq: BUILDSTDERR: | ^ BUILDSTDERR: 22504 | _ciiq: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_ciif’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:22520:1: error: BUILDSTDERR: warning: label ‘_ciif’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 22520 | _ciif: BUILDSTDERR: | ^ BUILDSTDERR: 22520 | _ciif: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_sfHe’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:22536:1: error: BUILDSTDERR: warning: label ‘_sfHe’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 22536 | _sfHe: BUILDSTDERR: | ^ BUILDSTDERR: 22536 | _sfHe: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_ci57’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:22567:1: error: BUILDSTDERR: warning: label ‘_ci57’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 22567 | _ci57: BUILDSTDERR: | ^ BUILDSTDERR: 22567 | _ci57: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_ci56’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:22659:1: error: BUILDSTDERR: warning: label ‘_ci56’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 22659 | _ci56: BUILDSTDERR: | ^ BUILDSTDERR: 22659 | _ci56: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cihF’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:22675:1: error: BUILDSTDERR: warning: label ‘_cihF’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 22675 | _cihF: BUILDSTDERR: | ^ BUILDSTDERR: 22675 | _cihF: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cihI’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:22697:1: error: BUILDSTDERR: warning: label ‘_cihI’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 22697 | _cihI: BUILDSTDERR: | ^ BUILDSTDERR: 22697 | _cihI: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cihO’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:22720:1: error: BUILDSTDERR: warning: label ‘_cihO’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 22720 | _cihO: BUILDSTDERR: | ^ BUILDSTDERR: 22720 | _cihO: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cihU’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:22747:1: error: BUILDSTDERR: warning: label ‘_cihU’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 22747 | _cihU: BUILDSTDERR: | ^ BUILDSTDERR: 22747 | _cihU: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_ci3N’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:22802:1: error: BUILDSTDERR: warning: label ‘_ci3N’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 22802 | _ci3N: BUILDSTDERR: | ^ BUILDSTDERR: 22802 | _ci3N: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cih4’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:22899:1: error: BUILDSTDERR: warning: label ‘_cih4’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 22899 | _cih4: BUILDSTDERR: | ^ BUILDSTDERR: 22899 | _cih4: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cih7’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:22921:1: error: BUILDSTDERR: warning: label ‘_cih7’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 22921 | _cih7: BUILDSTDERR: | ^ BUILDSTDERR: 22921 | _cih7: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cihd’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:22944:1: error: BUILDSTDERR: warning: label ‘_cihd’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 22944 | _cihd: BUILDSTDERR: | ^ BUILDSTDERR: 22944 | _cihd: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cihj’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:22971:1: error: BUILDSTDERR: warning: label ‘_cihj’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 22971 | _cihj: BUILDSTDERR: | ^ BUILDSTDERR: 22971 | _cihj: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cigz’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:23002:1: error: BUILDSTDERR: warning: label ‘_cigz’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 23002 | _cigz: BUILDSTDERR: | ^ BUILDSTDERR: 23002 | _cigz: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziSTUArray_levenshteinDistanceWithLengths_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:23024:1: error: BUILDSTDERR: warning: label ‘_ciog’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 23024 | _ciog: BUILDSTDERR: | ^ BUILDSTDERR: 23024 | _ciog: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_ciod’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:23053:1: error: BUILDSTDERR: warning: label ‘_ciod’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 23053 | _ciod: BUILDSTDERR: | ^ BUILDSTDERR: 23053 | _ciod: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_ciok’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:23082:1: error: BUILDSTDERR: warning: label ‘_ciok’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 23082 | _ciok: BUILDSTDERR: | ^ BUILDSTDERR: 23082 | _ciok: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cioq’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:23107:1: error: BUILDSTDERR: warning: label ‘_cioq’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 23107 | _cioq: BUILDSTDERR: | ^ BUILDSTDERR: 23107 | _cioq: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziSTUArray_zdwlevenshteinDistance_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:23142:1: error: BUILDSTDERR: warning: label ‘_cioN’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 23142 | _cioN: BUILDSTDERR: | ^ BUILDSTDERR: 23142 | _cioN: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cioL’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:23173:1: error: BUILDSTDERR: warning: label ‘_cioL’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 23173 | _cioL: BUILDSTDERR: | ^ BUILDSTDERR: 23173 | _cioL: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cioR’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:23195:1: error: BUILDSTDERR: warning: label ‘_cioR’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 23195 | _cioR: BUILDSTDERR: | ^ BUILDSTDERR: 23195 | _cioR: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziSTUArray_levenshteinDistance_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:23229:1: error: BUILDSTDERR: warning: label ‘_cip9’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 23229 | _cip9: BUILDSTDERR: | ^ BUILDSTDERR: 23229 | _cip9: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cip6’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:23257:1: error: BUILDSTDERR: warning: label ‘_cip6’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 23257 | _cip6: BUILDSTDERR: | ^ BUILDSTDERR: 23257 | _cip6: BUILDSTDERR: | ^~~~~ BUILDSTDERR: At top level: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:439:16: error: BUILDSTDERR: warning: ‘reUS_closure’ defined but not used [-Wunused-variable] BUILDSTDERR: 439 | static StgWord reUS_closure[]__attribute__((aligned(8)))= { BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: | BUILDSTDERR: 439 | static StgWord reUS_closure[]__attribute__((aligned(8)))= { BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgzb’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:2779:7: error: BUILDSTDERR: warning: ‘_sf7U’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 2779 | Sp[6] = _sf7U; BUILDSTDERR: | BUILDSTDERR: 2779 | Sp[6] = _sf7U; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgjC’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:2932:4: error: BUILDSTDERR: warning: ‘_sf11’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 2932 | W_ _sf11; BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2932 | W_ _sf11; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:2931:4: error: BUILDSTDERR: warning: ‘_sf0g’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 2931 | W_ _sf0g; BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2931 | W_ _sf0g; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:2930:4: error: BUILDSTDERR: warning: ‘_sf0e’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 2930 | W_ _sf0e; BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2930 | W_ _sf0e; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:2947:90: error: BUILDSTDERR: warning: ‘_sf1T’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 2947 | ((struct {W_ x;} __attribute__((packed))*) ((_sf0e+32) + ((_sf11 - _sf0g) << 0x3UL)))->x = _sf1T; BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ BUILDSTDERR: | BUILDSTDERR: 2947 | ((struct {W_ x;} __attribute__((packed))*) ((_sf0e+32) + ((_sf11 - _sf0g) << 0x3UL)))->x = _sf1T; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:2950:8: error: BUILDSTDERR: warning: ‘_sf1S’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 2950 | Sp[23] = _sf1S; BUILDSTDERR: | BUILDSTDERR: 2950 | Sp[23] = _sf1S; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:2948:7: error: BUILDSTDERR: warning: ‘_sf12’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 2948 | Sp[8] = _sf12; BUILDSTDERR: | BUILDSTDERR: 2948 | Sp[8] = _sf12; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgxG’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:3401:7: error: BUILDSTDERR: warning: ‘_sf7u’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 3401 | Sp[6] = _sf7u; BUILDSTDERR: | BUILDSTDERR: 3401 | Sp[6] = _sf7u; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgvh’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:3978:7: error: BUILDSTDERR: warning: ‘_sf60’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 3978 | Sp[6] = _sf60; BUILDSTDERR: | BUILDSTDERR: 3978 | Sp[6] = _sf60; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgsM’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:4557:7: error: BUILDSTDERR: warning: ‘_sf4q’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 4557 | Sp[7] = _sf4q; BUILDSTDERR: | BUILDSTDERR: 4557 | Sp[7] = _sf4q; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:4556:7: error: BUILDSTDERR: warning: ‘_cgse’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 4556 | Sp[8] = _cgse; BUILDSTDERR: | BUILDSTDERR: 4556 | Sp[8] = _cgse; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgqw’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:5138:7: error: BUILDSTDERR: warning: ‘_sf2Z’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 5138 | Sp[7] = _sf2Z; BUILDSTDERR: | BUILDSTDERR: 5138 | Sp[7] = _sf2Z; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:5137:7: error: BUILDSTDERR: warning: ‘_cgpY’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 5137 | Sp[8] = _cgpY; BUILDSTDERR: | BUILDSTDERR: 5137 | Sp[8] = _cgpY; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_ch3f’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:7291:7: error: BUILDSTDERR: warning: ‘_sfsz’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 7291 | Sp[6] = _sfsz; BUILDSTDERR: | BUILDSTDERR: 7291 | Sp[6] = _sfsz; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgNG’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:7444:4: error: BUILDSTDERR: warning: ‘_sflG’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 7444 | W_ _sflG; BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7444 | W_ _sflG; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:7443:4: error: BUILDSTDERR: warning: ‘_sfkV’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 7443 | W_ _sfkV; BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7443 | W_ _sfkV; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:7442:4: error: BUILDSTDERR: warning: ‘_sfkT’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 7442 | W_ _sfkT; BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7442 | W_ _sfkT; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:7459:90: error: BUILDSTDERR: warning: ‘_sfmy’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 7459 | ((struct {W_ x;} __attribute__((packed))*) ((_sfkT+32) + ((_sflG - _sfkV) << 0x3UL)))->x = _sfmy; BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ BUILDSTDERR: | BUILDSTDERR: 7459 | ((struct {W_ x;} __attribute__((packed))*) ((_sfkT+32) + ((_sflG - _sfkV) << 0x3UL)))->x = _sfmy; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:7462:8: error: BUILDSTDERR: warning: ‘_sfmx’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 7462 | Sp[23] = _sfmx; BUILDSTDERR: | BUILDSTDERR: 7462 | Sp[23] = _sfmx; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:7460:7: error: BUILDSTDERR: warning: ‘_sflH’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 7460 | Sp[8] = _sflH; BUILDSTDERR: | BUILDSTDERR: 7460 | Sp[8] = _sflH; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_ch1K’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:7913:7: error: BUILDSTDERR: warning: ‘_sfs9’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 7913 | Sp[6] = _sfs9; BUILDSTDERR: | BUILDSTDERR: 7913 | Sp[6] = _sfs9; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgZl’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:8490:7: error: BUILDSTDERR: warning: ‘_sfqF’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 8490 | Sp[6] = _sfqF; BUILDSTDERR: | BUILDSTDERR: 8490 | Sp[6] = _sfqF; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgWQ’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:9069:7: error: BUILDSTDERR: warning: ‘_sfp5’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 9069 | Sp[7] = _sfp5; BUILDSTDERR: | BUILDSTDERR: 9069 | Sp[7] = _sfp5; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:9068:7: error: BUILDSTDERR: warning: ‘_cgWi’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 9068 | Sp[8] = _cgWi; BUILDSTDERR: | BUILDSTDERR: 9068 | Sp[8] = _cgWi; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cgUA’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:9650:7: error: BUILDSTDERR: warning: ‘_sfnE’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 9650 | Sp[7] = _sfnE; BUILDSTDERR: | BUILDSTDERR: 9650 | Sp[7] = _sfnE; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:9649:7: error: BUILDSTDERR: warning: ‘_cgU2’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 9649 | Sp[8] = _cgU2; BUILDSTDERR: | BUILDSTDERR: 9649 | Sp[8] = _cgU2; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chFk’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:12284:7: error: BUILDSTDERR: warning: ‘_sfA4’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: | BUILDSTDERR: 12284 | Sp[6] = _sfA4; BUILDSTDERR: | ^ BUILDSTDERR: 12284 | Sp[6] = _sfA4; BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cg9b’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:12434:4: error: BUILDSTDERR: warning: ‘_sftR’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: | BUILDSTDERR: 12434 | W_ _sftR; BUILDSTDERR: | ^ BUILDSTDERR: 12434 | W_ _sftR; BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:12433:4: error: BUILDSTDERR: warning: ‘_sfh6’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: | BUILDSTDERR: 12433 | W_ _sfh6; BUILDSTDERR: | ^ BUILDSTDERR: 12433 | W_ _sfh6; BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:12449:80: error: BUILDSTDERR: warning: ‘_sfuD’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: | BUILDSTDERR: 12449 | ((struct {W_ x;} __attribute__((packed))*) ((_sfh6+32) + (_sftR << 0x3UL)))->x = _sfuD; BUILDSTDERR: | ^ BUILDSTDERR: 12449 | ((struct {W_ x;} __attribute__((packed))*) ((_sfh6+32) + (_sftR << 0x3UL)))->x = _sfuD; BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:12452:8: error: BUILDSTDERR: warning: ‘_sfuC’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: | BUILDSTDERR: 12452 | Sp[10] = _sfuC; BUILDSTDERR: | ^ BUILDSTDERR: 12452 | Sp[10] = _sfuC; BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:12450:7: error: BUILDSTDERR: warning: ‘_sftS’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: | BUILDSTDERR: 12450 | Sp[5] = _sftS; BUILDSTDERR: | ^ BUILDSTDERR: 12450 | Sp[5] = _sftS; BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chDP’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:12898:7: error: BUILDSTDERR: warning: ‘_sfzE’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: | BUILDSTDERR: 12898 | Sp[6] = _sfzE; BUILDSTDERR: | ^ BUILDSTDERR: 12898 | Sp[6] = _sfzE; BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chBq’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:13469:7: error: BUILDSTDERR: warning: ‘_sfyj’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: | BUILDSTDERR: 13469 | Sp[6] = _sfyj; BUILDSTDERR: | ^ BUILDSTDERR: 13469 | Sp[6] = _sfyj; BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chyV’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:14042:7: error: BUILDSTDERR: warning: ‘_sfwS’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: | BUILDSTDERR: 14042 | Sp[7] = _sfwS; BUILDSTDERR: | ^ BUILDSTDERR: 14042 | Sp[7] = _sfwS; BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:14041:7: error: BUILDSTDERR: warning: ‘_chyn’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: | BUILDSTDERR: 14041 | Sp[8] = _chyn; BUILDSTDERR: | ^ BUILDSTDERR: 14041 | Sp[8] = _chyn; BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chwF’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:14789:7: error: BUILDSTDERR: warning: ‘_sfvA’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: | BUILDSTDERR: 14789 | Sp[7] = _sfvA; BUILDSTDERR: | ^ BUILDSTDERR: 14789 | Sp[7] = _sfvA; BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:14788:7: error: BUILDSTDERR: warning: ‘_chw7’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: | BUILDSTDERR: 14788 | Sp[8] = _chw7; BUILDSTDERR: | ^ BUILDSTDERR: 14788 | Sp[8] = _chw7; BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chpz’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:16471:7: error: BUILDSTDERR: warning: ‘_sffp’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: | BUILDSTDERR: 16471 | Sp[6] = _sffp; BUILDSTDERR: | ^ BUILDSTDERR: 16471 | Sp[6] = _sffp; BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cfXV’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:16621:4: error: BUILDSTDERR: warning: ‘_sf9c’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: | BUILDSTDERR: 16621 | W_ _sf9c; BUILDSTDERR: | ^ BUILDSTDERR: 16621 | W_ _sf9c; BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:16620:4: error: BUILDSTDERR: warning: ‘_seWr’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: | BUILDSTDERR: 16620 | W_ _seWr; BUILDSTDERR: | ^ BUILDSTDERR: 16620 | W_ _seWr; BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:16636:80: error: BUILDSTDERR: warning: ‘_sf9Y’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: | BUILDSTDERR: 16636 | ((struct {W_ x;} __attribute__((packed))*) ((_seWr+32) + (_sf9c << 0x3UL)))->x = _sf9Y; BUILDSTDERR: | ^ BUILDSTDERR: 16636 | ((struct {W_ x;} __attribute__((packed))*) ((_seWr+32) + (_sf9c << 0x3UL)))->x = _sf9Y; BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:16639:8: error: BUILDSTDERR: warning: ‘_sf9X’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: | BUILDSTDERR: 16639 | Sp[10] = _sf9X; BUILDSTDERR: | ^ BUILDSTDERR: 16639 | Sp[10] = _sf9X; BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:16637:7: error: BUILDSTDERR: warning: ‘_sf9d’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: | BUILDSTDERR: 16637 | Sp[5] = _sf9d; BUILDSTDERR: | ^ BUILDSTDERR: 16637 | Sp[5] = _sf9d; BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_cho4’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:17085:7: error: BUILDSTDERR: warning: ‘_sfeZ’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: | BUILDSTDERR: 17085 | Sp[6] = _sfeZ; BUILDSTDERR: | ^ BUILDSTDERR: 17085 | Sp[6] = _sfeZ; BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chlF’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:17656:7: error: BUILDSTDERR: warning: ‘_sfdE’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: | BUILDSTDERR: 17656 | Sp[6] = _sfdE; BUILDSTDERR: | ^ BUILDSTDERR: 17656 | Sp[6] = _sfdE; BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chja’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:18229:7: error: BUILDSTDERR: warning: ‘_sfcd’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: | BUILDSTDERR: 18229 | Sp[7] = _sfcd; BUILDSTDERR: | ^ BUILDSTDERR: 18229 | Sp[7] = _sfcd; BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:18228:7: error: BUILDSTDERR: warning: ‘_chiC’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: | BUILDSTDERR: 18228 | Sp[8] = _chiC; BUILDSTDERR: | ^ BUILDSTDERR: 18228 | Sp[8] = _chiC; BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc: In function ‘_chgU’: BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:18976:7: error: BUILDSTDERR: warning: ‘_sfaV’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: | BUILDSTDERR: 18976 | Sp[7] = _sfaV; BUILDSTDERR: | ^ BUILDSTDERR: 18976 | Sp[7] = _sfaV; BUILDSTDERR: /tmp/ghc30465_0/ghc_48.hc:18975:7: error: BUILDSTDERR: warning: ‘_chgm’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: | BUILDSTDERR: 18975 | Sp[8] = _chgm; BUILDSTDERR: | ^ BUILDSTDERR: 18975 | Sp[8] = _chgm; [6 of 7] Compiling Text.EditDistance.SquareSTUArray ( Text/EditDistance/SquareSTUArray.hs, dist/build/Text/EditDistance/SquareSTUArray.p_o ) BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘rlm7_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:104:1: error: BUILDSTDERR: warning: label ‘_cm76’ defined but not used [-Wunused-label] BUILDSTDERR: 104 | _cm76: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 104 | _cm76: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘rlm9_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:157:1: error: BUILDSTDERR: warning: label ‘_cm7k’ defined but not used [-Wunused-label] BUILDSTDERR: 157 | _cm7k: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 157 | _cm7k: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘rlmb_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:210:1: error: BUILDSTDERR: warning: label ‘_cm7y’ defined but not used [-Wunused-label] BUILDSTDERR: 210 | _cm7y: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 210 | _cm7y: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘rlmd_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:263:1: error: BUILDSTDERR: warning: label ‘_cm7M’ defined but not used [-Wunused-label] BUILDSTDERR: 263 | _cm7M: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 263 | _cm7M: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘rlmk_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:356:1: error: BUILDSTDERR: warning: label ‘_cm83’ defined but not used [-Wunused-label] BUILDSTDERR: 356 | _cm83: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 356 | _cm83: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cm81’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:397:1: error: BUILDSTDERR: warning: label ‘_cm81’ defined but not used [-Wunused-label] BUILDSTDERR: 397 | _cm81: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 397 | _cm81: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘slmy_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:431:1: error: BUILDSTDERR: warning: label ‘_cm8I’ defined but not used [-Wunused-label] BUILDSTDERR: 431 | _cm8I: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 431 | _cm8I: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cm8F’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:467:1: error: BUILDSTDERR: warning: label ‘_cm8F’ defined but not used [-Wunused-label] BUILDSTDERR: 467 | _cm8F: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 467 | _cm8F: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘slmz_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:506:1: error: BUILDSTDERR: warning: label ‘_cm8O’ defined but not used [-Wunused-label] BUILDSTDERR: 506 | _cm8O: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 506 | _cm8O: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘slmA_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:553:1: error: BUILDSTDERR: warning: label ‘_cm8U’ defined but not used [-Wunused-label] BUILDSTDERR: 553 | _cm8U: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 553 | _cm8U: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cm8o’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:593:1: error: BUILDSTDERR: warning: label ‘_cm8o’ defined but not used [-Wunused-label] BUILDSTDERR: 593 | _cm8o: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 593 | _cm8o: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘rlmn_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:640:1: error: BUILDSTDERR: warning: label ‘_cm93’ defined but not used [-Wunused-label] BUILDSTDERR: 640 | _cm93: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 640 | _cm93: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cm91’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:677:1: error: BUILDSTDERR: warning: label ‘_cm91’ defined but not used [-Wunused-label] BUILDSTDERR: 677 | _cm91: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 677 | _cm91: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziSquareSTUArray_zdwrestrictedDamerauLevenshteinDistanceST_slow’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:700:1: error: BUILDSTDERR: warning: label ‘_cm9k’ defined but not used [-Wunused-label] BUILDSTDERR: 700 | _cm9k: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 700 | _cm9k: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘slny_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:713:1: error: BUILDSTDERR: warning: label ‘_cmbw’ defined but not used [-Wunused-label] BUILDSTDERR: 713 | _cmbw: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 713 | _cmbw: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘slnA_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:749:1: error: BUILDSTDERR: warning: label ‘_cmmC’ defined but not used [-Wunused-label] BUILDSTDERR: 749 | _cmmC: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 749 | _cmmC: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmbB’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:792:1: error: BUILDSTDERR: warning: label ‘_cmbB’ defined but not used [-Wunused-label] BUILDSTDERR: 792 | _cmbB: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 792 | _cmbB: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmmD’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:867:1: error: BUILDSTDERR: warning: label ‘_cmmD’ defined but not used [-Wunused-label] BUILDSTDERR: 867 | _cmmD: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 867 | _cmmD: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmmJ’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:878:1: error: BUILDSTDERR: warning: label ‘_cmmJ’ defined but not used [-Wunused-label] BUILDSTDERR: 878 | _cmmJ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 878 | _cmmJ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmA7’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:907:1: error: BUILDSTDERR: warning: label ‘_cmA7’ defined but not used [-Wunused-label] BUILDSTDERR: 907 | _cmA7: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 907 | _cmA7: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_slnP’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:926:1: error: BUILDSTDERR: warning: label ‘_slnP’ defined but not used [-Wunused-label] BUILDSTDERR: 926 | _slnP: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 926 | _slnP: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmmM’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:959:1: error: BUILDSTDERR: warning: label ‘_cmmM’ defined but not used [-Wunused-label] BUILDSTDERR: 959 | _cmmM: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 959 | _cmmM: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmy9’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:1021:1: error: BUILDSTDERR: warning: label ‘_cmy9’ defined but not used [-Wunused-label] BUILDSTDERR: 1021 | _cmy9: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1021 | _cmy9: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmzQ’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:1050:1: error: BUILDSTDERR: warning: label ‘_cmzQ’ defined but not used [-Wunused-label] BUILDSTDERR: 1050 | _cmzQ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1050 | _cmzQ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_slxo’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:1070:1: error: BUILDSTDERR: warning: label ‘_slxo’ defined but not used [-Wunused-label] BUILDSTDERR: 1070 | _slxo: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1070 | _slxo: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmyi’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:1094:1: error: BUILDSTDERR: warning: label ‘_cmyi’ defined but not used [-Wunused-label] BUILDSTDERR: 1094 | _cmyi: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1094 | _cmyi: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmzz’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:1123:1: error: BUILDSTDERR: warning: label ‘_cmzz’ defined but not used [-Wunused-label] BUILDSTDERR: 1123 | _cmzz: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1123 | _cmzz: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_slxq’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:1154:1: error: BUILDSTDERR: warning: label ‘_slxq’ defined but not used [-Wunused-label] BUILDSTDERR: 1154 | _slxq: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1154 | _slxq: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmyA’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:1228:1: error: BUILDSTDERR: warning: label ‘_cmyA’ defined but not used [-Wunused-label] BUILDSTDERR: 1228 | _cmyA: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1228 | _cmyA: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmyW’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:1294:1: error: BUILDSTDERR: warning: label ‘_cmyW’ defined but not used [-Wunused-label] BUILDSTDERR: 1294 | _cmyW: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1294 | _cmyW: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_slnT’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:1327:1: error: BUILDSTDERR: warning: label ‘_slnT’ defined but not used [-Wunused-label] BUILDSTDERR: 1327 | _slnT: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1327 | _slnT: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_slo0’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:1343:1: error: BUILDSTDERR: warning: label ‘_slo0’ defined but not used [-Wunused-label] BUILDSTDERR: 1343 | _slo0: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1343 | _slo0: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmcl’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:1369:1: error: BUILDSTDERR: warning: label ‘_cmcl’ defined but not used [-Wunused-label] BUILDSTDERR: 1369 | _cmcl: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1369 | _cmcl: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmdd’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:1436:1: error: BUILDSTDERR: warning: label ‘_cmdd’ defined but not used [-Wunused-label] BUILDSTDERR: 1436 | _cmdd: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1436 | _cmdd: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmdp’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:1482:1: error: BUILDSTDERR: warning: label ‘_cmdp’ defined but not used [-Wunused-label] BUILDSTDERR: 1482 | _cmdp: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1482 | _cmdp: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_sloz’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:1517:1: error: BUILDSTDERR: warning: label ‘_sloz’ defined but not used [-Wunused-label] BUILDSTDERR: 1517 | _sloz: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1517 | _sloz: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmdF’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:1543:1: error: BUILDSTDERR: warning: label ‘_cmdF’ defined but not used [-Wunused-label] BUILDSTDERR: 1543 | _cmdF: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1543 | _cmdF: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmdR’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:1589:1: error: BUILDSTDERR: warning: label ‘_cmdR’ defined but not used [-Wunused-label] BUILDSTDERR: 1589 | _cmdR: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1589 | _cmdR: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_sloC’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:1634:1: error: BUILDSTDERR: warning: label ‘_sloC’ defined but not used [-Wunused-label] BUILDSTDERR: 1634 | _sloC: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1634 | _sloC: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmws’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:1706:1: error: BUILDSTDERR: warning: label ‘_cmws’ defined but not used [-Wunused-label] BUILDSTDERR: 1706 | _cmws: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1706 | _cmws: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmwO’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:1769:1: error: BUILDSTDERR: warning: label ‘_cmwO’ defined but not used [-Wunused-label] BUILDSTDERR: 1769 | _cmwO: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1769 | _cmwO: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmxa’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:1799:1: error: BUILDSTDERR: warning: label ‘_cmxa’ defined but not used [-Wunused-label] BUILDSTDERR: 1799 | _cmxa: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1799 | _cmxa: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_sloI’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:1819:1: error: BUILDSTDERR: warning: label ‘_sloI’ defined but not used [-Wunused-label] BUILDSTDERR: 1819 | _sloI: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1819 | _sloI: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmeA’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:1887:1: error: BUILDSTDERR: warning: label ‘_cmeA’ defined but not used [-Wunused-label] BUILDSTDERR: 1887 | _cmeA: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1887 | _cmeA: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmiC’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:1966:1: error: BUILDSTDERR: warning: label ‘_cmiC’ defined but not used [-Wunused-label] BUILDSTDERR: 1966 | _cmiC: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1966 | _cmiC: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_sluN’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:2004:1: error: BUILDSTDERR: warning: label ‘_sluN’ defined but not used [-Wunused-label] BUILDSTDERR: 2004 | _sluN: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2004 | _sluN: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmkV’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:2030:1: error: BUILDSTDERR: warning: label ‘_cmkV’ defined but not used [-Wunused-label] BUILDSTDERR: 2030 | _cmkV: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2030 | _cmkV: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmlN’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:2097:1: error: BUILDSTDERR: warning: label ‘_cmlN’ defined but not used [-Wunused-label] BUILDSTDERR: 2097 | _cmlN: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2097 | _cmlN: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmlZ’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:2143:1: error: BUILDSTDERR: warning: label ‘_cmlZ’ defined but not used [-Wunused-label] BUILDSTDERR: 2143 | _cmlZ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2143 | _cmlZ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_slvm’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:2178:1: error: BUILDSTDERR: warning: label ‘_slvm’ defined but not used [-Wunused-label] BUILDSTDERR: 2178 | _slvm: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2178 | _slvm: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmmf’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:2204:1: error: BUILDSTDERR: warning: label ‘_cmmf’ defined but not used [-Wunused-label] BUILDSTDERR: 2204 | _cmmf: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2204 | _cmmf: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmmr’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:2250:1: error: BUILDSTDERR: warning: label ‘_cmmr’ defined but not used [-Wunused-label] BUILDSTDERR: 2250 | _cmmr: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2250 | _cmmr: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_slvp’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:2295:1: error: BUILDSTDERR: warning: label ‘_slvp’ defined but not used [-Wunused-label] BUILDSTDERR: 2295 | _slvp: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2295 | _slvp: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmv9’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:2366:1: error: BUILDSTDERR: warning: label ‘_cmv9’ defined but not used [-Wunused-label] BUILDSTDERR: 2366 | _cmv9: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2366 | _cmv9: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmvv’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:2425:1: error: BUILDSTDERR: warning: label ‘_cmvv’ defined but not used [-Wunused-label] BUILDSTDERR: 2425 | _cmvv: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2425 | _cmvv: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmvR’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:2452:1: error: BUILDSTDERR: warning: label ‘_cmvR’ defined but not used [-Wunused-label] BUILDSTDERR: 2452 | _cmvR: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2452 | _cmvR: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_slvv’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:2460:1: error: BUILDSTDERR: warning: label ‘_slvv’ defined but not used [-Wunused-label] BUILDSTDERR: 2460 | _slvv: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2460 | _slvv: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmuj’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:2483:1: error: BUILDSTDERR: warning: label ‘_cmuj’ defined but not used [-Wunused-label] BUILDSTDERR: 2483 | _cmuj: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2483 | _cmuj: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmui’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:2551:1: error: BUILDSTDERR: warning: label ‘_cmui’ defined but not used [-Wunused-label] BUILDSTDERR: 2551 | _cmui: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2551 | _cmui: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmuP’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:2573:1: error: BUILDSTDERR: warning: label ‘_cmuP’ defined but not used [-Wunused-label] BUILDSTDERR: 2573 | _cmuP: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2573 | _cmuP: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_slsV’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:2611:1: error: BUILDSTDERR: warning: label ‘_slsV’ defined but not used [-Wunused-label] BUILDSTDERR: 2611 | _slsV: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2611 | _slsV: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmj1’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:2637:1: error: BUILDSTDERR: warning: label ‘_cmj1’ defined but not used [-Wunused-label] BUILDSTDERR: 2637 | _cmj1: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2637 | _cmj1: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmjT’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:2704:1: error: BUILDSTDERR: warning: label ‘_cmjT’ defined but not used [-Wunused-label] BUILDSTDERR: 2704 | _cmjT: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2704 | _cmjT: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmk5’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:2750:1: error: BUILDSTDERR: warning: label ‘_cmk5’ defined but not used [-Wunused-label] BUILDSTDERR: 2750 | _cmk5: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2750 | _cmk5: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_sltu’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:2785:1: error: BUILDSTDERR: warning: label ‘_sltu’ defined but not used [-Wunused-label] BUILDSTDERR: 2785 | _sltu: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2785 | _sltu: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmkl’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:2811:1: error: BUILDSTDERR: warning: label ‘_cmkl’ defined but not used [-Wunused-label] BUILDSTDERR: 2811 | _cmkl: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2811 | _cmkl: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmkx’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:2857:1: error: BUILDSTDERR: warning: label ‘_cmkx’ defined but not used [-Wunused-label] BUILDSTDERR: 2857 | _cmkx: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2857 | _cmkx: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_sltx’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:2902:1: error: BUILDSTDERR: warning: label ‘_sltx’ defined but not used [-Wunused-label] BUILDSTDERR: 2902 | _sltx: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2902 | _sltx: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmsM’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:2973:1: error: BUILDSTDERR: warning: label ‘_cmsM’ defined but not used [-Wunused-label] BUILDSTDERR: 2973 | _cmsM: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2973 | _cmsM: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmt8’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:3032:1: error: BUILDSTDERR: warning: label ‘_cmt8’ defined but not used [-Wunused-label] BUILDSTDERR: 3032 | _cmt8: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3032 | _cmt8: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmtu’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:3059:1: error: BUILDSTDERR: warning: label ‘_cmtu’ defined but not used [-Wunused-label] BUILDSTDERR: 3059 | _cmtu: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3059 | _cmtu: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_sltD’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:3067:1: error: BUILDSTDERR: warning: label ‘_sltD’ defined but not used [-Wunused-label] BUILDSTDERR: 3067 | _sltD: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3067 | _sltD: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmrW’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:3090:1: error: BUILDSTDERR: warning: label ‘_cmrW’ defined but not used [-Wunused-label] BUILDSTDERR: 3090 | _cmrW: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3090 | _cmrW: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmrV’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:3158:1: error: BUILDSTDERR: warning: label ‘_cmrV’ defined but not used [-Wunused-label] BUILDSTDERR: 3158 | _cmrV: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3158 | _cmrV: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmss’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:3180:1: error: BUILDSTDERR: warning: label ‘_cmss’ defined but not used [-Wunused-label] BUILDSTDERR: 3180 | _cmss: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3180 | _cmss: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_slr0’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:3218:1: error: BUILDSTDERR: warning: label ‘_slr0’ defined but not used [-Wunused-label] BUILDSTDERR: 3218 | _slr0: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3218 | _slr0: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmgU’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:3244:1: error: BUILDSTDERR: warning: label ‘_cmgU’ defined but not used [-Wunused-label] BUILDSTDERR: 3244 | _cmgU: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3244 | _cmgU: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmhM’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:3311:1: error: BUILDSTDERR: warning: label ‘_cmhM’ defined but not used [-Wunused-label] BUILDSTDERR: 3311 | _cmhM: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3311 | _cmhM: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmhY’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:3357:1: error: BUILDSTDERR: warning: label ‘_cmhY’ defined but not used [-Wunused-label] BUILDSTDERR: 3357 | _cmhY: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3357 | _cmhY: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_slrz’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:3392:1: error: BUILDSTDERR: warning: label ‘_slrz’ defined but not used [-Wunused-label] BUILDSTDERR: 3392 | _slrz: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3392 | _slrz: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmie’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:3418:1: error: BUILDSTDERR: warning: label ‘_cmie’ defined but not used [-Wunused-label] BUILDSTDERR: 3418 | _cmie: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3418 | _cmie: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmiq’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:3464:1: error: BUILDSTDERR: warning: label ‘_cmiq’ defined but not used [-Wunused-label] BUILDSTDERR: 3464 | _cmiq: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3464 | _cmiq: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_slrC’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:3509:1: error: BUILDSTDERR: warning: label ‘_slrC’ defined but not used [-Wunused-label] BUILDSTDERR: 3509 | _slrC: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3509 | _slrC: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmqj’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:3581:1: error: BUILDSTDERR: warning: label ‘_cmqj’ defined but not used [-Wunused-label] BUILDSTDERR: 3581 | _cmqj: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3581 | _cmqj: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmqF’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:3644:1: error: BUILDSTDERR: warning: label ‘_cmqF’ defined but not used [-Wunused-label] BUILDSTDERR: 3644 | _cmqF: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3644 | _cmqF: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmr1’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:3674:1: error: BUILDSTDERR: warning: label ‘_cmr1’ defined but not used [-Wunused-label] BUILDSTDERR: 3674 | _cmr1: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3674 | _cmr1: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_slrI’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:3691:1: error: BUILDSTDERR: warning: label ‘_slrI’ defined but not used [-Wunused-label] BUILDSTDERR: 3691 | _slrI: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3691 | _slrI: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_slpb’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:3749:1: error: BUILDSTDERR: warning: label ‘_slpb’ defined but not used [-Wunused-label] BUILDSTDERR: 3749 | _slpb: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3749 | _slpb: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmf0’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:3775:1: error: BUILDSTDERR: warning: label ‘_cmf0’ defined but not used [-Wunused-label] BUILDSTDERR: 3775 | _cmf0: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3775 | _cmf0: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmxD’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:3838:1: error: BUILDSTDERR: warning: label ‘_cmxD’ defined but not used [-Wunused-label] BUILDSTDERR: 3838 | _cmxD: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3838 | _cmxD: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmfS’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:3854:1: error: BUILDSTDERR: warning: label ‘_cmfS’ defined but not used [-Wunused-label] BUILDSTDERR: 3854 | _cmfS: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3854 | _cmfS: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmg4’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:3900:1: error: BUILDSTDERR: warning: label ‘_cmg4’ defined but not used [-Wunused-label] BUILDSTDERR: 3900 | _cmg4: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3900 | _cmg4: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_slpK’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:3935:1: error: BUILDSTDERR: warning: label ‘_slpK’ defined but not used [-Wunused-label] BUILDSTDERR: 3935 | _slpK: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3935 | _slpK: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmgk’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:3961:1: error: BUILDSTDERR: warning: label ‘_cmgk’ defined but not used [-Wunused-label] BUILDSTDERR: 3961 | _cmgk: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3961 | _cmgk: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmgw’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:4007:1: error: BUILDSTDERR: warning: label ‘_cmgw’ defined but not used [-Wunused-label] BUILDSTDERR: 4007 | _cmgw: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4007 | _cmgw: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_slpN’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:4052:1: error: BUILDSTDERR: warning: label ‘_slpN’ defined but not used [-Wunused-label] BUILDSTDERR: 4052 | _slpN: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4052 | _slpN: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmo5’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:4124:1: error: BUILDSTDERR: warning: label ‘_cmo5’ defined but not used [-Wunused-label] BUILDSTDERR: 4124 | _cmo5: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4124 | _cmo5: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmor’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:4187:1: error: BUILDSTDERR: warning: label ‘_cmor’ defined but not used [-Wunused-label] BUILDSTDERR: 4187 | _cmor: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4187 | _cmor: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmoN’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:4217:1: error: BUILDSTDERR: warning: label ‘_cmoN’ defined but not used [-Wunused-label] BUILDSTDERR: 4217 | _cmoN: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4217 | _cmoN: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_slpT’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:4234:1: error: BUILDSTDERR: warning: label ‘_slpT’ defined but not used [-Wunused-label] BUILDSTDERR: 4234 | _slpT: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4234 | _slpT: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘slF1_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:4297:1: error: BUILDSTDERR: warning: label ‘_cmIj’ defined but not used [-Wunused-label] BUILDSTDERR: 4297 | _cmIj: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4297 | _cmIj: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘slF3_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:4333:1: error: BUILDSTDERR: warning: label ‘_cmTp’ defined but not used [-Wunused-label] BUILDSTDERR: 4333 | _cmTp: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4333 | _cmTp: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmIo’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:4376:1: error: BUILDSTDERR: warning: label ‘_cmIo’ defined but not used [-Wunused-label] BUILDSTDERR: 4376 | _cmIo: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4376 | _cmIo: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmTq’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:4451:1: error: BUILDSTDERR: warning: label ‘_cmTq’ defined but not used [-Wunused-label] BUILDSTDERR: 4451 | _cmTq: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4451 | _cmTq: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmTw’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:4462:1: error: BUILDSTDERR: warning: label ‘_cmTw’ defined but not used [-Wunused-label] BUILDSTDERR: 4462 | _cmTw: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4462 | _cmTw: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cn6U’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:4491:1: error: BUILDSTDERR: warning: label ‘_cn6U’ defined but not used [-Wunused-label] BUILDSTDERR: 4491 | _cn6U: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4491 | _cn6U: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_slFi’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:4510:1: error: BUILDSTDERR: warning: label ‘_slFi’ defined but not used [-Wunused-label] BUILDSTDERR: 4510 | _slFi: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4510 | _slFi: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmTz’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:4543:1: error: BUILDSTDERR: warning: label ‘_cmTz’ defined but not used [-Wunused-label] BUILDSTDERR: 4543 | _cmTz: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4543 | _cmTz: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cn4W’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:4605:1: error: BUILDSTDERR: warning: label ‘_cn4W’ defined but not used [-Wunused-label] BUILDSTDERR: 4605 | _cn4W: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4605 | _cn4W: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cn6D’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:4634:1: error: BUILDSTDERR: warning: label ‘_cn6D’ defined but not used [-Wunused-label] BUILDSTDERR: 4634 | _cn6D: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4634 | _cn6D: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_slOR’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:4654:1: error: BUILDSTDERR: warning: label ‘_slOR’ defined but not used [-Wunused-label] BUILDSTDERR: 4654 | _slOR: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4654 | _slOR: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cn55’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:4678:1: error: BUILDSTDERR: warning: label ‘_cn55’ defined but not used [-Wunused-label] BUILDSTDERR: 4678 | _cn55: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4678 | _cn55: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cn6m’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:4707:1: error: BUILDSTDERR: warning: label ‘_cn6m’ defined but not used [-Wunused-label] BUILDSTDERR: 4707 | _cn6m: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4707 | _cn6m: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_slOT’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:4738:1: error: BUILDSTDERR: warning: label ‘_slOT’ defined but not used [-Wunused-label] BUILDSTDERR: 4738 | _slOT: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4738 | _slOT: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cn5n’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:4812:1: error: BUILDSTDERR: warning: label ‘_cn5n’ defined but not used [-Wunused-label] BUILDSTDERR: 4812 | _cn5n: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4812 | _cn5n: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cn5J’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:4878:1: error: BUILDSTDERR: warning: label ‘_cn5J’ defined but not used [-Wunused-label] BUILDSTDERR: 4878 | _cn5J: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4878 | _cn5J: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_slFm’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:4911:1: error: BUILDSTDERR: warning: label ‘_slFm’ defined but not used [-Wunused-label] BUILDSTDERR: 4911 | _slFm: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4911 | _slFm: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_slFt’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:4927:1: error: BUILDSTDERR: warning: label ‘_slFt’ defined but not used [-Wunused-label] BUILDSTDERR: 4927 | _slFt: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4927 | _slFt: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmJ8’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:4953:1: error: BUILDSTDERR: warning: label ‘_cmJ8’ defined but not used [-Wunused-label] BUILDSTDERR: 4953 | _cmJ8: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4953 | _cmJ8: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmK0’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:5020:1: error: BUILDSTDERR: warning: label ‘_cmK0’ defined but not used [-Wunused-label] BUILDSTDERR: 5020 | _cmK0: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5020 | _cmK0: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmKc’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:5066:1: error: BUILDSTDERR: warning: label ‘_cmKc’ defined but not used [-Wunused-label] BUILDSTDERR: 5066 | _cmKc: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5066 | _cmKc: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_slG2’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:5101:1: error: BUILDSTDERR: warning: label ‘_slG2’ defined but not used [-Wunused-label] BUILDSTDERR: 5101 | _slG2: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5101 | _slG2: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmKs’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:5127:1: error: BUILDSTDERR: warning: label ‘_cmKs’ defined but not used [-Wunused-label] BUILDSTDERR: 5127 | _cmKs: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5127 | _cmKs: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmKE’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:5173:1: error: BUILDSTDERR: warning: label ‘_cmKE’ defined but not used [-Wunused-label] BUILDSTDERR: 5173 | _cmKE: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5173 | _cmKE: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_slG5’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:5218:1: error: BUILDSTDERR: warning: label ‘_slG5’ defined but not used [-Wunused-label] BUILDSTDERR: 5218 | _slG5: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5218 | _slG5: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cn3f’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:5290:1: error: BUILDSTDERR: warning: label ‘_cn3f’ defined but not used [-Wunused-label] BUILDSTDERR: 5290 | _cn3f: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5290 | _cn3f: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cn3B’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:5353:1: error: BUILDSTDERR: warning: label ‘_cn3B’ defined but not used [-Wunused-label] BUILDSTDERR: 5353 | _cn3B: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5353 | _cn3B: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cn3X’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:5383:1: error: BUILDSTDERR: warning: label ‘_cn3X’ defined but not used [-Wunused-label] BUILDSTDERR: 5383 | _cn3X: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5383 | _cn3X: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_slGb’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:5403:1: error: BUILDSTDERR: warning: label ‘_slGb’ defined but not used [-Wunused-label] BUILDSTDERR: 5403 | _slGb: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5403 | _slGb: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmLn’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:5471:1: error: BUILDSTDERR: warning: label ‘_cmLn’ defined but not used [-Wunused-label] BUILDSTDERR: 5471 | _cmLn: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5471 | _cmLn: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmPp’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:5550:1: error: BUILDSTDERR: warning: label ‘_cmPp’ defined but not used [-Wunused-label] BUILDSTDERR: 5550 | _cmPp: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5550 | _cmPp: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_slMg’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:5588:1: error: BUILDSTDERR: warning: label ‘_slMg’ defined but not used [-Wunused-label] BUILDSTDERR: 5588 | _slMg: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5588 | _slMg: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmRI’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:5614:1: error: BUILDSTDERR: warning: label ‘_cmRI’ defined but not used [-Wunused-label] BUILDSTDERR: 5614 | _cmRI: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5614 | _cmRI: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmSA’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:5681:1: error: BUILDSTDERR: warning: label ‘_cmSA’ defined but not used [-Wunused-label] BUILDSTDERR: 5681 | _cmSA: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5681 | _cmSA: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmSM’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:5727:1: error: BUILDSTDERR: warning: label ‘_cmSM’ defined but not used [-Wunused-label] BUILDSTDERR: 5727 | _cmSM: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5727 | _cmSM: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_slMP’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:5762:1: error: BUILDSTDERR: warning: label ‘_slMP’ defined but not used [-Wunused-label] BUILDSTDERR: 5762 | _slMP: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5762 | _slMP: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmT2’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:5788:1: error: BUILDSTDERR: warning: label ‘_cmT2’ defined but not used [-Wunused-label] BUILDSTDERR: 5788 | _cmT2: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5788 | _cmT2: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmTe’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:5834:1: error: BUILDSTDERR: warning: label ‘_cmTe’ defined but not used [-Wunused-label] BUILDSTDERR: 5834 | _cmTe: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5834 | _cmTe: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_slMS’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:5879:1: error: BUILDSTDERR: warning: label ‘_slMS’ defined but not used [-Wunused-label] BUILDSTDERR: 5879 | _slMS: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5879 | _slMS: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cn1W’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:5950:1: error: BUILDSTDERR: warning: label ‘_cn1W’ defined but not used [-Wunused-label] BUILDSTDERR: 5950 | _cn1W: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5950 | _cn1W: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cn2i’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:6009:1: error: BUILDSTDERR: warning: label ‘_cn2i’ defined but not used [-Wunused-label] BUILDSTDERR: 6009 | _cn2i: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6009 | _cn2i: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cn2E’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:6036:1: error: BUILDSTDERR: warning: label ‘_cn2E’ defined but not used [-Wunused-label] BUILDSTDERR: 6036 | _cn2E: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6036 | _cn2E: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_slMY’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:6044:1: error: BUILDSTDERR: warning: label ‘_slMY’ defined but not used [-Wunused-label] BUILDSTDERR: 6044 | _slMY: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6044 | _slMY: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cn16’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:6067:1: error: BUILDSTDERR: warning: label ‘_cn16’ defined but not used [-Wunused-label] BUILDSTDERR: 6067 | _cn16: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6067 | _cn16: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cn15’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:6135:1: error: BUILDSTDERR: warning: label ‘_cn15’ defined but not used [-Wunused-label] BUILDSTDERR: 6135 | _cn15: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6135 | _cn15: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cn1C’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:6157:1: error: BUILDSTDERR: warning: label ‘_cn1C’ defined but not used [-Wunused-label] BUILDSTDERR: 6157 | _cn1C: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6157 | _cn1C: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_slKo’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:6195:1: error: BUILDSTDERR: warning: label ‘_slKo’ defined but not used [-Wunused-label] BUILDSTDERR: 6195 | _slKo: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6195 | _slKo: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmPO’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:6221:1: error: BUILDSTDERR: warning: label ‘_cmPO’ defined but not used [-Wunused-label] BUILDSTDERR: 6221 | _cmPO: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6221 | _cmPO: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmQG’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:6288:1: error: BUILDSTDERR: warning: label ‘_cmQG’ defined but not used [-Wunused-label] BUILDSTDERR: 6288 | _cmQG: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6288 | _cmQG: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmQS’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:6334:1: error: BUILDSTDERR: warning: label ‘_cmQS’ defined but not used [-Wunused-label] BUILDSTDERR: 6334 | _cmQS: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6334 | _cmQS: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_slKX’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:6369:1: error: BUILDSTDERR: warning: label ‘_slKX’ defined but not used [-Wunused-label] BUILDSTDERR: 6369 | _slKX: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6369 | _slKX: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmR8’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:6395:1: error: BUILDSTDERR: warning: label ‘_cmR8’ defined but not used [-Wunused-label] BUILDSTDERR: 6395 | _cmR8: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6395 | _cmR8: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmRk’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:6441:1: error: BUILDSTDERR: warning: label ‘_cmRk’ defined but not used [-Wunused-label] BUILDSTDERR: 6441 | _cmRk: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6441 | _cmRk: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_slL0’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:6486:1: error: BUILDSTDERR: warning: label ‘_slL0’ defined but not used [-Wunused-label] BUILDSTDERR: 6486 | _slL0: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6486 | _slL0: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmZz’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:6557:1: error: BUILDSTDERR: warning: label ‘_cmZz’ defined but not used [-Wunused-label] BUILDSTDERR: 6557 | _cmZz: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6557 | _cmZz: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmZV’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:6616:1: error: BUILDSTDERR: warning: label ‘_cmZV’ defined but not used [-Wunused-label] BUILDSTDERR: 6616 | _cmZV: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6616 | _cmZV: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cn0h’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:6643:1: error: BUILDSTDERR: warning: label ‘_cn0h’ defined but not used [-Wunused-label] BUILDSTDERR: 6643 | _cn0h: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6643 | _cn0h: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_slL6’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:6651:1: error: BUILDSTDERR: warning: label ‘_slL6’ defined but not used [-Wunused-label] BUILDSTDERR: 6651 | _slL6: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6651 | _slL6: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmYJ’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:6674:1: error: BUILDSTDERR: warning: label ‘_cmYJ’ defined but not used [-Wunused-label] BUILDSTDERR: 6674 | _cmYJ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6674 | _cmYJ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmYI’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:6742:1: error: BUILDSTDERR: warning: label ‘_cmYI’ defined but not used [-Wunused-label] BUILDSTDERR: 6742 | _cmYI: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6742 | _cmYI: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmZf’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:6764:1: error: BUILDSTDERR: warning: label ‘_cmZf’ defined but not used [-Wunused-label] BUILDSTDERR: 6764 | _cmZf: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6764 | _cmZf: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_slIt’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:6802:1: error: BUILDSTDERR: warning: label ‘_slIt’ defined but not used [-Wunused-label] BUILDSTDERR: 6802 | _slIt: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6802 | _slIt: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmNH’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:6828:1: error: BUILDSTDERR: warning: label ‘_cmNH’ defined but not used [-Wunused-label] BUILDSTDERR: 6828 | _cmNH: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6828 | _cmNH: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmOz’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:6895:1: error: BUILDSTDERR: warning: label ‘_cmOz’ defined but not used [-Wunused-label] BUILDSTDERR: 6895 | _cmOz: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6895 | _cmOz: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmOL’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:6941:1: error: BUILDSTDERR: warning: label ‘_cmOL’ defined but not used [-Wunused-label] BUILDSTDERR: 6941 | _cmOL: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6941 | _cmOL: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_slJ2’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:6976:1: error: BUILDSTDERR: warning: label ‘_slJ2’ defined but not used [-Wunused-label] BUILDSTDERR: 6976 | _slJ2: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6976 | _slJ2: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmP1’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:7002:1: error: BUILDSTDERR: warning: label ‘_cmP1’ defined but not used [-Wunused-label] BUILDSTDERR: 7002 | _cmP1: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7002 | _cmP1: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmPd’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:7048:1: error: BUILDSTDERR: warning: label ‘_cmPd’ defined but not used [-Wunused-label] BUILDSTDERR: 7048 | _cmPd: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7048 | _cmPd: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_slJ5’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:7093:1: error: BUILDSTDERR: warning: label ‘_slJ5’ defined but not used [-Wunused-label] BUILDSTDERR: 7093 | _slJ5: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7093 | _slJ5: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmX6’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:7165:1: error: BUILDSTDERR: warning: label ‘_cmX6’ defined but not used [-Wunused-label] BUILDSTDERR: 7165 | _cmX6: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7165 | _cmX6: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmXs’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:7228:1: error: BUILDSTDERR: warning: label ‘_cmXs’ defined but not used [-Wunused-label] BUILDSTDERR: 7228 | _cmXs: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7228 | _cmXs: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmXO’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:7258:1: error: BUILDSTDERR: warning: label ‘_cmXO’ defined but not used [-Wunused-label] BUILDSTDERR: 7258 | _cmXO: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7258 | _cmXO: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_slJb’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:7275:1: error: BUILDSTDERR: warning: label ‘_slJb’ defined but not used [-Wunused-label] BUILDSTDERR: 7275 | _slJb: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7275 | _slJb: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_slGE’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:7333:1: error: BUILDSTDERR: warning: label ‘_slGE’ defined but not used [-Wunused-label] BUILDSTDERR: 7333 | _slGE: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7333 | _slGE: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmLN’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:7359:1: error: BUILDSTDERR: warning: label ‘_cmLN’ defined but not used [-Wunused-label] BUILDSTDERR: 7359 | _cmLN: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7359 | _cmLN: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cn4q’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:7422:1: error: BUILDSTDERR: warning: label ‘_cn4q’ defined but not used [-Wunused-label] BUILDSTDERR: 7422 | _cn4q: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7422 | _cn4q: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmMF’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:7438:1: error: BUILDSTDERR: warning: label ‘_cmMF’ defined but not used [-Wunused-label] BUILDSTDERR: 7438 | _cmMF: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7438 | _cmMF: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmMR’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:7484:1: error: BUILDSTDERR: warning: label ‘_cmMR’ defined but not used [-Wunused-label] BUILDSTDERR: 7484 | _cmMR: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7484 | _cmMR: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_slHd’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:7519:1: error: BUILDSTDERR: warning: label ‘_slHd’ defined but not used [-Wunused-label] BUILDSTDERR: 7519 | _slHd: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7519 | _slHd: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmN7’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:7545:1: error: BUILDSTDERR: warning: label ‘_cmN7’ defined but not used [-Wunused-label] BUILDSTDERR: 7545 | _cmN7: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7545 | _cmN7: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmNj’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:7591:1: error: BUILDSTDERR: warning: label ‘_cmNj’ defined but not used [-Wunused-label] BUILDSTDERR: 7591 | _cmNj: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7591 | _cmNj: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_slHg’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:7636:1: error: BUILDSTDERR: warning: label ‘_slHg’ defined but not used [-Wunused-label] BUILDSTDERR: 7636 | _slHg: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7636 | _slHg: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmUS’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:7708:1: error: BUILDSTDERR: warning: label ‘_cmUS’ defined but not used [-Wunused-label] BUILDSTDERR: 7708 | _cmUS: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7708 | _cmUS: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmVe’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:7771:1: error: BUILDSTDERR: warning: label ‘_cmVe’ defined but not used [-Wunused-label] BUILDSTDERR: 7771 | _cmVe: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7771 | _cmVe: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmVA’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:7801:1: error: BUILDSTDERR: warning: label ‘_cmVA’ defined but not used [-Wunused-label] BUILDSTDERR: 7801 | _cmVA: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7801 | _cmVA: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_slHm’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:7818:1: error: BUILDSTDERR: warning: label ‘_slHm’ defined but not used [-Wunused-label] BUILDSTDERR: 7818 | _slHm: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7818 | _slHm: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘slWw_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:7881:1: error: BUILDSTDERR: warning: label ‘_cnfi’ defined but not used [-Wunused-label] BUILDSTDERR: 7881 | _cnfi: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7881 | _cnfi: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cnf4’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:7905:1: error: BUILDSTDERR: warning: label ‘_cnf4’ defined but not used [-Wunused-label] BUILDSTDERR: 7905 | _cnf4: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7905 | _cnf4: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cnfb’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:7944:1: error: BUILDSTDERR: warning: label ‘_cnfb’ defined but not used [-Wunused-label] BUILDSTDERR: 7944 | _cnfb: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7944 | _cnfb: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘slWU_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:8011:1: error: BUILDSTDERR: warning: label ‘_cngc’ defined but not used [-Wunused-label] BUILDSTDERR: 8011 | _cngc: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8011 | _cngc: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cnfY’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:8035:1: error: BUILDSTDERR: warning: label ‘_cnfY’ defined but not used [-Wunused-label] BUILDSTDERR: 8035 | _cnfY: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8035 | _cnfY: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cng5’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:8073:1: error: BUILDSTDERR: warning: label ‘_cng5’ defined but not used [-Wunused-label] BUILDSTDERR: 8073 | _cng5: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8073 | _cng5: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cngr’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:8138:1: error: BUILDSTDERR: warning: label ‘_cngr’ defined but not used [-Wunused-label] BUILDSTDERR: 8138 | _cngr: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8138 | _cngr: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziSquareSTUArray_zdwrestrictedDamerauLevenshteinDistanceST_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:8169:1: error: BUILDSTDERR: warning: label ‘_cngR’ defined but not used [-Wunused-label] BUILDSTDERR: 8169 | _cngR: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8169 | _cngR: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cm9B’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:8226:1: error: BUILDSTDERR: warning: label ‘_cm9B’ defined but not used [-Wunused-label] BUILDSTDERR: 8226 | _cm9B: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8226 | _cm9B: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_slY2’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:8294:1: error: BUILDSTDERR: warning: label ‘_slY2’ defined but not used [-Wunused-label] BUILDSTDERR: 8294 | _slY2: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8294 | _slY2: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cnK3’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:8313:1: error: BUILDSTDERR: warning: label ‘_cnK3’ defined but not used [-Wunused-label] BUILDSTDERR: 8313 | _cnK3: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8313 | _cnK3: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cnKf’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:8349:1: error: BUILDSTDERR: warning: label ‘_cnKf’ defined but not used [-Wunused-label] BUILDSTDERR: 8349 | _cnKf: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8349 | _cnKf: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_slmZ’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:8382:1: error: BUILDSTDERR: warning: label ‘_slmZ’ defined but not used [-Wunused-label] BUILDSTDERR: 8382 | _slmZ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8382 | _slmZ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmae’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:8427:1: error: BUILDSTDERR: warning: label ‘_cmae’ defined but not used [-Wunused-label] BUILDSTDERR: 8427 | _cmae: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8427 | _cmae: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_slXA’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:8495:1: error: BUILDSTDERR: warning: label ‘_slXA’ defined but not used [-Wunused-label] BUILDSTDERR: 8495 | _slXA: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8495 | _slXA: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cnIZ’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:8514:1: error: BUILDSTDERR: warning: label ‘_cnIZ’ defined but not used [-Wunused-label] BUILDSTDERR: 8514 | _cnIZ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8514 | _cnIZ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cnJb’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:8550:1: error: BUILDSTDERR: warning: label ‘_cnJb’ defined but not used [-Wunused-label] BUILDSTDERR: 8550 | _cnJb: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8550 | _cnJb: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_slnf’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:8584:1: error: BUILDSTDERR: warning: label ‘_slnf’ defined but not used [-Wunused-label] BUILDSTDERR: 8584 | _slnf: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8584 | _slnf: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmaR’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:8637:1: error: BUILDSTDERR: warning: label ‘_cmaR’ defined but not used [-Wunused-label] BUILDSTDERR: 8637 | _cmaR: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8637 | _cmaR: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cnKO’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:8714:1: error: BUILDSTDERR: warning: label ‘_cnKO’ defined but not used [-Wunused-label] BUILDSTDERR: 8714 | _cnKO: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8714 | _cnKO: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cneM’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:8730:1: error: BUILDSTDERR: warning: label ‘_cneM’ defined but not used [-Wunused-label] BUILDSTDERR: 8730 | _cneM: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8730 | _cneM: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cneU’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:8778:1: error: BUILDSTDERR: warning: label ‘_cneU’ defined but not used [-Wunused-label] BUILDSTDERR: 8778 | _cneU: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8778 | _cneU: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cnfP’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:8841:1: error: BUILDSTDERR: warning: label ‘_cnfP’ defined but not used [-Wunused-label] BUILDSTDERR: 8841 | _cnfP: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8841 | _cnfP: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cnI5’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:8883:1: error: BUILDSTDERR: warning: label ‘_cnI5’ defined but not used [-Wunused-label] BUILDSTDERR: 8883 | _cnI5: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8883 | _cnI5: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cnHW’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:8899:1: error: BUILDSTDERR: warning: label ‘_cnHW’ defined but not used [-Wunused-label] BUILDSTDERR: 8899 | _cnHW: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8899 | _cnHW: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_slEW’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:8915:1: error: BUILDSTDERR: warning: label ‘_slEW’ defined but not used [-Wunused-label] BUILDSTDERR: 8915 | _slEW: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8915 | _slEW: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmI2’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:8932:1: error: BUILDSTDERR: warning: label ‘_cmI2’ defined but not used [-Wunused-label] BUILDSTDERR: 8932 | _cmI2: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8932 | _cmI2: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmI1’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:8980:1: error: BUILDSTDERR: warning: label ‘_cmI1’ defined but not used [-Wunused-label] BUILDSTDERR: 8980 | _cmI1: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8980 | _cmI1: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cnv2’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:8997:1: error: BUILDSTDERR: warning: label ‘_cnv2’ defined but not used [-Wunused-label] BUILDSTDERR: 8997 | _cnv2: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 8997 | _cnv2: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cnHD’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:9026:1: error: BUILDSTDERR: warning: label ‘_cnHD’ defined but not used [-Wunused-label] BUILDSTDERR: 9026 | _cnHD: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9026 | _cnHD: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_slQ0’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:9043:1: error: BUILDSTDERR: warning: label ‘_slQ0’ defined but not used [-Wunused-label] BUILDSTDERR: 9043 | _slQ0: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9043 | _slQ0: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_slQ3’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:9057:1: error: BUILDSTDERR: warning: label ‘_slQ3’ defined but not used [-Wunused-label] BUILDSTDERR: 9057 | _slQ3: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9057 | _slQ3: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cnva’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:9080:1: error: BUILDSTDERR: warning: label ‘_cnva’ defined but not used [-Wunused-label] BUILDSTDERR: 9080 | _cnva: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9080 | _cnva: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cnvT’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:9141:1: error: BUILDSTDERR: warning: label ‘_cnvT’ defined but not used [-Wunused-label] BUILDSTDERR: 9141 | _cnvT: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9141 | _cnvT: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cnHk’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:9170:1: error: BUILDSTDERR: warning: label ‘_cnHk’ defined but not used [-Wunused-label] BUILDSTDERR: 9170 | _cnHk: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9170 | _cnHk: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_slQv’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:9190:1: error: BUILDSTDERR: warning: label ‘_slQv’ defined but not used [-Wunused-label] BUILDSTDERR: 9190 | _slQv: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9190 | _slQv: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cnw2’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:9214:1: error: BUILDSTDERR: warning: label ‘_cnw2’ defined but not used [-Wunused-label] BUILDSTDERR: 9214 | _cnw2: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9214 | _cnw2: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cnH1’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:9243:1: error: BUILDSTDERR: warning: label ‘_cnH1’ defined but not used [-Wunused-label] BUILDSTDERR: 9243 | _cnH1: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9243 | _cnH1: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_slQx’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:9275:1: error: BUILDSTDERR: warning: label ‘_slQx’ defined but not used [-Wunused-label] BUILDSTDERR: 9275 | _slQx: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9275 | _slQx: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cnwk’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:9357:1: error: BUILDSTDERR: warning: label ‘_cnwk’ defined but not used [-Wunused-label] BUILDSTDERR: 9357 | _cnwk: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9357 | _cnwk: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cnBo’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:9434:1: error: BUILDSTDERR: warning: label ‘_cnBo’ defined but not used [-Wunused-label] BUILDSTDERR: 9434 | _cnBo: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9434 | _cnBo: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_slUF’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:9471:1: error: BUILDSTDERR: warning: label ‘_slUF’ defined but not used [-Wunused-label] BUILDSTDERR: 9471 | _slUF: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9471 | _slUF: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cnEp’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:9494:1: error: BUILDSTDERR: warning: label ‘_cnEp’ defined but not used [-Wunused-label] BUILDSTDERR: 9494 | _cnEp: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9494 | _cnEp: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cnF8’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:9555:1: error: BUILDSTDERR: warning: label ‘_cnF8’ defined but not used [-Wunused-label] BUILDSTDERR: 9555 | _cnF8: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9555 | _cnF8: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cnGw’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:9584:1: error: BUILDSTDERR: warning: label ‘_cnGw’ defined but not used [-Wunused-label] BUILDSTDERR: 9584 | _cnGw: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9584 | _cnGw: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_slV7’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:9604:1: error: BUILDSTDERR: warning: label ‘_slV7’ defined but not used [-Wunused-label] BUILDSTDERR: 9604 | _slV7: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9604 | _slV7: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cnFh’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:9628:1: error: BUILDSTDERR: warning: label ‘_cnFh’ defined but not used [-Wunused-label] BUILDSTDERR: 9628 | _cnFh: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9628 | _cnFh: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cnGd’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:9657:1: error: BUILDSTDERR: warning: label ‘_cnGd’ defined but not used [-Wunused-label] BUILDSTDERR: 9657 | _cnGd: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9657 | _cnGd: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_slV9’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:9677:1: error: BUILDSTDERR: warning: label ‘_slV9’ defined but not used [-Wunused-label] BUILDSTDERR: 9677 | _slV9: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9677 | _slV9: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cnFr’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:9716:1: error: BUILDSTDERR: warning: label ‘_cnFr’ defined but not used [-Wunused-label] BUILDSTDERR: 9716 | _cnFr: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9716 | _cnFr: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cnFq’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:9781:1: error: BUILDSTDERR: warning: label ‘_cnFq’ defined but not used [-Wunused-label] BUILDSTDERR: 9781 | _cnFq: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9781 | _cnFq: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cnFC’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:9802:1: error: BUILDSTDERR: warning: label ‘_cnFC’ defined but not used [-Wunused-label] BUILDSTDERR: 9802 | _cnFC: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9802 | _cnFC: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_slTm’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:9839:1: error: BUILDSTDERR: warning: label ‘_slTm’ defined but not used [-Wunused-label] BUILDSTDERR: 9839 | _slTm: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9839 | _slTm: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cnBS’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:9862:1: error: BUILDSTDERR: warning: label ‘_cnBS’ defined but not used [-Wunused-label] BUILDSTDERR: 9862 | _cnBS: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9862 | _cnBS: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cnCB’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:9923:1: error: BUILDSTDERR: warning: label ‘_cnCB’ defined but not used [-Wunused-label] BUILDSTDERR: 9923 | _cnCB: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9923 | _cnCB: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cnDZ’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:9952:1: error: BUILDSTDERR: warning: label ‘_cnDZ’ defined but not used [-Wunused-label] BUILDSTDERR: 9952 | _cnDZ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9952 | _cnDZ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_slTO’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:9972:1: error: BUILDSTDERR: warning: label ‘_slTO’ defined but not used [-Wunused-label] BUILDSTDERR: 9972 | _slTO: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9972 | _slTO: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cnCK’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:9996:1: error: BUILDSTDERR: warning: label ‘_cnCK’ defined but not used [-Wunused-label] BUILDSTDERR: 9996 | _cnCK: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9996 | _cnCK: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cnDG’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:10025:1: error: BUILDSTDERR: warning: label ‘_cnDG’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10025 | _cnDG: BUILDSTDERR: | ^ BUILDSTDERR: 10025 | _cnDG: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_slTQ’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:10045:1: error: BUILDSTDERR: warning: label ‘_slTQ’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10045 | _slTQ: BUILDSTDERR: | ^ BUILDSTDERR: 10045 | _slTQ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cnCU’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:10084:1: error: BUILDSTDERR: warning: label ‘_cnCU’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10084 | _cnCU: BUILDSTDERR: | ^ BUILDSTDERR: 10084 | _cnCU: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cnCT’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:10149:1: error: BUILDSTDERR: warning: label ‘_cnCT’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10149 | _cnCT: BUILDSTDERR: | ^ BUILDSTDERR: 10149 | _cnCT: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cnD5’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:10170:1: error: BUILDSTDERR: warning: label ‘_cnD5’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10170 | _cnD5: BUILDSTDERR: | ^ BUILDSTDERR: 10170 | _cnD5: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_slS0’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:10219:1: error: BUILDSTDERR: warning: label ‘_slS0’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10219 | _slS0: BUILDSTDERR: | ^ BUILDSTDERR: 10219 | _slS0: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cnzR’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:10265:1: error: BUILDSTDERR: warning: label ‘_cnzR’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10265 | _cnzR: BUILDSTDERR: | ^ BUILDSTDERR: 10265 | _cnzR: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cnB7’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:10308:1: error: BUILDSTDERR: warning: label ‘_cnB7’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10308 | _cnB7: BUILDSTDERR: | ^ BUILDSTDERR: 10308 | _cnB7: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_slSr’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:10328:1: error: BUILDSTDERR: warning: label ‘_slSr’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10328 | _slSr: BUILDSTDERR: | ^ BUILDSTDERR: 10328 | _slSr: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cnA0’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:10352:1: error: BUILDSTDERR: warning: label ‘_cnA0’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10352 | _cnA0: BUILDSTDERR: | ^ BUILDSTDERR: 10352 | _cnA0: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cnAN’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:10381:1: error: BUILDSTDERR: warning: label ‘_cnAN’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10381 | _cnAN: BUILDSTDERR: | ^ BUILDSTDERR: 10381 | _cnAN: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_slSt’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:10412:1: error: BUILDSTDERR: warning: label ‘_slSt’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10412 | _slSt: BUILDSTDERR: | ^ BUILDSTDERR: 10412 | _slSt: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_slQK’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:10499:1: error: BUILDSTDERR: warning: label ‘_slQK’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10499 | _slQK: BUILDSTDERR: | ^ BUILDSTDERR: 10499 | _slQK: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cnxt’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:10545:1: error: BUILDSTDERR: warning: label ‘_cnxt’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10545 | _cnxt: BUILDSTDERR: | ^ BUILDSTDERR: 10545 | _cnxt: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cnyJ’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:10588:1: error: BUILDSTDERR: warning: label ‘_cnyJ’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10588 | _cnyJ: BUILDSTDERR: | ^ BUILDSTDERR: 10588 | _cnyJ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_slRb’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:10608:1: error: BUILDSTDERR: warning: label ‘_slRb’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10608 | _slRb: BUILDSTDERR: | ^ BUILDSTDERR: 10608 | _slRb: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cnxC’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:10632:1: error: BUILDSTDERR: warning: label ‘_cnxC’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10632 | _cnxC: BUILDSTDERR: | ^ BUILDSTDERR: 10632 | _cnxC: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cnyp’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:10661:1: error: BUILDSTDERR: warning: label ‘_cnyp’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10661 | _cnyp: BUILDSTDERR: | ^ BUILDSTDERR: 10661 | _cnyp: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_slRd’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:10692:1: error: BUILDSTDERR: warning: label ‘_slRd’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10692 | _slRd: BUILDSTDERR: | ^ BUILDSTDERR: 10692 | _slRd: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cnHr’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:10767:1: error: BUILDSTDERR: warning: label ‘_cnHr’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10767 | _cnHr: BUILDSTDERR: | ^ BUILDSTDERR: 10767 | _cnHr: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_slEZ’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:10775:1: error: BUILDSTDERR: warning: label ‘_slEZ’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10775 | _slEZ: BUILDSTDERR: | ^ BUILDSTDERR: 10775 | _slEZ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmI8’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:10797:1: error: BUILDSTDERR: warning: label ‘_cmI8’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10797 | _cmI8: BUILDSTDERR: | ^ BUILDSTDERR: 10797 | _cmI8: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cnuy’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:10852:1: error: BUILDSTDERR: warning: label ‘_cnuy’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10852 | _cnuy: BUILDSTDERR: | ^ BUILDSTDERR: 10852 | _cnuy: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmbf’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:10891:1: error: BUILDSTDERR: warning: label ‘_cmbf’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10891 | _cmbf: BUILDSTDERR: | ^ BUILDSTDERR: 10891 | _cmbf: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cnhM’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:10946:1: error: BUILDSTDERR: warning: label ‘_cnhM’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10946 | _cnhM: BUILDSTDERR: | ^ BUILDSTDERR: 10946 | _cnhM: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cnun’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:10975:1: error: BUILDSTDERR: warning: label ‘_cnun’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10975 | _cnun: BUILDSTDERR: | ^ BUILDSTDERR: 10975 | _cnun: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_slyx’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:10992:1: error: BUILDSTDERR: warning: label ‘_slyx’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 10992 | _slyx: BUILDSTDERR: | ^ BUILDSTDERR: 10992 | _slyx: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_slyA’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:11006:1: error: BUILDSTDERR: warning: label ‘_slyA’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11006 | _slyA: BUILDSTDERR: | ^ BUILDSTDERR: 11006 | _slyA: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cnhU’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:11029:1: error: BUILDSTDERR: warning: label ‘_cnhU’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11029 | _cnhU: BUILDSTDERR: | ^ BUILDSTDERR: 11029 | _cnhU: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cniD’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:11090:1: error: BUILDSTDERR: warning: label ‘_cniD’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11090 | _cniD: BUILDSTDERR: | ^ BUILDSTDERR: 11090 | _cniD: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cnu4’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:11119:1: error: BUILDSTDERR: warning: label ‘_cnu4’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11119 | _cnu4: BUILDSTDERR: | ^ BUILDSTDERR: 11119 | _cnu4: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_slz2’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:11139:1: error: BUILDSTDERR: warning: label ‘_slz2’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11139 | _slz2: BUILDSTDERR: | ^ BUILDSTDERR: 11139 | _slz2: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cniM’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:11163:1: error: BUILDSTDERR: warning: label ‘_cniM’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11163 | _cniM: BUILDSTDERR: | ^ BUILDSTDERR: 11163 | _cniM: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cntL’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:11192:1: error: BUILDSTDERR: warning: label ‘_cntL’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11192 | _cntL: BUILDSTDERR: | ^ BUILDSTDERR: 11192 | _cntL: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_slz4’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:11224:1: error: BUILDSTDERR: warning: label ‘_slz4’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11224 | _slz4: BUILDSTDERR: | ^ BUILDSTDERR: 11224 | _slz4: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cnj4’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:11306:1: error: BUILDSTDERR: warning: label ‘_cnj4’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11306 | _cnj4: BUILDSTDERR: | ^ BUILDSTDERR: 11306 | _cnj4: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cno8’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:11383:1: error: BUILDSTDERR: warning: label ‘_cno8’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11383 | _cno8: BUILDSTDERR: | ^ BUILDSTDERR: 11383 | _cno8: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_slDc’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:11420:1: error: BUILDSTDERR: warning: label ‘_slDc’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11420 | _slDc: BUILDSTDERR: | ^ BUILDSTDERR: 11420 | _slDc: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cnr9’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:11443:1: error: BUILDSTDERR: warning: label ‘_cnr9’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11443 | _cnr9: BUILDSTDERR: | ^ BUILDSTDERR: 11443 | _cnr9: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cnrS’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:11504:1: error: BUILDSTDERR: warning: label ‘_cnrS’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11504 | _cnrS: BUILDSTDERR: | ^ BUILDSTDERR: 11504 | _cnrS: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cntg’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:11533:1: error: BUILDSTDERR: warning: label ‘_cntg’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11533 | _cntg: BUILDSTDERR: | ^ BUILDSTDERR: 11533 | _cntg: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_slDE’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:11553:1: error: BUILDSTDERR: warning: label ‘_slDE’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11553 | _slDE: BUILDSTDERR: | ^ BUILDSTDERR: 11553 | _slDE: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cns1’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:11577:1: error: BUILDSTDERR: warning: label ‘_cns1’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11577 | _cns1: BUILDSTDERR: | ^ BUILDSTDERR: 11577 | _cns1: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cnsX’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:11606:1: error: BUILDSTDERR: warning: label ‘_cnsX’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11606 | _cnsX: BUILDSTDERR: | ^ BUILDSTDERR: 11606 | _cnsX: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_slDG’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:11626:1: error: BUILDSTDERR: warning: label ‘_slDG’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11626 | _slDG: BUILDSTDERR: | ^ BUILDSTDERR: 11626 | _slDG: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cnsb’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:11665:1: error: BUILDSTDERR: warning: label ‘_cnsb’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11665 | _cnsb: BUILDSTDERR: | ^ BUILDSTDERR: 11665 | _cnsb: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cnsa’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:11730:1: error: BUILDSTDERR: warning: label ‘_cnsa’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11730 | _cnsa: BUILDSTDERR: | ^ BUILDSTDERR: 11730 | _cnsa: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cnsm’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:11751:1: error: BUILDSTDERR: warning: label ‘_cnsm’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11751 | _cnsm: BUILDSTDERR: | ^ BUILDSTDERR: 11751 | _cnsm: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_slBT’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:11788:1: error: BUILDSTDERR: warning: label ‘_slBT’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11788 | _slBT: BUILDSTDERR: | ^ BUILDSTDERR: 11788 | _slBT: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cnoC’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:11811:1: error: BUILDSTDERR: warning: label ‘_cnoC’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11811 | _cnoC: BUILDSTDERR: | ^ BUILDSTDERR: 11811 | _cnoC: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cnpl’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:11872:1: error: BUILDSTDERR: warning: label ‘_cnpl’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11872 | _cnpl: BUILDSTDERR: | ^ BUILDSTDERR: 11872 | _cnpl: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cnqJ’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:11901:1: error: BUILDSTDERR: warning: label ‘_cnqJ’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11901 | _cnqJ: BUILDSTDERR: | ^ BUILDSTDERR: 11901 | _cnqJ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_slCl’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:11921:1: error: BUILDSTDERR: warning: label ‘_slCl’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11921 | _slCl: BUILDSTDERR: | ^ BUILDSTDERR: 11921 | _slCl: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cnpu’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:11945:1: error: BUILDSTDERR: warning: label ‘_cnpu’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11945 | _cnpu: BUILDSTDERR: | ^ BUILDSTDERR: 11945 | _cnpu: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cnqq’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:11974:1: error: BUILDSTDERR: warning: label ‘_cnqq’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11974 | _cnqq: BUILDSTDERR: | ^ BUILDSTDERR: 11974 | _cnqq: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_slCn’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:11994:1: error: BUILDSTDERR: warning: label ‘_slCn’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 11994 | _slCn: BUILDSTDERR: | ^ BUILDSTDERR: 11994 | _slCn: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cnpE’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:12033:1: error: BUILDSTDERR: warning: label ‘_cnpE’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 12033 | _cnpE: BUILDSTDERR: | ^ BUILDSTDERR: 12033 | _cnpE: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cnpD’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:12098:1: error: BUILDSTDERR: warning: label ‘_cnpD’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 12098 | _cnpD: BUILDSTDERR: | ^ BUILDSTDERR: 12098 | _cnpD: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cnpP’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:12119:1: error: BUILDSTDERR: warning: label ‘_cnpP’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 12119 | _cnpP: BUILDSTDERR: | ^ BUILDSTDERR: 12119 | _cnpP: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_slAx’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:12168:1: error: BUILDSTDERR: warning: label ‘_slAx’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 12168 | _slAx: BUILDSTDERR: | ^ BUILDSTDERR: 12168 | _slAx: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cnmB’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:12214:1: error: BUILDSTDERR: warning: label ‘_cnmB’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 12214 | _cnmB: BUILDSTDERR: | ^ BUILDSTDERR: 12214 | _cnmB: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cnnR’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:12257:1: error: BUILDSTDERR: warning: label ‘_cnnR’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 12257 | _cnnR: BUILDSTDERR: | ^ BUILDSTDERR: 12257 | _cnnR: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_slAY’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:12277:1: error: BUILDSTDERR: warning: label ‘_slAY’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 12277 | _slAY: BUILDSTDERR: | ^ BUILDSTDERR: 12277 | _slAY: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cnmK’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:12301:1: error: BUILDSTDERR: warning: label ‘_cnmK’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 12301 | _cnmK: BUILDSTDERR: | ^ BUILDSTDERR: 12301 | _cnmK: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cnnx’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:12330:1: error: BUILDSTDERR: warning: label ‘_cnnx’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 12330 | _cnnx: BUILDSTDERR: | ^ BUILDSTDERR: 12330 | _cnnx: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_slB0’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:12361:1: error: BUILDSTDERR: warning: label ‘_slB0’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 12361 | _slB0: BUILDSTDERR: | ^ BUILDSTDERR: 12361 | _slB0: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_slzh’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:12448:1: error: BUILDSTDERR: warning: label ‘_slzh’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 12448 | _slzh: BUILDSTDERR: | ^ BUILDSTDERR: 12448 | _slzh: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cnkd’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:12494:1: error: BUILDSTDERR: warning: label ‘_cnkd’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 12494 | _cnkd: BUILDSTDERR: | ^ BUILDSTDERR: 12494 | _cnkd: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cnlt’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:12537:1: error: BUILDSTDERR: warning: label ‘_cnlt’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 12537 | _cnlt: BUILDSTDERR: | ^ BUILDSTDERR: 12537 | _cnlt: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_slzI’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:12557:1: error: BUILDSTDERR: warning: label ‘_slzI’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 12557 | _slzI: BUILDSTDERR: | ^ BUILDSTDERR: 12557 | _slzI: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cnkm’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:12581:1: error: BUILDSTDERR: warning: label ‘_cnkm’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 12581 | _cnkm: BUILDSTDERR: | ^ BUILDSTDERR: 12581 | _cnkm: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cnl9’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:12610:1: error: BUILDSTDERR: warning: label ‘_cnl9’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 12610 | _cnl9: BUILDSTDERR: | ^ BUILDSTDERR: 12610 | _cnl9: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_slzK’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:12641:1: error: BUILDSTDERR: warning: label ‘_slzK’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 12641 | _slzK: BUILDSTDERR: | ^ BUILDSTDERR: 12641 | _slzK: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cnub’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:12716:1: error: BUILDSTDERR: warning: label ‘_cnub’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 12716 | _cnub: BUILDSTDERR: | ^ BUILDSTDERR: 12716 | _cnub: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_slnw’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:12724:1: error: BUILDSTDERR: warning: label ‘_slnw’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 12724 | _slnw: BUILDSTDERR: | ^ BUILDSTDERR: 12724 | _slnw: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmbl’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:12746:1: error: BUILDSTDERR: warning: label ‘_cmbl’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 12746 | _cmbl: BUILDSTDERR: | ^ BUILDSTDERR: 12746 | _cmbl: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cnhi’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:12801:1: error: BUILDSTDERR: warning: label ‘_cnhi’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 12801 | _cnhi: BUILDSTDERR: | ^ BUILDSTDERR: 12801 | _cnhi: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziSquareSTUArray_restrictedDamerauLevenshteinDistanceWithLengths1_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:12843:1: error: BUILDSTDERR: warning: label ‘_cnYv’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 12843 | _cnYv: BUILDSTDERR: | ^ BUILDSTDERR: 12843 | _cnYv: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cnYs’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:12872:1: error: BUILDSTDERR: warning: label ‘_cnYs’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 12872 | _cnYs: BUILDSTDERR: | ^ BUILDSTDERR: 12872 | _cnYs: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cnYz’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:12902:1: error: BUILDSTDERR: warning: label ‘_cnYz’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 12902 | _cnYz: BUILDSTDERR: | ^ BUILDSTDERR: 12902 | _cnYz: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cnYF’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:12928:1: error: BUILDSTDERR: warning: label ‘_cnYF’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 12928 | _cnYF: BUILDSTDERR: | ^ BUILDSTDERR: 12928 | _cnYF: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘slYO_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:12962:1: error: BUILDSTDERR: warning: label ‘_cnZ7’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 12962 | _cnZ7: BUILDSTDERR: | ^ BUILDSTDERR: 12962 | _cnZ7: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziSquareSTUArray_restrictedDamerauLevenshteinDistanceWithLengths_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:13010:1: error: BUILDSTDERR: warning: label ‘_cnZd’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 13010 | _cnZd: BUILDSTDERR: | ^ BUILDSTDERR: 13010 | _cnZd: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cnZb’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:13053:1: error: BUILDSTDERR: warning: label ‘_cnZb’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 13053 | _cnZb: BUILDSTDERR: | ^ BUILDSTDERR: 13053 | _cnZb: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziSquareSTUArray_zdwrestrictedDamerauLevenshteinDistance_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:13084:1: error: BUILDSTDERR: warning: label ‘_cnZv’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 13084 | _cnZv: BUILDSTDERR: | ^ BUILDSTDERR: 13084 | _cnZv: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cnZt’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:13115:1: error: BUILDSTDERR: warning: label ‘_cnZt’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 13115 | _cnZt: BUILDSTDERR: | ^ BUILDSTDERR: 13115 | _cnZt: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cnZz’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:13146:1: error: BUILDSTDERR: warning: label ‘_cnZz’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 13146 | _cnZz: BUILDSTDERR: | ^ BUILDSTDERR: 13146 | _cnZz: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cnZF’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:13183:1: error: BUILDSTDERR: warning: label ‘_cnZF’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 13183 | _cnZF: BUILDSTDERR: | ^ BUILDSTDERR: 13183 | _cnZF: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziSquareSTUArray_restrictedDamerauLevenshteinDistance_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:13211:1: error: BUILDSTDERR: warning: label ‘_cnZW’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 13211 | _cnZW: BUILDSTDERR: | ^ BUILDSTDERR: 13211 | _cnZW: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cnZT’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:13239:1: error: BUILDSTDERR: warning: label ‘_cnZT’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 13239 | _cnZT: BUILDSTDERR: | ^ BUILDSTDERR: 13239 | _cnZT: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziSquareSTUArray_zdwlevenshteinDistanceST_slow’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:13266:1: error: BUILDSTDERR: warning: label ‘_co06’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 13266 | _co06: BUILDSTDERR: | ^ BUILDSTDERR: 13266 | _co06: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘sm0j_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:13280:1: error: BUILDSTDERR: warning: label ‘_co3K’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 13280 | _co3K: BUILDSTDERR: | ^ BUILDSTDERR: 13280 | _co3K: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_co3z’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:13324:1: error: BUILDSTDERR: warning: label ‘_co3z’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 13324 | _co3z: BUILDSTDERR: | ^ BUILDSTDERR: 13324 | _co3z: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_co3L’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:13400:1: error: BUILDSTDERR: warning: label ‘_co3L’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 13400 | _co3L: BUILDSTDERR: | ^ BUILDSTDERR: 13400 | _co3L: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_co4w’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:13411:1: error: BUILDSTDERR: warning: label ‘_co4w’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 13411 | _co4w: BUILDSTDERR: | ^ BUILDSTDERR: 13411 | _co4w: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_co63’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:13440:1: error: BUILDSTDERR: warning: label ‘_co63’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 13440 | _co63: BUILDSTDERR: | ^ BUILDSTDERR: 13440 | _co63: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_sm0N’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:13460:1: error: BUILDSTDERR: warning: label ‘_sm0N’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 13460 | _sm0N: BUILDSTDERR: | ^ BUILDSTDERR: 13460 | _sm0N: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_co4F’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:13484:1: error: BUILDSTDERR: warning: label ‘_co4F’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 13484 | _co4F: BUILDSTDERR: | ^ BUILDSTDERR: 13484 | _co4F: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_co5M’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:13513:1: error: BUILDSTDERR: warning: label ‘_co5M’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 13513 | _co5M: BUILDSTDERR: | ^ BUILDSTDERR: 13513 | _co5M: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_sm0P’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:13542:1: error: BUILDSTDERR: warning: label ‘_sm0P’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 13542 | _sm0P: BUILDSTDERR: | ^ BUILDSTDERR: 13542 | _sm0P: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_co59’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:13602:1: error: BUILDSTDERR: warning: label ‘_co59’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 13602 | _co59: BUILDSTDERR: | ^ BUILDSTDERR: 13602 | _co59: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_co5n’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:13651:1: error: BUILDSTDERR: warning: label ‘_co5n’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 13651 | _co5n: BUILDSTDERR: | ^ BUILDSTDERR: 13651 | _co5n: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_sm0T’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:13677:1: error: BUILDSTDERR: warning: label ‘_sm0T’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 13677 | _sm0T: BUILDSTDERR: | ^ BUILDSTDERR: 13677 | _sm0T: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘sm05_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:13715:1: error: BUILDSTDERR: warning: label ‘_co75’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 13715 | _co75: BUILDSTDERR: | ^ BUILDSTDERR: 13715 | _co75: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_co28’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:13752:1: error: BUILDSTDERR: warning: label ‘_co28’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 13752 | _co28: BUILDSTDERR: | ^ BUILDSTDERR: 13752 | _co28: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_co76’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:13809:1: error: BUILDSTDERR: warning: label ‘_co76’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 13809 | _co76: BUILDSTDERR: | ^ BUILDSTDERR: 13809 | _co76: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_co2n’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:13822:1: error: BUILDSTDERR: warning: label ‘_co2n’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 13822 | _co2n: BUILDSTDERR: | ^ BUILDSTDERR: 13822 | _co2n: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_co2z’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:13868:1: error: BUILDSTDERR: warning: label ‘_co2z’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 13868 | _co2z: BUILDSTDERR: | ^ BUILDSTDERR: 13868 | _co2z: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_sm0e’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:13899:1: error: BUILDSTDERR: warning: label ‘_sm0e’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 13899 | _sm0e: BUILDSTDERR: | ^ BUILDSTDERR: 13899 | _sm0e: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_co3r’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:13921:1: error: BUILDSTDERR: warning: label ‘_co3r’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 13921 | _co3r: BUILDSTDERR: | ^ BUILDSTDERR: 13921 | _co3r: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_co7e’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:13972:1: error: BUILDSTDERR: warning: label ‘_co7e’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 13972 | _co7e: BUILDSTDERR: | ^ BUILDSTDERR: 13972 | _co7e: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘sm2h_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:14005:1: error: BUILDSTDERR: warning: label ‘_co86’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 14005 | _co86: BUILDSTDERR: | ^ BUILDSTDERR: 14005 | _co86: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_co7V’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:14049:1: error: BUILDSTDERR: warning: label ‘_co7V’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 14049 | _co7V: BUILDSTDERR: | ^ BUILDSTDERR: 14049 | _co7V: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_co87’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:14125:1: error: BUILDSTDERR: warning: label ‘_co87’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 14125 | _co87: BUILDSTDERR: | ^ BUILDSTDERR: 14125 | _co87: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_co8S’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:14136:1: error: BUILDSTDERR: warning: label ‘_co8S’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 14136 | _co8S: BUILDSTDERR: | ^ BUILDSTDERR: 14136 | _co8S: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_coap’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:14165:1: error: BUILDSTDERR: warning: label ‘_coap’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 14165 | _coap: BUILDSTDERR: | ^ BUILDSTDERR: 14165 | _coap: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_sm2L’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:14185:1: error: BUILDSTDERR: warning: label ‘_sm2L’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 14185 | _sm2L: BUILDSTDERR: | ^ BUILDSTDERR: 14185 | _sm2L: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_co91’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:14209:1: error: BUILDSTDERR: warning: label ‘_co91’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 14209 | _co91: BUILDSTDERR: | ^ BUILDSTDERR: 14209 | _co91: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_coa8’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:14238:1: error: BUILDSTDERR: warning: label ‘_coa8’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 14238 | _coa8: BUILDSTDERR: | ^ BUILDSTDERR: 14238 | _coa8: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_sm2N’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:14267:1: error: BUILDSTDERR: warning: label ‘_sm2N’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 14267 | _sm2N: BUILDSTDERR: | ^ BUILDSTDERR: 14267 | _sm2N: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_co9v’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:14327:1: error: BUILDSTDERR: warning: label ‘_co9v’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 14327 | _co9v: BUILDSTDERR: | ^ BUILDSTDERR: 14327 | _co9v: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_co9J’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:14376:1: error: BUILDSTDERR: warning: label ‘_co9J’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 14376 | _co9J: BUILDSTDERR: | ^ BUILDSTDERR: 14376 | _co9J: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_sm2R’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:14402:1: error: BUILDSTDERR: warning: label ‘_sm2R’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 14402 | _sm2R: BUILDSTDERR: | ^ BUILDSTDERR: 14402 | _sm2R: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘sm23_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:14440:1: error: BUILDSTDERR: warning: label ‘_cobr’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 14440 | _cobr: BUILDSTDERR: | ^ BUILDSTDERR: 14440 | _cobr: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_co2S’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:14477:1: error: BUILDSTDERR: warning: label ‘_co2S’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 14477 | _co2S: BUILDSTDERR: | ^ BUILDSTDERR: 14477 | _co2S: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cobs’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:14534:1: error: BUILDSTDERR: warning: label ‘_cobs’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 14534 | _cobs: BUILDSTDERR: | ^ BUILDSTDERR: 14534 | _cobs: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_co37’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:14547:1: error: BUILDSTDERR: warning: label ‘_co37’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 14547 | _co37: BUILDSTDERR: | ^ BUILDSTDERR: 14547 | _co37: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_co3j’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:14593:1: error: BUILDSTDERR: warning: label ‘_co3j’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 14593 | _co3j: BUILDSTDERR: | ^ BUILDSTDERR: 14593 | _co3j: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_sm2c’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:14624:1: error: BUILDSTDERR: warning: label ‘_sm2c’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 14624 | _sm2c: BUILDSTDERR: | ^ BUILDSTDERR: 14624 | _sm2c: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_co7N’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:14646:1: error: BUILDSTDERR: warning: label ‘_co7N’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 14646 | _co7N: BUILDSTDERR: | ^ BUILDSTDERR: 14646 | _co7N: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cobA’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:14697:1: error: BUILDSTDERR: warning: label ‘_cobA’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 14697 | _cobA: BUILDSTDERR: | ^ BUILDSTDERR: 14697 | _cobA: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘sm44_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:14729:1: error: BUILDSTDERR: warning: label ‘_cocG’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 14729 | _cocG: BUILDSTDERR: | ^ BUILDSTDERR: 14729 | _cocG: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cocs’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:14753:1: error: BUILDSTDERR: warning: label ‘_cocs’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 14753 | _cocs: BUILDSTDERR: | ^ BUILDSTDERR: 14753 | _cocs: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cocz’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:14792:1: error: BUILDSTDERR: warning: label ‘_cocz’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 14792 | _cocz: BUILDSTDERR: | ^ BUILDSTDERR: 14792 | _cocz: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘sm4s_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:14859:1: error: BUILDSTDERR: warning: label ‘_codA’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 14859 | _codA: BUILDSTDERR: | ^ BUILDSTDERR: 14859 | _codA: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_codm’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:14883:1: error: BUILDSTDERR: warning: label ‘_codm’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 14883 | _codm: BUILDSTDERR: | ^ BUILDSTDERR: 14883 | _codm: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_codt’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:14921:1: error: BUILDSTDERR: warning: label ‘_codt’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 14921 | _codt: BUILDSTDERR: | ^ BUILDSTDERR: 14921 | _codt: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_codP’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:14986:1: error: BUILDSTDERR: warning: label ‘_codP’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 14986 | _codP: BUILDSTDERR: | ^ BUILDSTDERR: 14986 | _codP: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziSquareSTUArray_zdwlevenshteinDistanceST_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:15017:1: error: BUILDSTDERR: warning: label ‘_coef’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 15017 | _coef: BUILDSTDERR: | ^ BUILDSTDERR: 15017 | _coef: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_co0n’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:15074:1: error: BUILDSTDERR: warning: label ‘_co0n’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 15074 | _co0n: BUILDSTDERR: | ^ BUILDSTDERR: 15074 | _co0n: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_sm5A’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:15142:1: error: BUILDSTDERR: warning: label ‘_sm5A’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 15142 | _sm5A: BUILDSTDERR: | ^ BUILDSTDERR: 15142 | _sm5A: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cohZ’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:15161:1: error: BUILDSTDERR: warning: label ‘_cohZ’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 15161 | _cohZ: BUILDSTDERR: | ^ BUILDSTDERR: 15161 | _cohZ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_coib’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:15197:1: error: BUILDSTDERR: warning: label ‘_coib’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 15197 | _coib: BUILDSTDERR: | ^ BUILDSTDERR: 15197 | _coib: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_slZx’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:15230:1: error: BUILDSTDERR: warning: label ‘_slZx’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 15230 | _slZx: BUILDSTDERR: | ^ BUILDSTDERR: 15230 | _slZx: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_co10’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:15275:1: error: BUILDSTDERR: warning: label ‘_co10’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 15275 | _co10: BUILDSTDERR: | ^ BUILDSTDERR: 15275 | _co10: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_sm58’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:15343:1: error: BUILDSTDERR: warning: label ‘_sm58’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 15343 | _sm58: BUILDSTDERR: | ^ BUILDSTDERR: 15343 | _sm58: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cogV’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:15362:1: error: BUILDSTDERR: warning: label ‘_cogV’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 15362 | _cogV: BUILDSTDERR: | ^ BUILDSTDERR: 15362 | _cogV: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_coh7’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:15398:1: error: BUILDSTDERR: warning: label ‘_coh7’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 15398 | _coh7: BUILDSTDERR: | ^ BUILDSTDERR: 15398 | _coh7: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_slZN’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:15432:1: error: BUILDSTDERR: warning: label ‘_slZN’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 15432 | _slZN: BUILDSTDERR: | ^ BUILDSTDERR: 15432 | _slZN: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_co1D’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:15485:1: error: BUILDSTDERR: warning: label ‘_co1D’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 15485 | _co1D: BUILDSTDERR: | ^ BUILDSTDERR: 15485 | _co1D: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_coiK’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:15562:1: error: BUILDSTDERR: warning: label ‘_coiK’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 15562 | _coiK: BUILDSTDERR: | ^ BUILDSTDERR: 15562 | _coiK: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_coca’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:15578:1: error: BUILDSTDERR: warning: label ‘_coca’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 15578 | _coca: BUILDSTDERR: | ^ BUILDSTDERR: 15578 | _coca: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_coci’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:15626:1: error: BUILDSTDERR: warning: label ‘_coci’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 15626 | _coci: BUILDSTDERR: | ^ BUILDSTDERR: 15626 | _coci: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_codd’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:15689:1: error: BUILDSTDERR: warning: label ‘_codd’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 15689 | _codd: BUILDSTDERR: | ^ BUILDSTDERR: 15689 | _codd: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cog1’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:15731:1: error: BUILDSTDERR: warning: label ‘_cog1’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 15731 | _cog1: BUILDSTDERR: | ^ BUILDSTDERR: 15731 | _cog1: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cofS’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:15747:1: error: BUILDSTDERR: warning: label ‘_cofS’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 15747 | _cofS: BUILDSTDERR: | ^ BUILDSTDERR: 15747 | _cofS: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_sm1Z’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:15763:1: error: BUILDSTDERR: warning: label ‘_sm1Z’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 15763 | _sm1Z: BUILDSTDERR: | ^ BUILDSTDERR: 15763 | _sm1Z: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_co2L’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:15785:1: error: BUILDSTDERR: warning: label ‘_co2L’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 15785 | _co2L: BUILDSTDERR: | ^ BUILDSTDERR: 15785 | _co2L: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_co2K’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:15844:1: error: BUILDSTDERR: warning: label ‘_co2K’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 15844 | _co2K: BUILDSTDERR: | ^ BUILDSTDERR: 15844 | _co2K: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cofd’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:15861:1: error: BUILDSTDERR: warning: label ‘_cofd’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 15861 | _cofd: BUILDSTDERR: | ^ BUILDSTDERR: 15861 | _cofd: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_co21’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:15905:1: error: BUILDSTDERR: warning: label ‘_co21’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 15905 | _co21: BUILDSTDERR: | ^ BUILDSTDERR: 15905 | _co21: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_coeG’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:15969:1: error: BUILDSTDERR: warning: label ‘_coeG’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 15969 | _coeG: BUILDSTDERR: | ^ BUILDSTDERR: 15969 | _coeG: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziSquareSTUArray_levenshteinDistanceWithLengths1_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:16011:1: error: BUILDSTDERR: warning: label ‘_cokN’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 16011 | _cokN: BUILDSTDERR: | ^ BUILDSTDERR: 16011 | _cokN: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cokK’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:16040:1: error: BUILDSTDERR: warning: label ‘_cokK’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 16040 | _cokK: BUILDSTDERR: | ^ BUILDSTDERR: 16040 | _cokK: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cokR’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:16069:1: error: BUILDSTDERR: warning: label ‘_cokR’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 16069 | _cokR: BUILDSTDERR: | ^ BUILDSTDERR: 16069 | _cokR: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cokX’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:16094:1: error: BUILDSTDERR: warning: label ‘_cokX’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 16094 | _cokX: BUILDSTDERR: | ^ BUILDSTDERR: 16094 | _cokX: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘sm6m_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:16125:1: error: BUILDSTDERR: warning: label ‘_colp’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 16125 | _colp: BUILDSTDERR: | ^ BUILDSTDERR: 16125 | _colp: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziSquareSTUArray_levenshteinDistanceWithLengths_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:16173:1: error: BUILDSTDERR: warning: label ‘_colv’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 16173 | _colv: BUILDSTDERR: | ^ BUILDSTDERR: 16173 | _colv: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_colt’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:16216:1: error: BUILDSTDERR: warning: label ‘_colt’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 16216 | _colt: BUILDSTDERR: | ^ BUILDSTDERR: 16216 | _colt: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziSquareSTUArray_zdwlevenshteinDistance_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:16247:1: error: BUILDSTDERR: warning: label ‘_colN’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 16247 | _colN: BUILDSTDERR: | ^ BUILDSTDERR: 16247 | _colN: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_colL’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:16278:1: error: BUILDSTDERR: warning: label ‘_colL’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 16278 | _colL: BUILDSTDERR: | ^ BUILDSTDERR: 16278 | _colL: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_colR’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:16308:1: error: BUILDSTDERR: warning: label ‘_colR’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 16308 | _colR: BUILDSTDERR: | ^ BUILDSTDERR: 16308 | _colR: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_colX’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:16343:1: error: BUILDSTDERR: warning: label ‘_colX’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 16343 | _colX: BUILDSTDERR: | ^ BUILDSTDERR: 16343 | _colX: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistanceziSquareSTUArray_levenshteinDistance_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:16371:1: error: BUILDSTDERR: warning: label ‘_come’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 16371 | _come: BUILDSTDERR: | ^ BUILDSTDERR: 16371 | _come: BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_comb’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:16399:1: error: BUILDSTDERR: warning: label ‘_comb’ defined but not used [-Wunused-label] BUILDSTDERR: | BUILDSTDERR: 16399 | _comb: BUILDSTDERR: | ^ BUILDSTDERR: 16399 | _comb: BUILDSTDERR: | ^~~~~ BUILDSTDERR: At top level: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:81:16: error: BUILDSTDERR: warning: ‘rlm5_closure’ defined but not used [-Wunused-variable] BUILDSTDERR: 81 | static StgWord rlm5_closure[]__attribute__((aligned(8)))= { BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: | BUILDSTDERR: 81 | static StgWord rlm5_closure[]__attribute__((aligned(8)))= { BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmyA’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:1223:4: error: BUILDSTDERR: warning: ‘_slnB’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1223 | W_ _slnB; BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1223 | W_ _slnB; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:1221:4: error: BUILDSTDERR: warning: ‘_slmH’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1221 | W_ _slmH; BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1221 | W_ _slmH; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:1222:4: error: BUILDSTDERR: warning: ‘_slnn’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1222 | W_ _slnn; BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1222 | W_ _slnn; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:1236:94: error: BUILDSTDERR: warning: ‘_slxx’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1236 | ((struct {W_ x;} __attribute__((packed))*) ((_slnn+32) + (((_slmH+1) + _slnB) << 0x3UL)))->x = _slxx; BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ BUILDSTDERR: | BUILDSTDERR: 1236 | ((struct {W_ x;} __attribute__((packed))*) ((_slnn+32) + (((_slmH+1) + _slnB) << 0x3UL)))->x = _slxx; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmws’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:1715:7: error: BUILDSTDERR: warning: ‘_slwE’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1715 | Sp[5] = _slwE; BUILDSTDERR: | BUILDSTDERR: 1715 | Sp[5] = _slwE; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:1714:7: error: BUILDSTDERR: warning: ‘_cme9’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1714 | Sp[6] = _cme9; BUILDSTDERR: | BUILDSTDERR: 1714 | Sp[6] = _cme9; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmeA’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:1877:4: error: BUILDSTDERR: warning: ‘_slmH’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1877 | W_ _slmH; BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1877 | W_ _slmH; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:1880:4: error: BUILDSTDERR: warning: ‘_slo1’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1880 | W_ _slo1; BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1880 | W_ _slo1; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:1879:4: error: BUILDSTDERR: warning: ‘_slnB’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1879 | W_ _slnB; BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1879 | W_ _slnB; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:1878:4: error: BUILDSTDERR: warning: ‘_slnn’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1878 | W_ _slnn; BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1878 | W_ _slnn; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:1895:104: error: BUILDSTDERR: warning: ‘_slp5’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1895 | ((struct {W_ x;} __attribute__((packed))*) ((_slnn+32) + (((_slo1 * (_slmH+1)) + _slnB) << 0x3UL)))->x = _slp5; BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ BUILDSTDERR: | BUILDSTDERR: 1895 | ((struct {W_ x;} __attribute__((packed))*) ((_slnn+32) + (((_slo1 * (_slmH+1)) + _slnB) << 0x3UL)))->x = _slp5; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:1898:8: error: BUILDSTDERR: warning: ‘_slp4’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1898 | Sp[12] = _slp4; BUILDSTDERR: | BUILDSTDERR: 1898 | Sp[12] = _slp4; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:1896:7: error: BUILDSTDERR: warning: ‘_slo2’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1896 | Sp[4] = _slo2; BUILDSTDERR: | BUILDSTDERR: 1896 | Sp[4] = _slo2; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmv9’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:2374:7: error: BUILDSTDERR: warning: ‘_slw8’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 2374 | Sp[5] = _slw8; BUILDSTDERR: | BUILDSTDERR: 2374 | Sp[5] = _slw8; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmsM’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:2981:7: error: BUILDSTDERR: warning: ‘_slug’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 2981 | Sp[5] = _slug; BUILDSTDERR: | BUILDSTDERR: 2981 | Sp[5] = _slug; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmqj’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:3590:7: error: BUILDSTDERR: warning: ‘_slsi’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 3590 | Sp[6] = _slsi; BUILDSTDERR: | BUILDSTDERR: 3590 | Sp[6] = _slsi; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:3589:7: error: BUILDSTDERR: warning: ‘_cmpz’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 3589 | Sp[7] = _cmpz; BUILDSTDERR: | BUILDSTDERR: 3589 | Sp[7] = _cmpz; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmo5’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:4133:7: error: BUILDSTDERR: warning: ‘_slqt’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 4133 | Sp[6] = _slqt; BUILDSTDERR: | BUILDSTDERR: 4133 | Sp[6] = _slqt; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:4132:7: error: BUILDSTDERR: warning: ‘_cmnl’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 4132 | Sp[7] = _cmnl; BUILDSTDERR: | BUILDSTDERR: 4132 | Sp[7] = _cmnl; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cn5n’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:4807:4: error: BUILDSTDERR: warning: ‘_slF4’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 4807 | W_ _slF4; BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4807 | W_ _slF4; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:4805:4: error: BUILDSTDERR: warning: ‘_slmH’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 4805 | W_ _slmH; BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4805 | W_ _slmH; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:4806:4: error: BUILDSTDERR: warning: ‘_slnn’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 4806 | W_ _slnn; BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4806 | W_ _slnn; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:4820:94: error: BUILDSTDERR: warning: ‘_slP0’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 4820 | ((struct {W_ x;} __attribute__((packed))*) ((_slnn+32) + (((_slmH+1) + _slF4) << 0x3UL)))->x = _slP0; BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ BUILDSTDERR: | BUILDSTDERR: 4820 | ((struct {W_ x;} __attribute__((packed))*) ((_slnn+32) + (((_slmH+1) + _slF4) << 0x3UL)))->x = _slP0; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cn3f’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:5299:7: error: BUILDSTDERR: warning: ‘_slO7’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 5299 | Sp[5] = _slO7; BUILDSTDERR: | BUILDSTDERR: 5299 | Sp[5] = _slO7; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:5298:7: error: BUILDSTDERR: warning: ‘_cmKW’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 5298 | Sp[6] = _cmKW; BUILDSTDERR: | BUILDSTDERR: 5298 | Sp[6] = _cmKW; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmLn’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:5461:4: error: BUILDSTDERR: warning: ‘_slmH’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 5461 | W_ _slmH; BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5461 | W_ _slmH; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:5464:4: error: BUILDSTDERR: warning: ‘_slFu’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 5464 | W_ _slFu; BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5464 | W_ _slFu; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:5463:4: error: BUILDSTDERR: warning: ‘_slF4’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 5463 | W_ _slF4; BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5463 | W_ _slF4; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:5462:4: error: BUILDSTDERR: warning: ‘_slnn’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 5462 | W_ _slnn; BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5462 | W_ _slnn; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:5479:104: error: BUILDSTDERR: warning: ‘_slGy’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 5479 | ((struct {W_ x;} __attribute__((packed))*) ((_slnn+32) + (((_slFu * (_slmH+1)) + _slF4) << 0x3UL)))->x = _slGy; BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ BUILDSTDERR: | BUILDSTDERR: 5479 | ((struct {W_ x;} __attribute__((packed))*) ((_slnn+32) + (((_slFu * (_slmH+1)) + _slF4) << 0x3UL)))->x = _slGy; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:5482:8: error: BUILDSTDERR: warning: ‘_slGx’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 5482 | Sp[12] = _slGx; BUILDSTDERR: | BUILDSTDERR: 5482 | Sp[12] = _slGx; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:5480:7: error: BUILDSTDERR: warning: ‘_slFv’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 5480 | Sp[4] = _slFv; BUILDSTDERR: | BUILDSTDERR: 5480 | Sp[4] = _slFv; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cn1W’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:5958:7: error: BUILDSTDERR: warning: ‘_slNB’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 5958 | Sp[5] = _slNB; BUILDSTDERR: | BUILDSTDERR: 5958 | Sp[5] = _slNB; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmZz’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:6565:7: error: BUILDSTDERR: warning: ‘_slLJ’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 6565 | Sp[5] = _slLJ; BUILDSTDERR: | BUILDSTDERR: 6565 | Sp[5] = _slLJ; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmX6’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:7174:7: error: BUILDSTDERR: warning: ‘_slJL’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 7174 | Sp[6] = _slJL; BUILDSTDERR: | BUILDSTDERR: 7174 | Sp[6] = _slJL; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:7173:7: error: BUILDSTDERR: warning: ‘_cmWm’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 7173 | Sp[7] = _cmWm; BUILDSTDERR: | BUILDSTDERR: 7173 | Sp[7] = _cmWm; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cmUS’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:7717:7: error: BUILDSTDERR: warning: ‘_slHW’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 7717 | Sp[6] = _slHW; BUILDSTDERR: | BUILDSTDERR: 7717 | Sp[6] = _slHW; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:7716:7: error: BUILDSTDERR: warning: ‘_cmU8’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 7716 | Sp[7] = _cmU8; BUILDSTDERR: | BUILDSTDERR: 7716 | Sp[7] = _cmU8; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cnwk’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:9348:4: error: BUILDSTDERR: warning: ‘_slmH’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 9348 | W_ _slmH; BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9348 | W_ _slmH; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:9350:4: error: BUILDSTDERR: warning: ‘_slQ4’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 9350 | W_ _slQ4; BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9350 | W_ _slQ4; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:9349:4: error: BUILDSTDERR: warning: ‘_slnn’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 9349 | W_ _slnn; BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 9349 | W_ _slnn; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:9365:104: error: BUILDSTDERR: warning: ‘_slQE’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 9365 | ((struct {W_ x;} __attribute__((packed))*) ((_slnn+32) + (((_slQ4 * (_slmH+1)) + 0x1UL) << 0x3UL)))->x = _slQE; BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ BUILDSTDERR: | BUILDSTDERR: 9365 | ((struct {W_ x;} __attribute__((packed))*) ((_slnn+32) + (((_slQ4 * (_slmH+1)) + 0x1UL) << 0x3UL)))->x = _slQE; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:9368:7: error: BUILDSTDERR: warning: ‘_slQD’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 9368 | Sp[7] = _slQD; BUILDSTDERR: | BUILDSTDERR: 9368 | Sp[7] = _slQD; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:9366:7: error: BUILDSTDERR: warning: ‘_slQ5’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 9366 | Sp[3] = _slQ5; BUILDSTDERR: | BUILDSTDERR: 9366 | Sp[3] = _slQ5; BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc: In function ‘_cnj4’: BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:11297:4: error: BUILDSTDERR: warning: ‘_slmH’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: | BUILDSTDERR: 11297 | W_ _slmH; BUILDSTDERR: | ^ BUILDSTDERR: 11297 | W_ _slmH; BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:11299:4: error: BUILDSTDERR: warning: ‘_slyB’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: | BUILDSTDERR: 11299 | W_ _slyB; BUILDSTDERR: | ^ BUILDSTDERR: 11299 | W_ _slyB; BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:11298:4: error: BUILDSTDERR: warning: ‘_slnn’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: | BUILDSTDERR: 11298 | W_ _slnn; BUILDSTDERR: | ^ BUILDSTDERR: 11298 | W_ _slnn; BUILDSTDERR: | ^~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:11314:104: error: BUILDSTDERR: warning: ‘_slzb’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: | BUILDSTDERR: 11314 | ((struct {W_ x;} __attribute__((packed))*) ((_slnn+32) + (((_slyB * (_slmH+1)) + 0x1UL) << 0x3UL)))->x = _slzb; BUILDSTDERR: | ^ BUILDSTDERR: 11314 | ((struct {W_ x;} __attribute__((packed))*) ((_slnn+32) + (((_slyB * (_slmH+1)) + 0x1UL) << 0x3UL)))->x = _slzb; BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:11317:7: error: BUILDSTDERR: warning: ‘_slza’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: | BUILDSTDERR: 11317 | Sp[7] = _slza; BUILDSTDERR: | ^ BUILDSTDERR: 11317 | Sp[7] = _slza; BUILDSTDERR: /tmp/ghc30465_0/ghc_59.hc:11315:7: error: BUILDSTDERR: warning: ‘_slyC’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: | BUILDSTDERR: 11315 | Sp[3] = _slyC; BUILDSTDERR: | ^ BUILDSTDERR: 11315 | Sp[3] = _slyC; [7 of 7] Compiling Text.EditDistance ( Text/EditDistance.hs, dist/build/Text/EditDistance.p_o ) BUILDSTDERR: /tmp/ghc30465_0/ghc_70.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistance_zdwrestrictedDamerauLevenshteinDistance_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_70.hc:89:1: error: BUILDSTDERR: warning: label ‘_coBs’ defined but not used [-Wunused-label] BUILDSTDERR: 89 | _coBs: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 89 | _coBs: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_70.hc: In function ‘_coBl’: BUILDSTDERR: /tmp/ghc30465_0/ghc_70.hc:130:1: error: BUILDSTDERR: warning: label ‘_coBl’ defined but not used [-Wunused-label] BUILDSTDERR: 130 | _coBl: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 130 | _coBl: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_70.hc: In function ‘_coBZ’: BUILDSTDERR: /tmp/ghc30465_0/ghc_70.hc:176:1: error: BUILDSTDERR: warning: label ‘_coBZ’ defined but not used [-Wunused-label] BUILDSTDERR: 176 | _coBZ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 176 | _coBZ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_70.hc: In function ‘_coCc’: BUILDSTDERR: /tmp/ghc30465_0/ghc_70.hc:222:1: error: BUILDSTDERR: warning: label ‘_coCc’ defined but not used [-Wunused-label] BUILDSTDERR: 222 | _coCc: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 222 | _coCc: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_70.hc: In function ‘_coCp’: BUILDSTDERR: /tmp/ghc30465_0/ghc_70.hc:268:1: error: BUILDSTDERR: warning: label ‘_coCp’ defined but not used [-Wunused-label] BUILDSTDERR: 268 | _coCp: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 268 | _coCp: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_70.hc: In function ‘_coCC’: BUILDSTDERR: /tmp/ghc30465_0/ghc_70.hc:312:1: error: BUILDSTDERR: warning: label ‘_coCC’ defined but not used [-Wunused-label] BUILDSTDERR: 312 | _coCC: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 312 | _coCC: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_70.hc: In function ‘_coDg’: BUILDSTDERR: /tmp/ghc30465_0/ghc_70.hc:361:1: error: BUILDSTDERR: warning: label ‘_coDg’ defined but not used [-Wunused-label] BUILDSTDERR: 361 | _coDg: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 361 | _coDg: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_70.hc: In function ‘_coDy’: BUILDSTDERR: /tmp/ghc30465_0/ghc_70.hc:415:1: error: BUILDSTDERR: warning: label ‘_coDy’ defined but not used [-Wunused-label] BUILDSTDERR: 415 | _coDy: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 415 | _coDy: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_70.hc: In function ‘_coDr’: BUILDSTDERR: /tmp/ghc30465_0/ghc_70.hc:443:1: error: BUILDSTDERR: warning: label ‘_coDr’ defined but not used [-Wunused-label] BUILDSTDERR: 443 | _coDr: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 443 | _coDr: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_70.hc: In function ‘_coCM’: BUILDSTDERR: /tmp/ghc30465_0/ghc_70.hc:472:1: error: BUILDSTDERR: warning: label ‘_coCM’ defined but not used [-Wunused-label] BUILDSTDERR: 472 | _coCM: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 472 | _coCM: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_70.hc: In function ‘_coDa’: BUILDSTDERR: /tmp/ghc30465_0/ghc_70.hc:524:1: error: BUILDSTDERR: warning: label ‘_coDa’ defined but not used [-Wunused-label] BUILDSTDERR: 524 | _coDa: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 524 | _coDa: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_70.hc: In function ‘_coCX’: BUILDSTDERR: /tmp/ghc30465_0/ghc_70.hc:541:1: error: BUILDSTDERR: warning: label ‘_coCX’ defined but not used [-Wunused-label] BUILDSTDERR: 541 | _coCX: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 541 | _coCX: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_70.hc: In function ‘_sozw’: BUILDSTDERR: /tmp/ghc30465_0/ghc_70.hc:571:1: error: BUILDSTDERR: warning: label ‘_sozw’ defined but not used [-Wunused-label] BUILDSTDERR: 571 | _sozw: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 571 | _sozw: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_70.hc: In function ‘_coBz’: BUILDSTDERR: /tmp/ghc30465_0/ghc_70.hc:585:1: error: BUILDSTDERR: warning: label ‘_coBz’ defined but not used [-Wunused-label] BUILDSTDERR: 585 | _coBz: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 585 | _coBz: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_70.hc: In function ‘_coBE’: BUILDSTDERR: /tmp/ghc30465_0/ghc_70.hc:616:1: error: BUILDSTDERR: warning: label ‘_coBE’ defined but not used [-Wunused-label] BUILDSTDERR: 616 | _coBE: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 616 | _coBE: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_70.hc: In function ‘_coBK’: BUILDSTDERR: /tmp/ghc30465_0/ghc_70.hc:653:1: error: BUILDSTDERR: warning: label ‘_coBK’ defined but not used [-Wunused-label] BUILDSTDERR: 653 | _coBK: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 653 | _coBK: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_70.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistance_restrictedDamerauLevenshteinDistance_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_70.hc:681:1: error: BUILDSTDERR: warning: label ‘_coEA’ defined but not used [-Wunused-label] BUILDSTDERR: 681 | _coEA: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 681 | _coEA: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_70.hc: In function ‘_coEx’: BUILDSTDERR: /tmp/ghc30465_0/ghc_70.hc:709:1: error: BUILDSTDERR: warning: label ‘_coEx’ defined but not used [-Wunused-label] BUILDSTDERR: 709 | _coEx: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 709 | _coEx: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_70.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistance_zdwlevenshteinDistance_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_70.hc:747:1: error: BUILDSTDERR: warning: label ‘_coF0’ defined but not used [-Wunused-label] BUILDSTDERR: 747 | _coF0: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 747 | _coF0: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_70.hc: In function ‘_coET’: BUILDSTDERR: /tmp/ghc30465_0/ghc_70.hc:788:1: error: BUILDSTDERR: warning: label ‘_coET’ defined but not used [-Wunused-label] BUILDSTDERR: 788 | _coET: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 788 | _coET: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_70.hc: In function ‘_coFx’: BUILDSTDERR: /tmp/ghc30465_0/ghc_70.hc:834:1: error: BUILDSTDERR: warning: label ‘_coFx’ defined but not used [-Wunused-label] BUILDSTDERR: 834 | _coFx: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 834 | _coFx: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_70.hc: In function ‘_coFK’: BUILDSTDERR: /tmp/ghc30465_0/ghc_70.hc:880:1: error: BUILDSTDERR: warning: label ‘_coFK’ defined but not used [-Wunused-label] BUILDSTDERR: 880 | _coFK: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 880 | _coFK: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_70.hc: In function ‘_coFX’: BUILDSTDERR: /tmp/ghc30465_0/ghc_70.hc:925:1: error: BUILDSTDERR: warning: label ‘_coFX’ defined but not used [-Wunused-label] BUILDSTDERR: 925 | _coFX: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 925 | _coFX: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_70.hc: In function ‘_coGa’: BUILDSTDERR: /tmp/ghc30465_0/ghc_70.hc:968:1: error: BUILDSTDERR: warning: label ‘_coGa’ defined but not used [-Wunused-label] BUILDSTDERR: 968 | _coGa: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 968 | _coGa: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_70.hc: In function ‘_coGO’: BUILDSTDERR: /tmp/ghc30465_0/ghc_70.hc:1014:1: error: BUILDSTDERR: warning: label ‘_coGO’ defined but not used [-Wunused-label] BUILDSTDERR: 1014 | _coGO: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1014 | _coGO: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_70.hc: In function ‘_coH6’: BUILDSTDERR: /tmp/ghc30465_0/ghc_70.hc:1062:1: error: BUILDSTDERR: warning: label ‘_coH6’ defined but not used [-Wunused-label] BUILDSTDERR: 1062 | _coH6: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1062 | _coH6: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_70.hc: In function ‘_coGZ’: BUILDSTDERR: /tmp/ghc30465_0/ghc_70.hc:1090:1: error: BUILDSTDERR: warning: label ‘_coGZ’ defined but not used [-Wunused-label] BUILDSTDERR: 1090 | _coGZ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1090 | _coGZ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_70.hc: In function ‘_coGk’: BUILDSTDERR: /tmp/ghc30465_0/ghc_70.hc:1116:1: error: BUILDSTDERR: warning: label ‘_coGk’ defined but not used [-Wunused-label] BUILDSTDERR: 1116 | _coGk: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1116 | _coGk: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_70.hc: In function ‘_coGI’: BUILDSTDERR: /tmp/ghc30465_0/ghc_70.hc:1162:1: error: BUILDSTDERR: warning: label ‘_coGI’ defined but not used [-Wunused-label] BUILDSTDERR: 1162 | _coGI: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1162 | _coGI: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_70.hc: In function ‘_coGv’: BUILDSTDERR: /tmp/ghc30465_0/ghc_70.hc:1179:1: error: BUILDSTDERR: warning: label ‘_coGv’ defined but not used [-Wunused-label] BUILDSTDERR: 1179 | _coGv: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1179 | _coGv: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_70.hc: In function ‘_soAk’: BUILDSTDERR: /tmp/ghc30465_0/ghc_70.hc:1209:1: error: BUILDSTDERR: warning: label ‘_soAk’ defined but not used [-Wunused-label] BUILDSTDERR: 1209 | _soAk: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1209 | _soAk: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_70.hc: In function ‘_coF7’: BUILDSTDERR: /tmp/ghc30465_0/ghc_70.hc:1223:1: error: BUILDSTDERR: warning: label ‘_coF7’ defined but not used [-Wunused-label] BUILDSTDERR: 1223 | _coF7: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1223 | _coF7: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_70.hc: In function ‘_coFc’: BUILDSTDERR: /tmp/ghc30465_0/ghc_70.hc:1253:1: error: BUILDSTDERR: warning: label ‘_coFc’ defined but not used [-Wunused-label] BUILDSTDERR: 1253 | _coFc: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1253 | _coFc: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_70.hc: In function ‘_coFi’: BUILDSTDERR: /tmp/ghc30465_0/ghc_70.hc:1288:1: error: BUILDSTDERR: warning: label ‘_coFi’ defined but not used [-Wunused-label] BUILDSTDERR: 1288 | _coFi: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1288 | _coFi: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_70.hc: In function ‘editzmdistancezm0zi2zi2zi1zmB7XvzzAt3DQ5DrMTYu2eW2w_TextziEditDistance_levenshteinDistance_entry’: BUILDSTDERR: /tmp/ghc30465_0/ghc_70.hc:1316:1: error: BUILDSTDERR: warning: label ‘_coI7’ defined but not used [-Wunused-label] BUILDSTDERR: 1316 | _coI7: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1316 | _coI7: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc30465_0/ghc_70.hc: In function ‘_coI4’: BUILDSTDERR: /tmp/ghc30465_0/ghc_70.hc:1344:1: error: BUILDSTDERR: warning: label ‘_coI4’ defined but not used [-Wunused-label] BUILDSTDERR: 1344 | _coI4: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1344 | _coI4: BUILDSTDERR: | ^ + '[' -n dist/build/libHSedit-distance-0.2.2.1-B7XvzAt3DQ5DrMTYu2eW2w-ghc8.4.4.so ']' + '[' -x Setup ']' + LANG=C.utf8 + ./Setup haddock --html --hyperlink-source --hoogle Preprocessing library for edit-distance-0.2.2.1.. Running Haddock on library for edit-distance-0.2.2.1.. BUILDSTDERR: Warning: --source-* options are ignored when --hyperlinked-source is enabled. Haddock coverage: 50% ( 3 / 6) in 'Text.EditDistance' Missing documentation for: Costs (Text/EditDistance/EditCosts.hs:9) EditCosts (Text/EditDistance/EditCosts.hs:17) defaultEditCosts (Text/EditDistance/EditCosts.hs:40) Documentation created: dist/doc/html/edit-distance/index.html, dist/doc/html/edit-distance/edit-distance.txt + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.TsN1UI + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64 + cd edit-distance-0.2.2.1 + '[' -x Setup ']' + LANG=C.utf8 + ./Setup copy --destdir=/builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64 -v directory dist/doc/html/edit-distance does exist: True creating /builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64/usr/share/doc/ghc/html/libraries/edit-distance-0.2.2.1 creating /builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64/usr/share/doc/ghc/html/libraries creating /builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64/usr/share/doc/ghc/html creating /builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64/usr/share/doc/ghc creating /builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64/usr/share/doc creating /builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64/usr/share creating /builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64/usr creating /builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64/usr/share creating /builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64/usr/share/doc creating /builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64/usr/share/doc/ghc creating /builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64/usr/share/doc/ghc/html creating /builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64/usr/share/doc/ghc/html/libraries creating /builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64/usr/share/doc/ghc/html/libraries/edit-distance-0.2.2.1 copy directory 'dist/doc/html/edit-distance' to '/builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64/usr/share/doc/ghc/html/libraries/edit-distance-0.2.2.1'. creating /builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64/usr/share/doc/ghc/html/libraries/edit-distance-0.2.2.1 creating /builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64/usr/share/doc/ghc/html/libraries/edit-distance-0.2.2.1/src Installing dist/doc/html/edit-distance/haddock-bundle.min.js to /builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64/usr/share/doc/ghc/html/libraries/edit-distance-0.2.2.1/haddock-bundle.min.js Installing dist/doc/html/edit-distance/synopsis.png to /builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64/usr/share/doc/ghc/html/libraries/edit-distance-0.2.2.1/synopsis.png Installing dist/doc/html/edit-distance/hslogo-16.png to /builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64/usr/share/doc/ghc/html/libraries/edit-distance-0.2.2.1/hslogo-16.png Installing dist/doc/html/edit-distance/index.html to /builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64/usr/share/doc/ghc/html/libraries/edit-distance-0.2.2.1/index.html Installing dist/doc/html/edit-distance/edit-distance.haddock to /builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64/usr/share/doc/ghc/html/libraries/edit-distance-0.2.2.1/edit-distance.haddock Installing dist/doc/html/edit-distance/plus.gif to /builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64/usr/share/doc/ghc/html/libraries/edit-distance-0.2.2.1/plus.gif Installing dist/doc/html/edit-distance/meta.json to /builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64/usr/share/doc/ghc/html/libraries/edit-distance-0.2.2.1/meta.json Installing dist/doc/html/edit-distance/quick-jump.css to /builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64/usr/share/doc/ghc/html/libraries/edit-distance-0.2.2.1/quick-jump.css Installing dist/doc/html/edit-distance/doc-index.html to /builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64/usr/share/doc/ghc/html/libraries/edit-distance-0.2.2.1/doc-index.html Installing dist/doc/html/edit-distance/edit-distance.txt to /builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64/usr/share/doc/ghc/html/libraries/edit-distance-0.2.2.1/edit-distance.txt Installing dist/doc/html/edit-distance/minus.gif to /builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64/usr/share/doc/ghc/html/libraries/edit-distance-0.2.2.1/minus.gif Installing dist/doc/html/edit-distance/Text-EditDistance.html to /builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64/usr/share/doc/ghc/html/libraries/edit-distance-0.2.2.1/Text-EditDistance.html Installing dist/doc/html/edit-distance/ocean.css to /builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64/usr/share/doc/ghc/html/libraries/edit-distance-0.2.2.1/ocean.css Installing dist/doc/html/edit-distance/src/Text.EditDistance.EditCosts.html to /builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64/usr/share/doc/ghc/html/libraries/edit-distance-0.2.2.1/src/Text.EditDistance.EditCosts.html Installing dist/doc/html/edit-distance/src/style.css to /builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64/usr/share/doc/ghc/html/libraries/edit-distance-0.2.2.1/src/style.css Installing dist/doc/html/edit-distance/src/Text.EditDistance.STUArray.html to /builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64/usr/share/doc/ghc/html/libraries/edit-distance-0.2.2.1/src/Text.EditDistance.STUArray.html Installing dist/doc/html/edit-distance/src/Text.EditDistance.html to /builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64/usr/share/doc/ghc/html/libraries/edit-distance-0.2.2.1/src/Text.EditDistance.html Installing dist/doc/html/edit-distance/src/Text.EditDistance.Bits.html to /builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64/usr/share/doc/ghc/html/libraries/edit-distance-0.2.2.1/src/Text.EditDistance.Bits.html Installing dist/doc/html/edit-distance/src/Text.EditDistance.MonadUtilities.html to /builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64/usr/share/doc/ghc/html/libraries/edit-distance-0.2.2.1/src/Text.EditDistance.MonadUtilities.html Installing dist/doc/html/edit-distance/src/Text.EditDistance.ArrayUtilities.html to /builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64/usr/share/doc/ghc/html/libraries/edit-distance-0.2.2.1/src/Text.EditDistance.ArrayUtilities.html Installing dist/doc/html/edit-distance/src/highlight.js to /builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64/usr/share/doc/ghc/html/libraries/edit-distance-0.2.2.1/src/highlight.js Installing dist/doc/html/edit-distance/src/Text.EditDistance.SquareSTUArray.html to /builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64/usr/share/doc/ghc/html/libraries/edit-distance-0.2.2.1/src/Text.EditDistance.SquareSTUArray.html creating /builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64/usr/share/doc/ghc/html/libraries/edit-distance-0.2.2.1 Installing dist/doc/html/edit-distance/edit-distance.haddock to /builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64/usr/share/doc/ghc/html/libraries/edit-distance-0.2.2.1/edit-distance.haddock creating /builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64/usr/share/licenses/ghc-edit-distance creating /builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64/usr/share/licenses creating /builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64/usr/share/licenses/ghc-edit-distance Installing LICENSE to /builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64/usr/share/licenses/ghc-edit-distance/LICENSE Installing library in /builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64/usr/lib64/ghc-8.4.4/edit-distance-0.2.2.1 creating /builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64/usr/lib64/ghc-8.4.4/edit-distance-0.2.2.1/Text creating /builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64/usr/lib64/ghc-8.4.4/edit-distance-0.2.2.1 creating /builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64/usr/lib64/ghc-8.4.4 creating /builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64/usr/lib64 creating /builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64/usr/lib64/ghc-8.4.4 creating /builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64/usr/lib64/ghc-8.4.4/edit-distance-0.2.2.1 creating /builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64/usr/lib64/ghc-8.4.4/edit-distance-0.2.2.1/Text creating /builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64/usr/lib64/ghc-8.4.4/edit-distance-0.2.2.1/Text/EditDistance Installing dist/build/Text/EditDistance.hi to /builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64/usr/lib64/ghc-8.4.4/edit-distance-0.2.2.1/Text/EditDistance.hi Installing dist/build/Text/EditDistance/EditCosts.hi to /builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64/usr/lib64/ghc-8.4.4/edit-distance-0.2.2.1/Text/EditDistance/EditCosts.hi Installing dist/build/Text/EditDistance/SquareSTUArray.hi to /builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64/usr/lib64/ghc-8.4.4/edit-distance-0.2.2.1/Text/EditDistance/SquareSTUArray.hi Installing dist/build/Text/EditDistance/STUArray.hi to /builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64/usr/lib64/ghc-8.4.4/edit-distance-0.2.2.1/Text/EditDistance/STUArray.hi Installing dist/build/Text/EditDistance/Bits.hi to /builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64/usr/lib64/ghc-8.4.4/edit-distance-0.2.2.1/Text/EditDistance/Bits.hi Installing dist/build/Text/EditDistance/MonadUtilities.hi to /builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64/usr/lib64/ghc-8.4.4/edit-distance-0.2.2.1/Text/EditDistance/MonadUtilities.hi Installing dist/build/Text/EditDistance/ArrayUtilities.hi to /builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64/usr/lib64/ghc-8.4.4/edit-distance-0.2.2.1/Text/EditDistance/ArrayUtilities.hi creating /builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64/usr/lib64/ghc-8.4.4/edit-distance-0.2.2.1/Text creating /builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64/usr/lib64/ghc-8.4.4/edit-distance-0.2.2.1/Text/EditDistance Installing dist/build/Text/EditDistance.p_hi to /builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64/usr/lib64/ghc-8.4.4/edit-distance-0.2.2.1/Text/EditDistance.p_hi Installing dist/build/Text/EditDistance/EditCosts.p_hi to /builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64/usr/lib64/ghc-8.4.4/edit-distance-0.2.2.1/Text/EditDistance/EditCosts.p_hi Installing dist/build/Text/EditDistance/SquareSTUArray.p_hi to /builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64/usr/lib64/ghc-8.4.4/edit-distance-0.2.2.1/Text/EditDistance/SquareSTUArray.p_hi Installing dist/build/Text/EditDistance/STUArray.p_hi to /builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64/usr/lib64/ghc-8.4.4/edit-distance-0.2.2.1/Text/EditDistance/STUArray.p_hi Installing dist/build/Text/EditDistance/Bits.p_hi to /builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64/usr/lib64/ghc-8.4.4/edit-distance-0.2.2.1/Text/EditDistance/Bits.p_hi Installing dist/build/Text/EditDistance/MonadUtilities.p_hi to /builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64/usr/lib64/ghc-8.4.4/edit-distance-0.2.2.1/Text/EditDistance/MonadUtilities.p_hi Installing dist/build/Text/EditDistance/ArrayUtilities.p_hi to /builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64/usr/lib64/ghc-8.4.4/edit-distance-0.2.2.1/Text/EditDistance/ArrayUtilities.p_hi creating /builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64/usr/lib64/ghc-8.4.4/edit-distance-0.2.2.1/Text creating /builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64/usr/lib64/ghc-8.4.4/edit-distance-0.2.2.1/Text/EditDistance Installing dist/build/Text/EditDistance.dyn_hi to /builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64/usr/lib64/ghc-8.4.4/edit-distance-0.2.2.1/Text/EditDistance.dyn_hi Installing dist/build/Text/EditDistance/EditCosts.dyn_hi to /builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64/usr/lib64/ghc-8.4.4/edit-distance-0.2.2.1/Text/EditDistance/EditCosts.dyn_hi Installing dist/build/Text/EditDistance/SquareSTUArray.dyn_hi to /builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64/usr/lib64/ghc-8.4.4/edit-distance-0.2.2.1/Text/EditDistance/SquareSTUArray.dyn_hi Installing dist/build/Text/EditDistance/STUArray.dyn_hi to /builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64/usr/lib64/ghc-8.4.4/edit-distance-0.2.2.1/Text/EditDistance/STUArray.dyn_hi Installing dist/build/Text/EditDistance/Bits.dyn_hi to /builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64/usr/lib64/ghc-8.4.4/edit-distance-0.2.2.1/Text/EditDistance/Bits.dyn_hi Installing dist/build/Text/EditDistance/MonadUtilities.dyn_hi to /builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64/usr/lib64/ghc-8.4.4/edit-distance-0.2.2.1/Text/EditDistance/MonadUtilities.dyn_hi Installing dist/build/Text/EditDistance/ArrayUtilities.dyn_hi to /builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64/usr/lib64/ghc-8.4.4/edit-distance-0.2.2.1/Text/EditDistance/ArrayUtilities.dyn_hi creating /builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64/usr/lib64/ghc-8.4.4/edit-distance-0.2.2.1 Installing dist/build/libHSedit-distance-0.2.2.1-B7XvzAt3DQ5DrMTYu2eW2w.a to /builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64/usr/lib64/ghc-8.4.4/edit-distance-0.2.2.1/libHSedit-distance-0.2.2.1-B7XvzAt3DQ5DrMTYu2eW2w.a creating /builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64/usr/lib64/ghc-8.4.4/edit-distance-0.2.2.1 Installing dist/build/libHSedit-distance-0.2.2.1-B7XvzAt3DQ5DrMTYu2eW2w_p.a to /builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64/usr/lib64/ghc-8.4.4/edit-distance-0.2.2.1/libHSedit-distance-0.2.2.1-B7XvzAt3DQ5DrMTYu2eW2w_p.a creating /builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64/usr/lib64 Installing executable dist/build/libHSedit-distance-0.2.2.1-B7XvzAt3DQ5DrMTYu2eW2w-ghc8.4.4.so to /builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64/usr/lib64/libHSedit-distance-0.2.2.1-B7XvzAt3DQ5DrMTYu2eW2w-ghc8.4.4.so + '[' -x Setup ']' + LANG=C.utf8 + ./Setup register --gen-pkg-config + '[' -d edit-distance-0.2.2.1.conf ']' + install -D --mode=0644 edit-distance-0.2.2.1.conf /builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64/usr/lib64/ghc-8.4.4/package.conf.d/edit-distance-0.2.2.1.conf BUILDSTDERR: ++ ls /builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64/usr/lib64/ghc-8.4.4/package.conf.d/ + '[' -z edit-distance-0.2.2.1.conf ']' + rm -f ghc-edit-distance.files ghc-edit-distance-devel.files + touch ghc-edit-distance.files ghc-edit-distance-devel.files + ls /builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64/usr/lib64/ghc-8.4.4/package.conf.d/edit-distance-0.2.2.1.conf + pkgdir=/usr/lib64/ghc-8.4.4/edit-distance-0.2.2.1 + '[' -d /builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64/usr/lib64/ghc-8.4.4/edit-distance-0.2.2.1 ']' + echo /usr/lib64/ghc-8.4.4/edit-distance-0.2.2.1 + echo '%attr(755,root,root) /usr/lib64/libHSedit-distance-0.2.2.1-*ghc8.4.4.so' + '[' -d /builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64/usr/share/doc/ghc/html/libraries/edit-distance-0.2.2.1 ']' + echo /usr/share/doc/ghc/html/libraries/edit-distance-0.2.2.1 + for i in ghc-edit-distance.files ghc-edit-distance-devel.files + '[' -f ghc-edit-distance.files ']' + sed -i -e 's!/builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64!!g' ghc-edit-distance.files + for i in ghc-edit-distance.files ghc-edit-distance-devel.files + '[' -f ghc-edit-distance-devel.files ']' + sed -i -e 's!/builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64!!g' ghc-edit-distance-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 + /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 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.Wsk0L6 Processing files: ghc-edit-distance-0.2.2.1-10.fc30.riscv64 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.P7E0KD + umask 022 + cd /builddir/build/BUILD + cd edit-distance-0.2.2.1 + LICENSEDIR=/builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64/usr/share/licenses/ghc-edit-distance + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64/usr/share/licenses/ghc-edit-distance + cp -pr LICENSE /builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64/usr/share/licenses/ghc-edit-distance + exit 0 Provides: ghc-edit-distance = 0.2.2.1-10.fc30 ghc-edit-distance(riscv-64) = 0.2.2.1-10.fc30 libHSedit-distance-0.2.2.1-B7XvzAt3DQ5DrMTYu2eW2w-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: libHSarray-0.5.2.0-ghc8.4.4.so()(64bit) libHSbase-4.11.1.0-ghc8.4.4.so()(64bit) libHScontainers-0.5.11.0-ghc8.4.4.so()(64bit) libHSghc-prim-0.5.2.0-ghc8.4.4.so()(64bit) libHSinteger-gmp-1.0.2.0-ghc8.4.4.so()(64bit) rtld(GNU_HASH) Processing files: ghc-edit-distance-devel-0.2.2.1-10.fc30.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.kWd8Bg + umask 022 + cd /builddir/build/BUILD + cd edit-distance-0.2.2.1 + DOCDIR=/builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64/usr/share/doc/ghc-edit-distance-devel + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64/usr/share/doc/ghc-edit-distance-devel + cp -pr README.md /builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64/usr/share/doc/ghc-edit-distance-devel + exit 0 Provides: ghc-devel(edit-distance-0.2.2.1-B7XvzAt3DQ5DrMTYu2eW2w) ghc-edit-distance-devel = 0.2.2.1-10.fc30 ghc-edit-distance-devel(riscv-64) = 0.2.2.1-10.fc30 ghc-edit-distance-doc = 0.2.2.1-10.fc30 ghc-edit-distance-static = 0.2.2.1-10.fc30 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(array-0.5.2.0) ghc-devel(base-4.11.1.0) ghc-devel(containers-0.5.11.0) ghc-devel(random-1.1-9LLJAJa4iQFLJiLXBOBXBV) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64 Wrote: /builddir/build/RPMS/ghc-edit-distance-0.2.2.1-10.fc30.riscv64.rpm Wrote: /builddir/build/RPMS/ghc-edit-distance-devel-0.2.2.1-10.fc30.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.e120de + umask 022 + cd /builddir/build/BUILD + cd edit-distance-0.2.2.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/ghc-edit-distance-0.2.2.1-10.fc30.riscv64 + exit 0 Child return code was: 0