*** setup configure Configuring queuelike-1.0.7... Dependency array -any: using array-0.2.0.0 Dependency base -any: using base-4.1.0.0 Dependency containers -any: using containers-0.2.0.1 Dependency mtl -any: using mtl-1.1.0.2 Dependency stateful-mtl >=1.0.7: using stateful-mtl-1.0.7 Using Cabal-1.6.0.1 compiled by ghc-6.8 Using compiler: ghc-6.10.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/queuelike-1.0.7/ghc-6.10.2 Private binaries installed in: /usr/local/tmp/archive/install/libexec Data files installed in: /usr/local/tmp/archive/install/share/queuelike-1.0.7 Documentation installed in: /usr/local/tmp/archive/install/share/doc/queuelike-1.0.7 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 gcc version 4.3.3 found on system at: /usr/bin/gcc Using ghc version 6.10.2 found on system at: /usr/local/bin/ghc Using ghc-pkg version 6.10.2 found on system at: /usr/local/bin/ghc-pkg Using greencard found on system at: /usr/local/tmp/archive/install/bin/greencard Using haddock version 2.4.2 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.67 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 queuelike-1.0.7... Building queuelike-1.0.7... Building library... Creating dist/build (and its parents) /usr/local/bin/ghc -package-name queuelike-1.0.7 --make -hide-all-packages -i -idist/build -i. -idist/build/autogen -Idist/build/autogen -Idist/build -optP-include -optPdist/build/autogen/cabal_macros.h -odir dist/build -hidir dist/build -stubdir dist/build -package array-0.2.0.0 -package base-4.1.0.0 -package containers-0.2.0.1 -package mtl-1.1.0.2 -package stateful-mtl-1.0.7 -O Data.Queue Data.Queue.PQueue Data.Queue.Class Data.Queue.Instances Data.Queue.Stack Data.Queue.Queue Data.Queue.TrieQueue Data.MQueue.Class Data.MQueue.Heap Data.MQueue.SyncQueue Data.MQueue.Chan Data.MQueue Data.Semigroup Data.Queue.QueueHelpers Data.Queue.Fuse.PHeap Data.Queue.TrieQueue.TrieLabel Data.MQueue.MonadHelpers [ 1 of 17] Compiling Data.MQueue.MonadHelpers ( Data/MQueue/MonadHelpers.hs, dist/build/Data/MQueue/MonadHelpers.o ) [ 2 of 17] Compiling Data.Queue.TrieQueue.TrieLabel ( Data/Queue/TrieQueue/TrieLabel.hs, dist/build/Data/Queue/TrieQueue/TrieLabel.o ) [ 3 of 17] Compiling Data.Semigroup ( Data/Semigroup.hs, dist/build/Data/Semigroup.o ) [ 4 of 17] Compiling Data.Queue.QueueHelpers ( Data/Queue/QueueHelpers.hs, dist/build/Data/Queue/QueueHelpers.o ) [ 5 of 17] Compiling Data.MQueue.Class ( Data/MQueue/Class.hs, dist/build/Data/MQueue/Class.o ) [ 6 of 17] Compiling Data.MQueue.Heap ( Data/MQueue/Heap.hs, dist/build/Data/MQueue/Heap.o ) [ 7 of 17] Compiling Data.MQueue.Chan ( Data/MQueue/Chan.hs, dist/build/Data/MQueue/Chan.o ) [ 8 of 17] Compiling Data.Queue.Class ( Data/Queue/Class.hs, dist/build/Data/Queue/Class.o ) [ 9 of 17] Compiling Data.Queue.Stack ( Data/Queue/Stack.hs, dist/build/Data/Queue/Stack.o ) [10 of 17] Compiling Data.Queue.Queue ( Data/Queue/Queue.hs, dist/build/Data/Queue/Queue.o ) [11 of 17] Compiling Data.MQueue.SyncQueue ( Data/MQueue/SyncQueue.hs, dist/build/Data/MQueue/SyncQueue.o ) [12 of 17] Compiling Data.MQueue ( Data/MQueue.hs, dist/build/Data/MQueue.o ) [13 of 17] Compiling Data.Queue.Fuse.PHeap ( Data/Queue/Fuse/PHeap.hs, dist/build/Data/Queue/Fuse/PHeap.o ) [14 of 17] Compiling Data.Queue.TrieQueue ( Data/Queue/TrieQueue.hs, dist/build/Data/Queue/TrieQueue.o ) [15 of 17] Compiling Data.Queue.PQueue ( Data/Queue/PQueue.hs, dist/build/Data/Queue/PQueue.o ) [16 of 17] Compiling Data.Queue.Instances ( Data/Queue/Instances.hs, dist/build/Data/Queue/Instances.o ) [17 of 17] Compiling Data.Queue ( Data/Queue.hs, dist/build/Data/Queue.o ) Linking... /usr/bin/ar q dist/build/libHSqueuelike-1.0.7.a dist/build/Data/Queue.o dist/build/Data/Queue/PQueue.o dist/build/Data/Queue/Class.o dist/build/Data/Queue/Instances.o dist/build/Data/Queue/Stack.o dist/build/Data/Queue/Queue.o dist/build/Data/Queue/TrieQueue.o dist/build/Data/MQueue/Class.o dist/build/Data/MQueue/Heap.o dist/build/Data/MQueue/SyncQueue.o dist/build/Data/MQueue/Chan.o dist/build/Data/MQueue.o dist/build/Data/Semigroup.o dist/build/Data/Queue/QueueHelpers.o dist/build/Data/Queue/Fuse/PHeap.o dist/build/Data/Queue/TrieQueue/TrieLabel.o dist/build/Data/MQueue/MonadHelpers.o /usr/bin/ar: creating dist/build/libHSqueuelike-1.0.7.a /usr/bin/ld -x -r -o dist/build/HSqueuelike-1.0.7.o.tmp dist/build/Data/Queue.o dist/build/Data/Queue/PQueue.o dist/build/Data/Queue/Class.o dist/build/Data/Queue/Instances.o dist/build/Data/Queue/Stack.o dist/build/Data/Queue/Queue.o dist/build/Data/Queue/TrieQueue.o dist/build/Data/MQueue/Class.o dist/build/Data/MQueue/Heap.o dist/build/Data/MQueue/SyncQueue.o dist/build/Data/MQueue/Chan.o dist/build/Data/MQueue.o dist/build/Data/Semigroup.o dist/build/Data/Queue/QueueHelpers.o dist/build/Data/Queue/Fuse/PHeap.o dist/build/Data/Queue/TrieQueue/TrieLabel.o dist/build/Data/MQueue/MonadHelpers.o *** setup haddock Creating dist/doc/html/queuelike (and its parents) Preprocessing library queuelike-1.0.7... Running hscolour for queuelike-1.0.7... Creating dist/doc/html/queuelike/src (and its parents) /usr/local/bin/HsColour -print-css -odist/doc/html/queuelike/src/hscolour.css /usr/local/bin/HsColour -css -anchor -odist/doc/html/queuelike/src/Data-Queue.html Data/Queue.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/queuelike/src/Data-Queue-PQueue.html Data/Queue/PQueue.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/queuelike/src/Data-Queue-Class.html Data/Queue/Class.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/queuelike/src/Data-Queue-Instances.html Data/Queue/Instances.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/queuelike/src/Data-Queue-Stack.html Data/Queue/Stack.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/queuelike/src/Data-Queue-Queue.html Data/Queue/Queue.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/queuelike/src/Data-Queue-TrieQueue.html Data/Queue/TrieQueue.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/queuelike/src/Data-MQueue-Class.html Data/MQueue/Class.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/queuelike/src/Data-MQueue-Heap.html Data/MQueue/Heap.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/queuelike/src/Data-MQueue-SyncQueue.html Data/MQueue/SyncQueue.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/queuelike/src/Data-MQueue-Chan.html Data/MQueue/Chan.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/queuelike/src/Data-MQueue.html Data/MQueue.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/queuelike/src/Data-Semigroup.html Data/Semigroup.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/queuelike/src/Data-Queue-QueueHelpers.html Data/Queue/QueueHelpers.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/queuelike/src/Data-Queue-Fuse-PHeap.html Data/Queue/Fuse/PHeap.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/queuelike/src/Data-Queue-TrieQueue-TrieLabel.html Data/Queue/TrieQueue/TrieLabel.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/queuelike/src/Data-MQueue-MonadHelpers.html Data/MQueue/MonadHelpers.hs Creating dist/build/tmp (and its parents) Creating dist/doc/html/queuelike (and its parents) Preprocessing library queuelike-1.0.7... Running Haddock for queuelike-1.0.7... Warning: The documentation for the following packages are not installed. No links will be generated to these packages: rts-1.0 /usr/local/bin/haddock --use-contents=http://hackage.haskell.org/cgi-bin/hackage-scripts/package/queuelike-1.0.7 --ghc-version /usr/local/bin/ghc --print-libdir Creating dist/build (and its parents) Creating dist/build/autogen (and its parents) Preprocessing library queuelike-1.0.7... /usr/local/bin/haddock --use-contents=http://hackage.haskell.org/cgi-bin/hackage-scripts/package/queuelike-1.0.7 --html --odir=dist/doc/html/queuelike --title=queuelike-1.0.7: A library of queuelike data structures, both functional and stateful. --dump-interface=dist/doc/html/queuelike/queuelike.haddock --prologue=dist/queuelike-1.0.7-haddock-prolog31997.txt --optghc=-package-name --optghc=queuelike-1.0.7 --source-module=src/%{MODULE/./-}.html --source-entity=src/%{MODULE/./-}.html#%{NAME} --read-interface=http://hackage.haskell.org/packages/archive/MaybeT/0.1.2/doc/html,/usr/local/tmp/archive/install/share/doc/MaybeT-0.1.2/html/MaybeT.haddock --read-interface=http://hackage.haskell.org/packages/archive/array/0.2.0.0/doc/html,/usr/local/share/doc/ghc/libraries/array/array.haddock --read-interface=http://hackage.haskell.org/packages/archive/base/4.1.0.0/doc/html,/usr/local/share/doc/ghc/libraries/base/base.haddock --read-interface=http://hackage.haskell.org/packages/archive/containers/0.2.0.1/doc/html,/usr/local/share/doc/ghc/libraries/containers/containers.haddock --read-interface=http://hackage.haskell.org/packages/archive/ghc-prim/0.1.0.0/doc/html,/usr/local/share/doc/ghc/libraries/ghc-prim/ghc-prim.haddock --read-interface=http://hackage.haskell.org/packages/archive/integer/0.1.0.1/doc/html,/usr/local/share/doc/ghc/libraries/integer/integer.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/stateful-mtl/1.0.7/doc/html,/usr/local/tmp/archive/install/share/doc/stateful-mtl-1.0.7/html/stateful-mtl.haddock --read-interface=http://hackage.haskell.org/packages/archive/syb/0.1.0.1/doc/html,/usr/local/share/doc/ghc/libraries/syb/syb.haddock --hide=Data.Semigroup --hide=Data.Queue.QueueHelpers --hide=Data.Queue.Fuse.PHeap --hide=Data.Queue.TrieQueue.TrieLabel --hide=Data.MQueue.MonadHelpers -B/usr/local/lib/ghc-6.10.2/. --optghc=-hide-all-packages --optghc=-package --optghc=array-0.2.0.0 --optghc=-package --optghc=base-4.1.0.0 --optghc=-package --optghc=containers-0.2.0.1 --optghc=-package --optghc=mtl-1.1.0.2 --optghc=-package --optghc=stateful-mtl-1.0.7 --optghc=-i --optghc=-i. --optghc=-idist/build/autogen --optghc=-idist/build --optghc=-optP-include --optghc=-optPdist/build/autogen/cabal_macros.h --optghc=-odir --optghc=dist/build --optghc=-hidir --optghc=dist/build Data.Queue Data.Queue.PQueue Data.Queue.Class Data.Queue.Instances Data.Queue.Stack Data.Queue.Queue Data.Queue.TrieQueue Data.MQueue.Class Data.MQueue.Heap Data.MQueue.SyncQueue Data.MQueue.Chan Data.MQueue Data.Semigroup Data.Queue.QueueHelpers Data.Queue.Fuse.PHeap Data.Queue.TrieQueue.TrieLabel Data.MQueue.MonadHelpers Data/Queue/TrieQueue/TrieLabel.hs:9:25: parse error on input `-- ^ common prefix' *** Trying again with preferred-versions *** setup configure Configuring queuelike-1.0.7... Dependency array -any: using array-0.2.0.0 Dependency base -any && <4: using base-3.0.3.1 Dependency containers -any: using containers-0.2.0.1 Dependency mtl -any: using mtl-1.1.0.2 Dependency stateful-mtl >=1.0.7: using stateful-mtl-1.0.7 Using Cabal-1.6.0.1 compiled by ghc-6.8 Using compiler: ghc-6.10.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/queuelike-1.0.7/ghc-6.10.2 Private binaries installed in: /usr/local/tmp/archive/install/libexec Data files installed in: /usr/local/tmp/archive/install/share/queuelike-1.0.7 Documentation installed in: /usr/local/tmp/archive/install/share/doc/queuelike-1.0.7 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 gcc version 4.3.3 found on system at: /usr/bin/gcc Using ghc version 6.10.2 found on system at: /usr/local/bin/ghc Using ghc-pkg version 6.10.2 found on system at: /usr/local/bin/ghc-pkg Using greencard found on system at: /usr/local/tmp/archive/install/bin/greencard Using haddock version 2.4.2 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.67 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 queuelike-1.0.7... Building queuelike-1.0.7... Building library... Creating dist/build (and its parents) /usr/local/bin/ghc -package-name queuelike-1.0.7 --make -hide-all-packages -i -idist/build -i. -idist/build/autogen -Idist/build/autogen -Idist/build -optP-include -optPdist/build/autogen/cabal_macros.h -odir dist/build -hidir dist/build -stubdir dist/build -package array-0.2.0.0 -package base-3.0.3.1 -package containers-0.2.0.1 -package mtl-1.1.0.2 -package stateful-mtl-1.0.7 -O Data.Queue Data.Queue.PQueue Data.Queue.Class Data.Queue.Instances Data.Queue.Stack Data.Queue.Queue Data.Queue.TrieQueue Data.MQueue.Class Data.MQueue.Heap Data.MQueue.SyncQueue Data.MQueue.Chan Data.MQueue Data.Semigroup Data.Queue.QueueHelpers Data.Queue.Fuse.PHeap Data.Queue.TrieQueue.TrieLabel Data.MQueue.MonadHelpers [ 1 of 17] Compiling Data.MQueue.MonadHelpers ( Data/MQueue/MonadHelpers.hs, dist/build/Data/MQueue/MonadHelpers.o ) [ 2 of 17] Compiling Data.Queue.TrieQueue.TrieLabel ( Data/Queue/TrieQueue/TrieLabel.hs, dist/build/Data/Queue/TrieQueue/TrieLabel.o ) [ 3 of 17] Compiling Data.Semigroup ( Data/Semigroup.hs, dist/build/Data/Semigroup.o ) [ 4 of 17] Compiling Data.Queue.QueueHelpers ( Data/Queue/QueueHelpers.hs, dist/build/Data/Queue/QueueHelpers.o ) [ 5 of 17] Compiling Data.MQueue.Class ( Data/MQueue/Class.hs, dist/build/Data/MQueue/Class.o ) [ 6 of 17] Compiling Data.MQueue.Heap ( Data/MQueue/Heap.hs, dist/build/Data/MQueue/Heap.o ) [ 7 of 17] Compiling Data.MQueue.Chan ( Data/MQueue/Chan.hs, dist/build/Data/MQueue/Chan.o ) [ 8 of 17] Compiling Data.Queue.Class ( Data/Queue/Class.hs, dist/build/Data/Queue/Class.o ) [ 9 of 17] Compiling Data.Queue.Stack ( Data/Queue/Stack.hs, dist/build/Data/Queue/Stack.o ) [10 of 17] Compiling Data.Queue.Queue ( Data/Queue/Queue.hs, dist/build/Data/Queue/Queue.o ) [11 of 17] Compiling Data.MQueue.SyncQueue ( Data/MQueue/SyncQueue.hs, dist/build/Data/MQueue/SyncQueue.o ) [13 of 17] Compiling Data.Queue.Fuse.PHeap ( Data/Queue/Fuse/PHeap.hs, dist/build/Data/Queue/Fuse/PHeap.o ) [14 of 17] Compiling Data.Queue.TrieQueue ( Data/Queue/TrieQueue.hs, dist/build/Data/Queue/TrieQueue.o ) [15 of 17] Compiling Data.Queue.PQueue ( Data/Queue/PQueue.hs, dist/build/Data/Queue/PQueue.o ) Linking... /usr/bin/ar q dist/build/libHSqueuelike-1.0.7.a dist/build/Data/Queue.o dist/build/Data/Queue/PQueue.o dist/build/Data/Queue/Class.o dist/build/Data/Queue/Instances.o dist/build/Data/Queue/Stack.o dist/build/Data/Queue/Queue.o dist/build/Data/Queue/TrieQueue.o dist/build/Data/MQueue/Class.o dist/build/Data/MQueue/Heap.o dist/build/Data/MQueue/SyncQueue.o dist/build/Data/MQueue/Chan.o dist/build/Data/MQueue.o dist/build/Data/Semigroup.o dist/build/Data/Queue/QueueHelpers.o dist/build/Data/Queue/Fuse/PHeap.o dist/build/Data/Queue/TrieQueue/TrieLabel.o dist/build/Data/MQueue/MonadHelpers.o /usr/bin/ar: creating dist/build/libHSqueuelike-1.0.7.a /usr/bin/ld -x -r -o dist/build/HSqueuelike-1.0.7.o.tmp dist/build/Data/Queue.o dist/build/Data/Queue/PQueue.o dist/build/Data/Queue/Class.o dist/build/Data/Queue/Instances.o dist/build/Data/Queue/Stack.o dist/build/Data/Queue/Queue.o dist/build/Data/Queue/TrieQueue.o dist/build/Data/MQueue/Class.o dist/build/Data/MQueue/Heap.o dist/build/Data/MQueue/SyncQueue.o dist/build/Data/MQueue/Chan.o dist/build/Data/MQueue.o dist/build/Data/Semigroup.o dist/build/Data/Queue/QueueHelpers.o dist/build/Data/Queue/Fuse/PHeap.o dist/build/Data/Queue/TrieQueue/TrieLabel.o dist/build/Data/MQueue/MonadHelpers.o *** setup haddock Creating dist/doc/html/queuelike (and its parents) Preprocessing library queuelike-1.0.7... Running hscolour for queuelike-1.0.7... Creating dist/doc/html/queuelike/src (and its parents) /usr/local/bin/HsColour -print-css -odist/doc/html/queuelike/src/hscolour.css /usr/local/bin/HsColour -css -anchor -odist/doc/html/queuelike/src/Data-Queue.html Data/Queue.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/queuelike/src/Data-Queue-PQueue.html Data/Queue/PQueue.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/queuelike/src/Data-Queue-Class.html Data/Queue/Class.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/queuelike/src/Data-Queue-Instances.html Data/Queue/Instances.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/queuelike/src/Data-Queue-Stack.html Data/Queue/Stack.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/queuelike/src/Data-Queue-Queue.html Data/Queue/Queue.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/queuelike/src/Data-Queue-TrieQueue.html Data/Queue/TrieQueue.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/queuelike/src/Data-MQueue-Class.html Data/MQueue/Class.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/queuelike/src/Data-MQueue-Heap.html Data/MQueue/Heap.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/queuelike/src/Data-MQueue-SyncQueue.html Data/MQueue/SyncQueue.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/queuelike/src/Data-MQueue-Chan.html Data/MQueue/Chan.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/queuelike/src/Data-MQueue.html Data/MQueue.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/queuelike/src/Data-Semigroup.html Data/Semigroup.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/queuelike/src/Data-Queue-QueueHelpers.html Data/Queue/QueueHelpers.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/queuelike/src/Data-Queue-Fuse-PHeap.html Data/Queue/Fuse/PHeap.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/queuelike/src/Data-Queue-TrieQueue-TrieLabel.html Data/Queue/TrieQueue/TrieLabel.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/queuelike/src/Data-MQueue-MonadHelpers.html Data/MQueue/MonadHelpers.hs Creating dist/build/tmp (and its parents) Creating dist/doc/html/queuelike (and its parents) Preprocessing library queuelike-1.0.7... Running Haddock for queuelike-1.0.7... Warning: The documentation for the following packages are not installed. No links will be generated to these packages: rts-1.0 /usr/local/bin/haddock --use-contents=http://hackage.haskell.org/cgi-bin/hackage-scripts/package/queuelike-1.0.7 --ghc-version /usr/local/bin/ghc --print-libdir Creating dist/build (and its parents) Creating dist/build/autogen (and its parents) Preprocessing library queuelike-1.0.7... /usr/local/bin/haddock --use-contents=http://hackage.haskell.org/cgi-bin/hackage-scripts/package/queuelike-1.0.7 --html --odir=dist/doc/html/queuelike --title=queuelike-1.0.7: A library of queuelike data structures, both functional and stateful. --dump-interface=dist/doc/html/queuelike/queuelike.haddock --prologue=dist/queuelike-1.0.7-haddock-prolog32089.txt --optghc=-package-name --optghc=queuelike-1.0.7 --source-module=src/%{MODULE/./-}.html --source-entity=src/%{MODULE/./-}.html#%{NAME} --read-interface=http://hackage.haskell.org/packages/archive/MaybeT/0.1.2/doc/html,/usr/local/tmp/archive/install/share/doc/MaybeT-0.1.2/html/MaybeT.haddock --read-interface=http://hackage.haskell.org/packages/archive/array/0.2.0.0/doc/html,/usr/local/share/doc/ghc/libraries/array/array.haddock --read-interface=http://hackage.haskell.org/packages/archive/base/3.0.3.1/doc/html,/usr/local/share/doc/ghc/libraries/base/base.haddock --read-interface=http://hackage.haskell.org/packages/archive/base/4.1.0.0/doc/html,/usr/local/share/doc/ghc/libraries/base/base.haddock --read-interface=http://hackage.haskell.org/packages/archive/containers/0.2.0.1/doc/html,/usr/local/share/doc/ghc/libraries/containers/containers.haddock --read-interface=http://hackage.haskell.org/packages/archive/ghc-prim/0.1.0.0/doc/html,/usr/local/share/doc/ghc/libraries/ghc-prim/ghc-prim.haddock --read-interface=http://hackage.haskell.org/packages/archive/integer/0.1.0.1/doc/html,/usr/local/share/doc/ghc/libraries/integer/integer.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/stateful-mtl/1.0.7/doc/html,/usr/local/tmp/archive/install/share/doc/stateful-mtl-1.0.7/html/stateful-mtl.haddock --read-interface=http://hackage.haskell.org/packages/archive/syb/0.1.0.1/doc/html,/usr/local/share/doc/ghc/libraries/syb/syb.haddock --hide=Data.Semigroup --hide=Data.Queue.QueueHelpers --hide=Data.Queue.Fuse.PHeap --hide=Data.Queue.TrieQueue.TrieLabel --hide=Data.MQueue.MonadHelpers -B/usr/local/lib/ghc-6.10.2/. --optghc=-hide-all-packages --optghc=-package --optghc=array-0.2.0.0 --optghc=-package --optghc=base-3.0.3.1 --optghc=-package --optghc=containers-0.2.0.1 --optghc=-package --optghc=mtl-1.1.0.2 --optghc=-package --optghc=stateful-mtl-1.0.7 --optghc=-i --optghc=-i. --optghc=-idist/build/autogen --optghc=-idist/build --optghc=-optP-include --optghc=-optPdist/build/autogen/cabal_macros.h --optghc=-odir --optghc=dist/build --optghc=-hidir --optghc=dist/build Data.Queue Data.Queue.PQueue Data.Queue.Class Data.Queue.Instances Data.Queue.Stack Data.Queue.Queue Data.Queue.TrieQueue Data.MQueue.Class Data.MQueue.Heap Data.MQueue.SyncQueue Data.MQueue.Chan Data.MQueue Data.Semigroup Data.Queue.QueueHelpers Data.Queue.Fuse.PHeap Data.Queue.TrieQueue.TrieLabel Data.MQueue.MonadHelpers Data/Queue/TrieQueue/TrieLabel.hs:9:25: parse error on input `-- ^ common prefix'