*** setup configure Configuring regex-tdfa-0.94... Dependency regex-base>=0.80: using regex-base-0.93.1 Dependency base>=2.0: using base-3.0.2.0 Dependency parsec-any: using parsec-3.0.0 Dependency mtl-any: using mtl-1.1.0.2 Dependency containers-any: using containers-0.1.0.2 Dependency array-any: using array-0.1.0.0 Dependency bytestring-any: using bytestring-0.9.1.3 Using compiler: ghc-6.8.3 Using install prefix: /usr/local/tmp/archive/install Binaries installed in: /usr/local/tmp/archive/install/bin Libraries installed in: /usr/local/tmp/archive/install/lib/regex-tdfa-0.94/ghc-6.8.3 Private binaries installed in: /usr/local/tmp/archive/install/libexec Data files installed in: /usr/local/tmp/archive/install/share/regex-tdfa-0.94 Documentation installed in: /usr/local/tmp/archive/install/share/doc/regex-tdfa-0.94 Using alex version 2.2 found on system at: /usr/bin/alex Using ar found on system at: /usr/bin/ar Using c2hs version 0.15.1 found on system at: /usr/local/bin/c2hs Using cpphs version 0.7 found on system at: /usr/bin/cpphs Using ffihugs found on system at: /usr/local/bin/ffihugs Using ghc version 6.8.3 found on system at: /usr/local/bin/ghc Using ghc-pkg version 6.8.3 found on system at: /usr/local/bin/ghc-pkg No greencard found Using haddock version 2.3.0 found on system at: /usr/local/bin/haddock Using happy version 1.17 found on system at: /usr/local/bin/happy No hmake found Using hsc2hs version 0.66-ghc found on system at: /usr/local/bin/hsc2hs Using hscolour version 1.9 found on system at: /usr/local/bin/HsColour Using hugs found on system at: /usr/local/bin/hugs No jhc found Using ld found on system at: /usr/bin/ld No nhc98 found Using pkg-config version 0.22 found on system at: /usr/bin/pkg-config Using ranlib found on system at: /usr/bin/ranlib Using strip found on system at: /usr/bin/strip Using tar found on system at: /bin/tar *** setup build Creating dist/build (and its parents) Creating dist/build/autogen (and its parents) Preprocessing library regex-tdfa-0.94... Building regex-tdfa-0.94... Building library... Creating dist/build (and its parents) /usr/local/bin/ghc -package-name regex-tdfa-0.94 --make -hide-all-packages -i -idist/build/autogen -idist/build -i. -Idist/build -odir dist/build -hidir dist/build -stubdir dist/build -package regex-base-0.93.1 -package base-3.0.2.0 -package parsec-3.0.0 -package mtl-1.1.0.2 -package containers-0.1.0.2 -package array-0.1.0.0 -package bytestring-0.9.1.3 -O -Wall -O2 -funbox-strict-fields -XMultiParamTypeClasses -XFunctionalDependencies -XBangPatterns -XMagicHash -XRecursiveDo -XNoMonoPatBinds -XForeignFunctionInterface -XUnboxedTuples -XTypeOperators -XFlexibleContexts -XExistentialQuantification -XUnliftedFFITypes -XTypeSynonymInstances Text.Regex.TDFA.Common Text.Regex.TDFA.IntArrTrieSet Text.Regex.TDFA.TNFA Text.Regex.TDFA.TDFA Text.Regex.TDFA.Pattern Text.Regex.TDFA.ReadRegex Text.Regex.TDFA.CorePattern Text.Regex.TDFA.RunMutState Text.Regex.TDFA.String Text.Regex.TDFA.MutRun Text.Regex.TDFA.ByteString Text.Regex.TDFA.MutRunBS Text.Regex.TDFA.ByteString.Lazy Text.Regex.TDFA.MutRunLBS Text.Regex.TDFA.Sequence Text.Regex.TDFA.MutRunSeq Text.Regex.TDFA.Wrap Text.Regex.TDFA Data.IntSet.EnumSet Data.IntMap.EnumMap Data.IntMap.CharMap [ 1 of 21] Compiling Text.Regex.TDFA.IntArrTrieSet ( Text/Regex/TDFA/IntArrTrieSet.hs, dist/build/Text/Regex/TDFA/IntArrTrieSet.o ) [ 2 of 21] Compiling Data.IntMap.CharMap ( Data/IntMap/CharMap.hs, dist/build/Data/IntMap/CharMap.o ) [ 3 of 21] Compiling Data.IntSet.EnumSet ( Data/IntSet/EnumSet.hs, dist/build/Data/IntSet/EnumSet.o ) [ 4 of 21] Compiling Data.IntMap.EnumMap ( Data/IntMap/EnumMap.hs, dist/build/Data/IntMap/EnumMap.o ) [ 5 of 21] Compiling Text.Regex.TDFA.Common ( Text/Regex/TDFA/Common.hs, dist/build/Text/Regex/TDFA/Common.o ) [ 6 of 21] Compiling Text.Regex.TDFA.Pattern ( Text/Regex/TDFA/Pattern.hs, dist/build/Text/Regex/TDFA/Pattern.o ) [ 7 of 21] Compiling Text.Regex.TDFA.CorePattern ( Text/Regex/TDFA/CorePattern.hs, dist/build/Text/Regex/TDFA/CorePattern.o ) [ 8 of 21] Compiling Text.Regex.TDFA.ReadRegex ( Text/Regex/TDFA/ReadRegex.hs, dist/build/Text/Regex/TDFA/ReadRegex.o ) [ 9 of 21] Compiling Text.Regex.TDFA.TNFA ( Text/Regex/TDFA/TNFA.hs, dist/build/Text/Regex/TDFA/TNFA.o ) [10 of 21] Compiling Text.Regex.TDFA.RunMutState ( Text/Regex/TDFA/RunMutState.hs, dist/build/Text/Regex/TDFA/RunMutState.o ) [11 of 21] Compiling Text.Regex.TDFA.TDFA ( Text/Regex/TDFA/TDFA.hs, dist/build/Text/Regex/TDFA/TDFA.o ) [12 of 21] Compiling Text.Regex.TDFA.Wrap ( Text/Regex/TDFA/Wrap.hs, dist/build/Text/Regex/TDFA/Wrap.o ) [13 of 21] Compiling Text.Regex.TDFA.MutRun ( Text/Regex/TDFA/MutRun.hs, dist/build/Text/Regex/TDFA/MutRun.o ) [14 of 21] Compiling Text.Regex.TDFA.String ( Text/Regex/TDFA/String.hs, dist/build/Text/Regex/TDFA/String.o ) [15 of 21] Compiling Text.Regex.TDFA.MutRunBS ( Text/Regex/TDFA/MutRunBS.hs, dist/build/Text/Regex/TDFA/MutRunBS.o ) [16 of 21] Compiling Text.Regex.TDFA.ByteString ( Text/Regex/TDFA/ByteString.hs, dist/build/Text/Regex/TDFA/ByteString.o ) [17 of 21] Compiling Text.Regex.TDFA.MutRunLBS ( Text/Regex/TDFA/MutRunLBS.hs, dist/build/Text/Regex/TDFA/MutRunLBS.o ) [18 of 21] Compiling Text.Regex.TDFA.ByteString.Lazy ( Text/Regex/TDFA/ByteString/Lazy.hs, dist/build/Text/Regex/TDFA/ByteString/Lazy.o ) [19 of 21] Compiling Text.Regex.TDFA.MutRunSeq ( Text/Regex/TDFA/MutRunSeq.hs, dist/build/Text/Regex/TDFA/MutRunSeq.o ) [20 of 21] Compiling Text.Regex.TDFA.Sequence ( Text/Regex/TDFA/Sequence.hs, dist/build/Text/Regex/TDFA/Sequence.o ) [21 of 21] Compiling Text.Regex.TDFA ( Text/Regex/TDFA.hs, dist/build/Text/Regex/TDFA.o ) Linking... /usr/bin/ar q dist/build/libHSregex-tdfa-0.94.a dist/build/Text/Regex/TDFA/Common.o dist/build/Text/Regex/TDFA/IntArrTrieSet.o dist/build/Text/Regex/TDFA/TNFA.o dist/build/Text/Regex/TDFA/TDFA.o dist/build/Text/Regex/TDFA/Pattern.o dist/build/Text/Regex/TDFA/ReadRegex.o dist/build/Text/Regex/TDFA/CorePattern.o dist/build/Text/Regex/TDFA/RunMutState.o dist/build/Text/Regex/TDFA/String.o dist/build/Text/Regex/TDFA/MutRun.o dist/build/Text/Regex/TDFA/ByteString.o dist/build/Text/Regex/TDFA/MutRunBS.o dist/build/Text/Regex/TDFA/ByteString/Lazy.o dist/build/Text/Regex/TDFA/MutRunLBS.o dist/build/Text/Regex/TDFA/Sequence.o dist/build/Text/Regex/TDFA/MutRunSeq.o dist/build/Text/Regex/TDFA/Wrap.o dist/build/Text/Regex/TDFA.o dist/build/Data/IntSet/EnumSet.o dist/build/Data/IntMap/EnumMap.o dist/build/Data/IntMap/CharMap.o /usr/bin/ar: creating dist/build/libHSregex-tdfa-0.94.a /usr/bin/ld -x -r -o dist/build/HSregex-tdfa-0.94.o.tmp dist/build/Text/Regex/TDFA/Common.o dist/build/Text/Regex/TDFA/IntArrTrieSet.o dist/build/Text/Regex/TDFA/TNFA.o dist/build/Text/Regex/TDFA/TDFA.o dist/build/Text/Regex/TDFA/Pattern.o dist/build/Text/Regex/TDFA/ReadRegex.o dist/build/Text/Regex/TDFA/CorePattern.o dist/build/Text/Regex/TDFA/RunMutState.o dist/build/Text/Regex/TDFA/String.o dist/build/Text/Regex/TDFA/MutRun.o dist/build/Text/Regex/TDFA/ByteString.o dist/build/Text/Regex/TDFA/MutRunBS.o dist/build/Text/Regex/TDFA/ByteString/Lazy.o dist/build/Text/Regex/TDFA/MutRunLBS.o dist/build/Text/Regex/TDFA/Sequence.o dist/build/Text/Regex/TDFA/MutRunSeq.o dist/build/Text/Regex/TDFA/Wrap.o dist/build/Text/Regex/TDFA.o dist/build/Data/IntSet/EnumSet.o dist/build/Data/IntMap/EnumMap.o dist/build/Data/IntMap/CharMap.o *** setup haddock Creating dist/doc/html/regex-tdfa (and its parents) Preprocessing library regex-tdfa-0.94... Running hscolour for regex-tdfa-0.94... Creating dist/doc/html/regex-tdfa/src (and its parents) /usr/local/bin/HsColour -print-css -odist/doc/html/regex-tdfa/src/hscolour.css /usr/local/bin/HsColour -css -anchor -odist/doc/html/regex-tdfa/src/Text-Regex-TDFA-Common.html Text/Regex/TDFA/Common.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/regex-tdfa/src/Text-Regex-TDFA-IntArrTrieSet.html Text/Regex/TDFA/IntArrTrieSet.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/regex-tdfa/src/Text-Regex-TDFA-TNFA.html Text/Regex/TDFA/TNFA.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/regex-tdfa/src/Text-Regex-TDFA-TDFA.html Text/Regex/TDFA/TDFA.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/regex-tdfa/src/Text-Regex-TDFA-Pattern.html Text/Regex/TDFA/Pattern.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/regex-tdfa/src/Text-Regex-TDFA-ReadRegex.html Text/Regex/TDFA/ReadRegex.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/regex-tdfa/src/Text-Regex-TDFA-CorePattern.html Text/Regex/TDFA/CorePattern.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/regex-tdfa/src/Text-Regex-TDFA-RunMutState.html Text/Regex/TDFA/RunMutState.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/regex-tdfa/src/Text-Regex-TDFA-String.html Text/Regex/TDFA/String.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/regex-tdfa/src/Text-Regex-TDFA-MutRun.html Text/Regex/TDFA/MutRun.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/regex-tdfa/src/Text-Regex-TDFA-ByteString.html Text/Regex/TDFA/ByteString.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/regex-tdfa/src/Text-Regex-TDFA-MutRunBS.html Text/Regex/TDFA/MutRunBS.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/regex-tdfa/src/Text-Regex-TDFA-ByteString-Lazy.html Text/Regex/TDFA/ByteString/Lazy.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/regex-tdfa/src/Text-Regex-TDFA-MutRunLBS.html Text/Regex/TDFA/MutRunLBS.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/regex-tdfa/src/Text-Regex-TDFA-Sequence.html Text/Regex/TDFA/Sequence.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/regex-tdfa/src/Text-Regex-TDFA-MutRunSeq.html Text/Regex/TDFA/MutRunSeq.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/regex-tdfa/src/Text-Regex-TDFA-Wrap.html Text/Regex/TDFA/Wrap.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/regex-tdfa/src/Text-Regex-TDFA.html Text/Regex/TDFA.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/regex-tdfa/src/Data-IntSet-EnumSet.html Data/IntSet/EnumSet.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/regex-tdfa/src/Data-IntMap-EnumMap.html Data/IntMap/EnumMap.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/regex-tdfa/src/Data-IntMap-CharMap.html Data/IntMap/CharMap.hs Creating dist/build/tmp (and its parents) Creating dist/doc/html/regex-tdfa (and its parents) Preprocessing library regex-tdfa-0.94... Running Haddock for regex-tdfa-0.94... /usr/local/bin/haddock --use-contents=http://hackage.haskell.org/cgi-bin/hackage-scripts/package/regex-tdfa-0.94 --ghc-version /usr/local/bin/ghc --print-libdir Creating dist/build (and its parents) Creating dist/build/autogen (and its parents) Preprocessing library regex-tdfa-0.94... /usr/local/bin/haddock --use-contents=http://hackage.haskell.org/cgi-bin/hackage-scripts/package/regex-tdfa-0.94 --html --odir=dist/doc/html/regex-tdfa --title=regex-tdfa-0.94: Replaces/Enhances Text.Regex --dump-interface=dist/doc/html/regex-tdfa/regex-tdfa.haddock --prologue=dist/regex-tdfa-0.94-haddock-prolog20198.txt --optghc=-package-name --optghc=regex-tdfa-0.94 --source-module=src/%{MODULE/./-}.html --source-entity=src/%{MODULE/./-}.html#%{NAME} --read-interface=http://hackage.haskell.org/packages/archive/regex-base/0.93.1/doc/html,/usr/local/tmp/archive/install/share/doc/regex-base-0.93.1/html/regex-base.haddock --read-interface=http://hackage.haskell.org/packages/archive/base/3.0.2.0/doc/html,/usr/local/share/doc/ghc/libraries/base/base.haddock --read-interface=http://hackage.haskell.org/packages/archive/parsec/3.0.0/doc/html,/usr/local/tmp/archive/install/share/doc/parsec-3.0.0/html/parsec.haddock --read-interface=http://hackage.haskell.org/packages/archive/mtl/1.1.0.2/doc/html,/usr/local/tmp/archive/install/share/doc/mtl-1.1.0.2/html/mtl.haddock --read-interface=http://hackage.haskell.org/packages/archive/containers/0.1.0.2/doc/html,/usr/local/share/doc/ghc/libraries/containers/containers.haddock --read-interface=http://hackage.haskell.org/packages/archive/array/0.1.0.0/doc/html,/usr/local/share/doc/ghc/libraries/array/array.haddock --read-interface=http://hackage.haskell.org/packages/archive/bytestring/0.9.1.3/doc/html,/usr/local/tmp/archive/install/share/doc/bytestring-0.9.1.3/html/bytestring.haddock --use-contents=http://hackage.haskell.org/cgi-bin/hackage-scripts/package/regex-tdfa-0.94 -B/usr/local/lib/ghc-6.8.3 --optghc=-hide-all-packages --optghc=-package --optghc=regex-base-0.93.1 --optghc=-package --optghc=base-3.0.2.0 --optghc=-package --optghc=parsec-3.0.0 --optghc=-package --optghc=mtl-1.1.0.2 --optghc=-package --optghc=containers-0.1.0.2 --optghc=-package --optghc=array-0.1.0.0 --optghc=-package --optghc=bytestring-0.9.1.3 --optghc=-i --optghc=-Wall --optghc=-O2 --optghc=-funbox-strict-fields --optghc=-idist/build/autogen --optghc=-i. --optghc=-idist/build --optghc=-odir --optghc=dist/build --optghc=-hidir --optghc=dist/build --optghc=-XMultiParamTypeClasses --optghc=-XFunctionalDependencies --optghc=-XBangPatterns --optghc=-XMagicHash --optghc=-XRecursiveDo --optghc=-XNoMonoPatBinds --optghc=-XForeignFunctionInterface --optghc=-XUnboxedTuples --optghc=-XTypeOperators --optghc=-XFlexibleContexts --optghc=-XExistentialQuantification --optghc=-XUnliftedFFITypes --optghc=-XTypeSynonymInstances Text.Regex.TDFA.Common Text.Regex.TDFA.IntArrTrieSet Text.Regex.TDFA.TNFA Text.Regex.TDFA.TDFA Text.Regex.TDFA.Pattern Text.Regex.TDFA.ReadRegex Text.Regex.TDFA.CorePattern Text.Regex.TDFA.RunMutState Text.Regex.TDFA.String Text.Regex.TDFA.MutRun Text.Regex.TDFA.ByteString Text.Regex.TDFA.MutRunBS Text.Regex.TDFA.ByteString.Lazy Text.Regex.TDFA.MutRunLBS Text.Regex.TDFA.Sequence Text.Regex.TDFA.MutRunSeq Text.Regex.TDFA.Wrap Text.Regex.TDFA Data.IntSet.EnumSet Data.IntMap.EnumMap Data.IntMap.CharMap Text/Regex/TDFA/Common.hs:93:25: parse error on input `-- ^ identity of Position tag to set during a transition -- | Internal use to indicate type of tag and preference for larger or smaller Positions' haddock: Failed to check module: Text.Regex.TDFA.Common