Configuring graphs-0.5.0.1... Dependency array ==0.4.0.1: using array-0.4.0.1 Dependency base ==4.6.0.1: using base-4.6.0.1 Dependency containers ==0.5.0.0: using containers-0.5.0.0 Dependency transformers ==0.3.0.0: using transformers-0.3.0.0 Dependency void ==0.6.1: using void-0.6.1 Using Cabal-1.16.0.3 compiled by ghc-7.6 Using compiler: ghc-7.6.3 Using install prefix: /srv/hackage/var/build/cache/inst Binaries installed in: /srv/hackage/var/build/cache/inst/bin Libraries installed in: /srv/hackage/var/build/cache/inst/lib/graphs-0.5.0.1/ghc-7.6.3 Private binaries installed in: /srv/hackage/var/build/cache/inst/libexec Data files installed in: /srv/hackage/var/build/cache/inst/share/graphs-0.5.0.1 Documentation installed in: /srv/hackage/var/build/cache/inst/share/doc/graphs-0.5.0.1 Using alex version 3.0.1 found on system at: /usr/bin/alex Using ar found on system at: /usr/bin/ar No c2hs found No cpphs found No ffihugs found Using gcc version 4.7 found on system at: /usr/bin/gcc Using ghc version 7.6.3 found on system at: /usr/local/bin/ghc Using ghc-pkg version 7.6.3 found on system at: /usr/local/bin/ghc-pkg No greencard found Using haddock version 2.13.2 found on system at: /usr/local/bin/haddock Using happy version 1.18.9 found on system at: /usr/bin/happy No hmake found Using hpc version 0.6 found on system at: /usr/local/bin/hpc Using hsc2hs version 0.67 found on system at: /usr/local/bin/hsc2hs Using hscolour version 1.19 found on system at: /usr/bin/HsColour No hugs found No jhc found Using ld found on system at: /usr/bin/ld No lhc found No lhc-pkg found No nhc98 found No pkg-config found 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 No uhc found creating dist/build creating dist/build/autogen Building graphs-0.5.0.1... Preprocessing library graphs-0.5.0.1... Building library... creating dist/build /usr/local/bin/ghc --make -fbuilding-cabal-package -odir dist/build -hidir dist/build -stubdir dist/build -i -idist/build -isrc -idist/build/autogen -Idist/build/autogen -Idist/build -optP-include -optPdist/build/autogen/cabal_macros.h -package-name graphs-0.5.0.1 -hide-all-packages -package-db /srv/hackage/var/build/cache/inst/local.conf.d -package-db dist/package.conf.inplace -package-id array-0.4.0.1-3b78425c10ff2dad7acf7e8c8ae014c3 -package-id base-4.6.0.1-8aa5d403c45ea59dcd2c39f123e27d57 -package-id containers-0.5.0.0-ab1dae9a94cd3cc84e7b2805636ebfa2 -package-id transformers-0.3.0.0-ff2bb6ac67241ebb987351a3db564af0 -package-id void-0.6.1-04b02cf5358e4f872208d35f2ab6d25e -XHaskell98 Data.Graph.AdjacencyList Data.Graph.AdjacencyMatrix Data.Graph.Algorithm.DepthFirstSearch Data.Graph.Algorithm.BreadthFirstSearch Data.Graph.Class Data.Graph.Class.AdjacencyList Data.Graph.Class.AdjacencyMatrix Data.Graph.Class.EdgeEnumerable Data.Graph.Class.Bidirectional Data.Graph.Class.VertexEnumerable Data.Graph.Dual Data.Graph.PropertyMap Data.Graph.Internal.Color -Wall -O0 [ 1 of 13] Compiling Data.Graph.Internal.Color ( src/Data/Graph/Internal/Color.hs, dist/build/Data/Graph/Internal/Color.o ) [ 2 of 13] Compiling Data.Graph.PropertyMap ( src/Data/Graph/PropertyMap.hs, dist/build/Data/Graph/PropertyMap.o ) [ 3 of 13] Compiling Data.Graph.Class ( src/Data/Graph/Class.hs, dist/build/Data/Graph/Class.o ) [ 4 of 13] Compiling Data.Graph.Class.AdjacencyList ( src/Data/Graph/Class/AdjacencyList.hs, dist/build/Data/Graph/Class/AdjacencyList.o ) [ 5 of 13] Compiling Data.Graph.Class.Bidirectional ( src/Data/Graph/Class/Bidirectional.hs, dist/build/Data/Graph/Class/Bidirectional.o ) [ 6 of 13] Compiling Data.Graph.Class.AdjacencyMatrix ( src/Data/Graph/Class/AdjacencyMatrix.hs, dist/build/Data/Graph/Class/AdjacencyMatrix.o ) [ 7 of 13] Compiling Data.Graph.Class.EdgeEnumerable ( src/Data/Graph/Class/EdgeEnumerable.hs, dist/build/Data/Graph/Class/EdgeEnumerable.o ) [ 8 of 13] Compiling Data.Graph.Class.VertexEnumerable ( src/Data/Graph/Class/VertexEnumerable.hs, dist/build/Data/Graph/Class/VertexEnumerable.o ) [ 9 of 13] Compiling Data.Graph.AdjacencyMatrix ( src/Data/Graph/AdjacencyMatrix.hs, dist/build/Data/Graph/AdjacencyMatrix.o ) [10 of 13] Compiling Data.Graph.Algorithm.DepthFirstSearch ( src/Data/Graph/Algorithm/DepthFirstSearch.hs, dist/build/Data/Graph/Algorithm/DepthFirstSearch.o ) [11 of 13] Compiling Data.Graph.Algorithm.BreadthFirstSearch ( src/Data/Graph/Algorithm/BreadthFirstSearch.hs, dist/build/Data/Graph/Algorithm/BreadthFirstSearch.o ) [12 of 13] Compiling Data.Graph.Dual ( src/Data/Graph/Dual.hs, dist/build/Data/Graph/Dual.o ) [13 of 13] Compiling Data.Graph.AdjacencyList ( src/Data/Graph/AdjacencyList.hs, dist/build/Data/Graph/AdjacencyList.o ) Linking... /usr/bin/ar -r dist/build/libHSgraphs-0.5.0.1.a dist/build/Data/Graph/AdjacencyList.o dist/build/Data/Graph/AdjacencyMatrix.o dist/build/Data/Graph/Algorithm/DepthFirstSearch.o dist/build/Data/Graph/Algorithm/BreadthFirstSearch.o dist/build/Data/Graph/Class.o dist/build/Data/Graph/Class/AdjacencyList.o dist/build/Data/Graph/Class/AdjacencyMatrix.o dist/build/Data/Graph/Class/EdgeEnumerable.o dist/build/Data/Graph/Class/Bidirectional.o dist/build/Data/Graph/Class/VertexEnumerable.o dist/build/Data/Graph/Dual.o dist/build/Data/Graph/PropertyMap.o dist/build/Data/Graph/Internal/Color.o /usr/bin/ar: creating dist/build/libHSgraphs-0.5.0.1.a In-place registering graphs-0.5.0.1... /usr/local/bin/ghc-pkg update - --global --user --package-db=/srv/hackage/var/build/cache/inst/local.conf.d --package-db=dist/package.conf.inplace --no-user-package-conf Running Haddock for graphs-0.5.0.1... /usr/local/bin/haddock --ghc-version --built-in-themes creating dist/build creating dist/build/autogen Running hscolour for graphs-0.5.0.1... creating dist/doc/html/graphs creating dist/doc/html creating dist/doc creating dist/doc/html creating dist/doc/html/graphs Preprocessing library graphs-0.5.0.1... creating dist/doc/html/graphs/src /usr/bin/HsColour -print-css -odist/doc/html/graphs/src/hscolour.css /usr/bin/HsColour -css -anchor -odist/doc/html/graphs/src/Data-Graph-AdjacencyList.html src/Data/Graph/AdjacencyList.hs /usr/bin/HsColour -css -anchor -odist/doc/html/graphs/src/Data-Graph-AdjacencyMatrix.html src/Data/Graph/AdjacencyMatrix.hs /usr/bin/HsColour -css -anchor -odist/doc/html/graphs/src/Data-Graph-Algorithm-DepthFirstSearch.html src/Data/Graph/Algorithm/DepthFirstSearch.hs /usr/bin/HsColour -css -anchor -odist/doc/html/graphs/src/Data-Graph-Algorithm-BreadthFirstSearch.html src/Data/Graph/Algorithm/BreadthFirstSearch.hs /usr/bin/HsColour -css -anchor -odist/doc/html/graphs/src/Data-Graph-Class.html src/Data/Graph/Class.hs /usr/bin/HsColour -css -anchor -odist/doc/html/graphs/src/Data-Graph-Class-AdjacencyList.html src/Data/Graph/Class/AdjacencyList.hs /usr/bin/HsColour -css -anchor -odist/doc/html/graphs/src/Data-Graph-Class-AdjacencyMatrix.html src/Data/Graph/Class/AdjacencyMatrix.hs /usr/bin/HsColour -css -anchor -odist/doc/html/graphs/src/Data-Graph-Class-EdgeEnumerable.html src/Data/Graph/Class/EdgeEnumerable.hs /usr/bin/HsColour -css -anchor -odist/doc/html/graphs/src/Data-Graph-Class-Bidirectional.html src/Data/Graph/Class/Bidirectional.hs /usr/bin/HsColour -css -anchor -odist/doc/html/graphs/src/Data-Graph-Class-VertexEnumerable.html src/Data/Graph/Class/VertexEnumerable.hs /usr/bin/HsColour -css -anchor -odist/doc/html/graphs/src/Data-Graph-Dual.html src/Data/Graph/Dual.hs /usr/bin/HsColour -css -anchor -odist/doc/html/graphs/src/Data-Graph-PropertyMap.html src/Data/Graph/PropertyMap.hs /usr/bin/HsColour -css -anchor -odist/doc/html/graphs/src/Data-Graph-Internal-Color.html src/Data/Graph/Internal/Color.hs /usr/local/bin/ghc --print-libdir -O0 Preprocessing library graphs-0.5.0.1... Warning: The documentation for the following packages are not installed. No links will be generated to these packages: rts-1.0, text-0.11.2.3, transformers-0.3.0.0 copy src/Data/Graph/AdjacencyList.hs to dist/build/tmp-30649/src/Data/Graph/AdjacencyList.hs copy src/Data/Graph/AdjacencyMatrix.hs to dist/build/tmp-30649/src/Data/Graph/AdjacencyMatrix.hs copy src/Data/Graph/Algorithm/DepthFirstSearch.hs to dist/build/tmp-30649/src/Data/Graph/Algorithm/DepthFirstSearch.hs copy src/Data/Graph/Algorithm/BreadthFirstSearch.hs to dist/build/tmp-30649/src/Data/Graph/Algorithm/BreadthFirstSearch.hs copy src/Data/Graph/Class.hs to dist/build/tmp-30649/src/Data/Graph/Class.hs copy src/Data/Graph/Class/AdjacencyList.hs to dist/build/tmp-30649/src/Data/Graph/Class/AdjacencyList.hs copy src/Data/Graph/Class/AdjacencyMatrix.hs to dist/build/tmp-30649/src/Data/Graph/Class/AdjacencyMatrix.hs copy src/Data/Graph/Class/EdgeEnumerable.hs to dist/build/tmp-30649/src/Data/Graph/Class/EdgeEnumerable.hs copy src/Data/Graph/Class/Bidirectional.hs to dist/build/tmp-30649/src/Data/Graph/Class/Bidirectional.hs copy src/Data/Graph/Class/VertexEnumerable.hs to dist/build/tmp-30649/src/Data/Graph/Class/VertexEnumerable.hs copy src/Data/Graph/Dual.hs to dist/build/tmp-30649/src/Data/Graph/Dual.hs copy src/Data/Graph/PropertyMap.hs to dist/build/tmp-30649/src/Data/Graph/PropertyMap.hs copy src/Data/Graph/Internal/Color.hs to dist/build/tmp-30649/src/Data/Graph/Internal/Color.hs creating dist/doc/html/graphs /usr/local/bin/haddock --prologue=dist/doc/html/graphs/haddock-prolog30649.txt --dump-interface=dist/doc/html/graphs/graphs.haddock --optghc=-package-name --optghc=graphs-0.5.0.1 --hide=Data.Graph.Internal.Color --source-module=src/%{MODULE/./-}.html --source-entity=src/%{MODULE/./-}.html#%{NAME} --use-contents=/package/graphs-0.5.0.1 --verbosity=1 --html --read-interface=/package/array-0.4.0.1/docs,/usr/local/share/doc/ghc/html/libraries/array-0.4.0.1/array.haddock --read-interface=/package/base-4.6.0.1/docs,/usr/local/share/doc/ghc/html/libraries/base-4.6.0.1/base.haddock --read-interface=/package/bytestring-0.10.0.2/docs,/usr/local/share/doc/ghc/html/libraries/bytestring-0.10.0.2/bytestring.haddock --read-interface=/package/containers-0.5.0.0/docs,/usr/local/share/doc/ghc/html/libraries/containers-0.5.0.0/containers.haddock --read-interface=/package/deepseq-1.3.0.1/docs,/usr/local/share/doc/ghc/html/libraries/deepseq-1.3.0.1/deepseq.haddock --read-interface=/package/ghc-prim-0.3.0.0/docs,/usr/local/share/doc/ghc/html/libraries/ghc-prim-0.3.0.0/ghc-prim.haddock --read-interface=/package/hashable-1.2.1.0/docs,/srv/hackage/var/build/cache/inst/share/doc/graphs-0.5.0.1/html/hashable.haddock --read-interface=/package/integer-gmp-0.5.0.0/docs,/usr/local/share/doc/ghc/html/libraries/integer-gmp-0.5.0.0/integer-gmp.haddock --read-interface=/package/nats-0.1.2/docs,/srv/hackage/var/build/cache/inst/share/doc/graphs-0.5.0.1/html/nats.haddock --read-interface=/package/semigroups-0.11/docs,/srv/hackage/var/build/cache/inst/share/doc/graphs-0.5.0.1/html/semigroups.haddock --read-interface=/package/unordered-containers-0.2.3.3/docs,/srv/hackage/var/build/cache/inst/share/doc/graphs-0.5.0.1/html/unordered-containers.haddock --read-interface=/package/void-0.6.1/docs,/srv/hackage/var/build/cache/inst/share/doc/graphs-0.5.0.1/html/void.haddock --odir=dist/doc/html/graphs/ --title=graphs-0.5.0.1: A simple monadic graph library --optghc=-fbuilding-cabal-package --optghc=-odir --optghc=dist/build/tmp-30649 --optghc=-hidir --optghc=dist/build/tmp-30649 --optghc=-stubdir --optghc=dist/build/tmp-30649 --optghc=-i --optghc=-idist/build --optghc=-isrc --optghc=-idist/build/autogen --optghc=-Idist/build/autogen --optghc=-Idist/build --optghc=-optP-include --optghc=-optPdist/build/autogen/cabal_macros.h --optghc=-hide-all-packages --optghc=-package-db --optghc=/srv/hackage/var/build/cache/inst/local.conf.d --optghc=-package-id --optghc=array-0.4.0.1-3b78425c10ff2dad7acf7e8c8ae014c3 --optghc=-package-id --optghc=base-4.6.0.1-8aa5d403c45ea59dcd2c39f123e27d57 --optghc=-package-id --optghc=containers-0.5.0.0-ab1dae9a94cd3cc84e7b2805636ebfa2 --optghc=-package-id --optghc=transformers-0.3.0.0-ff2bb6ac67241ebb987351a3db564af0 --optghc=-package-id --optghc=void-0.6.1-04b02cf5358e4f872208d35f2ab6d25e --optghc=-XHaskell98 --optghc=-Wall -B/usr/local/lib/ghc-7.6.3 dist/build/tmp-30649/src/Data/Graph/AdjacencyList.hs dist/build/tmp-30649/src/Data/Graph/AdjacencyMatrix.hs dist/build/tmp-30649/src/Data/Graph/Algorithm/DepthFirstSearch.hs dist/build/tmp-30649/src/Data/Graph/Algorithm/BreadthFirstSearch.hs dist/build/tmp-30649/src/Data/Graph/Class.hs dist/build/tmp-30649/src/Data/Graph/Class/AdjacencyList.hs dist/build/tmp-30649/src/Data/Graph/Class/AdjacencyMatrix.hs dist/build/tmp-30649/src/Data/Graph/Class/EdgeEnumerable.hs dist/build/tmp-30649/src/Data/Graph/Class/Bidirectional.hs dist/build/tmp-30649/src/Data/Graph/Class/VertexEnumerable.hs dist/build/tmp-30649/src/Data/Graph/Dual.hs dist/build/tmp-30649/src/Data/Graph/PropertyMap.hs dist/build/tmp-30649/src/Data/Graph/Internal/Color.hs --built-in-themes Haddock coverage: 0% ( 0 / 2) in 'Data.Graph.Internal.Color' 17% ( 1 / 6) in 'Data.Graph.PropertyMap' Warning: Data.Graph.Class: We do not support associated types in instances yet. These instances are affected: Data.Graph.Class.Graph g => Data.Graph.Class.Graph (Control.Monad.Trans.State.Strict.StateT s g), Data.Graph.Class.Graph g => Data.Graph.Class.Graph (Control.Monad.Trans.State.Lazy.StateT s g), (Data.Graph.Class.Graph g, Data.Monoid.Monoid m) => Data.Graph.Class.Graph (Control.Monad.Trans.Writer.Strict.WriterT m g), (Data.Graph.Class.Graph g, Data.Monoid.Monoid m) => Data.Graph.Class.Graph (Control.Monad.Trans.Writer.Lazy.WriterT m g), Data.Graph.Class.Graph g => Data.Graph.Class.Graph (Control.Monad.Trans.Reader.ReaderT m g), Data.Graph.Class.Graph g => Data.Graph.Class.Graph (Control.Monad.Trans.Identity.IdentityT g), Data.Graph.Class.Graph g => Data.Graph.Class.Graph (Control.Monad.Trans.Maybe.MaybeT g), (Data.Graph.Class.Graph g, Control.Monad.Trans.Error.Error e) => Data.Graph.Class.Graph (Control.Monad.Trans.Error.ErrorT e g), (Data.Graph.Class.Graph g, Data.Monoid.Monoid w) => Data.Graph.Class.Graph (Control.Monad.Trans.RWS.Lazy.RWST r w s g), (Data.Graph.Class.Graph g, Data.Monoid.Monoid w) => Data.Graph.Class.Graph (Control.Monad.Trans.RWS.Strict.RWST r w s g), Data.Graph.Class.Graph Data.Functor.Identity.Identity 17% ( 1 / 6) in 'Data.Graph.Class' 75% ( 3 / 4) in 'Data.Graph.Class.AdjacencyList' 67% ( 2 / 3) in 'Data.Graph.Class.Bidirectional' 67% ( 2 / 3) in 'Data.Graph.Class.AdjacencyMatrix' 67% ( 2 / 3) in 'Data.Graph.Class.EdgeEnumerable' 67% ( 2 / 3) in 'Data.Graph.Class.VertexEnumerable' Warning: Data.Graph.AdjacencyMatrix: We do not support associated types in instances yet. These instances are affected: GHC.Classes.Ord i => Data.Graph.Class.Graph (Data.Graph.AdjacencyMatrix.AdjacencyMatrix arr i) 25% ( 1 / 4) in 'Data.Graph.AdjacencyMatrix' 33% ( 1 / 3) in 'Data.Graph.Algorithm.DepthFirstSearch' 67% ( 2 / 3) in 'Data.Graph.Algorithm.BreadthFirstSearch' Warning: Data.Graph.Dual: We do not support associated types in instances yet. These instances are affected: Data.Graph.Class.Graph g => Data.Graph.Class.Graph (Data.Graph.Dual.Dual g) 50% ( 1 / 2) in 'Data.Graph.Dual' Warning: Data.Graph.AdjacencyList: We do not support associated types in instances yet. These instances are affected: GHC.Classes.Ord i => Data.Graph.Class.Graph (Data.Graph.AdjacencyList.AdjacencyList i) 50% ( 2 / 4) in 'Data.Graph.AdjacencyList' Warning: Data.Graph.PropertyMap: could not find link destinations for: Control.Monad.Trans.Class.MonadTrans Warning: Data.Graph.Class: could not find link destinations for: Data.Functor.Identity.Identity Control.Monad.Trans.Identity.IdentityT Control.Monad.Trans.Maybe.MaybeT Control.Monad.Trans.State.Strict.StateT Control.Monad.Trans.State.Lazy.StateT Control.Monad.Trans.Writer.Strict.WriterT Control.Monad.Trans.Writer.Lazy.WriterT Control.Monad.Trans.Error.Error Control.Monad.Trans.Error.ErrorT Control.Monad.Trans.Reader.ReaderT Control.Monad.Trans.RWS.Strict.RWST Control.Monad.Trans.RWS.Lazy.RWST Control.Monad.Trans.Class.MonadTrans Warning: Data.Graph.Class.AdjacencyList: could not find link destinations for: Data.Functor.Identity.Identity Control.Monad.Trans.Identity.IdentityT Control.Monad.Trans.Maybe.MaybeT Control.Monad.Trans.State.Strict.StateT Control.Monad.Trans.State.Lazy.StateT Control.Monad.Trans.Writer.Strict.WriterT Control.Monad.Trans.Writer.Lazy.WriterT Control.Monad.Trans.Error.Error Control.Monad.Trans.Error.ErrorT Control.Monad.Trans.Reader.ReaderT Control.Monad.Trans.RWS.Strict.RWST Control.Monad.Trans.RWS.Lazy.RWST Warning: Data.Graph.Class.Bidirectional: could not find link destinations for: Data.Functor.Identity.Identity Control.Monad.Trans.Identity.IdentityT Control.Monad.Trans.Maybe.MaybeT Control.Monad.Trans.State.Strict.StateT Control.Monad.Trans.State.Lazy.StateT Control.Monad.Trans.Writer.Strict.WriterT Control.Monad.Trans.Writer.Lazy.WriterT Control.Monad.Trans.Error.Error Control.Monad.Trans.Error.ErrorT Control.Monad.Trans.Reader.ReaderT Control.Monad.Trans.RWS.Strict.RWST Control.Monad.Trans.RWS.Lazy.RWST Warning: Data.Graph.Class.AdjacencyMatrix: could not find link destinations for: Data.Functor.Identity.Identity Control.Monad.Trans.Identity.IdentityT Control.Monad.Trans.Maybe.MaybeT Control.Monad.Trans.State.Strict.StateT Control.Monad.Trans.State.Lazy.StateT Control.Monad.Trans.Writer.Strict.WriterT Control.Monad.Trans.Writer.Lazy.WriterT Control.Monad.Trans.Error.Error Control.Monad.Trans.Error.ErrorT Control.Monad.Trans.Reader.ReaderT Control.Monad.Trans.RWS.Strict.RWST Control.Monad.Trans.RWS.Lazy.RWST Warning: Data.Graph.Class.EdgeEnumerable: could not find link destinations for: Data.Functor.Identity.Identity Control.Monad.Trans.Identity.IdentityT Control.Monad.Trans.Maybe.MaybeT Control.Monad.Trans.State.Strict.StateT Control.Monad.Trans.State.Lazy.StateT Control.Monad.Trans.Writer.Strict.WriterT Control.Monad.Trans.Writer.Lazy.WriterT Control.Monad.Trans.Error.Error Control.Monad.Trans.Error.ErrorT Control.Monad.Trans.Reader.ReaderT Control.Monad.Trans.RWS.Strict.RWST Control.Monad.Trans.RWS.Lazy.RWST Warning: Data.Graph.Class.VertexEnumerable: could not find link destinations for: Data.Functor.Identity.Identity Control.Monad.Trans.Identity.IdentityT Control.Monad.Trans.Maybe.MaybeT Control.Monad.Trans.State.Strict.StateT Control.Monad.Trans.State.Lazy.StateT Control.Monad.Trans.Writer.Strict.WriterT Control.Monad.Trans.Writer.Lazy.WriterT Control.Monad.Trans.Error.Error Control.Monad.Trans.Error.ErrorT Control.Monad.Trans.Reader.ReaderT Control.Monad.Trans.RWS.Strict.RWST Control.Monad.Trans.RWS.Lazy.RWST Warning: Data.Graph.AdjacencyMatrix: could not find link destinations for: Data.Functor.Identity.Identity Control.Monad.Trans.Identity.IdentityT Control.Monad.Trans.Maybe.MaybeT Control.Monad.Trans.State.Strict.StateT Control.Monad.Trans.State.Lazy.StateT Control.Monad.Trans.Writer.Strict.WriterT Control.Monad.Trans.Writer.Lazy.WriterT Control.Monad.Trans.Error.Error Control.Monad.Trans.Error.ErrorT Control.Monad.Trans.Reader.ReaderT Control.Monad.Trans.RWS.Strict.RWST Control.Monad.Trans.RWS.Lazy.RWST Warning: Data.Graph.Dual: could not find link destinations for: Control.Monad.Trans.Class.MonadTrans Warning: Data.Graph.AdjacencyList: could not find link destinations for: Data.Functor.Identity.Identity Control.Monad.Trans.Identity.IdentityT Control.Monad.Trans.Maybe.MaybeT Control.Monad.Trans.State.Strict.StateT Control.Monad.Trans.State.Lazy.StateT Control.Monad.Trans.Writer.Strict.WriterT Control.Monad.Trans.Writer.Lazy.WriterT Control.Monad.Trans.Error.Error Control.Monad.Trans.Error.ErrorT Control.Monad.Trans.Reader.ReaderT Control.Monad.Trans.RWS.Strict.RWST Control.Monad.Trans.RWS.Lazy.RWST Documentation created: dist/doc/html/graphs/index.html directory dist/doc/html/graphs does exist: True creating /srv/hackage/var/build/cache/inst/share/doc/graphs-0.5.0.1/html copy directory 'dist/doc/html/graphs' to '/srv/hackage/var/build/cache/inst/share/doc/graphs-0.5.0.1/html'. creating /srv/hackage/var/build/cache/inst/share/doc/graphs-0.5.0.1/html creating /srv/hackage/var/build/cache/inst/share/doc/graphs-0.5.0.1/html/src Installing dist/doc/html/graphs/graphs.haddock to /srv/hackage/var/build/cache/inst/share/doc/graphs-0.5.0.1/html/graphs.haddock Installing dist/doc/html/graphs/doc-index.html to /srv/hackage/var/build/cache/inst/share/doc/graphs-0.5.0.1/html/doc-index.html Installing dist/doc/html/graphs/Data-Graph-PropertyMap.html to /srv/hackage/var/build/cache/inst/share/doc/graphs-0.5.0.1/html/Data-Graph-PropertyMap.html Installing dist/doc/html/graphs/mini_Data-Graph-PropertyMap.html to /srv/hackage/var/build/cache/inst/share/doc/graphs-0.5.0.1/html/mini_Data-Graph-PropertyMap.html Installing dist/doc/html/graphs/Data-Graph-Class.html to /srv/hackage/var/build/cache/inst/share/doc/graphs-0.5.0.1/html/Data-Graph-Class.html Installing dist/doc/html/graphs/mini_Data-Graph-Class.html to /srv/hackage/var/build/cache/inst/share/doc/graphs-0.5.0.1/html/mini_Data-Graph-Class.html Installing dist/doc/html/graphs/Data-Graph-Class-AdjacencyList.html to /srv/hackage/var/build/cache/inst/share/doc/graphs-0.5.0.1/html/Data-Graph-Class-AdjacencyList.html Installing dist/doc/html/graphs/mini_Data-Graph-Class-AdjacencyList.html to /srv/hackage/var/build/cache/inst/share/doc/graphs-0.5.0.1/html/mini_Data-Graph-Class-AdjacencyList.html Installing dist/doc/html/graphs/Data-Graph-Class-Bidirectional.html to /srv/hackage/var/build/cache/inst/share/doc/graphs-0.5.0.1/html/Data-Graph-Class-Bidirectional.html Installing dist/doc/html/graphs/mini_Data-Graph-Class-Bidirectional.html to /srv/hackage/var/build/cache/inst/share/doc/graphs-0.5.0.1/html/mini_Data-Graph-Class-Bidirectional.html Installing dist/doc/html/graphs/Data-Graph-Class-AdjacencyMatrix.html to /srv/hackage/var/build/cache/inst/share/doc/graphs-0.5.0.1/html/Data-Graph-Class-AdjacencyMatrix.html Installing dist/doc/html/graphs/mini_Data-Graph-Class-AdjacencyMatrix.html to /srv/hackage/var/build/cache/inst/share/doc/graphs-0.5.0.1/html/mini_Data-Graph-Class-AdjacencyMatrix.html Installing dist/doc/html/graphs/Data-Graph-Class-EdgeEnumerable.html to /srv/hackage/var/build/cache/inst/share/doc/graphs-0.5.0.1/html/Data-Graph-Class-EdgeEnumerable.html Installing dist/doc/html/graphs/mini_Data-Graph-Class-EdgeEnumerable.html to /srv/hackage/var/build/cache/inst/share/doc/graphs-0.5.0.1/html/mini_Data-Graph-Class-EdgeEnumerable.html Installing dist/doc/html/graphs/Data-Graph-Class-VertexEnumerable.html to /srv/hackage/var/build/cache/inst/share/doc/graphs-0.5.0.1/html/Data-Graph-Class-VertexEnumerable.html Installing dist/doc/html/graphs/mini_Data-Graph-Class-VertexEnumerable.html to /srv/hackage/var/build/cache/inst/share/doc/graphs-0.5.0.1/html/mini_Data-Graph-Class-VertexEnumerable.html Installing dist/doc/html/graphs/Data-Graph-AdjacencyMatrix.html to /srv/hackage/var/build/cache/inst/share/doc/graphs-0.5.0.1/html/Data-Graph-AdjacencyMatrix.html Installing dist/doc/html/graphs/mini_Data-Graph-AdjacencyMatrix.html to /srv/hackage/var/build/cache/inst/share/doc/graphs-0.5.0.1/html/mini_Data-Graph-AdjacencyMatrix.html Installing dist/doc/html/graphs/Data-Graph-Algorithm-DepthFirstSearch.html to /srv/hackage/var/build/cache/inst/share/doc/graphs-0.5.0.1/html/Data-Graph-Algorithm-DepthFirstSearch.html Installing dist/doc/html/graphs/mini_Data-Graph-Algorithm-DepthFirstSearch.html to /srv/hackage/var/build/cache/inst/share/doc/graphs-0.5.0.1/html/mini_Data-Graph-Algorithm-DepthFirstSearch.html Installing dist/doc/html/graphs/Data-Graph-Algorithm-BreadthFirstSearch.html to /srv/hackage/var/build/cache/inst/share/doc/graphs-0.5.0.1/html/Data-Graph-Algorithm-BreadthFirstSearch.html Installing dist/doc/html/graphs/mini_Data-Graph-Algorithm-BreadthFirstSearch.html to /srv/hackage/var/build/cache/inst/share/doc/graphs-0.5.0.1/html/mini_Data-Graph-Algorithm-BreadthFirstSearch.html Installing dist/doc/html/graphs/Data-Graph-Dual.html to /srv/hackage/var/build/cache/inst/share/doc/graphs-0.5.0.1/html/Data-Graph-Dual.html Installing dist/doc/html/graphs/mini_Data-Graph-Dual.html to /srv/hackage/var/build/cache/inst/share/doc/graphs-0.5.0.1/html/mini_Data-Graph-Dual.html Installing dist/doc/html/graphs/Data-Graph-AdjacencyList.html to /srv/hackage/var/build/cache/inst/share/doc/graphs-0.5.0.1/html/Data-Graph-AdjacencyList.html Installing dist/doc/html/graphs/mini_Data-Graph-AdjacencyList.html to /srv/hackage/var/build/cache/inst/share/doc/graphs-0.5.0.1/html/mini_Data-Graph-AdjacencyList.html Installing dist/doc/html/graphs/hslogo-16.png to /srv/hackage/var/build/cache/inst/share/doc/graphs-0.5.0.1/html/hslogo-16.png Installing dist/doc/html/graphs/minus.gif to /srv/hackage/var/build/cache/inst/share/doc/graphs-0.5.0.1/html/minus.gif Installing dist/doc/html/graphs/ocean.css to /srv/hackage/var/build/cache/inst/share/doc/graphs-0.5.0.1/html/ocean.css Installing dist/doc/html/graphs/plus.gif to /srv/hackage/var/build/cache/inst/share/doc/graphs-0.5.0.1/html/plus.gif Installing dist/doc/html/graphs/synopsis.png to /srv/hackage/var/build/cache/inst/share/doc/graphs-0.5.0.1/html/synopsis.png Installing dist/doc/html/graphs/haskell_icon.gif to /srv/hackage/var/build/cache/inst/share/doc/graphs-0.5.0.1/html/haskell_icon.gif Installing dist/doc/html/graphs/xhaddock.css to /srv/hackage/var/build/cache/inst/share/doc/graphs-0.5.0.1/html/xhaddock.css Installing dist/doc/html/graphs/haddock-util.js to /srv/hackage/var/build/cache/inst/share/doc/graphs-0.5.0.1/html/haddock-util.js Installing dist/doc/html/graphs/frames.html to /srv/hackage/var/build/cache/inst/share/doc/graphs-0.5.0.1/html/frames.html Installing dist/doc/html/graphs/src/hscolour.css to /srv/hackage/var/build/cache/inst/share/doc/graphs-0.5.0.1/html/src/hscolour.css Installing dist/doc/html/graphs/src/Data-Graph-AdjacencyList.html to /srv/hackage/var/build/cache/inst/share/doc/graphs-0.5.0.1/html/src/Data-Graph-AdjacencyList.html Installing dist/doc/html/graphs/src/Data-Graph-AdjacencyMatrix.html to /srv/hackage/var/build/cache/inst/share/doc/graphs-0.5.0.1/html/src/Data-Graph-AdjacencyMatrix.html Installing dist/doc/html/graphs/src/Data-Graph-Algorithm-DepthFirstSearch.html to /srv/hackage/var/build/cache/inst/share/doc/graphs-0.5.0.1/html/src/Data-Graph-Algorithm-DepthFirstSearch.html Installing dist/doc/html/graphs/src/Data-Graph-Algorithm-BreadthFirstSearch.html to /srv/hackage/var/build/cache/inst/share/doc/graphs-0.5.0.1/html/src/Data-Graph-Algorithm-BreadthFirstSearch.html Installing dist/doc/html/graphs/src/Data-Graph-Class.html to /srv/hackage/var/build/cache/inst/share/doc/graphs-0.5.0.1/html/src/Data-Graph-Class.html Installing dist/doc/html/graphs/src/Data-Graph-Class-AdjacencyList.html to /srv/hackage/var/build/cache/inst/share/doc/graphs-0.5.0.1/html/src/Data-Graph-Class-AdjacencyList.html Installing dist/doc/html/graphs/src/Data-Graph-Class-AdjacencyMatrix.html to /srv/hackage/var/build/cache/inst/share/doc/graphs-0.5.0.1/html/src/Data-Graph-Class-AdjacencyMatrix.html Installing dist/doc/html/graphs/src/Data-Graph-Class-EdgeEnumerable.html to /srv/hackage/var/build/cache/inst/share/doc/graphs-0.5.0.1/html/src/Data-Graph-Class-EdgeEnumerable.html Installing dist/doc/html/graphs/src/Data-Graph-Class-Bidirectional.html to /srv/hackage/var/build/cache/inst/share/doc/graphs-0.5.0.1/html/src/Data-Graph-Class-Bidirectional.html Installing dist/doc/html/graphs/src/Data-Graph-Class-VertexEnumerable.html to /srv/hackage/var/build/cache/inst/share/doc/graphs-0.5.0.1/html/src/Data-Graph-Class-VertexEnumerable.html Installing dist/doc/html/graphs/src/Data-Graph-Dual.html to /srv/hackage/var/build/cache/inst/share/doc/graphs-0.5.0.1/html/src/Data-Graph-Dual.html Installing dist/doc/html/graphs/src/Data-Graph-PropertyMap.html to /srv/hackage/var/build/cache/inst/share/doc/graphs-0.5.0.1/html/src/Data-Graph-PropertyMap.html Installing dist/doc/html/graphs/src/Data-Graph-Internal-Color.html to /srv/hackage/var/build/cache/inst/share/doc/graphs-0.5.0.1/html/src/Data-Graph-Internal-Color.html creating /srv/hackage/var/build/cache/inst/share/doc/graphs-0.5.0.1/html Installing dist/doc/html/graphs/graphs.haddock to /srv/hackage/var/build/cache/inst/share/doc/graphs-0.5.0.1/html/graphs.haddock creating /srv/hackage/var/build/cache/inst/share/doc/graphs-0.5.0.1 Installing LICENSE to /srv/hackage/var/build/cache/inst/share/doc/graphs-0.5.0.1/LICENSE Installing library in /srv/hackage/var/build/cache/inst/lib/graphs-0.5.0.1/ghc-7.6.3 creating /srv/hackage/var/build/cache/inst/lib/graphs-0.5.0.1/ghc-7.6.3/Data/Graph creating /srv/hackage/var/build/cache/inst/lib/graphs-0.5.0.1/ghc-7.6.3/Data creating /srv/hackage/var/build/cache/inst/lib/graphs-0.5.0.1/ghc-7.6.3 creating /srv/hackage/var/build/cache/inst/lib/graphs-0.5.0.1 creating /srv/hackage/var/build/cache/inst/lib/graphs-0.5.0.1/ghc-7.6.3 creating /srv/hackage/var/build/cache/inst/lib/graphs-0.5.0.1/ghc-7.6.3/Data creating /srv/hackage/var/build/cache/inst/lib/graphs-0.5.0.1/ghc-7.6.3/Data/Graph creating /srv/hackage/var/build/cache/inst/lib/graphs-0.5.0.1/ghc-7.6.3/Data/Graph/Algorithm creating /srv/hackage/var/build/cache/inst/lib/graphs-0.5.0.1/ghc-7.6.3/Data/Graph/Class creating /srv/hackage/var/build/cache/inst/lib/graphs-0.5.0.1/ghc-7.6.3/Data/Graph/Internal Installing dist/build/Data/Graph/AdjacencyList.hi to /srv/hackage/var/build/cache/inst/lib/graphs-0.5.0.1/ghc-7.6.3/Data/Graph/AdjacencyList.hi Installing dist/build/Data/Graph/AdjacencyMatrix.hi to /srv/hackage/var/build/cache/inst/lib/graphs-0.5.0.1/ghc-7.6.3/Data/Graph/AdjacencyMatrix.hi Installing dist/build/Data/Graph/Algorithm/DepthFirstSearch.hi to /srv/hackage/var/build/cache/inst/lib/graphs-0.5.0.1/ghc-7.6.3/Data/Graph/Algorithm/DepthFirstSearch.hi Installing dist/build/Data/Graph/Algorithm/BreadthFirstSearch.hi to /srv/hackage/var/build/cache/inst/lib/graphs-0.5.0.1/ghc-7.6.3/Data/Graph/Algorithm/BreadthFirstSearch.hi Installing dist/build/Data/Graph/Class.hi to /srv/hackage/var/build/cache/inst/lib/graphs-0.5.0.1/ghc-7.6.3/Data/Graph/Class.hi Installing dist/build/Data/Graph/Class/AdjacencyList.hi to /srv/hackage/var/build/cache/inst/lib/graphs-0.5.0.1/ghc-7.6.3/Data/Graph/Class/AdjacencyList.hi Installing dist/build/Data/Graph/Class/AdjacencyMatrix.hi to /srv/hackage/var/build/cache/inst/lib/graphs-0.5.0.1/ghc-7.6.3/Data/Graph/Class/AdjacencyMatrix.hi Installing dist/build/Data/Graph/Class/EdgeEnumerable.hi to /srv/hackage/var/build/cache/inst/lib/graphs-0.5.0.1/ghc-7.6.3/Data/Graph/Class/EdgeEnumerable.hi Installing dist/build/Data/Graph/Class/Bidirectional.hi to /srv/hackage/var/build/cache/inst/lib/graphs-0.5.0.1/ghc-7.6.3/Data/Graph/Class/Bidirectional.hi Installing dist/build/Data/Graph/Class/VertexEnumerable.hi to /srv/hackage/var/build/cache/inst/lib/graphs-0.5.0.1/ghc-7.6.3/Data/Graph/Class/VertexEnumerable.hi Installing dist/build/Data/Graph/Dual.hi to /srv/hackage/var/build/cache/inst/lib/graphs-0.5.0.1/ghc-7.6.3/Data/Graph/Dual.hi Installing dist/build/Data/Graph/PropertyMap.hi to /srv/hackage/var/build/cache/inst/lib/graphs-0.5.0.1/ghc-7.6.3/Data/Graph/PropertyMap.hi Installing dist/build/Data/Graph/Internal/Color.hi to /srv/hackage/var/build/cache/inst/lib/graphs-0.5.0.1/ghc-7.6.3/Data/Graph/Internal/Color.hi creating /srv/hackage/var/build/cache/inst/lib/graphs-0.5.0.1/ghc-7.6.3 Installing dist/build/libHSgraphs-0.5.0.1.a to /srv/hackage/var/build/cache/inst/lib/graphs-0.5.0.1/ghc-7.6.3/libHSgraphs-0.5.0.1.a /usr/local/bin/ghc --abi-hash -fbuilding-cabal-package -odir dist/build -hidir dist/build -stubdir dist/build -i -idist/build -isrc -idist/build/autogen -Idist/build/autogen -Idist/build -optP-include -optPdist/build/autogen/cabal_macros.h -package-name graphs-0.5.0.1 -hide-all-packages -package-db /srv/hackage/var/build/cache/inst/local.conf.d -package-id array-0.4.0.1-3b78425c10ff2dad7acf7e8c8ae014c3 -package-id base-4.6.0.1-8aa5d403c45ea59dcd2c39f123e27d57 -package-id containers-0.5.0.0-ab1dae9a94cd3cc84e7b2805636ebfa2 -package-id transformers-0.3.0.0-ff2bb6ac67241ebb987351a3db564af0 -package-id void-0.6.1-04b02cf5358e4f872208d35f2ab6d25e -XHaskell98 Data.Graph.AdjacencyList Data.Graph.AdjacencyMatrix Data.Graph.Algorithm.DepthFirstSearch Data.Graph.Algorithm.BreadthFirstSearch Data.Graph.Class Data.Graph.Class.AdjacencyList Data.Graph.Class.AdjacencyMatrix Data.Graph.Class.EdgeEnumerable Data.Graph.Class.Bidirectional Data.Graph.Class.VertexEnumerable Data.Graph.Dual Data.Graph.PropertyMap -Wall -O0 Registering graphs-0.5.0.1... /usr/local/bin/ghc-pkg update - --global --user --package-db=/srv/hackage/var/build/cache/inst/local.conf.d --no-user-package-conf