Mock Version: 1.3.4 Mock Version: 1.3.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target i686 --nodeps /builddir/build/SPECS/ghc-regex-tdfa.spec'], chrootPath='/var/lib/mock/f28-ghc-11198495-845402/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=172800uid=1000gid=425user='mockbuild'nspawn_args=[]printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target i686 --nodeps /builddir/build/SPECS/ghc-regex-tdfa.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: i686 Building for target i686 Wrote: /builddir/build/SRPMS/ghc-regex-tdfa-1.2.2-6.fc28.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target i686 --nodeps /builddir/build/SPECS/ghc-regex-tdfa.spec'], chrootPath='/var/lib/mock/f28-ghc-11198495-845402/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=172800uid=1000gid=425user='mockbuild'nspawn_args=[]printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target i686 --nodeps /builddir/build/SPECS/ghc-regex-tdfa.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: i686 Building for target i686 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.k5tOJ5 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf regex-tdfa-1.2.2 + /usr/bin/gzip -dc /builddir/build/SOURCES/regex-tdfa-1.2.2.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd regex-tdfa-1.2.2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.mnDkrU + umask 022 + cd /builddir/build/BUILD + cd regex-tdfa-1.2.2 ++ ghc --info ++ grep '"Booter version","8.2.2"' + '[' '!' ' ,("Booter version","8.2.2")' ']' + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m32 -march=i686 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection' + export CFLAGS ++ echo -Wl,-z,relro -Wl,-z,defs ++ sed -e s/-Wl,-z,defs// + LDFLAGS='-Wl,-z,relro ' + export LDFLAGS + '[' -x Setup ']' + ghc --make -no-user-package-db -dynamic Setup [1 of 1] Compiling Main ( Setup.hs, Setup.o ) Linking Setup ... + LANG=en_US.utf8 + ./Setup --version Cabal library version 2.0.1.0 + '[' -x Setup ']' + LANG=en_US.utf8 ++ 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 -m32 -march=i686 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection ++ sed -e 's/ / -optc/g' ++ echo ' -Wl,-z,relro' ++ sed -e 's/ / -optl/g' + ./Setup configure --prefix=/usr --libdir=/usr/lib --docdir=/usr/share/licenses/ghc-regex-tdfa '--libsubdir=$compiler/$pkgkey' '--datasubdir=$pkgid' --ghc --dynlibdir=/usr/lib --enable-executable-dynamic --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-m32 -optc-march=i686 -optc-mtune=generic -optc-fasynchronous-unwind-tables -optc-fstack-clash-protection -optl-Wl,-z,relro' -p --enable-shared --htmldir=/usr/share/doc/ghc/html/libraries/regex-tdfa-1.2.2 --global Configuring regex-tdfa-1.2.2... + '[' -x Setup ']' + LANG=en_US.utf8 + ./Setup build Preprocessing library for regex-tdfa-1.2.2.. Building library for regex-tdfa-1.2.2.. [ 1 of 23] Compiling Data.IntMap.CharMap2 ( Data/IntMap/CharMap2.hs, dist/build/Data/IntMap/CharMap2.o ) Data/IntMap/CharMap2.hs:150:24: warning: [-Wdeprecations] In the use of ‘fold’ (imported from Data.IntMap): Deprecated: "As of version 0.5, replaced by 'foldr'." | 150 | fold f a (CharMap m) = M.fold f a m | ^^^^^^ Data/IntMap/CharMap2.hs:153:31: warning: [-Wdeprecations] In the use of ‘foldWithKey’ (imported from Data.IntMap): Deprecated: "As of version 0.5, replaced by 'foldrWithKey'." | 153 | foldWithKey f a (CharMap m) = M.foldWithKey f' a m | ^^^^^^^^^^^^^ Data/IntMap/CharMap2.hs:250:24: warning: [-Wdeprecations] In the use of ‘showTree’ (imported from Data.IntMap, but defined in containers-0.5.10.2:Data.IntMap.Internal.DeprecatedDebug): Deprecated: "These debugging functions will be removed from this module. They are available from Data.IntMap.Internal.Debug." | 250 | showTree (CharMap m) = M.showTree m | ^^^^^^^^^^ Data/IntMap/CharMap2.hs:253:34: warning: [-Wdeprecations] In the use of ‘showTreeWith’ (imported from Data.IntMap, but defined in containers-0.5.10.2:Data.IntMap.Internal.DeprecatedDebug): Deprecated: "These debugging functions will be removed from this module. They are available from Data.IntMap.Internal.Debug." | 253 | showTreeWith b1 b2 (CharMap m) = M.showTreeWith b1 b2 m | ^^^^^^^^^^^^^^ [ 2 of 23] Compiling Data.IntSet.EnumSet2 ( Data/IntSet/EnumSet2.hs, dist/build/Data/IntSet/EnumSet2.o ) [ 3 of 23] Compiling Data.IntMap.EnumMap2 ( Data/IntMap/EnumMap2.hs, dist/build/Data/IntMap/EnumMap2.o ) Data/IntMap/EnumMap2.hs:144:24: warning: [-Wdeprecations] In the use of ‘fold’ (imported from Data.IntMap): Deprecated: "As of version 0.5, replaced by 'foldr'." | 144 | fold f a (EnumMap m) = M.fold f a m | ^^^^^^ Data/IntMap/EnumMap2.hs:147:31: warning: [-Wdeprecations] In the use of ‘foldWithKey’ (imported from Data.IntMap): Deprecated: "As of version 0.5, replaced by 'foldrWithKey'." | 147 | foldWithKey f a (EnumMap m) = M.foldWithKey f' a m | ^^^^^^^^^^^^^ Data/IntMap/EnumMap2.hs:245:24: warning: [-Wdeprecations] In the use of ‘showTree’ (imported from Data.IntMap, but defined in containers-0.5.10.2:Data.IntMap.Internal.DeprecatedDebug): Deprecated: "These debugging functions will be removed from this module. They are available from Data.IntMap.Internal.Debug." | 245 | showTree (EnumMap m) = M.showTree m | ^^^^^^^^^^ Data/IntMap/EnumMap2.hs:248:34: warning: [-Wdeprecations] In the use of ‘showTreeWith’ (imported from Data.IntMap, but defined in containers-0.5.10.2:Data.IntMap.Internal.DeprecatedDebug): Deprecated: "These debugging functions will be removed from this module. They are available from Data.IntMap.Internal.Debug." | 248 | showTreeWith b1 b2 (EnumMap m) = M.showTreeWith b1 b2 m | ^^^^^^^^^^^^^^ [ 4 of 23] Compiling Paths_regex_tdfa ( dist/build/autogen/Paths_regex_tdfa.hs, dist/build/Paths_regex_tdfa.o ) [ 5 of 23] Compiling Text.Regex.TDFA.IntArrTrieSet ( Text/Regex/TDFA/IntArrTrieSet.hs, dist/build/Text/Regex/TDFA/IntArrTrieSet.o ) [ 6 of 23] Compiling Text.Regex.TDFA.Common ( Text/Regex/TDFA/Common.hs, dist/build/Text/Regex/TDFA/Common.o ) [ 7 of 23] Compiling Text.Regex.TDFA.NewDFA.Uncons ( Text/Regex/TDFA/NewDFA/Uncons.hs, dist/build/Text/Regex/TDFA/NewDFA/Uncons.o ) [ 8 of 23] Compiling Text.Regex.TDFA.NewDFA.MakeTest ( Text/Regex/TDFA/NewDFA/MakeTest.hs, dist/build/Text/Regex/TDFA/NewDFA/MakeTest.o ) [ 9 of 23] Compiling Text.Regex.TDFA.NewDFA.Tester ( Text/Regex/TDFA/NewDFA/Tester.hs, dist/build/Text/Regex/TDFA/NewDFA/Tester.o ) [10 of 23] Compiling Text.Regex.TDFA.NewDFA.Engine_NC_FA ( Text/Regex/TDFA/NewDFA/Engine_NC_FA.hs, dist/build/Text/Regex/TDFA/NewDFA/Engine_NC_FA.o ) [11 of 23] Compiling Text.Regex.TDFA.NewDFA.Engine_NC ( Text/Regex/TDFA/NewDFA/Engine_NC.hs, dist/build/Text/Regex/TDFA/NewDFA/Engine_NC.o ) [12 of 23] Compiling Text.Regex.TDFA.NewDFA.Engine_FA ( Text/Regex/TDFA/NewDFA/Engine_FA.hs, dist/build/Text/Regex/TDFA/NewDFA/Engine_FA.o ) [13 of 23] Compiling Text.Regex.TDFA.NewDFA.Engine ( Text/Regex/TDFA/NewDFA/Engine.hs, dist/build/Text/Regex/TDFA/NewDFA/Engine.o ) [14 of 23] Compiling Text.Regex.TDFA.Pattern ( Text/Regex/TDFA/Pattern.hs, dist/build/Text/Regex/TDFA/Pattern.o ) [15 of 23] Compiling Text.Regex.TDFA.CorePattern ( Text/Regex/TDFA/CorePattern.hs, dist/build/Text/Regex/TDFA/CorePattern.o ) [16 of 23] Compiling Text.Regex.TDFA.ReadRegex ( Text/Regex/TDFA/ReadRegex.hs, dist/build/Text/Regex/TDFA/ReadRegex.o ) [17 of 23] Compiling Text.Regex.TDFA.TNFA ( Text/Regex/TDFA/TNFA.hs, dist/build/Text/Regex/TDFA/TNFA.o ) [18 of 23] Compiling Text.Regex.TDFA.TDFA ( Text/Regex/TDFA/TDFA.hs, dist/build/Text/Regex/TDFA/TDFA.o ) [19 of 23] Compiling Text.Regex.TDFA.String ( Text/Regex/TDFA/String.hs, dist/build/Text/Regex/TDFA/String.o ) [20 of 23] Compiling Text.Regex.TDFA.Sequence ( Text/Regex/TDFA/Sequence.hs, dist/build/Text/Regex/TDFA/Sequence.o ) [21 of 23] Compiling Text.Regex.TDFA.ByteString.Lazy ( Text/Regex/TDFA/ByteString/Lazy.hs, dist/build/Text/Regex/TDFA/ByteString/Lazy.o ) [22 of 23] Compiling Text.Regex.TDFA.ByteString ( Text/Regex/TDFA/ByteString.hs, dist/build/Text/Regex/TDFA/ByteString.o ) [23 of 23] Compiling Text.Regex.TDFA ( Text/Regex/TDFA.hs, dist/build/Text/Regex/TDFA.o ) [ 1 of 23] Compiling Data.IntMap.CharMap2 ( Data/IntMap/CharMap2.hs, dist/build/Data/IntMap/CharMap2.p_o ) Data/IntMap/CharMap2.hs:150:24: warning: [-Wdeprecations] In the use of ‘fold’ (imported from Data.IntMap): Deprecated: "As of version 0.5, replaced by 'foldr'." | 150 | fold f a (CharMap m) = M.fold f a m | ^^^^^^ Data/IntMap/CharMap2.hs:153:31: warning: [-Wdeprecations] In the use of ‘foldWithKey’ (imported from Data.IntMap): Deprecated: "As of version 0.5, replaced by 'foldrWithKey'." | 153 | foldWithKey f a (CharMap m) = M.foldWithKey f' a m | ^^^^^^^^^^^^^ Data/IntMap/CharMap2.hs:250:24: warning: [-Wdeprecations] In the use of ‘showTree’ (imported from Data.IntMap, but defined in containers-0.5.10.2:Data.IntMap.Internal.DeprecatedDebug): Deprecated: "These debugging functions will be removed from this module. They are available from Data.IntMap.Internal.Debug." | 250 | showTree (CharMap m) = M.showTree m | ^^^^^^^^^^ Data/IntMap/CharMap2.hs:253:34: warning: [-Wdeprecations] In the use of ‘showTreeWith’ (imported from Data.IntMap, but defined in containers-0.5.10.2:Data.IntMap.Internal.DeprecatedDebug): Deprecated: "These debugging functions will be removed from this module. They are available from Data.IntMap.Internal.Debug." | 253 | showTreeWith b1 b2 (CharMap m) = M.showTreeWith b1 b2 m | ^^^^^^^^^^^^^^ [ 2 of 23] Compiling Data.IntSet.EnumSet2 ( Data/IntSet/EnumSet2.hs, dist/build/Data/IntSet/EnumSet2.p_o ) [ 3 of 23] Compiling Data.IntMap.EnumMap2 ( Data/IntMap/EnumMap2.hs, dist/build/Data/IntMap/EnumMap2.p_o ) Data/IntMap/EnumMap2.hs:144:24: warning: [-Wdeprecations] In the use of ‘fold’ (imported from Data.IntMap): Deprecated: "As of version 0.5, replaced by 'foldr'." | 144 | fold f a (EnumMap m) = M.fold f a m | ^^^^^^ Data/IntMap/EnumMap2.hs:147:31: warning: [-Wdeprecations] In the use of ‘foldWithKey’ (imported from Data.IntMap): Deprecated: "As of version 0.5, replaced by 'foldrWithKey'." | 147 | foldWithKey f a (EnumMap m) = M.foldWithKey f' a m | ^^^^^^^^^^^^^ Data/IntMap/EnumMap2.hs:245:24: warning: [-Wdeprecations] In the use of ‘showTree’ (imported from Data.IntMap, but defined in containers-0.5.10.2:Data.IntMap.Internal.DeprecatedDebug): Deprecated: "These debugging functions will be removed from this module. They are available from Data.IntMap.Internal.Debug." | 245 | showTree (EnumMap m) = M.showTree m | ^^^^^^^^^^ Data/IntMap/EnumMap2.hs:248:34: warning: [-Wdeprecations] In the use of ‘showTreeWith’ (imported from Data.IntMap, but defined in containers-0.5.10.2:Data.IntMap.Internal.DeprecatedDebug): Deprecated: "These debugging functions will be removed from this module. They are available from Data.IntMap.Internal.Debug." | 248 | showTreeWith b1 b2 (EnumMap m) = M.showTreeWith b1 b2 m | ^^^^^^^^^^^^^^ [ 4 of 23] Compiling Paths_regex_tdfa ( dist/build/autogen/Paths_regex_tdfa.hs, dist/build/Paths_regex_tdfa.p_o ) [ 5 of 23] Compiling Text.Regex.TDFA.IntArrTrieSet ( Text/Regex/TDFA/IntArrTrieSet.hs, dist/build/Text/Regex/TDFA/IntArrTrieSet.p_o ) [ 6 of 23] Compiling Text.Regex.TDFA.Common ( Text/Regex/TDFA/Common.hs, dist/build/Text/Regex/TDFA/Common.p_o ) [ 7 of 23] Compiling Text.Regex.TDFA.NewDFA.Uncons ( Text/Regex/TDFA/NewDFA/Uncons.hs, dist/build/Text/Regex/TDFA/NewDFA/Uncons.p_o ) [ 8 of 23] Compiling Text.Regex.TDFA.NewDFA.MakeTest ( Text/Regex/TDFA/NewDFA/MakeTest.hs, dist/build/Text/Regex/TDFA/NewDFA/MakeTest.p_o ) [ 9 of 23] Compiling Text.Regex.TDFA.NewDFA.Tester ( Text/Regex/TDFA/NewDFA/Tester.hs, dist/build/Text/Regex/TDFA/NewDFA/Tester.p_o ) [10 of 23] Compiling Text.Regex.TDFA.NewDFA.Engine_NC_FA ( Text/Regex/TDFA/NewDFA/Engine_NC_FA.hs, dist/build/Text/Regex/TDFA/NewDFA/Engine_NC_FA.p_o ) [11 of 23] Compiling Text.Regex.TDFA.NewDFA.Engine_NC ( Text/Regex/TDFA/NewDFA/Engine_NC.hs, dist/build/Text/Regex/TDFA/NewDFA/Engine_NC.p_o ) [12 of 23] Compiling Text.Regex.TDFA.NewDFA.Engine_FA ( Text/Regex/TDFA/NewDFA/Engine_FA.hs, dist/build/Text/Regex/TDFA/NewDFA/Engine_FA.p_o ) [13 of 23] Compiling Text.Regex.TDFA.NewDFA.Engine ( Text/Regex/TDFA/NewDFA/Engine.hs, dist/build/Text/Regex/TDFA/NewDFA/Engine.p_o ) [14 of 23] Compiling Text.Regex.TDFA.Pattern ( Text/Regex/TDFA/Pattern.hs, dist/build/Text/Regex/TDFA/Pattern.p_o ) [15 of 23] Compiling Text.Regex.TDFA.CorePattern ( Text/Regex/TDFA/CorePattern.hs, dist/build/Text/Regex/TDFA/CorePattern.p_o ) [16 of 23] Compiling Text.Regex.TDFA.ReadRegex ( Text/Regex/TDFA/ReadRegex.hs, dist/build/Text/Regex/TDFA/ReadRegex.p_o ) [17 of 23] Compiling Text.Regex.TDFA.TNFA ( Text/Regex/TDFA/TNFA.hs, dist/build/Text/Regex/TDFA/TNFA.p_o ) [18 of 23] Compiling Text.Regex.TDFA.TDFA ( Text/Regex/TDFA/TDFA.hs, dist/build/Text/Regex/TDFA/TDFA.p_o ) [19 of 23] Compiling Text.Regex.TDFA.String ( Text/Regex/TDFA/String.hs, dist/build/Text/Regex/TDFA/String.p_o ) [20 of 23] Compiling Text.Regex.TDFA.Sequence ( Text/Regex/TDFA/Sequence.hs, dist/build/Text/Regex/TDFA/Sequence.p_o ) [21 of 23] Compiling Text.Regex.TDFA.ByteString.Lazy ( Text/Regex/TDFA/ByteString/Lazy.hs, dist/build/Text/Regex/TDFA/ByteString/Lazy.p_o ) [22 of 23] Compiling Text.Regex.TDFA.ByteString ( Text/Regex/TDFA/ByteString.hs, dist/build/Text/Regex/TDFA/ByteString.p_o ) [23 of 23] Compiling Text.Regex.TDFA ( Text/Regex/TDFA.hs, dist/build/Text/Regex/TDFA.p_o ) + '[' -n dist/build/libHSregex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh-ghc8.2.2.so ']' + '[' -x Setup ']' + LANG=en_US.utf8 + ./Setup haddock --html --hyperlink-source --hoogle Running hscolour for regex-tdfa-1.2.2... Preprocessing library for regex-tdfa-1.2.2.. Preprocessing library for regex-tdfa-1.2.2.. Running Haddock on library for regex-tdfa-1.2.2.. Data/IntMap/CharMap2.hs:150:24: warning: [-Wdeprecations] In the use of ‘fold’ (imported from Data.IntMap): Deprecated: "As of version 0.5, replaced by 'foldr'." | 150 | fold f a (CharMap m) = M.fold f a m | ^^^^^^ Data/IntMap/CharMap2.hs:153:31: warning: [-Wdeprecations] In the use of ‘foldWithKey’ (imported from Data.IntMap): Deprecated: "As of version 0.5, replaced by 'foldrWithKey'." | 153 | foldWithKey f a (CharMap m) = M.foldWithKey f' a m | ^^^^^^^^^^^^^ Data/IntMap/CharMap2.hs:250:24: warning: [-Wdeprecations] In the use of ‘showTree’ (imported from Data.IntMap, but defined in containers-0.5.10.2:Data.IntMap.Internal.DeprecatedDebug): Deprecated: "These debugging functions will be removed from this module. They are available from Data.IntMap.Internal.Debug." | 250 | showTree (CharMap m) = M.showTree m | ^^^^^^^^^^ Data/IntMap/CharMap2.hs:253:34: warning: [-Wdeprecations] In the use of ‘showTreeWith’ (imported from Data.IntMap, but defined in containers-0.5.10.2:Data.IntMap.Internal.DeprecatedDebug): Deprecated: "These debugging functions will be removed from this module. They are available from Data.IntMap.Internal.Debug." | 253 | showTreeWith b1 b2 (CharMap m) = M.showTreeWith b1 b2 m | ^^^^^^^^^^^^^^ Data/IntMap/EnumMap2.hs:144:24: warning: [-Wdeprecations] In the use of ‘fold’ (imported from Data.IntMap): Deprecated: "As of version 0.5, replaced by 'foldr'." | 144 | fold f a (EnumMap m) = M.fold f a m | ^^^^^^ Data/IntMap/EnumMap2.hs:147:31: warning: [-Wdeprecations] In the use of ‘foldWithKey’ (imported from Data.IntMap): Deprecated: "As of version 0.5, replaced by 'foldrWithKey'." | 147 | foldWithKey f a (EnumMap m) = M.foldWithKey f' a m | ^^^^^^^^^^^^^ Data/IntMap/EnumMap2.hs:245:24: warning: [-Wdeprecations] In the use of ‘showTree’ (imported from Data.IntMap, but defined in containers-0.5.10.2:Data.IntMap.Internal.DeprecatedDebug): Deprecated: "These debugging functions will be removed from this module. They are available from Data.IntMap.Internal.Debug." | 245 | showTree (EnumMap m) = M.showTree m | ^^^^^^^^^^ Data/IntMap/EnumMap2.hs:248:34: warning: [-Wdeprecations] In the use of ‘showTreeWith’ (imported from Data.IntMap, but defined in containers-0.5.10.2:Data.IntMap.Internal.DeprecatedDebug): Deprecated: "These debugging functions will be removed from this module. They are available from Data.IntMap.Internal.Debug." | 248 | showTreeWith b1 b2 (EnumMap m) = M.showTreeWith b1 b2 m | ^^^^^^^^^^^^^^ Haddock coverage: 0% ( 0 / 71) in 'Data.IntMap.CharMap2' Missing documentation for: Module header CharMap (Data/IntMap/CharMap2.hs:19) (Data/IntMap/CharMap2.hs:21) (Data/IntMap/CharMap2.hs:25) Key (Data/IntMap/CharMap2.hs:28) ! (Data/IntMap/CharMap2.hs:30) \\ (Data/IntMap/CharMap2.hs:33) null (Data/IntMap/CharMap2.hs:36) size (Data/IntMap/CharMap2.hs:39) member (Data/IntMap/CharMap2.hs:42) notMember (Data/IntMap/CharMap2.hs:45) lookup (Data/IntMap/CharMap2.hs:48) findWithDefault (Data/IntMap/CharMap2.hs:51) empty (Data/IntMap/CharMap2.hs:54) singleton (Data/IntMap/CharMap2.hs:57) insert (Data/IntMap/CharMap2.hs:60) insertWith (Data/IntMap/CharMap2.hs:63) insertWithKey (Data/IntMap/CharMap2.hs:66) insertLookupWithKey (Data/IntMap/CharMap2.hs:70) delete (Data/IntMap/CharMap2.hs:75) adjust (Data/IntMap/CharMap2.hs:78) adjustWithKey (Data/IntMap/CharMap2.hs:81) update (Data/IntMap/CharMap2.hs:85) updateWithKey (Data/IntMap/CharMap2.hs:88) updateLookupWithKey (Data/IntMap/CharMap2.hs:92) union (Data/IntMap/CharMap2.hs:97) unionWith (Data/IntMap/CharMap2.hs:100) unionWithKey (Data/IntMap/CharMap2.hs:103) unions (Data/IntMap/CharMap2.hs:107) unionsWith (Data/IntMap/CharMap2.hs:110) difference (Data/IntMap/CharMap2.hs:113) differenceWith (Data/IntMap/CharMap2.hs:116) differenceWithKey (Data/IntMap/CharMap2.hs:119) intersection (Data/IntMap/CharMap2.hs:123) intersectionWith (Data/IntMap/CharMap2.hs:126) intersectionWithKey (Data/IntMap/CharMap2.hs:129) map (Data/IntMap/CharMap2.hs:133) mapWithKey (Data/IntMap/CharMap2.hs:136) mapAccum (Data/IntMap/CharMap2.hs:140) mapAccumWithKey (Data/IntMap/CharMap2.hs:144) fold (Data/IntMap/CharMap2.hs:149) foldWithKey (Data/IntMap/CharMap2.hs:152) elems (Data/IntMap/CharMap2.hs:156) keys (Data/IntMap/CharMap2.hs:159) keysSet (Data/IntMap/CharMap2.hs:162) assocs (Data/IntMap/CharMap2.hs:165) toList (Data/IntMap/CharMap2.hs:168) fromList (Data/IntMap/CharMap2.hs:171) fromListWith (Data/IntMap/CharMap2.hs:174) fromListWithKey (Data/IntMap/CharMap2.hs:177) toAscList (Data/IntMap/CharMap2.hs:181) fromAscList (Data/IntMap/CharMap2.hs:184) fromAscListWith (Data/IntMap/CharMap2.hs:187) fromAscListWithKey (Data/IntMap/CharMap2.hs:190) fromDistinctAscList (Data/IntMap/CharMap2.hs:194) filter (Data/IntMap/CharMap2.hs:197) filterWithKey (Data/IntMap/CharMap2.hs:200) partition (Data/IntMap/CharMap2.hs:204) partitionWithKey (Data/IntMap/CharMap2.hs:208) mapMaybe (Data/IntMap/CharMap2.hs:213) mapMaybeWithKey (Data/IntMap/CharMap2.hs:216) mapEither (Data/IntMap/CharMap2.hs:220) mapEitherWithKey (Data/IntMap/CharMap2.hs:224) split (Data/IntMap/CharMap2.hs:229) splitLookup (Data/IntMap/CharMap2.hs:233) isSubmapOf (Data/IntMap/CharMap2.hs:237) isSubmapOfBy (Data/IntMap/CharMap2.hs:240) isProperSubmapOf (Data/IntMap/CharMap2.hs:243) isProperSubmapOfBy (Data/IntMap/CharMap2.hs:246) showTree (Data/IntMap/CharMap2.hs:249) showTreeWith (Data/IntMap/CharMap2.hs:252) 0% ( 0 / 32) in 'Data.IntSet.EnumSet2' Missing documentation for: Module header EnumSet (Data/IntSet/EnumSet2.hs:7) (Data/IntSet/EnumSet2.hs:10) \\ (Data/IntSet/EnumSet2.hs:14) null (Data/IntSet/EnumSet2.hs:17) size (Data/IntSet/EnumSet2.hs:20) member (Data/IntSet/EnumSet2.hs:23) notMember (Data/IntSet/EnumSet2.hs:26) isSubsetOf (Data/IntSet/EnumSet2.hs:29) isProperSubsetOf (Data/IntSet/EnumSet2.hs:32) empty (Data/IntSet/EnumSet2.hs:35) singleton (Data/IntSet/EnumSet2.hs:38) insert (Data/IntSet/EnumSet2.hs:41) delete (Data/IntSet/EnumSet2.hs:44) union (Data/IntSet/EnumSet2.hs:47) unions (Data/IntSet/EnumSet2.hs:50) difference (Data/IntSet/EnumSet2.hs:53) intersection (Data/IntSet/EnumSet2.hs:56) filter (Data/IntSet/EnumSet2.hs:59) partition (Data/IntSet/EnumSet2.hs:63) split (Data/IntSet/EnumSet2.hs:68) splitMember (Data/IntSet/EnumSet2.hs:72) map (Data/IntSet/EnumSet2.hs:76) fold (Data/IntSet/EnumSet2.hs:80) elems (Data/IntSet/EnumSet2.hs:84) toList (Data/IntSet/EnumSet2.hs:87) fromList (Data/IntSet/EnumSet2.hs:90) toAscList (Data/IntSet/EnumSet2.hs:93) fromAscList (Data/IntSet/EnumSet2.hs:96) fromDistinctAscList (Data/IntSet/EnumSet2.hs:99) showTree (Data/IntSet/EnumSet2.hs:102) showTreeWith (Data/IntSet/EnumSet2.hs:105) 0% ( 0 / 71) in 'Data.IntMap.EnumMap2' Missing documentation for: Module header EnumMap (Data/IntMap/EnumMap2.hs:10) (Data/IntMap/EnumMap2.hs:13) (Data/IntMap/EnumMap2.hs:17) (Data/IntMap/EnumMap2.hs:20) ! (Data/IntMap/EnumMap2.hs:23) \\ (Data/IntMap/EnumMap2.hs:26) null (Data/IntMap/EnumMap2.hs:29) size (Data/IntMap/EnumMap2.hs:32) member (Data/IntMap/EnumMap2.hs:35) notMember (Data/IntMap/EnumMap2.hs:38) lookup (Data/IntMap/EnumMap2.hs:42) findWithDefault (Data/IntMap/EnumMap2.hs:45) empty (Data/IntMap/EnumMap2.hs:48) singleton (Data/IntMap/EnumMap2.hs:51) insert (Data/IntMap/EnumMap2.hs:54) insertWith (Data/IntMap/EnumMap2.hs:57) insertWithKey (Data/IntMap/EnumMap2.hs:60) insertLookupWithKey (Data/IntMap/EnumMap2.hs:64) delete (Data/IntMap/EnumMap2.hs:69) adjust (Data/IntMap/EnumMap2.hs:72) adjustWithKey (Data/IntMap/EnumMap2.hs:75) update (Data/IntMap/EnumMap2.hs:79) updateWithKey (Data/IntMap/EnumMap2.hs:82) updateLookupWithKey (Data/IntMap/EnumMap2.hs:86) union (Data/IntMap/EnumMap2.hs:91) unionWith (Data/IntMap/EnumMap2.hs:94) unionWithKey (Data/IntMap/EnumMap2.hs:97) unions (Data/IntMap/EnumMap2.hs:101) unionsWith (Data/IntMap/EnumMap2.hs:104) difference (Data/IntMap/EnumMap2.hs:107) differenceWith (Data/IntMap/EnumMap2.hs:110) differenceWithKey (Data/IntMap/EnumMap2.hs:113) intersection (Data/IntMap/EnumMap2.hs:117) intersectionWith (Data/IntMap/EnumMap2.hs:120) intersectionWithKey (Data/IntMap/EnumMap2.hs:123) map (Data/IntMap/EnumMap2.hs:127) mapWithKey (Data/IntMap/EnumMap2.hs:130) mapAccum (Data/IntMap/EnumMap2.hs:134) mapAccumWithKey (Data/IntMap/EnumMap2.hs:138) fold (Data/IntMap/EnumMap2.hs:143) foldWithKey (Data/IntMap/EnumMap2.hs:146) elems (Data/IntMap/EnumMap2.hs:150) keys (Data/IntMap/EnumMap2.hs:153) keysSet (Data/IntMap/EnumMap2.hs:157) assocs (Data/IntMap/EnumMap2.hs:160) toList (Data/IntMap/EnumMap2.hs:163) fromList (Data/IntMap/EnumMap2.hs:166) fromListWith (Data/IntMap/EnumMap2.hs:169) fromListWithKey (Data/IntMap/EnumMap2.hs:172) toAscList (Data/IntMap/EnumMap2.hs:176) fromAscList (Data/IntMap/EnumMap2.hs:179) fromAscListWith (Data/IntMap/EnumMap2.hs:182) fromAscListWithKey (Data/IntMap/EnumMap2.hs:185) fromDistinctAscList (Data/IntMap/EnumMap2.hs:189) filter (Data/IntMap/EnumMap2.hs:192) filterWithKey (Data/IntMap/EnumMap2.hs:195) partition (Data/IntMap/EnumMap2.hs:199) partitionWithKey (Data/IntMap/EnumMap2.hs:203) mapMaybe (Data/IntMap/EnumMap2.hs:208) mapMaybeWithKey (Data/IntMap/EnumMap2.hs:211) mapEither (Data/IntMap/EnumMap2.hs:215) mapEitherWithKey (Data/IntMap/EnumMap2.hs:219) split (Data/IntMap/EnumMap2.hs:224) splitLookup (Data/IntMap/EnumMap2.hs:228) isSubmapOf (Data/IntMap/EnumMap2.hs:232) isSubmapOfBy (Data/IntMap/EnumMap2.hs:235) isProperSubmapOf (Data/IntMap/EnumMap2.hs:238) isProperSubmapOfBy (Data/IntMap/EnumMap2.hs:241) showTree (Data/IntMap/EnumMap2.hs:244) showTreeWith (Data/IntMap/EnumMap2.hs:247) 0% ( 0 / 9) in 'Paths_regex_tdfa' Missing documentation for: Module header version (dist/build/autogen/Paths_regex_tdfa.hs:28) getBinDir (dist/build/autogen/Paths_regex_tdfa.hs:39) getLibDir (dist/build/autogen/Paths_regex_tdfa.hs:39) getDynLibDir (dist/build/autogen/Paths_regex_tdfa.hs:39) getDataDir (dist/build/autogen/Paths_regex_tdfa.hs:39) getLibexecDir (dist/build/autogen/Paths_regex_tdfa.hs:39) getDataFileName (dist/build/autogen/Paths_regex_tdfa.hs:47) getSysconfDir (dist/build/autogen/Paths_regex_tdfa.hs:39) 83% ( 5 / 6) in 'Text.Regex.TDFA.IntArrTrieSet' Missing documentation for: TrieSet (Text/Regex/TDFA/IntArrTrieSet.hs:17) 51% ( 29 / 57) in 'Text.Regex.TDFA.Common' Missing documentation for: look (Text/Regex/TDFA/Common.hs:24) common_error (Text/Regex/TDFA/Common.hs:27) on (Text/Regex/TDFA/Common.hs:31) mapFst (Text/Regex/TDFA/Common.hs:48) mapSnd (Text/Regex/TDFA/Common.hs:51) fst3 (Text/Regex/TDFA/Common.hs:54) snd3 (Text/Regex/TDFA/Common.hs:57) thd3 (Text/Regex/TDFA/Common.hs:60) flipOrder (Text/Regex/TDFA/Common.hs:63) noWin (Text/Regex/TDFA/Common.hs:68) (Text/Regex/TDFA/Common.hs:75) (Text/Regex/TDFA/Common.hs:79) ExecOption (Text/Regex/TDFA/Common.hs:100) (Text/Regex/TDFA/Common.hs:141) WinEmpty (Text/Regex/TDFA/Common.hs:160) Transition (Text/Regex/TDFA/Common.hs:215) (Text/Regex/TDFA/Common.hs:263) Action (Text/Regex/TDFA/Common.hs:274) OrbitTransformer (Text/Regex/TDFA/Common.hs:275) OrbitLog (Text/Regex/TDFA/Common.hs:276) (Text/Regex/TDFA/Common.hs:278) (Text/Regex/TDFA/Common.hs:283) showQT (Text/Regex/TDFA/Common.hs:286) (Text/Regex/TDFA/Common.hs:300) indent (Text/Regex/TDFA/Common.hs:302) showDT (Text/Regex/TDFA/Common.hs:305) seeDTrans (Text/Regex/TDFA/Common.hs:349) (Text/Regex/TDFA/Common.hs:358) 0% ( 0 / 2) in 'Text.Regex.TDFA.NewDFA.Uncons' Missing documentation for: Module header Uncons (Text/Regex/TDFA/NewDFA/Uncons.hs:7) 0% ( 0 / 3) in 'Text.Regex.TDFA.NewDFA.MakeTest' Missing documentation for: Module header test_singleline (Text/Regex/TDFA/NewDFA/MakeTest.hs:10) test_multiline (Text/Regex/TDFA/NewDFA/MakeTest.hs:10) 50% ( 1 / 2) in 'Text.Regex.TDFA.NewDFA.Tester' Missing documentation for: matchTest (Text/Regex/TDFA/NewDFA/Tester.hs:22) 50% ( 1 / 2) in 'Text.Regex.TDFA.NewDFA.Engine_NC_FA' Missing documentation for: execMatch (Text/Regex/TDFA/NewDFA/Engine_NC_FA.hs:34) 50% ( 1 / 2) in 'Text.Regex.TDFA.NewDFA.Engine_NC' Missing documentation for: execMatch (Text/Regex/TDFA/NewDFA/Engine_NC.hs:47) 50% ( 1 / 2) in 'Text.Regex.TDFA.NewDFA.Engine_FA' Missing documentation for: execMatch (Text/Regex/TDFA/NewDFA/Engine_FA.hs:68) 50% ( 1 / 2) in 'Text.Regex.TDFA.NewDFA.Engine' Missing documentation for: execMatch (Text/Regex/TDFA/NewDFA/Engine.hs:77) 67% ( 10 / 15) in 'Text.Regex.TDFA.Pattern' Missing documentation for: PatternSet (Text/Regex/TDFA/Pattern.hs:92) PatternSetCharacterClass (Text/Regex/TDFA/Pattern.hs:117) PatternSetCollatingElement (Text/Regex/TDFA/Pattern.hs:119) PatternSetEquivalenceClass (Text/Regex/TDFA/Pattern.hs:121) starTrans' (Text/Regex/TDFA/Pattern.hs:168) 23% ( 3 / 13) in 'Text.Regex.TDFA.CorePattern' Missing documentation for: Q (Text/Regex/TDFA/CorePattern.hs:74) P (Text/Regex/TDFA/CorePattern.hs:59) Wanted (Text/Regex/TDFA/CorePattern.hs:117) TestInfo (Text/Regex/TDFA/CorePattern.hs:84) SetTestInfo (Text/Regex/TDFA/CorePattern.hs:88) NullView (Text/Regex/TDFA/CorePattern.hs:101) patternToQ (Text/Regex/TDFA/CorePattern.hs:299) cleanNullView (Text/Regex/TDFA/CorePattern.hs:185) cannotAccept (Text/Regex/TDFA/CorePattern.hs:237) mustAccept (Text/Regex/TDFA/CorePattern.hs:231) 100% ( 2 / 2) in 'Text.Regex.TDFA.ReadRegex' 83% ( 5 / 6) in 'Text.Regex.TDFA.TNFA' Missing documentation for: patternToNFA (Text/Regex/TDFA/TNFA.hs:79) 43% ( 3 / 7) in 'Text.Regex.TDFA.TDFA' Missing documentation for: patternToRegex (Text/Regex/TDFA/TDFA.hs:159) examineDFA (Text/Regex/TDFA/TDFA.hs:175) nfaToDFA (Text/Regex/TDFA/TDFA.hs:50) dfaMap (Text/Regex/TDFA/TDFA.hs:162) 64% ( 7 / 11) in 'Text.Regex.TDFA.String' Missing documentation for: ExecOption (Text/Regex/TDFA/Common.hs:100) compile (Text/Regex/TDFA/String.hs:40) execute (Text/Regex/TDFA/String.hs:53) regexec (Text/Regex/TDFA/String.hs:58) 43% ( 3 / 7) in 'Text.Regex.TDFA.Sequence' Missing documentation for: ExecOption (Text/Regex/TDFA/Common.hs:100) compile (Text/Regex/TDFA/Sequence.hs:62) execute (Text/Regex/TDFA/Sequence.hs:71) regexec (Text/Regex/TDFA/Sequence.hs:76) 43% ( 3 / 7) in 'Text.Regex.TDFA.ByteString.Lazy' Missing documentation for: ExecOption (Text/Regex/TDFA/Common.hs:100) compile (Text/Regex/TDFA/ByteString/Lazy.hs:73) execute (Text/Regex/TDFA/ByteString/Lazy.hs:82) regexec (Text/Regex/TDFA/ByteString/Lazy.hs:87) 43% ( 3 / 7) in 'Text.Regex.TDFA.ByteString' Missing documentation for: ExecOption (Text/Regex/TDFA/Common.hs:100) compile (Text/Regex/TDFA/ByteString.hs:57) execute (Text/Regex/TDFA/ByteString.hs:66) regexec (Text/Regex/TDFA/ByteString.hs:71) 83% ( 5 / 6) in 'Text.Regex.TDFA' Missing documentation for: getVersion_Text_Regex_TDFA (Text/Regex/TDFA.hs:70) Documentation created: dist/doc/html/regex-tdfa/index.html, dist/doc/html/regex-tdfa/regex-tdfa.txt + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.jZurfI + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386 ++ dirname /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386 + cd regex-tdfa-1.2.2 + '[' -x Setup ']' + LANG=en_US.utf8 + ./Setup copy --destdir=/builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386 -v directory dist/doc/html/regex-tdfa does exist: True creating /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/doc/ghc/html/libraries/regex-tdfa-1.2.2 creating /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/doc/ghc/html/libraries creating /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/doc/ghc/html creating /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/doc/ghc creating /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/doc creating /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share creating /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr creating /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share creating /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/doc creating /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/doc/ghc creating /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/doc/ghc/html creating /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/doc/ghc/html/libraries creating /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/doc/ghc/html/libraries/regex-tdfa-1.2.2 copy directory 'dist/doc/html/regex-tdfa' to '/builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/doc/ghc/html/libraries/regex-tdfa-1.2.2'. creating /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/doc/ghc/html/libraries/regex-tdfa-1.2.2 creating /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/doc/ghc/html/libraries/regex-tdfa-1.2.2/src Installing dist/doc/html/regex-tdfa/Text-Regex-TDFA-CorePattern.html to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/doc/ghc/html/libraries/regex-tdfa-1.2.2/Text-Regex-TDFA-CorePattern.html Installing dist/doc/html/regex-tdfa/Data-IntMap-CharMap2.html to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/doc/ghc/html/libraries/regex-tdfa-1.2.2/Data-IntMap-CharMap2.html Installing dist/doc/html/regex-tdfa/Text-Regex-TDFA-NewDFA-Engine.html to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/doc/ghc/html/libraries/regex-tdfa-1.2.2/Text-Regex-TDFA-NewDFA-Engine.html Installing dist/doc/html/regex-tdfa/Text-Regex-TDFA-ReadRegex.html to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/doc/ghc/html/libraries/regex-tdfa-1.2.2/Text-Regex-TDFA-ReadRegex.html Installing dist/doc/html/regex-tdfa/doc-index-Q.html to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/doc/ghc/html/libraries/regex-tdfa-1.2.2/doc-index-Q.html Installing dist/doc/html/regex-tdfa/index.html to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/doc/ghc/html/libraries/regex-tdfa-1.2.2/index.html Installing dist/doc/html/regex-tdfa/Text-Regex-TDFA-IntArrTrieSet.html to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/doc/ghc/html/libraries/regex-tdfa-1.2.2/Text-Regex-TDFA-IntArrTrieSet.html Installing dist/doc/html/regex-tdfa/doc-index-33.html to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/doc/ghc/html/libraries/regex-tdfa-1.2.2/doc-index-33.html Installing dist/doc/html/regex-tdfa/doc-index-L.html to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/doc/ghc/html/libraries/regex-tdfa-1.2.2/doc-index-L.html Installing dist/doc/html/regex-tdfa/doc-index-C.html to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/doc/ghc/html/libraries/regex-tdfa-1.2.2/doc-index-C.html Installing dist/doc/html/regex-tdfa/regex-tdfa.txt to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/doc/ghc/html/libraries/regex-tdfa-1.2.2/regex-tdfa.txt Installing dist/doc/html/regex-tdfa/synopsis.png to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/doc/ghc/html/libraries/regex-tdfa-1.2.2/synopsis.png Installing dist/doc/html/regex-tdfa/Text-Regex-TDFA-Sequence.html to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/doc/ghc/html/libraries/regex-tdfa-1.2.2/Text-Regex-TDFA-Sequence.html Installing dist/doc/html/regex-tdfa/doc-index-F.html to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/doc/ghc/html/libraries/regex-tdfa-1.2.2/doc-index-F.html Installing dist/doc/html/regex-tdfa/doc-index-G.html to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/doc/ghc/html/libraries/regex-tdfa-1.2.2/doc-index-G.html Installing dist/doc/html/regex-tdfa/doc-index-N.html to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/doc/ghc/html/libraries/regex-tdfa-1.2.2/doc-index-N.html Installing dist/doc/html/regex-tdfa/doc-index-P.html to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/doc/ghc/html/libraries/regex-tdfa-1.2.2/doc-index-P.html Installing dist/doc/html/regex-tdfa/Text-Regex-TDFA-Pattern.html to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/doc/ghc/html/libraries/regex-tdfa-1.2.2/Text-Regex-TDFA-Pattern.html Installing dist/doc/html/regex-tdfa/Text-Regex-TDFA-NewDFA-Engine_NC_FA.html to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/doc/ghc/html/libraries/regex-tdfa-1.2.2/Text-Regex-TDFA-NewDFA-Engine_NC_FA.html Installing dist/doc/html/regex-tdfa/doc-index-O.html to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/doc/ghc/html/libraries/regex-tdfa-1.2.2/doc-index-O.html Installing dist/doc/html/regex-tdfa/doc-index-D.html to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/doc/ghc/html/libraries/regex-tdfa-1.2.2/doc-index-D.html Installing dist/doc/html/regex-tdfa/Text-Regex-TDFA-NewDFA-MakeTest.html to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/doc/ghc/html/libraries/regex-tdfa-1.2.2/Text-Regex-TDFA-NewDFA-MakeTest.html Installing dist/doc/html/regex-tdfa/doc-index-A.html to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/doc/ghc/html/libraries/regex-tdfa-1.2.2/doc-index-A.html Installing dist/doc/html/regex-tdfa/Text-Regex-TDFA-NewDFA-Engine_FA.html to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/doc/ghc/html/libraries/regex-tdfa-1.2.2/Text-Regex-TDFA-NewDFA-Engine_FA.html Installing dist/doc/html/regex-tdfa/Text-Regex-TDFA-NewDFA-Uncons.html to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/doc/ghc/html/libraries/regex-tdfa-1.2.2/Text-Regex-TDFA-NewDFA-Uncons.html Installing dist/doc/html/regex-tdfa/doc-index.html to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/doc/ghc/html/libraries/regex-tdfa-1.2.2/doc-index.html Installing dist/doc/html/regex-tdfa/doc-index-92.html to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/doc/ghc/html/libraries/regex-tdfa-1.2.2/doc-index-92.html Installing dist/doc/html/regex-tdfa/doc-index-W.html to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/doc/ghc/html/libraries/regex-tdfa-1.2.2/doc-index-W.html Installing dist/doc/html/regex-tdfa/doc-index-R.html to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/doc/ghc/html/libraries/regex-tdfa-1.2.2/doc-index-R.html Installing dist/doc/html/regex-tdfa/Data-IntMap-EnumMap2.html to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/doc/ghc/html/libraries/regex-tdfa-1.2.2/Data-IntMap-EnumMap2.html Installing dist/doc/html/regex-tdfa/ocean.css to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/doc/ghc/html/libraries/regex-tdfa-1.2.2/ocean.css Installing dist/doc/html/regex-tdfa/Text-Regex-TDFA.html to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/doc/ghc/html/libraries/regex-tdfa-1.2.2/Text-Regex-TDFA.html Installing dist/doc/html/regex-tdfa/doc-index-V.html to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/doc/ghc/html/libraries/regex-tdfa-1.2.2/doc-index-V.html Installing dist/doc/html/regex-tdfa/doc-index-M.html to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/doc/ghc/html/libraries/regex-tdfa-1.2.2/doc-index-M.html Installing dist/doc/html/regex-tdfa/Text-Regex-TDFA-TDFA.html to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/doc/ghc/html/libraries/regex-tdfa-1.2.2/Text-Regex-TDFA-TDFA.html Installing dist/doc/html/regex-tdfa/Text-Regex-TDFA-ByteString-Lazy.html to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/doc/ghc/html/libraries/regex-tdfa-1.2.2/Text-Regex-TDFA-ByteString-Lazy.html Installing dist/doc/html/regex-tdfa/doc-index-T.html to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/doc/ghc/html/libraries/regex-tdfa-1.2.2/doc-index-T.html Installing dist/doc/html/regex-tdfa/Text-Regex-TDFA-NewDFA-Engine_NC.html to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/doc/ghc/html/libraries/regex-tdfa-1.2.2/Text-Regex-TDFA-NewDFA-Engine_NC.html Installing dist/doc/html/regex-tdfa/Text-Regex-TDFA-String.html to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/doc/ghc/html/libraries/regex-tdfa-1.2.2/Text-Regex-TDFA-String.html Installing dist/doc/html/regex-tdfa/doc-index-K.html to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/doc/ghc/html/libraries/regex-tdfa-1.2.2/doc-index-K.html Installing dist/doc/html/regex-tdfa/plus.gif to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/doc/ghc/html/libraries/regex-tdfa-1.2.2/plus.gif Installing dist/doc/html/regex-tdfa/Text-Regex-TDFA-TNFA.html to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/doc/ghc/html/libraries/regex-tdfa-1.2.2/Text-Regex-TDFA-TNFA.html Installing dist/doc/html/regex-tdfa/doc-index-61.html to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/doc/ghc/html/libraries/regex-tdfa-1.2.2/doc-index-61.html Installing dist/doc/html/regex-tdfa/minus.gif to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/doc/ghc/html/libraries/regex-tdfa-1.2.2/minus.gif Installing dist/doc/html/regex-tdfa/doc-index-B.html to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/doc/ghc/html/libraries/regex-tdfa-1.2.2/doc-index-B.html Installing dist/doc/html/regex-tdfa/doc-index-S.html to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/doc/ghc/html/libraries/regex-tdfa-1.2.2/doc-index-S.html Installing dist/doc/html/regex-tdfa/Text-Regex-TDFA-Common.html to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/doc/ghc/html/libraries/regex-tdfa-1.2.2/Text-Regex-TDFA-Common.html Installing dist/doc/html/regex-tdfa/doc-index-All.html to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/doc/ghc/html/libraries/regex-tdfa-1.2.2/doc-index-All.html Installing dist/doc/html/regex-tdfa/hslogo-16.png to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/doc/ghc/html/libraries/regex-tdfa-1.2.2/hslogo-16.png Installing dist/doc/html/regex-tdfa/regex-tdfa.haddock to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/doc/ghc/html/libraries/regex-tdfa-1.2.2/regex-tdfa.haddock Installing dist/doc/html/regex-tdfa/Data-IntSet-EnumSet2.html to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/doc/ghc/html/libraries/regex-tdfa-1.2.2/Data-IntSet-EnumSet2.html Installing dist/doc/html/regex-tdfa/Text-Regex-TDFA-NewDFA-Tester.html to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/doc/ghc/html/libraries/regex-tdfa-1.2.2/Text-Regex-TDFA-NewDFA-Tester.html Installing dist/doc/html/regex-tdfa/doc-index-I.html to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/doc/ghc/html/libraries/regex-tdfa-1.2.2/doc-index-I.html Installing dist/doc/html/regex-tdfa/Text-Regex-TDFA-ByteString.html to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/doc/ghc/html/libraries/regex-tdfa-1.2.2/Text-Regex-TDFA-ByteString.html Installing dist/doc/html/regex-tdfa/doc-index-U.html to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/doc/ghc/html/libraries/regex-tdfa-1.2.2/doc-index-U.html Installing dist/doc/html/regex-tdfa/doc-index-E.html to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/doc/ghc/html/libraries/regex-tdfa-1.2.2/doc-index-E.html Installing dist/doc/html/regex-tdfa/haddock-util.js to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/doc/ghc/html/libraries/regex-tdfa-1.2.2/haddock-util.js Installing dist/doc/html/regex-tdfa/src/Text-Regex-TDFA-CorePattern.html to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/doc/ghc/html/libraries/regex-tdfa-1.2.2/src/Text-Regex-TDFA-CorePattern.html Installing dist/doc/html/regex-tdfa/src/Data-IntMap-CharMap2.html to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/doc/ghc/html/libraries/regex-tdfa-1.2.2/src/Data-IntMap-CharMap2.html Installing dist/doc/html/regex-tdfa/src/Text-Regex-TDFA-NewDFA-Engine.html to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/doc/ghc/html/libraries/regex-tdfa-1.2.2/src/Text-Regex-TDFA-NewDFA-Engine.html Installing dist/doc/html/regex-tdfa/src/Text-Regex-TDFA-ReadRegex.html to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/doc/ghc/html/libraries/regex-tdfa-1.2.2/src/Text-Regex-TDFA-ReadRegex.html Installing dist/doc/html/regex-tdfa/src/Text-Regex-TDFA-IntArrTrieSet.html to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/doc/ghc/html/libraries/regex-tdfa-1.2.2/src/Text-Regex-TDFA-IntArrTrieSet.html Installing dist/doc/html/regex-tdfa/src/Text-Regex-TDFA-Sequence.html to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/doc/ghc/html/libraries/regex-tdfa-1.2.2/src/Text-Regex-TDFA-Sequence.html Installing dist/doc/html/regex-tdfa/src/Text-Regex-TDFA-Pattern.html to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/doc/ghc/html/libraries/regex-tdfa-1.2.2/src/Text-Regex-TDFA-Pattern.html Installing dist/doc/html/regex-tdfa/src/Text-Regex-TDFA-NewDFA-Engine_NC_FA.html to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/doc/ghc/html/libraries/regex-tdfa-1.2.2/src/Text-Regex-TDFA-NewDFA-Engine_NC_FA.html Installing dist/doc/html/regex-tdfa/src/Text-Regex-TDFA-NewDFA-MakeTest.html to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/doc/ghc/html/libraries/regex-tdfa-1.2.2/src/Text-Regex-TDFA-NewDFA-MakeTest.html Installing dist/doc/html/regex-tdfa/src/Text-Regex-TDFA-NewDFA-Engine_FA.html to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/doc/ghc/html/libraries/regex-tdfa-1.2.2/src/Text-Regex-TDFA-NewDFA-Engine_FA.html Installing dist/doc/html/regex-tdfa/src/Text-Regex-TDFA-NewDFA-Uncons.html to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/doc/ghc/html/libraries/regex-tdfa-1.2.2/src/Text-Regex-TDFA-NewDFA-Uncons.html Installing dist/doc/html/regex-tdfa/src/Paths_regex_tdfa.html to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/doc/ghc/html/libraries/regex-tdfa-1.2.2/src/Paths_regex_tdfa.html Installing dist/doc/html/regex-tdfa/src/Data-IntMap-EnumMap2.html to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/doc/ghc/html/libraries/regex-tdfa-1.2.2/src/Data-IntMap-EnumMap2.html Installing dist/doc/html/regex-tdfa/src/Text-Regex-TDFA.html to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/doc/ghc/html/libraries/regex-tdfa-1.2.2/src/Text-Regex-TDFA.html Installing dist/doc/html/regex-tdfa/src/Text-Regex-TDFA-TDFA.html to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/doc/ghc/html/libraries/regex-tdfa-1.2.2/src/Text-Regex-TDFA-TDFA.html Installing dist/doc/html/regex-tdfa/src/Text-Regex-TDFA-ByteString-Lazy.html to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/doc/ghc/html/libraries/regex-tdfa-1.2.2/src/Text-Regex-TDFA-ByteString-Lazy.html Installing dist/doc/html/regex-tdfa/src/Text-Regex-TDFA-NewDFA-Engine_NC.html to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/doc/ghc/html/libraries/regex-tdfa-1.2.2/src/Text-Regex-TDFA-NewDFA-Engine_NC.html Installing dist/doc/html/regex-tdfa/src/hscolour.css to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/doc/ghc/html/libraries/regex-tdfa-1.2.2/src/hscolour.css Installing dist/doc/html/regex-tdfa/src/Text-Regex-TDFA-String.html to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/doc/ghc/html/libraries/regex-tdfa-1.2.2/src/Text-Regex-TDFA-String.html Installing dist/doc/html/regex-tdfa/src/Text-Regex-TDFA-TNFA.html to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/doc/ghc/html/libraries/regex-tdfa-1.2.2/src/Text-Regex-TDFA-TNFA.html Installing dist/doc/html/regex-tdfa/src/Text-Regex-TDFA-Common.html to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/doc/ghc/html/libraries/regex-tdfa-1.2.2/src/Text-Regex-TDFA-Common.html Installing dist/doc/html/regex-tdfa/src/Data-IntSet-EnumSet2.html to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/doc/ghc/html/libraries/regex-tdfa-1.2.2/src/Data-IntSet-EnumSet2.html Installing dist/doc/html/regex-tdfa/src/Text-Regex-TDFA-NewDFA-Tester.html to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/doc/ghc/html/libraries/regex-tdfa-1.2.2/src/Text-Regex-TDFA-NewDFA-Tester.html Installing dist/doc/html/regex-tdfa/src/Text-Regex-TDFA-ByteString.html to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/doc/ghc/html/libraries/regex-tdfa-1.2.2/src/Text-Regex-TDFA-ByteString.html creating /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/doc/ghc/html/libraries/regex-tdfa-1.2.2 Installing dist/doc/html/regex-tdfa/regex-tdfa.haddock to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/doc/ghc/html/libraries/regex-tdfa-1.2.2/regex-tdfa.haddock creating /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/licenses/ghc-regex-tdfa creating /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/licenses creating /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/licenses/ghc-regex-tdfa Installing LICENSE to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/licenses/ghc-regex-tdfa/LICENSE Installing library in /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh creating /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh/Data/IntMap creating /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh/Data creating /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh creating /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2 creating /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib creating /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2 creating /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh creating /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh/Data creating /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh/Data/IntMap creating /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh/Data/IntSet creating /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh/Text/Regex creating /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh/Text creating /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh/Text/Regex creating /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh/Text/Regex/TDFA creating /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh/Text/Regex/TDFA/ByteString creating /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh/Text/Regex/TDFA/NewDFA creating /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh Installing dist/build/Data/IntMap/CharMap2.hi to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh/Data/IntMap/CharMap2.hi Installing dist/build/Data/IntMap/EnumMap2.hi to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh/Data/IntMap/EnumMap2.hi Installing dist/build/Data/IntSet/EnumSet2.hi to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh/Data/IntSet/EnumSet2.hi Installing dist/build/Text/Regex/TDFA.hi to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh/Text/Regex/TDFA.hi Installing dist/build/Text/Regex/TDFA/ByteString.hi to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh/Text/Regex/TDFA/ByteString.hi Installing dist/build/Text/Regex/TDFA/ByteString/Lazy.hi to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh/Text/Regex/TDFA/ByteString/Lazy.hi Installing dist/build/Text/Regex/TDFA/Common.hi to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh/Text/Regex/TDFA/Common.hi Installing dist/build/Text/Regex/TDFA/CorePattern.hi to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh/Text/Regex/TDFA/CorePattern.hi Installing dist/build/Text/Regex/TDFA/IntArrTrieSet.hi to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh/Text/Regex/TDFA/IntArrTrieSet.hi Installing dist/build/Text/Regex/TDFA/NewDFA/Engine.hi to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh/Text/Regex/TDFA/NewDFA/Engine.hi Installing dist/build/Text/Regex/TDFA/NewDFA/Engine_FA.hi to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh/Text/Regex/TDFA/NewDFA/Engine_FA.hi Installing dist/build/Text/Regex/TDFA/NewDFA/Engine_NC.hi to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh/Text/Regex/TDFA/NewDFA/Engine_NC.hi Installing dist/build/Text/Regex/TDFA/NewDFA/Engine_NC_FA.hi to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh/Text/Regex/TDFA/NewDFA/Engine_NC_FA.hi Installing dist/build/Text/Regex/TDFA/NewDFA/Tester.hi to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh/Text/Regex/TDFA/NewDFA/Tester.hi Installing dist/build/Text/Regex/TDFA/NewDFA/Uncons.hi to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh/Text/Regex/TDFA/NewDFA/Uncons.hi Installing dist/build/Text/Regex/TDFA/NewDFA/MakeTest.hi to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh/Text/Regex/TDFA/NewDFA/MakeTest.hi Installing dist/build/Text/Regex/TDFA/Pattern.hi to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh/Text/Regex/TDFA/Pattern.hi Installing dist/build/Text/Regex/TDFA/ReadRegex.hi to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh/Text/Regex/TDFA/ReadRegex.hi Installing dist/build/Text/Regex/TDFA/Sequence.hi to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh/Text/Regex/TDFA/Sequence.hi Installing dist/build/Text/Regex/TDFA/String.hi to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh/Text/Regex/TDFA/String.hi Installing dist/build/Text/Regex/TDFA/TDFA.hi to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh/Text/Regex/TDFA/TDFA.hi Installing dist/build/Text/Regex/TDFA/TNFA.hi to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh/Text/Regex/TDFA/TNFA.hi Installing dist/build/Paths_regex_tdfa.hi to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh/Paths_regex_tdfa.hi creating /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh/Data/IntMap creating /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh/Data/IntSet creating /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh/Text/Regex creating /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh/Text/Regex/TDFA creating /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh/Text/Regex/TDFA/ByteString creating /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh/Text/Regex/TDFA/NewDFA creating /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh Installing dist/build/Data/IntMap/CharMap2.p_hi to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh/Data/IntMap/CharMap2.p_hi Installing dist/build/Data/IntMap/EnumMap2.p_hi to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh/Data/IntMap/EnumMap2.p_hi Installing dist/build/Data/IntSet/EnumSet2.p_hi to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh/Data/IntSet/EnumSet2.p_hi Installing dist/build/Text/Regex/TDFA.p_hi to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh/Text/Regex/TDFA.p_hi Installing dist/build/Text/Regex/TDFA/ByteString.p_hi to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh/Text/Regex/TDFA/ByteString.p_hi Installing dist/build/Text/Regex/TDFA/ByteString/Lazy.p_hi to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh/Text/Regex/TDFA/ByteString/Lazy.p_hi Installing dist/build/Text/Regex/TDFA/Common.p_hi to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh/Text/Regex/TDFA/Common.p_hi Installing dist/build/Text/Regex/TDFA/CorePattern.p_hi to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh/Text/Regex/TDFA/CorePattern.p_hi Installing dist/build/Text/Regex/TDFA/IntArrTrieSet.p_hi to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh/Text/Regex/TDFA/IntArrTrieSet.p_hi Installing dist/build/Text/Regex/TDFA/NewDFA/Engine.p_hi to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh/Text/Regex/TDFA/NewDFA/Engine.p_hi Installing dist/build/Text/Regex/TDFA/NewDFA/Engine_FA.p_hi to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh/Text/Regex/TDFA/NewDFA/Engine_FA.p_hi Installing dist/build/Text/Regex/TDFA/NewDFA/Engine_NC.p_hi to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh/Text/Regex/TDFA/NewDFA/Engine_NC.p_hi Installing dist/build/Text/Regex/TDFA/NewDFA/Engine_NC_FA.p_hi to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh/Text/Regex/TDFA/NewDFA/Engine_NC_FA.p_hi Installing dist/build/Text/Regex/TDFA/NewDFA/Tester.p_hi to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh/Text/Regex/TDFA/NewDFA/Tester.p_hi Installing dist/build/Text/Regex/TDFA/NewDFA/Uncons.p_hi to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh/Text/Regex/TDFA/NewDFA/Uncons.p_hi Installing dist/build/Text/Regex/TDFA/NewDFA/MakeTest.p_hi to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh/Text/Regex/TDFA/NewDFA/MakeTest.p_hi Installing dist/build/Text/Regex/TDFA/Pattern.p_hi to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh/Text/Regex/TDFA/Pattern.p_hi Installing dist/build/Text/Regex/TDFA/ReadRegex.p_hi to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh/Text/Regex/TDFA/ReadRegex.p_hi Installing dist/build/Text/Regex/TDFA/Sequence.p_hi to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh/Text/Regex/TDFA/Sequence.p_hi Installing dist/build/Text/Regex/TDFA/String.p_hi to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh/Text/Regex/TDFA/String.p_hi Installing dist/build/Text/Regex/TDFA/TDFA.p_hi to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh/Text/Regex/TDFA/TDFA.p_hi Installing dist/build/Text/Regex/TDFA/TNFA.p_hi to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh/Text/Regex/TDFA/TNFA.p_hi Installing dist/build/Paths_regex_tdfa.p_hi to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh/Paths_regex_tdfa.p_hi creating /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh/Data/IntMap creating /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh/Data/IntSet creating /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh/Text/Regex creating /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh/Text/Regex/TDFA creating /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh/Text/Regex/TDFA/ByteString creating /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh/Text/Regex/TDFA/NewDFA creating /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh Installing dist/build/Data/IntMap/CharMap2.dyn_hi to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh/Data/IntMap/CharMap2.dyn_hi Installing dist/build/Data/IntMap/EnumMap2.dyn_hi to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh/Data/IntMap/EnumMap2.dyn_hi Installing dist/build/Data/IntSet/EnumSet2.dyn_hi to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh/Data/IntSet/EnumSet2.dyn_hi Installing dist/build/Text/Regex/TDFA.dyn_hi to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh/Text/Regex/TDFA.dyn_hi Installing dist/build/Text/Regex/TDFA/ByteString.dyn_hi to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh/Text/Regex/TDFA/ByteString.dyn_hi Installing dist/build/Text/Regex/TDFA/ByteString/Lazy.dyn_hi to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh/Text/Regex/TDFA/ByteString/Lazy.dyn_hi Installing dist/build/Text/Regex/TDFA/Common.dyn_hi to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh/Text/Regex/TDFA/Common.dyn_hi Installing dist/build/Text/Regex/TDFA/CorePattern.dyn_hi to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh/Text/Regex/TDFA/CorePattern.dyn_hi Installing dist/build/Text/Regex/TDFA/IntArrTrieSet.dyn_hi to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh/Text/Regex/TDFA/IntArrTrieSet.dyn_hi Installing dist/build/Text/Regex/TDFA/NewDFA/Engine.dyn_hi to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh/Text/Regex/TDFA/NewDFA/Engine.dyn_hi Installing dist/build/Text/Regex/TDFA/NewDFA/Engine_FA.dyn_hi to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh/Text/Regex/TDFA/NewDFA/Engine_FA.dyn_hi Installing dist/build/Text/Regex/TDFA/NewDFA/Engine_NC.dyn_hi to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh/Text/Regex/TDFA/NewDFA/Engine_NC.dyn_hi Installing dist/build/Text/Regex/TDFA/NewDFA/Engine_NC_FA.dyn_hi to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh/Text/Regex/TDFA/NewDFA/Engine_NC_FA.dyn_hi Installing dist/build/Text/Regex/TDFA/NewDFA/Tester.dyn_hi to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh/Text/Regex/TDFA/NewDFA/Tester.dyn_hi Installing dist/build/Text/Regex/TDFA/NewDFA/Uncons.dyn_hi to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh/Text/Regex/TDFA/NewDFA/Uncons.dyn_hi Installing dist/build/Text/Regex/TDFA/NewDFA/MakeTest.dyn_hi to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh/Text/Regex/TDFA/NewDFA/MakeTest.dyn_hi Installing dist/build/Text/Regex/TDFA/Pattern.dyn_hi to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh/Text/Regex/TDFA/Pattern.dyn_hi Installing dist/build/Text/Regex/TDFA/ReadRegex.dyn_hi to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh/Text/Regex/TDFA/ReadRegex.dyn_hi Installing dist/build/Text/Regex/TDFA/Sequence.dyn_hi to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh/Text/Regex/TDFA/Sequence.dyn_hi Installing dist/build/Text/Regex/TDFA/String.dyn_hi to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh/Text/Regex/TDFA/String.dyn_hi Installing dist/build/Text/Regex/TDFA/TDFA.dyn_hi to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh/Text/Regex/TDFA/TDFA.dyn_hi Installing dist/build/Text/Regex/TDFA/TNFA.dyn_hi to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh/Text/Regex/TDFA/TNFA.dyn_hi Installing dist/build/Paths_regex_tdfa.dyn_hi to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh/Paths_regex_tdfa.dyn_hi creating /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh Installing dist/build/libHSregex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh.a to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh/libHSregex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh.a /usr/bin/strip --strip-unneeded /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh/libHSregex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh.a creating /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh Installing dist/build/libHSregex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh_p.a to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh/libHSregex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh_p.a /usr/bin/strip --strip-unneeded /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh/libHSregex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh_p.a creating /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib Installing executable dist/build/libHSregex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh-ghc8.2.2.so to /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/libHSregex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh-ghc8.2.2.so /usr/bin/strip --strip-unneeded /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/libHSregex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh-ghc8.2.2.so + '[' -x Setup ']' + LANG=en_US.utf8 + ./Setup register --gen-pkg-config + install -D --mode=0644 regex-tdfa-1.2.2.conf /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/package.conf.d/regex-tdfa-1.2.2.conf + '[' '!' -f /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/package.conf.d/regex-tdfa-1.2.2.conf ']' ++ echo '/usr/lib/ghc-8.2.2/package.conf.d/regex-tdfa-1.2.2*.conf' + pkgconf='/usr/lib/ghc-8.2.2/package.conf.d/regex-tdfa-1.2.2*.conf' ++ grep 'key: ' /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/package.conf.d/regex-tdfa-1.2.2.conf ++ sed -e 's/key: //' + key=regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh + pkgdir=/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh + rm -f ghc-regex-tdfa.files ghc-regex-tdfa-devel.files + touch ghc-regex-tdfa.files ghc-regex-tdfa-devel.files + echo '/usr/lib/ghc-8.2.2/package.conf.d/regex-tdfa-1.2.2*.conf' + '[' -d /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh ']' + echo '%attr(755,root,root) /usr/lib/libHSregex-tdfa-1.2.2-*ghc8.2.2.so' + echo /usr/lib/ghc-8.2.2/regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh + '[' -d /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/doc/ghc/html/libraries/regex-tdfa-1.2.2 ']' + echo /usr/share/doc/ghc/html/libraries/regex-tdfa-1.2.2 + for i in ghc-regex-tdfa.files ghc-regex-tdfa-devel.files + '[' -f ghc-regex-tdfa.files ']' + sed -i -e 's!/builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386!!g' ghc-regex-tdfa.files + for i in ghc-regex-tdfa.files ghc-regex-tdfa-devel.files + '[' -f ghc-regex-tdfa-devel.files ']' + sed -i -e 's!/builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386!!g' ghc-regex-tdfa-devel.files + find /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386 -type f -exec sh -c 'file {} | grep -q '\''dynamically linked'\''' ';' -exec strip '{}' ';' + /usr/lib/rpm/check-buildroot + /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 + /usr/lib/rpm/brp-python-hardlink Processing files: ghc-regex-tdfa-1.2.2-6.fc28.i686 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.3g9IAA + umask 022 + cd /builddir/build/BUILD + cd regex-tdfa-1.2.2 + LICENSEDIR=/builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/licenses/ghc-regex-tdfa + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/licenses/ghc-regex-tdfa + cp -pr LICENSE /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/licenses/ghc-regex-tdfa + exit 0 Provides: ghc-regex-tdfa = 1.2.2-6.fc28 ghc-regex-tdfa(x86-32) = 1.2.2-6.fc28 libHSregex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh-ghc8.2.2.so Requires(interp): /sbin/ldconfig /sbin/ldconfig Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig Requires: libHSarray-0.5.2.0-ghc8.2.2.so libHSbase-4.10.1.0-ghc8.2.2.so libHSbinary-0.8.5.1-ghc8.2.2.so libHSbytestring-0.10.8.2-ghc8.2.2.so libHScontainers-0.5.10.2-ghc8.2.2.so libHSdeepseq-1.4.3.0-ghc8.2.2.so libHSghc-prim-0.5.1.1-ghc8.2.2.so libHSinteger-gmp-1.0.1.0-ghc8.2.2.so libHSmtl-2.2.1-DscMMmDQUE6GBfOSl4qMUH-ghc8.2.2.so libHSparsec-3.1.11-GFVXGr7xhCL75lLlVe5pnU-ghc8.2.2.so libHSregex-base-0.93.2-rcKBNTI69reeBx0eaPBC-ghc8.2.2.so libHStext-1.2.2.2-J0kTo5xltQjAfCz3JZ4Oj0-ghc8.2.2.so libHStransformers-0.5.2.0-ghc8.2.2.so libc.so.6 libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.1.3) libgmp.so.10 libm.so.6 rtld(GNU_HASH) Processing files: ghc-regex-tdfa-devel-1.2.2-6.fc28.i686 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.0toY9s + umask 022 + cd /builddir/build/BUILD + cd regex-tdfa-1.2.2 + DOCDIR=/builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/doc/ghc-regex-tdfa-devel + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/doc/ghc-regex-tdfa-devel + cp -pr CHANGELOG.md /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386/usr/share/doc/ghc-regex-tdfa-devel + exit 0 Provides: ghc-devel(regex-tdfa-1.2.2-IiHHB5UYAxx3MDhzjXVjfh) ghc-regex-tdfa-devel = 1.2.2-6.fc28 ghc-regex-tdfa-devel(x86-32) = 1.2.2-6.fc28 ghc-regex-tdfa-doc = 1.2.2-6.fc28 ghc-regex-tdfa-static = 1.2.2-6.fc28 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.2.2 Requires(postun): /bin/sh ghc-compiler = 8.2.2 Requires: ghc-devel(array-0.5.2.0) ghc-devel(base-4.10.1.0) ghc-devel(bytestring-0.10.8.2) ghc-devel(containers-0.5.10.2) ghc-devel(ghc-prim-0.5.1.1) ghc-devel(mtl-2.2.1-DscMMmDQUE6GBfOSl4qMUH) ghc-devel(parsec-3.1.11-GFVXGr7xhCL75lLlVe5pnU) ghc-devel(regex-base-0.93.2-rcKBNTI69reeBx0eaPBC) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386 Wrote: /builddir/build/RPMS/ghc-regex-tdfa-1.2.2-6.fc28.i686.rpm Wrote: /builddir/build/RPMS/ghc-regex-tdfa-devel-1.2.2-6.fc28.i686.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.Ux5Jju + umask 022 + cd /builddir/build/BUILD + cd regex-tdfa-1.2.2 + /usr/bin/rm -rf /builddir/build/BUILDROOT/ghc-regex-tdfa-1.2.2-6.fc28.i386 + exit 0 Child return code was: 0