*** setup configure Configuring dephd-0.0... Dependency base>3: using base-3.0.1.0 Dependency bio>=0.3: using bio-0.3.3.4 Dependency regex-compat-any: using regex-compat-0.90 Dependency bytestring==0.9.0.1: using bytestring-0.9.0.1 Dependency process-any: using process-1.0.0.0 Dependency directory-any: using directory-1.0.0.0 Warning: This package indirectly depends on multiple versions of the same package. This is highly likely to cause a compile failure. package dephd-0.0 requires bytestring-0.9.0.1 package regex-posix-0.72.0.2 requires bytestring-0.9.1.0 package regex-base-0.93.1 requires bytestring-0.9.1.0 package parsec-3.0.0 requires bytestring-0.9.1.0 package bio-0.3.3.4 requires bytestring-0.9.1.0 package binary-0.4.2 requires bytestring-0.9.1.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/dephd-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/dephd-0.0 Documentation installed in: /usr/local/tmp/archive/install/share/doc/dephd-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 dephd-0.0... Building dephd-0.0... Building executable: dephd... Creating dist/build/dephd (and its parents) Creating dist/build/dephd/dephd-tmp (and its parents) /usr/local/bin/ghc -o dist/build/dephd/dephd --make -hide-all-packages -i -idist/build/autogen -idist/build/dephd/dephd-tmp -isrc -Idist/build/dephd/dephd-tmp -odir dist/build/dephd/dephd-tmp -hidir dist/build/dephd/dephd-tmp -stubdir dist/build/dephd/dephd-tmp -package base-3.0.1.0 -package bio-0.3.3.4 -package regex-compat-0.90 -package bytestring-0.9.0.1 -package process-1.0.0.0 -package directory-1.0.0.0 -O -Wall -O2 -funbox-strict-fields src/Dephd.hs [1 of 1] Compiling Main ( src/Dephd.hs, dist/build/dephd/dephd-tmp/Main.o ) src/Dephd.hs:98:56: Couldn't match expected type `B.ByteString' against inferred type `SeqData' In the first argument of `clip', namely `d' In the second argument of `Seq', namely `(clip d)' In the expression: Seq h (clip d) (case mq of Nothing -> Nothing Just q -> Just (clip q)) src/Dephd.hs:149:55: Couldn't match expected type `B.ByteString' against inferred type `SeqData' Expected type: ([Double], [Double], B.ByteString) Inferred type: ([Double], [Double], SeqData) In the second argument of `B.unfoldr', namely `avgs' In the second argument of `Seq', namely `(B.unfoldr conv avgs)' src/Dephd.hs:240:60: Couldn't match expected type `B.ByteString' against inferred type `SeqData' In the second argument of `($)', namely `seqheader s' In the second argument of `dropWhile', namely `(B.words $ seqheader s)' In the scrutinee of a case expression: dropWhile ((/=) (B.pack "TRIM:")) (B.words $ seqheader s) src/Dephd.hs:246:58: Couldn't match expected type `B.ByteString' against inferred type `QualData' In the first argument of `B.length', namely `q' In the second argument of `($)', namely `B.length q' In the first argument of `take', namely `(fromIntegral $ B.length q)'