*** setup configure Configuring rbr-0.8.3... Dependency base>3: using base-3.0.1.0 Dependency containers-any: using containers-0.1.0.1 Dependency bio-any: using bio-0.3.3.2 Dependency bytestring-any: using bytestring-0.9.1.0 Warning: This package indirectly depends on multiple versions of the same package. This is highly likely to cause a compile failure. package parsec-3.0.0 requires bytestring-0.9.0.4 package bio-0.3.3.2 requires bytestring-0.9.0.4 package binary-0.4.1 requires bytestring-0.9.0.4 package rbr-0.8.3 requires bytestring-0.9.1.0 package network-2.1.0.0 requires parsec-2.1.0.0 package bio-0.3.3.2 requires parsec-3.0.0 Using compiler: ghc-6.8.2 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/rbr-0.8.3/ghc-6.8.2 Private binaries installed in: /usr/local/tmp/archive/install/libexec Data files installed in: /usr/local/tmp/archive/install/share/rbr-0.8.3 Documentation installed in: /usr/local/tmp/archive/install/share/doc/rbr-0.8.3 Using alex version 2.0.1 found on system at: /usr/local/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.2 found on system at: /usr/local/bin/ghc Using ghc-pkg version 6.8.2 found on system at: /usr/local/bin/ghc-pkg No greencard found Using haddock version 2.1.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 rbr-0.8.3... Preprocessing executables for rbr-0.8.3... Building rbr-0.8.3... Building library... Creating dist/build (and its parents) /usr/local/bin/ghc -package-name rbr-0.8.3 --make -hide-all-packages -i -idist/build/autogen -idist/build -i. -Idist/build -odir dist/build -hidir dist/build -stubdir dist/build -package base-3.0.1.0 -package containers-0.1.0.1 -package bio-0.3.3.2 -package bytestring-0.9.1.0 -O -Wall -funbox-strict-fields RBR.Options RBR.Util RBR.Stats RBR.FreqTable RBR.TextFormat [1 of 5] Compiling RBR.TextFormat ( RBR/TextFormat.lhs, dist/build/RBR/TextFormat.o ) [2 of 5] Compiling RBR.FreqTable ( RBR/FreqTable.lhs, dist/build/RBR/FreqTable.o ) RBR/FreqTable.lhs:69:4: Warning: This binding for `find' shadows an existing binding In the binding group for: find, idx, ins1, go RBR/FreqTable.lhs:83:4: Warning: This binding for `find' shadows an existing binding In the binding group for: find, idx, ins1, go [3 of 5] Compiling RBR.Stats ( RBR/Stats.hs, dist/build/RBR/Stats.o ) [4 of 5] Compiling RBR.Util ( RBR/Util.hs, dist/build/RBR/Util.o ) [5 of 5] Compiling RBR.Options ( RBR/Options.lhs, dist/build/RBR/Options.o ) Building C Sources... Creating dist/build (and its parents) /usr/local/bin/ghc -package base-3.0.1.0 -package containers-0.1.0.1 -package bio-0.3.3.2 -package bytestring-0.9.1.0 -optc-O2 -odir dist/build -c RBR/hooks.c Linking... /usr/bin/ar q dist/build/libHSrbr-0.8.3.a dist/build/RBR/Options.o dist/build/RBR/Util.o dist/build/RBR/Stats.o dist/build/RBR/FreqTable.o dist/build/RBR/TextFormat.o dist/build/RBR/hooks.o /usr/bin/ar: creating dist/build/libHSrbr-0.8.3.a /usr/bin/ld -x -r -o dist/build/HSrbr-0.8.3.o.tmp dist/build/RBR/Options.o dist/build/RBR/Util.o dist/build/RBR/Stats.o dist/build/RBR/FreqTable.o dist/build/RBR/TextFormat.o dist/build/RBR/hooks.o Building executable: rbr... Creating dist/build/rbr (and its parents) Creating dist/build/rbr/rbr-tmp (and its parents) /usr/local/bin/ghc -o dist/build/rbr/rbr --make -hide-all-packages -i -idist/build/autogen -idist/build/rbr/rbr-tmp -i. -Idist/build/rbr/rbr-tmp -odir dist/build/rbr/rbr-tmp -hidir dist/build/rbr/rbr-tmp -stubdir dist/build/rbr/rbr-tmp -package base-3.0.1.0 -package containers-0.1.0.1 -package bio-0.3.3.2 -package bytestring-0.9.1.0 -O -Wall -funbox-strict-fields -XCPP ./RBR/RBR.lhs [1 of 5] Compiling RBR.FreqTable ( RBR/FreqTable.lhs, dist/build/rbr/rbr-tmp/RBR/FreqTable.o ) RBR/FreqTable.lhs:69:4: Warning: This binding for `find' shadows an existing binding In the binding group for: find, idx, ins1, go RBR/FreqTable.lhs:83:4: Warning: This binding for `find' shadows an existing binding In the binding group for: find, idx, ins1, go [2 of 5] Compiling RBR.Stats ( RBR/Stats.hs, dist/build/rbr/rbr-tmp/RBR/Stats.o ) [3 of 5] Compiling RBR.Util ( RBR/Util.hs, dist/build/rbr/rbr-tmp/RBR/Util.o ) [4 of 5] Compiling RBR.Options ( RBR/Options.lhs, dist/build/rbr/rbr-tmp/RBR/Options.o ) [5 of 5] Compiling Main ( ./RBR/RBR.lhs, dist/build/rbr/rbr-tmp/Main.o ) ./RBR/RBR.lhs:156:51: Couldn't match expected type `Data.ByteString.Lazy.Internal.ByteString' against inferred type `SeqData' In the second argument of `B.map', namely `d' In the second argument of `Seq', namely `(B.map toUpper d)' In the expression: (Seq l (B.map toUpper d) q)