*** setup configure Configuring simseq-0.0... Dependency base-any: using base-3.0.1.0 Dependency bio>=0.2: using bio-0.3.3.2 Dependency random-any: using random-1.0.0.0 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 simseq-0.0 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/simseq-0.0/ghc-6.8.2 Private binaries installed in: /usr/local/tmp/archive/install/libexec Data files installed in: /usr/local/tmp/archive/install/share/simseq-0.0 Documentation installed in: /usr/local/tmp/archive/install/share/doc/simseq-0.0 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 executables for simseq-0.0... Building simseq-0.0... Building executable: simseq... Creating dist/build/simseq (and its parents) Creating dist/build/simseq/simseq-tmp (and its parents) /usr/local/bin/ghc -o dist/build/simseq/simseq --make -hide-all-packages -i -idist/build/autogen -idist/build/simseq/simseq-tmp -isrc -Idist/build/simseq/simseq-tmp -odir dist/build/simseq/simseq-tmp -hidir dist/build/simseq/simseq-tmp -stubdir dist/build/simseq/simseq-tmp -package base-3.0.1.0 -package bio-0.3.3.2 -package random-1.0.0.0 -package bytestring-0.9.1.0 -O -Wall -funbox-strict-fields src/Simseq.hs [1 of 5] Compiling UnfoldMut ( src/UnfoldMut.hs, dist/build/simseq/simseq-tmp/UnfoldMut.o ) Warning: orphan instances: instance System.Random.Random [GHC.Int.Int64] = UnfoldMut.$f1 [2 of 5] Compiling Sanger ( src/Sanger.hs, dist/build/simseq/simseq-tmp/Sanger.o ) [3 of 5] Compiling R454 ( src/R454.hs, dist/build/simseq/simseq-tmp/R454.o ) [4 of 5] Compiling Options ( src/Options.hs, dist/build/simseq/simseq-tmp/Options.o ) [5 of 5] Compiling Main ( src/Simseq.hs, dist/build/simseq/simseq-tmp/Main.o ) src/Simseq.hs:30:39: Couldn't match expected type `SeqData' against inferred type `Data.ByteString.Lazy.Internal.ByteString' In the expression: pack (">tr_" ++ show x) In the second argument of `zipWith', namely `[pack (">tr_" ++ show x) | x <- ([1 .. ] :: [Int])]' In the first argument of `(.)', namely `zipWith Seq [pack (">tr_" ++ show x) | x <- ([1 .. ] :: [Int])]'