Resolving dependencies... Configuring monads-tf-0.1.0.1... Building monads-tf-0.1.0.1... Preprocessing library monads-tf-0.1.0.1... [ 1 of 21] Compiling Control.Monad.Identity ( Control/Monad/Identity.hs, dist/build/Control/Monad/Identity.o ) [ 2 of 21] Compiling Control.Monad.Cont.Class ( Control/Monad/Cont/Class.hs, dist/build/Control/Monad/Cont/Class.o ) [ 3 of 21] Compiling Control.Monad.Trans ( Control/Monad/Trans.hs, dist/build/Control/Monad/Trans.o ) [ 4 of 21] Compiling Control.Monad.Error.Class ( Control/Monad/Error/Class.hs, dist/build/Control/Monad/Error/Class.o ) [ 5 of 21] Compiling Control.Monad.Error ( Control/Monad/Error.hs, dist/build/Control/Monad/Error.o ) [ 6 of 21] Compiling Control.Monad.List ( Control/Monad/List.hs, dist/build/Control/Monad/List.o ) [ 7 of 21] Compiling Control.Monad.Reader.Class ( Control/Monad/Reader/Class.hs, dist/build/Control/Monad/Reader/Class.o ) [ 8 of 21] Compiling Control.Monad.Reader ( Control/Monad/Reader.hs, dist/build/Control/Monad/Reader.o ) [ 9 of 21] Compiling Control.Monad.State.Class ( Control/Monad/State/Class.hs, dist/build/Control/Monad/State/Class.o ) [10 of 21] Compiling Control.Monad.Writer.Class ( Control/Monad/Writer/Class.hs, dist/build/Control/Monad/Writer/Class.o ) [11 of 21] Compiling Control.Monad.RWS.Class ( Control/Monad/RWS/Class.hs, dist/build/Control/Monad/RWS/Class.o ) [12 of 21] Compiling Control.Monad.RWS.Lazy ( Control/Monad/RWS/Lazy.hs, dist/build/Control/Monad/RWS/Lazy.o ) [13 of 21] Compiling Control.Monad.RWS ( Control/Monad/RWS.hs, dist/build/Control/Monad/RWS.o ) [14 of 21] Compiling Control.Monad.RWS.Strict ( Control/Monad/RWS/Strict.hs, dist/build/Control/Monad/RWS/Strict.o ) [15 of 21] Compiling Control.Monad.State.Lazy ( Control/Monad/State/Lazy.hs, dist/build/Control/Monad/State/Lazy.o ) [16 of 21] Compiling Control.Monad.State ( Control/Monad/State.hs, dist/build/Control/Monad/State.o ) [17 of 21] Compiling Control.Monad.State.Strict ( Control/Monad/State/Strict.hs, dist/build/Control/Monad/State/Strict.o ) [18 of 21] Compiling Control.Monad.Writer.Lazy ( Control/Monad/Writer/Lazy.hs, dist/build/Control/Monad/Writer/Lazy.o ) [19 of 21] Compiling Control.Monad.Writer ( Control/Monad/Writer.hs, dist/build/Control/Monad/Writer.o ) [20 of 21] Compiling Control.Monad.Writer.Strict ( Control/Monad/Writer/Strict.hs, dist/build/Control/Monad/Writer/Strict.o ) [21 of 21] Compiling Control.Monad.Cont ( Control/Monad/Cont.hs, dist/build/Control/Monad/Cont.o ) In-place registering monads-tf-0.1.0.1... Running Haddock for monads-tf-0.1.0.1... Running hscolour for monads-tf-0.1.0.1... Preprocessing library monads-tf-0.1.0.1... Preprocessing library monads-tf-0.1.0.1... Haddock coverage: 100% ( 2 / 2) in 'Control.Monad.Identity' 50% ( 1 / 2) in 'Control.Monad.Cont.Class' 100% ( 3 / 3) in 'Control.Monad.Trans' Warning: Control.Monad.Error.Class: We do not support associated types in instances yet. These instances are affected: Control.Monad.Error.Class.MonadError GHC.Types.IO, Control.Monad.Trans.Error.Error e => Control.Monad.Error.Class.MonadError (Data.Either.Either e), (GHC.Base.Monad m, Control.Monad.Trans.Error.Error e) => Control.Monad.Error.Class.MonadError (Control.Monad.Trans.Error.ErrorT e m), Control.Monad.Error.Class.MonadError m => Control.Monad.Error.Class.MonadError (Control.Monad.Trans.Identity.IdentityT m), Control.Monad.Error.Class.MonadError m => Control.Monad.Error.Class.MonadError (Control.Monad.Trans.List.ListT m), Control.Monad.Error.Class.MonadError m => Control.Monad.Error.Class.MonadError (Control.Monad.Trans.Maybe.MaybeT m), Control.Monad.Error.Class.MonadError m => Control.Monad.Error.Class.MonadError (Control.Monad.Trans.Reader.ReaderT r m), (Data.Monoid.Monoid w, Control.Monad.Error.Class.MonadError m) => Control.Monad.Error.Class.MonadError (Control.Monad.Trans.RWS.Lazy.RWST r w s m), (Data.Monoid.Monoid w, Control.Monad.Error.Class.MonadError m) => Control.Monad.Error.Class.MonadError (Control.Monad.Trans.RWS.Strict.RWST r w s m), Control.Monad.Error.Class.MonadError m => Control.Monad.Error.Class.MonadError (Control.Monad.Trans.State.Lazy.StateT s m), Control.Monad.Error.Class.MonadError m => Control.Monad.Error.Class.MonadError (Control.Monad.Trans.State.Strict.StateT s m), (Data.Monoid.Monoid w, Control.Monad.Error.Class.MonadError m) => Control.Monad.Error.Class.MonadError (Control.Monad.Trans.Writer.Lazy.WriterT w m), (Data.Monoid.Monoid w, Control.Monad.Error.Class.MonadError m) => Control.Monad.Error.Class.MonadError (Control.Monad.Trans.Writer.Strict.WriterT w m) 100% ( 3 / 3) in 'Control.Monad.Error.Class' 100% ( 14 / 14) in 'Control.Monad.Error' 100% ( 5 / 5) in 'Control.Monad.List' Warning: Control.Monad.Reader.Class: We do not support associated types in instances yet. These instances are affected: Control.Monad.Reader.Class.MonadReader ((->) r), GHC.Base.Monad m => Control.Monad.Reader.Class.MonadReader (Control.Monad.Trans.Reader.ReaderT r m), (Data.Monoid.Monoid w, GHC.Base.Monad m) => Control.Monad.Reader.Class.MonadReader (Control.Monad.Trans.RWS.Lazy.RWST r w s m), (Data.Monoid.Monoid w, GHC.Base.Monad m) => Control.Monad.Reader.Class.MonadReader (Control.Monad.Trans.RWS.Strict.RWST r w s m), Control.Monad.Reader.Class.MonadReader m => Control.Monad.Reader.Class.MonadReader (Control.Monad.Trans.Cont.ContT r m), (Control.Monad.Trans.Error.Error e, Control.Monad.Reader.Class.MonadReader m) => Control.Monad.Reader.Class.MonadReader (Control.Monad.Trans.Error.ErrorT e m), Control.Monad.Reader.Class.MonadReader m => Control.Monad.Reader.Class.MonadReader (Control.Monad.Trans.Identity.IdentityT m), Control.Monad.Reader.Class.MonadReader m => Control.Monad.Reader.Class.MonadReader (Control.Monad.Trans.List.ListT m), Control.Monad.Reader.Class.MonadReader m => Control.Monad.Reader.Class.MonadReader (Control.Monad.Trans.Maybe.MaybeT m), Control.Monad.Reader.Class.MonadReader m => Control.Monad.Reader.Class.MonadReader (Control.Monad.Trans.State.Lazy.StateT s m), Control.Monad.Reader.Class.MonadReader m => Control.Monad.Reader.Class.MonadReader (Control.Monad.Trans.State.Strict.StateT s m), (Data.Monoid.Monoid w, Control.Monad.Reader.Class.MonadReader m) => Control.Monad.Reader.Class.MonadReader (Control.Monad.Trans.Writer.Lazy.WriterT w m), (Data.Monoid.Monoid w, Control.Monad.Reader.Class.MonadReader m) => Control.Monad.Reader.Class.MonadReader (Control.Monad.Trans.Writer.Strict.WriterT w m) 100% ( 3 / 3) in 'Control.Monad.Reader.Class' 100% ( 22 / 22) in 'Control.Monad.Reader' Warning: Control.Monad.State.Class: We do not support associated types in instances yet. These instances are affected: GHC.Base.Monad m => Control.Monad.State.Class.MonadState (Control.Monad.Trans.State.Lazy.StateT s m), GHC.Base.Monad m => Control.Monad.State.Class.MonadState (Control.Monad.Trans.State.Strict.StateT s m), (GHC.Base.Monad m, Data.Monoid.Monoid w) => Control.Monad.State.Class.MonadState (Control.Monad.Trans.RWS.Lazy.RWST r w s m), (GHC.Base.Monad m, Data.Monoid.Monoid w) => Control.Monad.State.Class.MonadState (Control.Monad.Trans.RWS.Strict.RWST r w s m), Control.Monad.State.Class.MonadState m => Control.Monad.State.Class.MonadState (Control.Monad.Trans.Cont.ContT r m), (Control.Monad.Trans.Error.Error e, Control.Monad.State.Class.MonadState m) => Control.Monad.State.Class.MonadState (Control.Monad.Trans.Error.ErrorT e m), Control.Monad.State.Class.MonadState m => Control.Monad.State.Class.MonadState (Control.Monad.Trans.Identity.IdentityT m), Control.Monad.State.Class.MonadState m => Control.Monad.State.Class.MonadState (Control.Monad.Trans.List.ListT m), Control.Monad.State.Class.MonadState m => Control.Monad.State.Class.MonadState (Control.Monad.Trans.Maybe.MaybeT m), Control.Monad.State.Class.MonadState m => Control.Monad.State.Class.MonadState (Control.Monad.Trans.Reader.ReaderT r m), (Data.Monoid.Monoid w, Control.Monad.State.Class.MonadState m) => Control.Monad.State.Class.MonadState (Control.Monad.Trans.Writer.Lazy.WriterT w m), (Data.Monoid.Monoid w, Control.Monad.State.Class.MonadState m) => Control.Monad.State.Class.MonadState (Control.Monad.Trans.Writer.Strict.WriterT w m) 100% ( 4 / 4) in 'Control.Monad.State.Class' Warning: Control.Monad.Writer.Class: We do not support associated types in instances yet. These instances are affected: (Data.Monoid.Monoid w, GHC.Base.Monad m) => Control.Monad.Writer.Class.MonadWriter (Control.Monad.Trans.Writer.Lazy.WriterT w m), (Data.Monoid.Monoid w, GHC.Base.Monad m) => Control.Monad.Writer.Class.MonadWriter (Control.Monad.Trans.Writer.Strict.WriterT w m), (Data.Monoid.Monoid w, GHC.Base.Monad m) => Control.Monad.Writer.Class.MonadWriter (Control.Monad.Trans.RWS.Lazy.RWST r w s m), (Data.Monoid.Monoid w, GHC.Base.Monad m) => Control.Monad.Writer.Class.MonadWriter (Control.Monad.Trans.RWS.Strict.RWST r w s m), (Control.Monad.Trans.Error.Error e, Control.Monad.Writer.Class.MonadWriter m) => Control.Monad.Writer.Class.MonadWriter (Control.Monad.Trans.Error.ErrorT e m), Control.Monad.Writer.Class.MonadWriter m => Control.Monad.Writer.Class.MonadWriter (Control.Monad.Trans.Identity.IdentityT m), Control.Monad.Writer.Class.MonadWriter m => Control.Monad.Writer.Class.MonadWriter (Control.Monad.Trans.Maybe.MaybeT m), Control.Monad.Writer.Class.MonadWriter m => Control.Monad.Writer.Class.MonadWriter (Control.Monad.Trans.Reader.ReaderT r m), Control.Monad.Writer.Class.MonadWriter m => Control.Monad.Writer.Class.MonadWriter (Control.Monad.Trans.State.Lazy.StateT s m), Control.Monad.Writer.Class.MonadWriter m => Control.Monad.Writer.Class.MonadWriter (Control.Monad.Trans.State.Strict.StateT s m) 25% ( 1 / 4) in 'Control.Monad.Writer.Class' 80% ( 4 / 5) in 'Control.Monad.RWS.Class' 100% ( 20 / 20) in 'Control.Monad.RWS.Lazy' 100% ( 2 / 2) in 'Control.Monad.RWS' 100% ( 20 / 20) in 'Control.Monad.RWS.Strict' 100% ( 23 / 23) in 'Control.Monad.State.Lazy' 100% ( 2 / 2) in 'Control.Monad.State' 100% ( 23 / 23) in 'Control.Monad.State.Strict' 83% ( 15 / 18) in 'Control.Monad.Writer.Lazy' 100% ( 2 / 2) in 'Control.Monad.Writer' 83% ( 15 / 18) in 'Control.Monad.Writer.Strict' 95% ( 19 / 20) in 'Control.Monad.Cont' Documentation created: dist/doc/html/monads-tf/index.html Installing library in /srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/monads-tf-0.1.0.1 Registering monads-tf-0.1.0.1... Installed monads-tf-0.1.0.1 [1 of 1] Compiling Main ( /tmp/system-filepath-0.4.9-4291/system-filepath-0.4.9/Setup.hs, /tmp/system-filepath-0.4.9-4291/system-filepath-0.4.9/dist/setup/Main.o ) Linking /tmp/system-filepath-0.4.9-4291/system-filepath-0.4.9/dist/setup/setup ... Configuring system-filepath-0.4.9... Building system-filepath-0.4.9... Preprocessing library system-filepath-0.4.9... [1 of 4] Compiling Filesystem.Path.Internal ( lib/Filesystem/Path/Internal.hs, dist/build/Filesystem/Path/Internal.o ) [2 of 4] Compiling Filesystem.Path ( lib/Filesystem/Path.hs, dist/build/Filesystem/Path.o ) [3 of 4] Compiling Filesystem.Path.Rules ( lib/Filesystem/Path/Rules.hs, dist/build/Filesystem/Path/Rules.o ) [4 of 4] Compiling Filesystem.Path.CurrentOS ( lib/Filesystem/Path/CurrentOS.hs, dist/build/Filesystem/Path/CurrentOS.o ) In-place registering system-filepath-0.4.9... Running Haddock for system-filepath-0.4.9... Running hscolour for system-filepath-0.4.9... Preprocessing library system-filepath-0.4.9... Preprocessing library system-filepath-0.4.9... dist/build/tmp-4520/lib/Filesystem/Path/CurrentOS.hs:36:1: Warning: The qualified import of `Data.ByteString' is redundant except perhaps to import instances from `Data.ByteString' To import instances alone, use: import Data.ByteString() Haddock coverage: 9% ( 2 / 23) in 'Filesystem.Path.Internal' 97% ( 33 / 34) in 'Filesystem.Path' 94% ( 17 / 18) in 'Filesystem.Path.Rules' 92% ( 12 / 13) in 'Filesystem.Path.CurrentOS' Documentation created: dist/doc/html/system-filepath/index.html Installing library in /srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/system-filepath-0.4.9 Registering system-filepath-0.4.9... Installed system-filepath-0.4.9 Configuring options-1.0... Building options-1.0... Preprocessing library options-1.0... [1 of 5] Compiling Options.Util ( lib/Options/Util.hs, dist/build/Options/Util.o ) [2 of 5] Compiling Options.Types ( lib/Options/Types.hs, dist/build/Options/Types.o ) [3 of 5] Compiling Options.Tokenize ( lib/Options/Tokenize.hs, dist/build/Options/Tokenize.o ) [4 of 5] Compiling Options.Help ( lib/Options/Help.hs, dist/build/Options/Help.o ) [5 of 5] Compiling Options ( lib/Options.hs, dist/build/Options.o ) In-place registering options-1.0... Running Haddock for options-1.0... Running hscolour for options-1.0... Preprocessing library options-1.0... Preprocessing library options-1.0... Haddock coverage: 17% ( 1 / 6) in 'Options.Util' 17% ( 1 / 6) in 'Options.Types' Warning: Options.Tokenize: We do not support associated types in instances yet. These instances are affected: Control.Monad.State.Class.MonadState Options.Tokenize.Tok 17% ( 1 / 6) in 'Options.Tokenize' 20% ( 1 / 5) in 'Options.Help' 90% ( 61 / 68) in 'Options' Documentation created: dist/doc/html/options/index.html Installing library in /srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/options-1.0 Registering options-1.0... Installed options-1.0 Configuring system-argv0-0.1.1... Building system-argv0-0.1.1... Preprocessing library system-argv0-0.1.1... [1 of 1] Compiling System.Argv0 ( lib/System/Argv0.hs, dist/build/System/Argv0.o ) lib/System/Argv0.hs:11:1: Warning: The qualified import of `Data.Text' is redundant except perhaps to import instances from `Data.Text' To import instances alone, use: import Data.Text() lib/System/Argv0.hs:20:1: Warning: The import of `windows' from module `Filesystem.Path.Rules' is redundant In-place registering system-argv0-0.1.1... Running Haddock for system-argv0-0.1.1... Running hscolour for system-argv0-0.1.1... Preprocessing library system-argv0-0.1.1... Preprocessing library system-argv0-0.1.1... dist/build/tmp-4291/lib/System/Argv0.hs:11:1: Warning: The qualified import of `Data.Text' is redundant except perhaps to import instances from `Data.Text' To import instances alone, use: import Data.Text() dist/build/tmp-4291/lib/System/Argv0.hs:20:1: Warning: The import of `windows' from module `Filesystem.Path.Rules' is redundant Haddock coverage: 50% ( 1 / 2) in 'System.Argv0' Documentation created: dist/doc/html/system-argv0/index.html Installing library in /srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/system-argv0-0.1.1 Registering system-argv0-0.1.1... Installed system-argv0-0.1.1 Configuring system-fileio-0.3.12... Building system-fileio-0.3.12... Preprocessing library system-fileio-0.3.12... [1 of 1] Compiling Filesystem ( lib/Filesystem.hs, dist/build/Filesystem.o ) lib/Filesystem.hs:79:1: Warning: The import of `when' from module `Control.Monad' is redundant lib/Filesystem.hs:95:1: Warning: The import of `System.IO.Error' is redundant except perhaps to import instances from `System.IO.Error' To import instances alone, use: import System.IO.Error() lib/Filesystem.hs:922:1: Warning: Defined but not used: `throwErrnoPathIfMinus1' In-place registering system-fileio-0.3.12... Running Haddock for system-fileio-0.3.12... Running hscolour for system-fileio-0.3.12... Preprocessing library system-fileio-0.3.12... Preprocessing library system-fileio-0.3.12... dist/build/tmp-4291/lib/Filesystem.hs:79:1: Warning: The import of `when' from module `Control.Monad' is redundant dist/build/tmp-4291/lib/Filesystem.hs:95:1: Warning: The import of `System.IO.Error' is redundant except perhaps to import instances from `System.IO.Error' To import instances alone, use: import System.IO.Error() dist/build/tmp-4291/lib/Filesystem.hs:922:1: Warning: Defined but not used: `throwErrnoPathIfMinus1' Haddock coverage: 100% ( 46 / 46) in 'Filesystem' Documentation created: dist/doc/html/system-fileio/index.html Installing library in /srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/system-fileio-0.3.12 Registering system-fileio-0.3.12... Installed system-fileio-0.3.12 Downloading anansi-0.4.7... Configuring anansi-0.4.7... Building anansi-0.4.7... Preprocessing library anansi-0.4.7... [ 1 of 11] Compiling Paths_anansi ( dist/build/autogen/Paths_anansi.hs, dist/build/Paths_anansi.o ) [ 2 of 11] Compiling Anansi.Types ( lib/Anansi/Types.hs, dist/build/Anansi/Types.o ) [ 3 of 11] Compiling Anansi.Tangle ( lib/Anansi/Tangle.hs, dist/build/Anansi/Tangle.o ) [ 4 of 11] Compiling Anansi.Parser ( lib/Anansi/Parser.hs, dist/build/Anansi/Parser.o ) lib/Anansi/Parser.hs:60:10: Warning: Orphan instance: instance Error ParseError [ 5 of 11] Compiling Anansi.Main ( lib/Anansi/Main.hs, dist/build/Anansi/Main.o ) [ 6 of 11] Compiling Anansi.Loom.NoWeb ( lib/Anansi/Loom/NoWeb.hs, dist/build/Anansi/Loom/NoWeb.o ) [ 7 of 11] Compiling Anansi.Loom.Markdown ( lib/Anansi/Loom/Markdown.hs, dist/build/Anansi/Loom/Markdown.o ) [ 8 of 11] Compiling Anansi.Loom.LaTeX ( lib/Anansi/Loom/LaTeX.hs, dist/build/Anansi/Loom/LaTeX.o ) [ 9 of 11] Compiling Anansi.Loom.HTML ( lib/Anansi/Loom/HTML.hs, dist/build/Anansi/Loom/HTML.o ) [10 of 11] Compiling Anansi.Loom.Debug ( lib/Anansi/Loom/Debug.hs, dist/build/Anansi/Loom/Debug.o ) [11 of 11] Compiling Anansi ( lib/Anansi.hs, dist/build/Anansi.o ) In-place registering anansi-0.4.7... Preprocessing executable 'anansi' for anansi-0.4.7... [ 1 of 12] Compiling Anansi.Types ( lib/Anansi/Types.hs, dist/build/anansi/anansi-tmp/Anansi/Types.o ) [ 2 of 12] Compiling Anansi.Tangle ( lib/Anansi/Tangle.hs, dist/build/anansi/anansi-tmp/Anansi/Tangle.o ) [ 3 of 12] Compiling Anansi.Parser ( lib/Anansi/Parser.hs, dist/build/anansi/anansi-tmp/Anansi/Parser.o ) lib/Anansi/Parser.hs:60:10: Warning: Orphan instance: instance Error ParseError [ 4 of 12] Compiling Anansi.Loom.NoWeb ( lib/Anansi/Loom/NoWeb.hs, dist/build/anansi/anansi-tmp/Anansi/Loom/NoWeb.o ) [ 5 of 12] Compiling Anansi.Loom.Markdown ( lib/Anansi/Loom/Markdown.hs, dist/build/anansi/anansi-tmp/Anansi/Loom/Markdown.o ) [ 6 of 12] Compiling Anansi.Loom.LaTeX ( lib/Anansi/Loom/LaTeX.hs, dist/build/anansi/anansi-tmp/Anansi/Loom/LaTeX.o ) [ 7 of 12] Compiling Anansi.Loom.HTML ( lib/Anansi/Loom/HTML.hs, dist/build/anansi/anansi-tmp/Anansi/Loom/HTML.o ) [ 8 of 12] Compiling Anansi.Loom.Debug ( lib/Anansi/Loom/Debug.hs, dist/build/anansi/anansi-tmp/Anansi/Loom/Debug.o ) [ 9 of 12] Compiling Paths_anansi ( dist/build/autogen/Paths_anansi.hs, dist/build/anansi/anansi-tmp/Paths_anansi.o ) [10 of 12] Compiling Anansi.Main ( lib/Anansi/Main.hs, dist/build/anansi/anansi-tmp/Anansi/Main.o ) [11 of 12] Compiling Anansi ( lib/Anansi.hs, dist/build/anansi/anansi-tmp/Anansi.o ) [12 of 12] Compiling Main ( src/Main.hs, dist/build/anansi/anansi-tmp/Main.o ) Linking dist/build/anansi/anansi ... Running Haddock for anansi-0.4.7... Running hscolour for anansi-0.4.7... Preprocessing library anansi-0.4.7... Preprocessing executable 'anansi' for anansi-0.4.7... Preprocessing library anansi-0.4.7... dist/build/tmp-4291/lib/Anansi/Parser.hs:60:10: Warning: Orphan instance: instance Error ParseError Haddock coverage: 0% ( 0 / 8) in 'Paths_anansi' Warning: Anansi.Types: We do not support associated types in instances yet. These instances are affected: Control.Monad.Reader.Class.MonadReader Anansi.Types.LoomM, Control.Monad.Writer.Class.MonadWriter Anansi.Types.LoomM 27% ( 3 / 11) in 'Anansi.Types' 50% ( 1 / 2) in 'Anansi.Tangle' 33% ( 1 / 3) in 'Anansi.Parser' 50% ( 1 / 2) in 'Anansi.Main' 50% ( 1 / 2) in 'Anansi.Loom.NoWeb' 50% ( 1 / 2) in 'Anansi.Loom.Markdown' 50% ( 1 / 2) in 'Anansi.Loom.LaTeX' 50% ( 1 / 2) in 'Anansi.Loom.HTML' 50% ( 1 / 2) in 'Anansi.Loom.Debug' 59% ( 19 / 32) in 'Anansi' Documentation created: dist/doc/html/anansi/index.html Preprocessing executable 'anansi' for anansi-0.4.7... Installing library in /srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/anansi-0.4.7 Installing executable(s) in /srv/hackage/var/build/tmp-install/bin Warning: The directory /srv/hackage/var/build/tmp-install/bin is not in the system search path. Registering anansi-0.4.7... Installed anansi-0.4.7