Resolving dependencies... Configuring containers-0.4.2.1... Building containers-0.4.2.1... Preprocessing library containers-0.4.2.1... [1 of 7] Compiling Data.Set ( Data/Set.hs, dist/build/Data/Set.o ) [2 of 7] Compiling Data.Map ( Data/Map.hs, dist/build/Data/Map.o ) [3 of 7] Compiling Data.IntSet ( Data/IntSet.hs, dist/build/Data/IntSet.o ) [4 of 7] Compiling Data.IntMap ( Data/IntMap.hs, dist/build/Data/IntMap.o ) [5 of 7] Compiling Data.Sequence ( Data/Sequence.hs, dist/build/Data/Sequence.o ) Data/Sequence.hs:311:1: Warning: SPECIALISE pragma on INLINE function probably won't fire: `deep' Data/Sequence.hs:312:1: Warning: SPECIALISE pragma on INLINE function probably won't fire: `deep' Data/Sequence.hs:437:1: Warning: SPECIALISE pragma on INLINE function probably won't fire: `node2' Data/Sequence.hs:438:1: Warning: SPECIALISE pragma on INLINE function probably won't fire: `node2' Data/Sequence.hs:443:1: Warning: SPECIALISE pragma on INLINE function probably won't fire: `node3' Data/Sequence.hs:444:1: Warning: SPECIALISE pragma on INLINE function probably won't fire: `node3' [6 of 7] Compiling Data.Tree ( Data/Tree.hs, dist/build/Data/Tree.o ) [7 of 7] Compiling Data.Graph ( Data/Graph.hs, dist/build/Data/Graph.o ) In-place registering containers-0.4.2.1... Running Haddock for containers-0.4.2.1... Running hscolour for containers-0.4.2.1... Preprocessing library containers-0.4.2.1... Preprocessing library containers-0.4.2.1... Warning: The documentation for the following packages are not installed. No links will be generated to these packages: rts-1.0 Haddock coverage: 100% ( 60 / 60) in 'Data.Set' 100% ( 58 / 58) in 'Data.IntSet' 99% (116 /117) in 'Data.IntMap' 100% ( 82 / 82) in 'Data.Sequence' 94% ( 15 / 16) in 'Data.Tree' 100% ( 33 / 33) in 'Data.Graph' 100% (128 /128) in 'Data.Map' Warning: Data.IntMap: could not find link destinations for: Data.IntMap.mapAccumL Warning: Data.Sequence: could not find link destinations for: Data.Sequence.PQueue Data.Sequence.applicativeTree Data.Sequence.unrollPQ Data.Sequence.toPQ Data.Sequence.FingerTree Data.Sequence.mergePQ Warning: Data.Map: could not find link destinations for: Data.Map.mapAccumL Documentation created: dist/doc/html/containers/index.html Installing library in /srv/hackage/var/build/tmp-install/lib/containers-0.4.2.1/ghc-7.6.3 Registering containers-0.4.2.1... Installed containers-0.4.2.1 Configuring stm-2.4.2... Building stm-2.4.2... Preprocessing library stm-2.4.2... [ 1 of 10] Compiling Control.Sequential.STM ( Control/Sequential/STM.hs, dist/build/Control/Sequential/STM.o ) [ 2 of 10] Compiling Control.Concurrent.STM.TBQueue ( Control/Concurrent/STM/TBQueue.hs, dist/build/Control/Concurrent/STM/TBQueue.o ) [ 3 of 10] Compiling Control.Concurrent.STM.TQueue ( Control/Concurrent/STM/TQueue.hs, dist/build/Control/Concurrent/STM/TQueue.o ) [ 4 of 10] Compiling Control.Concurrent.STM.TChan ( Control/Concurrent/STM/TChan.hs, dist/build/Control/Concurrent/STM/TChan.o ) [ 5 of 10] Compiling Control.Concurrent.STM.TMVar ( Control/Concurrent/STM/TMVar.hs, dist/build/Control/Concurrent/STM/TMVar.o ) [ 6 of 10] Compiling Control.Concurrent.STM.TVar ( Control/Concurrent/STM/TVar.hs, dist/build/Control/Concurrent/STM/TVar.o ) [ 7 of 10] Compiling Control.Concurrent.STM.TArray ( Control/Concurrent/STM/TArray.hs, dist/build/Control/Concurrent/STM/TArray.o ) [ 8 of 10] Compiling Control.Monad.STM ( Control/Monad/STM.hs, dist/build/Control/Monad/STM.o ) [ 9 of 10] Compiling Control.Concurrent.STM ( Control/Concurrent/STM.hs, dist/build/Control/Concurrent/STM.o ) [10 of 10] Compiling Control.Concurrent.STM.TSem ( Control/Concurrent/STM/TSem.hs, dist/build/Control/Concurrent/STM/TSem.o ) In-place registering stm-2.4.2... Running Haddock for stm-2.4.2... Running hscolour for stm-2.4.2... Preprocessing library stm-2.4.2... Preprocessing library stm-2.4.2... Warning: The documentation for the following packages are not installed. No links will be generated to these packages: rts-1.0 Haddock coverage: 0% ( 0 / 11) in 'Control.Sequential.STM' 100% ( 12 / 12) in 'Control.Concurrent.STM.TBQueue' 100% ( 12 / 12) in 'Control.Concurrent.STM.TQueue' 100% ( 18 / 18) in 'Control.Concurrent.STM.TChan' 100% ( 15 / 15) in 'Control.Concurrent.STM.TMVar' 100% ( 12 / 12) in 'Control.Concurrent.STM.TVar' 100% ( 2 / 2) in 'Control.Concurrent.STM.TArray' 90% ( 9 / 10) in 'Control.Monad.STM' 100% ( 8 / 8) in 'Control.Concurrent.STM' 40% ( 2 / 5) in 'Control.Concurrent.STM.TSem' Documentation created: dist/doc/html/stm/index.html Installing library in /srv/hackage/var/build/tmp-install/lib/stm-2.4.2/ghc-7.6.3 Registering stm-2.4.2... Installed stm-2.4.2 Configuring strict-0.3.2... Building strict-0.3.2... Preprocessing library strict-0.3.2... Data/Strict/Tuple.hs:17:16: Warning: -fglasgow-exts is deprecated: Use individual extensions instead [1 of 5] Compiling System.IO.Strict ( System/IO/Strict.hs, dist/build/System/IO/Strict.o ) [2 of 5] Compiling Data.Strict.Either ( Data/Strict/Either.hs, dist/build/Data/Strict/Either.o ) [3 of 5] Compiling Data.Strict.Maybe ( Data/Strict/Maybe.hs, dist/build/Data/Strict/Maybe.o ) [4 of 5] Compiling Data.Strict.Tuple ( Data/Strict/Tuple.hs, dist/build/Data/Strict/Tuple.o ) [5 of 5] Compiling Data.Strict ( Data/Strict.hs, dist/build/Data/Strict.o ) In-place registering strict-0.3.2... Running Haddock for strict-0.3.2... Running hscolour for strict-0.3.2... Preprocessing library strict-0.3.2... Preprocessing library strict-0.3.2... Warning: The documentation for the following packages are not installed. No links will be generated to these packages: rts-1.0 Data/Strict/Tuple.hs:17:16: Warning: -fglasgow-exts is deprecated: Use individual extensions instead Data/Strict/Tuple.hs:17:16: Warning: -fglasgow-exts is deprecated: Use individual extensions instead Haddock coverage: 100% ( 7 / 7) in 'System.IO.Strict' 100% ( 7 / 7) in 'Data.Strict.Either' 100% ( 7 / 7) in 'Data.Strict.Maybe' 86% ( 6 / 7) in 'Data.Strict.Tuple' 100% ( 4 / 4) in 'Data.Strict' Documentation created: dist/doc/html/strict/index.html Installing library in /srv/hackage/var/build/tmp-install/lib/strict-0.3.2/ghc-7.6.3 Registering strict-0.3.2... Installed strict-0.3.2 Downloading binding-core-0.2.2... Configuring binding-core-0.2.2... Building binding-core-0.2.2... Preprocessing library binding-core-0.2.2... [1 of 3] Compiling Data.Variable ( src/Data/Variable.hs, dist/build/Data/Variable.o ) [2 of 3] Compiling Data.Binding.Simple ( src/Data/Binding/Simple.hs, dist/build/Data/Binding/Simple.o ) [3 of 3] Compiling Data.Binding.List ( src/Data/Binding/List.hs, dist/build/Data/Binding/List.o ) In-place registering binding-core-0.2.2... Running Haddock for binding-core-0.2.2... Running hscolour for binding-core-0.2.2... Preprocessing library binding-core-0.2.2... Preprocessing library binding-core-0.2.2... Warning: The documentation for the following packages are not installed. No links will be generated to these packages: rts-1.0 Haddock coverage: 50% ( 1 / 2) in 'Data.Variable' Warning: Data.Binding.Simple: bind is exported separately but will be documented under Bindable. Consider exporting it together with its parent(s) for code clarity. 75% ( 3 / 4) in 'Data.Binding.Simple' 93% ( 14 / 15) in 'Data.Binding.List' Warning: Data.Binding.List: could not find link destinations for: Data.Binding.List.source Documentation created: dist/doc/html/binding-core/index.html Installing library in /srv/hackage/var/build/tmp-install/lib/binding-core-0.2.2/ghc-7.6.3 Registering binding-core-0.2.2... Installed binding-core-0.2.2 Downloading wxdirect-0.90.0.1... Configuring wxdirect-0.90.0.1... Building wxdirect-0.90.0.1... Preprocessing executable 'wxdirect' for wxdirect-0.90.0.1... [ 1 of 13] Compiling MultiSet ( src/MultiSet.hs, dist/build/wxdirect/wxdirect-tmp/MultiSet.o ) [ 2 of 13] Compiling IOExtra ( src/IOExtra.hs, dist/build/wxdirect/wxdirect-tmp/IOExtra.o ) [ 3 of 13] Compiling Types ( src/Types.hs, dist/build/wxdirect/wxdirect-tmp/Types.o ) [ 4 of 13] Compiling ParseC ( src/ParseC.hs, dist/build/wxdirect/wxdirect-tmp/ParseC.o ) [ 5 of 13] Compiling HaskellNames ( src/HaskellNames.hs, dist/build/wxdirect/wxdirect-tmp/HaskellNames.o ) [ 6 of 13] Compiling Classes ( src/Classes.hs, dist/build/wxdirect/wxdirect-tmp/Classes.o ) [ 7 of 13] Compiling DeriveTypes ( src/DeriveTypes.hs, dist/build/wxdirect/wxdirect-tmp/DeriveTypes.o ) [ 8 of 13] Compiling CompileSTC ( src/CompileSTC.hs, dist/build/wxdirect/wxdirect-tmp/CompileSTC.o ) [ 9 of 13] Compiling CompileClassInfo ( src/CompileClassInfo.hs, dist/build/wxdirect/wxdirect-tmp/CompileClassInfo.o ) [10 of 13] Compiling CompileClassTypes ( src/CompileClassTypes.hs, dist/build/wxdirect/wxdirect-tmp/CompileClassTypes.o ) [11 of 13] Compiling CompileHeader ( src/CompileHeader.hs, dist/build/wxdirect/wxdirect-tmp/CompileHeader.o ) [12 of 13] Compiling CompileClasses ( src/CompileClasses.hs, dist/build/wxdirect/wxdirect-tmp/CompileClasses.o ) [13 of 13] Compiling Main ( src/Main.hs, dist/build/wxdirect/wxdirect-tmp/Main.o ) Linking dist/build/wxdirect/wxdirect ... Preprocessing library wxdirect-0.90.0.1... [1 of 1] Compiling Application.Wxdirect ( src/Application/Wxdirect.hs, dist/build/Application/Wxdirect.o ) In-place registering wxdirect-0.90.0.1... Running Haddock for wxdirect-0.90.0.1... Running hscolour for wxdirect-0.90.0.1... Preprocessing executable 'wxdirect' for wxdirect-0.90.0.1... Preprocessing library wxdirect-0.90.0.1... Preprocessing executable 'wxdirect' for wxdirect-0.90.0.1... Preprocessing library wxdirect-0.90.0.1... Warning: The documentation for the following packages are not installed. No links will be generated to these packages: rts-1.0, mtl-2.1.2, parsec-3.1.3, text-0.11.2.3, transformers-0.3.0.0 Haddock coverage: 0% ( 0 / 1) in 'Application.Wxdirect' Documentation created: dist/doc/html/wxdirect/index.html Installing library in /srv/hackage/var/build/tmp-install/lib/wxdirect-0.90.0.1/ghc-7.6.3 Installing executable(s) in /srv/hackage/var/build/tmp-install/bin Registering wxdirect-0.90.0.1... Installed wxdirect-0.90.0.1 Downloading wxc-0.90.0.4... [1 of 1] Compiling Main ( /tmp/wxc-0.90.0.4-29833/wxc-0.90.0.4/Setup.hs, /tmp/wxc-0.90.0.4-29833/wxc-0.90.0.4/dist/setup/Main.o ) Linking /tmp/wxc-0.90.0.4-29833/wxc-0.90.0.4/dist/setup/setup ... Configuring wxc-0.90.0.4... setup: failed Failed to install wxc-0.90.0.4 cabal: Error: some packages failed to install: binding-wx-0.2.1 depends on wxc-0.90.0.4 which failed to install. wx-0.90.0.1 depends on wxc-0.90.0.4 which failed to install. wxc-0.90.0.4 failed during the configure step. The exception was: ExitFailure 1 wxcore-0.90.0.3 depends on wxc-0.90.0.4 which failed to install.