Resolving dependencies... Configuring regex-base-0.93.2... Building regex-base-0.93.2... Preprocessing library regex-base-0.93.2... [1 of 4] Compiling Text.Regex.Base.RegexLike ( Text/Regex/Base/RegexLike.hs, dist/build/Text/Regex/Base/RegexLike.o ) [2 of 4] Compiling Text.Regex.Base.Context ( Text/Regex/Base/Context.hs, dist/build/Text/Regex/Base/Context.o ) [3 of 4] Compiling Text.Regex.Base ( Text/Regex/Base.hs, dist/build/Text/Regex/Base.o ) [4 of 4] Compiling Text.Regex.Base.Impl ( Text/Regex/Base/Impl.hs, dist/build/Text/Regex/Base/Impl.o ) In-place registering regex-base-0.93.2... Running Haddock for regex-base-0.93.2... Running hscolour for regex-base-0.93.2... Preprocessing library regex-base-0.93.2... Preprocessing library regex-base-0.93.2... Haddock coverage: 94% ( 17 / 18) in 'Text.Regex.Base.RegexLike' 100% ( 1 / 1) in 'Text.Regex.Base.Context' 75% ( 3 / 4) in 'Text.Regex.Base' 33% ( 1 / 3) in 'Text.Regex.Base.Impl' Documentation created: dist/doc/html/regex-base/index.html Installing library in /srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/regex-base-0.93.2 Registering regex-base-0.93.2... Installed regex-base-0.93.2 Configuring utf8-string-0.3.7... Building utf8-string-0.3.7... Preprocessing library utf8-string-0.3.7... [1 of 7] Compiling Codec.Binary.UTF8.String ( Codec/Binary/UTF8/String.hs, dist/build/Codec/Binary/UTF8/String.o ) [2 of 7] Compiling Codec.Binary.UTF8.Generic ( Codec/Binary/UTF8/Generic.hs, dist/build/Codec/Binary/UTF8/Generic.o ) [3 of 7] Compiling Data.String.UTF8 ( Data/String/UTF8.hs, dist/build/Data/String/UTF8.o ) [4 of 7] Compiling System.IO.UTF8 ( System/IO/UTF8.hs, dist/build/System/IO/UTF8.o ) [5 of 7] Compiling System.Environment.UTF8 ( System/Environment/UTF8.hs, dist/build/System/Environment/UTF8.o ) [6 of 7] Compiling Data.ByteString.UTF8 ( Data/ByteString/UTF8.hs, dist/build/Data/ByteString/UTF8.o ) [7 of 7] Compiling Data.ByteString.Lazy.UTF8 ( Data/ByteString/Lazy/UTF8.hs, dist/build/Data/ByteString/Lazy/UTF8.o ) In-place registering utf8-string-0.3.7... Running Haddock for utf8-string-0.3.7... Running hscolour for utf8-string-0.3.7... Preprocessing library utf8-string-0.3.7... Preprocessing library utf8-string-0.3.7... Haddock coverage: 100% ( 8 / 8) in 'Codec.Binary.UTF8.String' 94% ( 16 / 17) in 'Codec.Binary.UTF8.Generic' 89% ( 24 / 27) in 'Data.String.UTF8' 82% ( 14 / 17) in 'System.IO.UTF8' 14% ( 1 / 7) in 'System.Environment.UTF8' 100% ( 17 / 17) in 'Data.ByteString.UTF8' 100% ( 17 / 17) in 'Data.ByteString.Lazy.UTF8' Documentation created: dist/doc/html/utf8-string/index.html Installing library in /srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/utf8-string-0.3.7 Registering utf8-string-0.3.7... Installed utf8-string-0.3.7 Configuring regex-posix-0.72.0.3... configure: WARNING: unrecognized options: --with-compiler, --with-gcc checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking regex.h usability... yes checking regex.h presence... yes checking for regex.h... yes checking for regcomp... yes configure: creating ./config.status config.status: creating config.mk config.status: creating regex-posix.buildinfo config.status: creating include/HsRegexPosixConfig.h configure: WARNING: unrecognized options: --with-compiler, --with-gcc Building regex-posix-0.72.0.3... Preprocessing library regex-posix-0.72.0.3... Text/Regex/Posix/Wrap.hsc:1:16: Warning: -fglasgow-exts is deprecated: Use individual extensions instead Text/Regex/Posix/Wrap.hsc:1:16: Warning: -fffi is deprecated: use -XForeignFunctionInterface or pragma {-# LANGUAGE ForeignFunctionInterface #-} instead Text/Regex/Posix/String.hs:1:16: Warning: -fglasgow-exts is deprecated: Use individual extensions instead Text/Regex/Posix/ByteString.hs:1:16: Warning: -fglasgow-exts is deprecated: Use individual extensions instead [1 of 4] Compiling Text.Regex.Posix.Wrap ( dist/build/Text/Regex/Posix/Wrap.hs, dist/build/Text/Regex/Posix/Wrap.o ) Text/Regex/Posix/Wrap.hsc:312:1: Unacceptable argument type in foreign declaration: CInt When checking declaration: foreign import ccall unsafe "static regcomp" c_regcomp :: Ptr CRegex -> CString -> CompOption -> IO ReturnCode Text/Regex/Posix/Wrap.hsc:312:1: Unacceptable result type in foreign declaration: IO CInt When checking declaration: foreign import ccall unsafe "static regcomp" c_regcomp :: Ptr CRegex -> CString -> CompOption -> IO ReturnCode Text/Regex/Posix/Wrap.hsc:318:1: Unacceptable argument type in foreign declaration: CSize When checking declaration: foreign import ccall unsafe "static regexec" c_regexec :: Ptr CRegex -> CString -> CSize -> Ptr CRegMatch -> ExecOption -> IO ReturnCode Text/Regex/Posix/Wrap.hsc:318:1: Unacceptable argument type in foreign declaration: CInt When checking declaration: foreign import ccall unsafe "static regexec" c_regexec :: Ptr CRegex -> CString -> CSize -> Ptr CRegMatch -> ExecOption -> IO ReturnCode Text/Regex/Posix/Wrap.hsc:318:1: Unacceptable result type in foreign declaration: IO CInt When checking declaration: foreign import ccall unsafe "static regexec" c_regexec :: Ptr CRegex -> CString -> CSize -> Ptr CRegMatch -> ExecOption -> IO ReturnCode Text/Regex/Posix/Wrap.hsc:322:1: Unacceptable argument type in foreign declaration: CInt When checking declaration: foreign import ccall unsafe "static regerror" c_regerror :: ReturnCode -> Ptr CRegex -> CString -> CSize -> IO CSize Text/Regex/Posix/Wrap.hsc:322:1: Unacceptable argument type in foreign declaration: CSize When checking declaration: foreign import ccall unsafe "static regerror" c_regerror :: ReturnCode -> Ptr CRegex -> CString -> CSize -> IO CSize Text/Regex/Posix/Wrap.hsc:322:1: Unacceptable result type in foreign declaration: IO CSize When checking declaration: foreign import ccall unsafe "static regerror" c_regerror :: ReturnCode -> Ptr CRegex -> CString -> CSize -> IO CSize Failed to install regex-posix-0.72.0.3 [1 of 2] Compiling SetupWrapper ( /tmp/cairo-0.12.5.0-4299/cairo-0.12.5.0/SetupWrapper.hs, /tmp/cairo-0.12.5.0-4299/cairo-0.12.5.0/dist/setup/SetupWrapper.o ) [2 of 2] Compiling Main ( /tmp/cairo-0.12.5.0-4299/cairo-0.12.5.0/Setup.hs, /tmp/cairo-0.12.5.0-4299/cairo-0.12.5.0/dist/setup/Main.o ) Linking /tmp/cairo-0.12.5.0-4299/cairo-0.12.5.0/dist/setup/setup ... [1 of 2] Compiling Gtk2HsSetup ( Gtk2HsSetup.hs, dist/setup-wrapper/Gtk2HsSetup.o ) [2 of 2] Compiling Main ( SetupMain.hs, dist/setup-wrapper/Main.o ) Linking dist/setup-wrapper/setup ... Configuring cairo-0.12.5.0... Building cairo-0.12.5.0... Preprocessing library cairo-0.12.5.0... [ 1 of 18] Compiling Graphics.Rendering.Cairo.Matrix ( dist/build/Graphics/Rendering/Cairo/Matrix.hs, dist/build/Graphics/Rendering/Cairo/Matrix.o ) [ 2 of 18] Compiling Graphics.Rendering.Cairo.Types ( dist/build/Graphics/Rendering/Cairo/Types.hs, dist/build/Graphics/Rendering/Cairo/Types.o ) [ 3 of 18] Compiling Graphics.Rendering.Cairo.Internal.Drawing.Cairo ( dist/build/Graphics/Rendering/Cairo/Internal/Drawing/Cairo.hs, dist/build/Graphics/Rendering/Cairo/Internal/Drawing/Cairo.o ) [ 4 of 18] Compiling Graphics.Rendering.Cairo.Internal.Drawing.Patterns ( dist/build/Graphics/Rendering/Cairo/Internal/Drawing/Patterns.hs, dist/build/Graphics/Rendering/Cairo/Internal/Drawing/Patterns.o ) [ 5 of 18] Compiling Graphics.Rendering.Cairo.Internal.Drawing.Transformations ( dist/build/Graphics/Rendering/Cairo/Internal/Drawing/Transformations.hs, dist/build/Graphics/Rendering/Cairo/Internal/Drawing/Transformations.o ) [ 6 of 18] Compiling Graphics.Rendering.Cairo.Internal.Fonts.FontOptions ( dist/build/Graphics/Rendering/Cairo/Internal/Fonts/FontOptions.hs, dist/build/Graphics/Rendering/Cairo/Internal/Fonts/FontOptions.o ) [ 7 of 18] Compiling Graphics.Rendering.Cairo.Internal.Surfaces.Image ( dist/build/Graphics/Rendering/Cairo/Internal/Surfaces/Image.hs, dist/build/Graphics/Rendering/Cairo/Internal/Surfaces/Image.o ) [ 8 of 18] Compiling Graphics.Rendering.Cairo.Internal.Surfaces.PDF ( dist/build/Graphics/Rendering/Cairo/Internal/Surfaces/PDF.hs, dist/build/Graphics/Rendering/Cairo/Internal/Surfaces/PDF.o ) [ 9 of 18] Compiling Graphics.Rendering.Cairo.Internal.Surfaces.PNG ( dist/build/Graphics/Rendering/Cairo/Internal/Surfaces/PNG.hs, dist/build/Graphics/Rendering/Cairo/Internal/Surfaces/PNG.o ) [10 of 18] Compiling Graphics.Rendering.Cairo.Internal.Surfaces.PS ( dist/build/Graphics/Rendering/Cairo/Internal/Surfaces/PS.hs, dist/build/Graphics/Rendering/Cairo/Internal/Surfaces/PS.o ) [11 of 18] Compiling Graphics.Rendering.Cairo.Internal.Surfaces.SVG ( dist/build/Graphics/Rendering/Cairo/Internal/Surfaces/SVG.hs, dist/build/Graphics/Rendering/Cairo/Internal/Surfaces/SVG.o ) [12 of 18] Compiling Graphics.Rendering.Cairo.Internal.Surfaces.Surface ( dist/build/Graphics/Rendering/Cairo/Internal/Surfaces/Surface.hs, dist/build/Graphics/Rendering/Cairo/Internal/Surfaces/Surface.o ) [13 of 18] Compiling Graphics.Rendering.Cairo.Internal.Region ( dist/build/Graphics/Rendering/Cairo/Internal/Region.hs, dist/build/Graphics/Rendering/Cairo/Internal/Region.o ) [14 of 18] Compiling Graphics.Rendering.Cairo.Internal.Utilities ( dist/build/Graphics/Rendering/Cairo/Internal/Utilities.hs, dist/build/Graphics/Rendering/Cairo/Internal/Utilities.o ) Graphics/Rendering/Cairo/Internal/Utilities.chs:32:3: Warning: In the use of `unsafePerformIO' (imported from Foreign): Deprecated: "Use System.IO.Unsafe.unsafePerformIO instead; This function will be removed in the next release" [15 of 18] Compiling Graphics.Rendering.Cairo.Internal.Drawing.Paths ( dist/build/Graphics/Rendering/Cairo/Internal/Drawing/Paths.hs, dist/build/Graphics/Rendering/Cairo/Internal/Drawing/Paths.o ) [16 of 18] Compiling Graphics.Rendering.Cairo.Internal.Drawing.Text ( dist/build/Graphics/Rendering/Cairo/Internal/Drawing/Text.hs, dist/build/Graphics/Rendering/Cairo/Internal/Drawing/Text.o ) [17 of 18] Compiling Graphics.Rendering.Cairo.Internal ( Graphics/Rendering/Cairo/Internal.hs, dist/build/Graphics/Rendering/Cairo/Internal.o ) [18 of 18] Compiling Graphics.Rendering.Cairo ( Graphics/Rendering/Cairo.hs, dist/build/Graphics/Rendering/Cairo.o ) In-place registering cairo-0.12.5.0... Running Haddock for cairo-0.12.5.0... Running hscolour for cairo-0.12.5.0... Preprocessing library cairo-0.12.5.0... Preprocessing library cairo-0.12.5.0... Warning: The documentation for the following packages are not installed. No links will be generated to these packages: rts-1.0 Graphics/Rendering/Cairo/Internal/Utilities.chs:32:3: Warning: In the use of `unsafePerformIO' (imported from Foreign): Deprecated: "Use System.IO.Unsafe.unsafePerformIO instead; This function will be removed in the next release" Haddock coverage: 17% ( 2 / 12) in 'Graphics.Rendering.Cairo.Matrix' 42% ( 23 / 55) in 'Graphics.Rendering.Cairo.Types' 1% ( 1 /101) in 'Graphics.Rendering.Cairo.Internal.Drawing.Cairo' 3% ( 1 / 33) in 'Graphics.Rendering.Cairo.Internal.Drawing.Patterns' 4% ( 1 / 23) in 'Graphics.Rendering.Cairo.Internal.Drawing.Transformations' 3% ( 1 / 31) in 'Graphics.Rendering.Cairo.Internal.Fonts.FontOptions' 6% ( 1 / 17) in 'Graphics.Rendering.Cairo.Internal.Surfaces.Image' 20% ( 1 / 5) in 'Graphics.Rendering.Cairo.Internal.Surfaces.PDF' 20% ( 1 / 5) in 'Graphics.Rendering.Cairo.Internal.Surfaces.PNG' 20% ( 1 / 5) in 'Graphics.Rendering.Cairo.Internal.Surfaces.PS' 33% ( 1 / 3) in 'Graphics.Rendering.Cairo.Internal.Surfaces.SVG' 4% ( 1 / 23) in 'Graphics.Rendering.Cairo.Internal.Surfaces.Surface' 2% ( 1 / 47) in 'Graphics.Rendering.Cairo.Internal.Region' 12% ( 1 / 8) in 'Graphics.Rendering.Cairo.Internal.Utilities' 4% ( 1 / 27) in 'Graphics.Rendering.Cairo.Internal.Drawing.Paths' 6% ( 1 / 17) in 'Graphics.Rendering.Cairo.Internal.Drawing.Text' 6% ( 24 /388) in 'Graphics.Rendering.Cairo.Internal' 91% (185 /203) in 'Graphics.Rendering.Cairo' Warning: Graphics.Rendering.Cairo: could not find link destinations for: Graphics.Rendering.Cairo.Types.PixelData Data.Array.Base.unsafeRead Data.Array.Base.unsafeWrite Documentation created: dist/doc/html/cairo/index.html Installing library in /srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/cairo-0.12.5.0 Registering cairo-0.12.5.0... Installed cairo-0.12.5.0 [1 of 2] Compiling SetupWrapper ( /tmp/glib-0.12.5.0-4299/glib-0.12.5.0/SetupWrapper.hs, /tmp/glib-0.12.5.0-4299/glib-0.12.5.0/dist/setup/SetupWrapper.o ) [2 of 2] Compiling Main ( /tmp/glib-0.12.5.0-4299/glib-0.12.5.0/Setup.hs, /tmp/glib-0.12.5.0-4299/glib-0.12.5.0/dist/setup/Main.o ) Linking /tmp/glib-0.12.5.0-4299/glib-0.12.5.0/dist/setup/setup ... [1 of 2] Compiling Gtk2HsSetup ( Gtk2HsSetup.hs, dist/setup-wrapper/Gtk2HsSetup.o ) [2 of 2] Compiling Main ( SetupMain.hs, dist/setup-wrapper/Main.o ) Linking dist/setup-wrapper/setup ... Configuring glib-0.12.5.0... Building glib-0.12.5.0... Preprocessing library glib-0.12.5.0... [ 1 of 21] Compiling System.Glib.Attributes ( System/Glib/Attributes.hs, dist/build/System/Glib/Attributes.o ) [ 2 of 21] Compiling System.Glib.Flags ( System/Glib/Flags.hs, dist/build/System/Glib/Flags.o ) [ 3 of 21] Compiling System.Glib.FFI ( System/Glib/FFI.hs, dist/build/System/Glib/FFI.o ) [ 4 of 21] Compiling System.Glib.Types ( dist/build/System/Glib/Types.hs, dist/build/System/Glib/Types.o ) [ 5 of 21] Compiling System.Glib.GString ( dist/build/System/Glib/GString.hs, dist/build/System/Glib/GString.o ) [ 6 of 21] Compiling System.Glib.GList ( dist/build/System/Glib/GList.hs, dist/build/System/Glib/GList.o ) [ 7 of 21] Compiling System.Glib.GType ( dist/build/System/Glib/GType.hs, dist/build/System/Glib/GType.o ) [ 8 of 21] Compiling System.Glib.GValue ( dist/build/System/Glib/GValue.hs, dist/build/System/Glib/GValue.o ) [ 9 of 21] Compiling System.Glib.GParameter ( dist/build/System/Glib/GParameter.hs, dist/build/System/Glib/GParameter.o ) [10 of 21] Compiling System.Glib.GTypeConstants ( dist/build/System/Glib/GTypeConstants.hs, dist/build/System/Glib/GTypeConstants.o ) [11 of 21] Compiling System.Glib.UTFString ( System/Glib/UTFString.hs, dist/build/System/Glib/UTFString.o ) [12 of 21] Compiling System.Glib.GObject ( dist/build/System/Glib/GObject.hs, dist/build/System/Glib/GObject.o ) [13 of 21] Compiling System.Glib.GValueTypes ( dist/build/System/Glib/GValueTypes.hs, dist/build/System/Glib/GValueTypes.o ) [14 of 21] Compiling System.Glib.Properties ( dist/build/System/Glib/Properties.hs, dist/build/System/Glib/Properties.o ) [15 of 21] Compiling System.Glib.StoreValue ( dist/build/System/Glib/StoreValue.hs, dist/build/System/Glib/StoreValue.o ) [16 of 21] Compiling System.Glib.Signals ( dist/build/System/Glib/Signals.hs, dist/build/System/Glib/Signals.o ) [17 of 21] Compiling System.Glib.MainLoop ( dist/build/System/Glib/MainLoop.hs, dist/build/System/Glib/MainLoop.o ) [18 of 21] Compiling System.Glib.GError ( dist/build/System/Glib/GError.hs, dist/build/System/Glib/GError.o ) [19 of 21] Compiling System.Glib.GDateTime ( dist/build/System/Glib/GDateTime.hs, dist/build/System/Glib/GDateTime.o ) [20 of 21] Compiling System.Glib.Utils ( dist/build/System/Glib/Utils.hs, dist/build/System/Glib/Utils.o ) [21 of 21] Compiling System.Glib ( System/Glib.hs, dist/build/System/Glib.o ) In-place registering glib-0.12.5.0... Running Haddock for glib-0.12.5.0... Running hscolour for glib-0.12.5.0... Preprocessing library glib-0.12.5.0... Preprocessing library glib-0.12.5.0... Warning: The documentation for the following packages are not installed. No links will be generated to these packages: rts-1.0 Haddock coverage: 100% ( 17 / 17) in 'System.Glib.Attributes' 25% ( 1 / 4) in 'System.Glib.Flags' 56% ( 5 / 9) in 'System.Glib.FFI' Warning: System.Glib.Types: toGObject is exported separately but will be documented under GObjectClass. Consider exporting it together with its parent(s) for code clarity. Warning: System.Glib.Types: unsafeCastGObject is exported separately but will be documented under GObjectClass. Consider exporting it together with its parent(s) for code clarity. 29% ( 2 / 7) in 'System.Glib.Types' 25% ( 1 / 4) in 'System.Glib.GString' 8% ( 1 / 12) in 'System.Glib.GList' 75% ( 3 / 4) in 'System.Glib.GType' 80% ( 4 / 5) in 'System.Glib.GValue' 50% ( 1 / 2) in 'System.Glib.GParameter' 6% ( 1 / 18) in 'System.Glib.GTypeConstants' 90% ( 18 / 20) in 'System.Glib.UTFString' 76% ( 22 / 29) in 'System.Glib.GObject' 3% ( 1 / 31) in 'System.Glib.GValueTypes' 5% ( 3 / 64) in 'System.Glib.Properties' 40% ( 2 / 5) in 'System.Glib.StoreValue' 50% ( 7 / 14) in 'System.Glib.Signals' 56% ( 18 / 32) in 'System.Glib.MainLoop' 100% ( 22 / 22) in 'System.Glib.GError' 3% ( 1 / 36) in 'System.Glib.GDateTime' 100% ( 5 / 5) in 'System.Glib.Utils' 90% ( 9 / 10) in 'System.Glib' Warning: System.Glib.MainLoop: could not find link destinations for: System.Glib.MainLoop.FD Warning: System.Glib.GError: could not find link destinations for: System.Glib.GError.GQuark Documentation created: dist/doc/html/glib/index.html Installing library in /srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/glib-0.12.5.0 Registering glib-0.12.5.0... Installed glib-0.12.5.0 [1 of 2] Compiling SetupWrapper ( /tmp/gio-0.12.5.0-4299/gio-0.12.5.0/SetupWrapper.hs, /tmp/gio-0.12.5.0-4299/gio-0.12.5.0/dist/setup/SetupWrapper.o ) [2 of 2] Compiling Main ( /tmp/gio-0.12.5.0-4299/gio-0.12.5.0/Setup.hs, /tmp/gio-0.12.5.0-4299/gio-0.12.5.0/dist/setup/Main.o ) Linking /tmp/gio-0.12.5.0-4299/gio-0.12.5.0/dist/setup/setup ... [1 of 2] Compiling Gtk2HsSetup ( Gtk2HsSetup.hs, dist/setup-wrapper/Gtk2HsSetup.o ) [2 of 2] Compiling Main ( SetupMain.hs, dist/setup-wrapper/Main.o ) Linking dist/setup-wrapper/setup ... Configuring gio-0.12.5.0... Building gio-0.12.5.0... Preprocessing library gio-0.12.5.0... [ 1 of 24] Compiling System.GIO.Signals ( dist/build/System/GIO/Signals.hs, dist/build/System/GIO/Signals.o ) [ 2 of 24] Compiling System.GIO.Types ( dist/build/System/GIO/Types.hs, dist/build/System/GIO/Types.o ) System/GIO/Types.chs:200:27: Warning: In the use of `unsafeForeignPtrToPtr' (imported from Foreign.ForeignPtr): Deprecated: "Use Foreign.ForeignPtr.Unsafe.unsafeForeignPtrToPtr instead; This function will be removed in the next release" [ 3 of 24] Compiling System.GIO.Enums ( dist/build/System/GIO/Enums.hs, dist/build/System/GIO/Enums.o ) [ 4 of 24] Compiling System.GIO.File.FileAttribute ( dist/build/System/GIO/File/FileAttribute.hs, dist/build/System/GIO/File/FileAttribute.o ) [ 5 of 24] Compiling System.GIO.Volumes.VolumeMonitor ( dist/build/System/GIO/Volumes/VolumeMonitor.hs, dist/build/System/GIO/Volumes/VolumeMonitor.o ) [ 6 of 24] Compiling System.GIO.Icons.ThemedIcon ( dist/build/System/GIO/Icons/ThemedIcon.hs, dist/build/System/GIO/Icons/ThemedIcon.o ) [ 7 of 24] Compiling System.GIO.Icons.Icon ( dist/build/System/GIO/Icons/Icon.hs, dist/build/System/GIO/Icons/Icon.o ) [ 8 of 24] Compiling System.GIO.Icons.FileIcon ( dist/build/System/GIO/Icons/FileIcon.hs, dist/build/System/GIO/Icons/FileIcon.o ) [ 9 of 24] Compiling System.GIO.Icons.EmblemedIcon ( dist/build/System/GIO/Icons/EmblemedIcon.hs, dist/build/System/GIO/Icons/EmblemedIcon.o ) [10 of 24] Compiling System.GIO.Icons.Emblem ( dist/build/System/GIO/Icons/Emblem.hs, dist/build/System/GIO/Icons/Emblem.o ) [11 of 24] Compiling System.GIO.File.MountOperation ( dist/build/System/GIO/File/MountOperation.hs, dist/build/System/GIO/File/MountOperation.o ) [12 of 24] Compiling System.GIO.File.IOError ( dist/build/System/GIO/File/IOError.hs, dist/build/System/GIO/File/IOError.o ) [13 of 24] Compiling System.GIO.File.FileMonitor ( dist/build/System/GIO/File/FileMonitor.hs, dist/build/System/GIO/File/FileMonitor.o ) [14 of 24] Compiling System.GIO.File.FileInfo ( dist/build/System/GIO/File/FileInfo.hs, dist/build/System/GIO/File/FileInfo.o ) [15 of 24] Compiling System.GIO.File.ContentType ( dist/build/System/GIO/File/ContentType.hs, dist/build/System/GIO/File/ContentType.o ) [16 of 24] Compiling System.GIO.File.AppInfo ( dist/build/System/GIO/File/AppInfo.hs, dist/build/System/GIO/File/AppInfo.o ) [17 of 24] Compiling System.GIO.Async.Cancellable ( dist/build/System/GIO/Async/Cancellable.hs, dist/build/System/GIO/Async/Cancellable.o ) [18 of 24] Compiling System.GIO.Async.AsyncResult ( dist/build/System/GIO/Async/AsyncResult.hs, dist/build/System/GIO/Async/AsyncResult.o ) [19 of 24] Compiling System.GIO.File.File ( dist/build/System/GIO/File/File.hs, dist/build/System/GIO/File/File.o ) [20 of 24] Compiling System.GIO.File.FileEnumerator ( dist/build/System/GIO/File/FileEnumerator.hs, dist/build/System/GIO/File/FileEnumerator.o ) [21 of 24] Compiling System.GIO.Volumes.Drive ( dist/build/System/GIO/Volumes/Drive.hs, dist/build/System/GIO/Volumes/Drive.o ) [22 of 24] Compiling System.GIO.Volumes.Mount ( dist/build/System/GIO/Volumes/Mount.hs, dist/build/System/GIO/Volumes/Mount.o ) [23 of 24] Compiling System.GIO.Volumes.Volume ( dist/build/System/GIO/Volumes/Volume.hs, dist/build/System/GIO/Volumes/Volume.o ) [24 of 24] Compiling System.GIO ( System/GIO.hs, dist/build/System/GIO.o ) In-place registering gio-0.12.5.0... Running Haddock for gio-0.12.5.0... Running hscolour for gio-0.12.5.0... Preprocessing library gio-0.12.5.0... Preprocessing library gio-0.12.5.0... Warning: The documentation for the following packages are not installed. No links will be generated to these packages: rts-1.0 System/GIO/Types.chs:200:27: Warning: In the use of `unsafeForeignPtrToPtr' (imported from Foreign.ForeignPtr): Deprecated: "Use Foreign.ForeignPtr.Unsafe.unsafeForeignPtrToPtr instead; This function will be removed in the next release" Haddock coverage: 12% ( 1 / 8) in 'System.GIO.Signals' 0% ( 1 /246) in 'System.GIO.Types' 81% ( 17 / 21) in 'System.GIO.Enums' 8% ( 7 / 83) in 'System.GIO.File.FileAttribute' 92% ( 24 / 26) in 'System.GIO.Volumes.VolumeMonitor' 83% ( 10 / 12) in 'System.GIO.Icons.ThemedIcon' 80% ( 8 / 10) in 'System.GIO.Icons.Icon' 78% ( 7 / 9) in 'System.GIO.Icons.FileIcon' 82% ( 9 / 11) in 'System.GIO.Icons.EmblemedIcon' 85% ( 11 / 13) in 'System.GIO.Icons.Emblem' 83% ( 20 / 24) in 'System.GIO.File.MountOperation' 100% ( 7 / 7) in 'System.GIO.File.IOError' 81% ( 13 / 16) in 'System.GIO.File.FileMonitor' 97% ( 63 / 65) in 'System.GIO.File.FileInfo' 100% ( 15 / 15) in 'System.GIO.File.ContentType' 91% ( 39 / 43) in 'System.GIO.File.AppInfo' 88% ( 15 / 17) in 'System.GIO.Async.Cancellable' 43% ( 3 / 7) in 'System.GIO.Async.AsyncResult' 77% ( 99 /129) in 'System.GIO.File.File' 88% ( 14 / 16) in 'System.GIO.File.FileEnumerator' 94% ( 34 / 36) in 'System.GIO.Volumes.Drive' 94% ( 30 / 32) in 'System.GIO.Volumes.Mount' 92% ( 23 / 25) in 'System.GIO.Volumes.Volume' 100% ( 20 / 20) in 'System.GIO' Warning: System.GIO.Async.AsyncResult: could not find link destinations for: System.GIO.Async.AsyncResult.GAsyncReadyCallback Warning: System.GIO.Volumes.Drive: could not find link destinations for: System.GIO.Volumes.Drive.drivePollForMediaFinish Documentation created: dist/doc/html/gio/index.html Installing library in /srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/gio-0.12.5.0 Registering gio-0.12.5.0... Installed gio-0.12.5.0 [1 of 2] Compiling SetupWrapper ( /tmp/pango-0.12.5.0-4299/pango-0.12.5.0/SetupWrapper.hs, /tmp/pango-0.12.5.0-4299/pango-0.12.5.0/dist/setup/SetupWrapper.o ) [2 of 2] Compiling Main ( /tmp/pango-0.12.5.0-4299/pango-0.12.5.0/Setup.hs, /tmp/pango-0.12.5.0-4299/pango-0.12.5.0/dist/setup/Main.o ) Linking /tmp/pango-0.12.5.0-4299/pango-0.12.5.0/dist/setup/setup ... [1 of 2] Compiling Gtk2HsSetup ( Gtk2HsSetup.hs, dist/setup-wrapper/Gtk2HsSetup.o ) [2 of 2] Compiling Main ( SetupMain.hs, dist/setup-wrapper/Main.o ) Linking dist/setup-wrapper/setup ... Configuring pango-0.12.5.0... Building pango-0.12.5.0... Preprocessing library pango-0.12.5.0... [ 1 of 14] Compiling Graphics.Rendering.Pango.Types ( dist/build/Graphics/Rendering/Pango/Types.hs, dist/build/Graphics/Rendering/Pango/Types.o ) Graphics/Rendering/Pango/Types.chs:89:27: Warning: In the use of `unsafeForeignPtrToPtr' (imported from Foreign.ForeignPtr): Deprecated: "Use Foreign.ForeignPtr.Unsafe.unsafeForeignPtrToPtr instead; This function will be removed in the next release" [ 2 of 14] Compiling Graphics.Rendering.Pango.BasicTypes ( dist/build/Graphics/Rendering/Pango/BasicTypes.hs, dist/build/Graphics/Rendering/Pango/BasicTypes.o ) [ 3 of 14] Compiling Graphics.Rendering.Pango.Structs ( dist/build/Graphics/Rendering/Pango/Structs.hs, dist/build/Graphics/Rendering/Pango/Structs.o ) [ 4 of 14] Compiling Graphics.Rendering.Pango.Attributes ( dist/build/Graphics/Rendering/Pango/Attributes.hs, dist/build/Graphics/Rendering/Pango/Attributes.o ) [ 5 of 14] Compiling Graphics.Rendering.Pango.GlyphStorage ( dist/build/Graphics/Rendering/Pango/GlyphStorage.hs, dist/build/Graphics/Rendering/Pango/GlyphStorage.o ) [ 6 of 14] Compiling Graphics.Rendering.Pango.Enums ( dist/build/Graphics/Rendering/Pango/Enums.hs, dist/build/Graphics/Rendering/Pango/Enums.o ) [ 7 of 14] Compiling Graphics.Rendering.Pango.Description ( dist/build/Graphics/Rendering/Pango/Description.hs, dist/build/Graphics/Rendering/Pango/Description.o ) [ 8 of 14] Compiling Graphics.Rendering.Pango.Font ( dist/build/Graphics/Rendering/Pango/Font.hs, dist/build/Graphics/Rendering/Pango/Font.o ) [ 9 of 14] Compiling Graphics.Rendering.Pango.Markup ( dist/build/Graphics/Rendering/Pango/Markup.hs, dist/build/Graphics/Rendering/Pango/Markup.o ) [10 of 14] Compiling Graphics.Rendering.Pango.Rendering ( dist/build/Graphics/Rendering/Pango/Rendering.hs, dist/build/Graphics/Rendering/Pango/Rendering.o ) [11 of 14] Compiling Graphics.Rendering.Pango.Layout ( dist/build/Graphics/Rendering/Pango/Layout.hs, dist/build/Graphics/Rendering/Pango/Layout.o ) [12 of 14] Compiling Graphics.Rendering.Pango.Cairo ( dist/build/Graphics/Rendering/Pango/Cairo.hs, dist/build/Graphics/Rendering/Pango/Cairo.o ) [13 of 14] Compiling Graphics.Rendering.Pango.Context ( dist/build/Graphics/Rendering/Pango/Context.hs, dist/build/Graphics/Rendering/Pango/Context.o ) [14 of 14] Compiling Graphics.Rendering.Pango ( dist/build/Graphics/Rendering/Pango.hs, dist/build/Graphics/Rendering/Pango.o ) In-place registering pango-0.12.5.0... Running Haddock for pango-0.12.5.0... Running hscolour for pango-0.12.5.0... Preprocessing library pango-0.12.5.0... Preprocessing library pango-0.12.5.0... Warning: The documentation for the following packages are not installed. No links will be generated to these packages: rts-1.0 Graphics/Rendering/Pango/Types.chs:89:27: Warning: In the use of `unsafeForeignPtrToPtr' (imported from Foreign.ForeignPtr): Deprecated: "Use Foreign.ForeignPtr.Unsafe.unsafeForeignPtrToPtr instead; This function will be removed in the next release" Haddock coverage: 4% ( 2 / 51) in 'Graphics.Rendering.Pango.Types' 55% ( 18 / 33) in 'Graphics.Rendering.Pango.BasicTypes' 43% ( 10 / 23) in 'Graphics.Rendering.Pango.Structs' 60% ( 3 / 5) in 'Graphics.Rendering.Pango.Attributes' 100% ( 7 / 7) in 'Graphics.Rendering.Pango.GlyphStorage' 91% ( 20 / 22) in 'Graphics.Rendering.Pango.Enums' 95% ( 21 / 22) in 'Graphics.Rendering.Pango.Description' 74% ( 26 / 35) in 'Graphics.Rendering.Pango.Font' 100% ( 5 / 5) in 'Graphics.Rendering.Pango.Markup' 100% ( 16 / 16) in 'Graphics.Rendering.Pango.Rendering' 100% ( 75 / 75) in 'Graphics.Rendering.Pango.Layout' 100% ( 21 / 21) in 'Graphics.Rendering.Pango.Cairo' 90% ( 19 / 21) in 'Graphics.Rendering.Pango.Context' 100% ( 8 / 8) in 'Graphics.Rendering.Pango' Documentation created: dist/doc/html/pango/index.html Installing library in /srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/pango-0.12.5.0 Registering pango-0.12.5.0... Installed pango-0.12.5.0 [1 of 2] Compiling SetupWrapper ( /tmp/gtk-0.12.5.0-4299/gtk-0.12.5.0/SetupWrapper.hs, /tmp/gtk-0.12.5.0-4299/gtk-0.12.5.0/dist/setup/SetupWrapper.o ) [2 of 2] Compiling Main ( /tmp/gtk-0.12.5.0-4299/gtk-0.12.5.0/Setup.hs, /tmp/gtk-0.12.5.0-4299/gtk-0.12.5.0/dist/setup/Main.o ) Linking /tmp/gtk-0.12.5.0-4299/gtk-0.12.5.0/dist/setup/setup ... [1 of 2] Compiling Gtk2HsSetup ( Gtk2HsSetup.hs, dist/setup-wrapper/Gtk2HsSetup.o ) [2 of 2] Compiling Main ( SetupMain.hs, dist/setup-wrapper/Main.o ) Linking dist/setup-wrapper/setup ... Configuring gtk-0.12.5.0... Building gtk-0.12.5.0... Preprocessing library gtk-0.12.5.0... [ 1 of 208] Compiling Graphics.UI.Gtk.ModelView.Sequence ( Graphics/UI/Gtk/ModelView/Sequence.hs, dist/build/Graphics/UI/Gtk/ModelView/Sequence.o ) [ 2 of 208] Compiling Graphics.UI.Gtk.Gdk.Enums ( dist/build/Graphics/UI/Gtk/Gdk/Enums.hs, dist/build/Graphics/UI/Gtk/Gdk/Enums.o ) [ 3 of 208] Compiling Graphics.UI.Gtk.General.Enums ( dist/build/Graphics/UI/Gtk/General/Enums.hs, dist/build/Graphics/UI/Gtk/General/Enums.o ) [ 4 of 208] Compiling Graphics.UI.Gtk.General.Threading ( Graphics/UI/Gtk/General/Threading.hs, dist/build/Graphics/UI/Gtk/General/Threading.o ) [ 5 of 208] Compiling Graphics.UI.Gtk.Signals ( dist/build/Graphics/UI/Gtk/Signals.hs, dist/build/Graphics/UI/Gtk/Signals.o ) [ 6 of 208] Compiling Graphics.UI.Gtk.Types ( dist/build/Graphics/UI/Gtk/Types.hs, dist/build/Graphics/UI/Gtk/Types.o ) Graphics/UI/Gtk/Types.chs:843:27: Warning: In the use of `unsafeForeignPtrToPtr' (imported from Foreign.ForeignPtr): Deprecated: "Use Foreign.ForeignPtr.Unsafe.unsafeForeignPtrToPtr instead; This function will be removed in the next release" [ 7 of 208] Compiling Graphics.UI.Gtk.General.DNDTypes ( dist/build/Graphics/UI/Gtk/General/DNDTypes.hs, dist/build/Graphics/UI/Gtk/General/DNDTypes.o ) [ 8 of 208] Compiling Graphics.UI.Gtk.Abstract.ContainerChildProperties ( dist/build/Graphics/UI/Gtk/Abstract/ContainerChildProperties.hs, dist/build/Graphics/UI/Gtk/Abstract/ContainerChildProperties.o ) [ 9 of 208] Compiling Graphics.UI.Gtk.Embedding.Embedding ( dist/build/Graphics/UI/Gtk/Embedding/Embedding.hs, dist/build/Graphics/UI/Gtk/Embedding/Embedding.o ) [ 10 of 208] Compiling Graphics.UI.Gtk.ModelView.Types ( dist/build/Graphics/UI/Gtk/ModelView/Types.hs, dist/build/Graphics/UI/Gtk/ModelView/Types.o ) [ 11 of 208] Compiling Graphics.UI.Gtk.Gdk.PixbufData ( Graphics/UI/Gtk/Gdk/PixbufData.hs, dist/build/Graphics/UI/Gtk/Gdk/PixbufData.o ) [ 12 of 208] Compiling Graphics.UI.Gtk.Abstract.Separator ( Graphics/UI/Gtk/Abstract/Separator.hs, dist/build/Graphics/UI/Gtk/Abstract/Separator.o ) [ 13 of 208] Compiling Graphics.UI.Gtk.Abstract.Scrollbar ( Graphics/UI/Gtk/Abstract/Scrollbar.hs, dist/build/Graphics/UI/Gtk/Abstract/Scrollbar.o ) [ 14 of 208] Compiling Graphics.UI.Gtk.Abstract.Scale ( dist/build/Graphics/UI/Gtk/Abstract/Scale.hs, dist/build/Graphics/UI/Gtk/Abstract/Scale.o ) [ 15 of 208] Compiling Graphics.UI.Gtk.Abstract.Object ( dist/build/Graphics/UI/Gtk/Abstract/Object.hs, dist/build/Graphics/UI/Gtk/Abstract/Object.o ) [ 16 of 208] Compiling Graphics.UI.Gtk.Abstract.Paned ( dist/build/Graphics/UI/Gtk/Abstract/Paned.hs, dist/build/Graphics/UI/Gtk/Abstract/Paned.o ) [ 17 of 208] Compiling Graphics.UI.Gtk.Builder ( dist/build/Graphics/UI/Gtk/Builder.hs, dist/build/Graphics/UI/Gtk/Builder.o ) [ 18 of 208] Compiling Graphics.UI.Gtk.General.Structs ( dist/build/Graphics/UI/Gtk/General/Structs.hs, dist/build/Graphics/UI/Gtk/General/Structs.o ) [ 19 of 208] Compiling Graphics.UI.Gtk.Abstract.Range ( dist/build/Graphics/UI/Gtk/Abstract/Range.hs, dist/build/Graphics/UI/Gtk/Abstract/Range.o ) [ 20 of 208] Compiling Graphics.UI.Gtk.Embedding.Plug ( dist/build/Graphics/UI/Gtk/Embedding/Plug.hs, dist/build/Graphics/UI/Gtk/Embedding/Plug.o ) [ 21 of 208] Compiling Graphics.UI.Gtk.Embedding.Socket ( dist/build/Graphics/UI/Gtk/Embedding/Socket.hs, dist/build/Graphics/UI/Gtk/Embedding/Socket.o ) [ 22 of 208] Compiling Graphics.UI.Gtk.Multiline.Types ( dist/build/Graphics/UI/Gtk/Multiline/Types.hs, dist/build/Graphics/UI/Gtk/Multiline/Types.o ) [ 23 of 208] Compiling Graphics.UI.GtkInternals ( dist/build/Graphics/UI/GtkInternals.hs, dist/build/Graphics/UI/GtkInternals.o ) [ 24 of 208] Compiling Graphics.UI.Gtk.Abstract.Misc ( dist/build/Graphics/UI/Gtk/Abstract/Misc.hs, dist/build/Graphics/UI/Gtk/Abstract/Misc.o ) [ 25 of 208] Compiling Graphics.UI.Gtk.Abstract.Bin ( dist/build/Graphics/UI/Gtk/Abstract/Bin.hs, dist/build/Graphics/UI/Gtk/Abstract/Bin.o ) [ 26 of 208] Compiling Graphics.UI.Gtk.Abstract.Container ( dist/build/Graphics/UI/Gtk/Abstract/Container.hs, dist/build/Graphics/UI/Gtk/Abstract/Container.o ) [ 27 of 208] Compiling Graphics.UI.Gtk.Abstract.ButtonBox ( dist/build/Graphics/UI/Gtk/Abstract/ButtonBox.hs, dist/build/Graphics/UI/Gtk/Abstract/ButtonBox.o ) [ 28 of 208] Compiling Graphics.UI.Gtk.Abstract.Box ( dist/build/Graphics/UI/Gtk/Abstract/Box.hs, dist/build/Graphics/UI/Gtk/Abstract/Box.o ) [ 29 of 208] Compiling Graphics.UI.Gtk.Misc.Viewport ( dist/build/Graphics/UI/Gtk/Misc/Viewport.hs, dist/build/Graphics/UI/Gtk/Misc/Viewport.o ) [ 30 of 208] Compiling Graphics.UI.Gtk.Misc.Tooltips ( dist/build/Graphics/UI/Gtk/Misc/Tooltips.hs, dist/build/Graphics/UI/Gtk/Misc/Tooltips.o ) [ 31 of 208] Compiling Graphics.UI.Gtk.Misc.Tooltip ( dist/build/Graphics/UI/Gtk/Misc/Tooltip.hs, dist/build/Graphics/UI/Gtk/Misc/Tooltip.o ) [ 32 of 208] Compiling Graphics.UI.Gtk.Misc.SizeGroup ( dist/build/Graphics/UI/Gtk/Misc/SizeGroup.hs, dist/build/Graphics/UI/Gtk/Misc/SizeGroup.o ) [ 33 of 208] Compiling Graphics.UI.Gtk.Misc.IMContextSimple ( dist/build/Graphics/UI/Gtk/Misc/IMContextSimple.hs, dist/build/Graphics/UI/Gtk/Misc/IMContextSimple.o ) [ 34 of 208] Compiling Graphics.UI.Gtk.Misc.IMMulticontext ( dist/build/Graphics/UI/Gtk/Misc/IMMulticontext.hs, dist/build/Graphics/UI/Gtk/Misc/IMMulticontext.o ) [ 35 of 208] Compiling Graphics.UI.Gtk.Misc.HandleBox ( dist/build/Graphics/UI/Gtk/Misc/HandleBox.hs, dist/build/Graphics/UI/Gtk/Misc/HandleBox.o ) [ 36 of 208] Compiling Graphics.UI.Gtk.Misc.EventBox ( dist/build/Graphics/UI/Gtk/Misc/EventBox.hs, dist/build/Graphics/UI/Gtk/Misc/EventBox.o ) [ 37 of 208] Compiling Graphics.UI.Gtk.Misc.Calendar ( dist/build/Graphics/UI/Gtk/Misc/Calendar.hs, dist/build/Graphics/UI/Gtk/Misc/Calendar.o ) [ 38 of 208] Compiling Graphics.UI.Gtk.Misc.Arrow ( dist/build/Graphics/UI/Gtk/Misc/Arrow.hs, dist/build/Graphics/UI/Gtk/Misc/Arrow.o ) [ 39 of 208] Compiling Graphics.UI.Gtk.Misc.Adjustment ( dist/build/Graphics/UI/Gtk/Misc/Adjustment.hs, dist/build/Graphics/UI/Gtk/Misc/Adjustment.o ) [ 40 of 208] Compiling Graphics.UI.Gtk.Misc.Accessible ( dist/build/Graphics/UI/Gtk/Misc/Accessible.hs, dist/build/Graphics/UI/Gtk/Misc/Accessible.o ) [ 41 of 208] Compiling Graphics.UI.Gtk.Scrolling.VScrollbar ( dist/build/Graphics/UI/Gtk/Scrolling/VScrollbar.hs, dist/build/Graphics/UI/Gtk/Scrolling/VScrollbar.o ) [ 42 of 208] Compiling Graphics.UI.Gtk.Scrolling.ScrolledWindow ( dist/build/Graphics/UI/Gtk/Scrolling/ScrolledWindow.hs, dist/build/Graphics/UI/Gtk/Scrolling/ScrolledWindow.o ) [ 43 of 208] Compiling Graphics.UI.Gtk.Scrolling.HScrollbar ( dist/build/Graphics/UI/Gtk/Scrolling/HScrollbar.hs, dist/build/Graphics/UI/Gtk/Scrolling/HScrollbar.o ) [ 44 of 208] Compiling Graphics.UI.Gtk.Recent.RecentInfo ( dist/build/Graphics/UI/Gtk/Recent/RecentInfo.hs, dist/build/Graphics/UI/Gtk/Recent/RecentInfo.o ) [ 45 of 208] Compiling Graphics.UI.Gtk.Recent.RecentChooser ( dist/build/Graphics/UI/Gtk/Recent/RecentChooser.hs, dist/build/Graphics/UI/Gtk/Recent/RecentChooser.o ) [ 46 of 208] Compiling Graphics.UI.Gtk.Recent.RecentManager ( dist/build/Graphics/UI/Gtk/Recent/RecentManager.hs, dist/build/Graphics/UI/Gtk/Recent/RecentManager.o ) [ 47 of 208] Compiling Graphics.UI.Gtk.Recent.RecentFilter ( dist/build/Graphics/UI/Gtk/Recent/RecentFilter.hs, dist/build/Graphics/UI/Gtk/Recent/RecentFilter.o ) [ 48 of 208] Compiling Graphics.UI.Gtk.Recent.RecentChooserWidget ( dist/build/Graphics/UI/Gtk/Recent/RecentChooserWidget.hs, dist/build/Graphics/UI/Gtk/Recent/RecentChooserWidget.o ) [ 49 of 208] Compiling Graphics.UI.Gtk.Recent.RecentChooserMenu ( dist/build/Graphics/UI/Gtk/Recent/RecentChooserMenu.hs, dist/build/Graphics/UI/Gtk/Recent/RecentChooserMenu.o ) [ 50 of 208] Compiling Graphics.UI.Gtk.Printing.PrintContext ( dist/build/Graphics/UI/Gtk/Printing/PrintContext.hs, dist/build/Graphics/UI/Gtk/Printing/PrintContext.o ) [ 51 of 208] Compiling Graphics.UI.Gtk.Printing.PaperSize ( dist/build/Graphics/UI/Gtk/Printing/PaperSize.hs, dist/build/Graphics/UI/Gtk/Printing/PaperSize.o ) [ 52 of 208] Compiling Graphics.UI.Gtk.Printing.PrintOperation ( dist/build/Graphics/UI/Gtk/Printing/PrintOperation.hs, dist/build/Graphics/UI/Gtk/Printing/PrintOperation.o ) [ 53 of 208] Compiling Graphics.UI.Gtk.Printing.PrintSettings ( dist/build/Graphics/UI/Gtk/Printing/PrintSettings.hs, dist/build/Graphics/UI/Gtk/Printing/PrintSettings.o ) [ 54 of 208] Compiling Graphics.UI.Gtk.Printing.PageSetup ( dist/build/Graphics/UI/Gtk/Printing/PageSetup.hs, dist/build/Graphics/UI/Gtk/Printing/PageSetup.o ) [ 55 of 208] Compiling Graphics.UI.Gtk.Ornaments.VSeparator ( dist/build/Graphics/UI/Gtk/Ornaments/VSeparator.hs, dist/build/Graphics/UI/Gtk/Ornaments/VSeparator.o ) [ 56 of 208] Compiling Graphics.UI.Gtk.Ornaments.HSeparator ( dist/build/Graphics/UI/Gtk/Ornaments/HSeparator.hs, dist/build/Graphics/UI/Gtk/Ornaments/HSeparator.o ) [ 57 of 208] Compiling Graphics.UI.Gtk.Ornaments.Frame ( dist/build/Graphics/UI/Gtk/Ornaments/Frame.hs, dist/build/Graphics/UI/Gtk/Ornaments/Frame.o ) [ 58 of 208] Compiling Graphics.UI.Gtk.Layout.VPaned ( dist/build/Graphics/UI/Gtk/Layout/VPaned.hs, dist/build/Graphics/UI/Gtk/Layout/VPaned.o ) [ 59 of 208] Compiling Graphics.UI.Gtk.Layout.VButtonBox ( dist/build/Graphics/UI/Gtk/Layout/VButtonBox.hs, dist/build/Graphics/UI/Gtk/Layout/VButtonBox.o ) [ 60 of 208] Compiling Graphics.UI.Gtk.Layout.VBox ( dist/build/Graphics/UI/Gtk/Layout/VBox.hs, dist/build/Graphics/UI/Gtk/Layout/VBox.o ) [ 61 of 208] Compiling Graphics.UI.Gtk.Layout.Table ( dist/build/Graphics/UI/Gtk/Layout/Table.hs, dist/build/Graphics/UI/Gtk/Layout/Table.o ) [ 62 of 208] Compiling Graphics.UI.Gtk.Layout.Expander ( dist/build/Graphics/UI/Gtk/Layout/Expander.hs, dist/build/Graphics/UI/Gtk/Layout/Expander.o ) [ 63 of 208] Compiling Graphics.UI.Gtk.Layout.Layout ( dist/build/Graphics/UI/Gtk/Layout/Layout.hs, dist/build/Graphics/UI/Gtk/Layout/Layout.o ) [ 64 of 208] Compiling Graphics.UI.Gtk.Layout.HPaned ( dist/build/Graphics/UI/Gtk/Layout/HPaned.hs, dist/build/Graphics/UI/Gtk/Layout/HPaned.o ) [ 65 of 208] Compiling Graphics.UI.Gtk.Layout.Fixed ( dist/build/Graphics/UI/Gtk/Layout/Fixed.hs, dist/build/Graphics/UI/Gtk/Layout/Fixed.o ) [ 66 of 208] Compiling Graphics.UI.Gtk.Layout.HButtonBox ( dist/build/Graphics/UI/Gtk/Layout/HButtonBox.hs, dist/build/Graphics/UI/Gtk/Layout/HButtonBox.o ) [ 67 of 208] Compiling Graphics.UI.Gtk.Layout.HBox ( dist/build/Graphics/UI/Gtk/Layout/HBox.hs, dist/build/Graphics/UI/Gtk/Layout/HBox.o ) [ 68 of 208] Compiling Graphics.UI.Gtk.Layout.AspectFrame ( dist/build/Graphics/UI/Gtk/Layout/AspectFrame.hs, dist/build/Graphics/UI/Gtk/Layout/AspectFrame.o ) [ 69 of 208] Compiling Graphics.UI.Gtk.Layout.Alignment ( dist/build/Graphics/UI/Gtk/Layout/Alignment.hs, dist/build/Graphics/UI/Gtk/Layout/Alignment.o ) [ 70 of 208] Compiling Graphics.UI.Gtk.Selectors.FileFilter ( dist/build/Graphics/UI/Gtk/Selectors/FileFilter.hs, dist/build/Graphics/UI/Gtk/Selectors/FileFilter.o ) [ 71 of 208] Compiling Graphics.UI.Gtk.Selectors.FileChooser ( dist/build/Graphics/UI/Gtk/Selectors/FileChooser.hs, dist/build/Graphics/UI/Gtk/Selectors/FileChooser.o ) [ 72 of 208] Compiling Graphics.UI.Gtk.Selectors.FileChooserWidget ( dist/build/Graphics/UI/Gtk/Selectors/FileChooserWidget.hs, dist/build/Graphics/UI/Gtk/Selectors/FileChooserWidget.o ) [ 73 of 208] Compiling Graphics.UI.Gtk.Selectors.FileChooserButton ( dist/build/Graphics/UI/Gtk/Selectors/FileChooserButton.hs, dist/build/Graphics/UI/Gtk/Selectors/FileChooserButton.o ) [ 74 of 208] Compiling Graphics.UI.Gtk.Special.VRuler ( dist/build/Graphics/UI/Gtk/Special/VRuler.hs, dist/build/Graphics/UI/Gtk/Special/VRuler.o ) [ 75 of 208] Compiling Graphics.UI.Gtk.Special.HRuler ( dist/build/Graphics/UI/Gtk/Special/HRuler.hs, dist/build/Graphics/UI/Gtk/Special/HRuler.o ) [ 76 of 208] Compiling Graphics.UI.Gtk.Special.Ruler ( dist/build/Graphics/UI/Gtk/Special/Ruler.hs, dist/build/Graphics/UI/Gtk/Special/Ruler.o ) [ 77 of 208] Compiling Graphics.UI.Gtk.Selectors.HSV ( dist/build/Graphics/UI/Gtk/Selectors/HSV.hs, dist/build/Graphics/UI/Gtk/Selectors/HSV.o ) [ 78 of 208] Compiling Graphics.UI.Gtk.Selectors.FontButton ( dist/build/Graphics/UI/Gtk/Selectors/FontButton.hs, dist/build/Graphics/UI/Gtk/Selectors/FontButton.o ) [ 79 of 208] Compiling Graphics.UI.Gtk.Selectors.FontSelectionDialog ( dist/build/Graphics/UI/Gtk/Selectors/FontSelectionDialog.hs, dist/build/Graphics/UI/Gtk/Selectors/FontSelectionDialog.o ) [ 80 of 208] Compiling Graphics.UI.Gtk.Selectors.FontSelection ( dist/build/Graphics/UI/Gtk/Selectors/FontSelection.hs, dist/build/Graphics/UI/Gtk/Selectors/FontSelection.o ) [ 81 of 208] Compiling Graphics.UI.Gtk.Selectors.FileSelection ( dist/build/Graphics/UI/Gtk/Selectors/FileSelection.hs, dist/build/Graphics/UI/Gtk/Selectors/FileSelection.o ) [ 82 of 208] Compiling Graphics.UI.Gtk.Selectors.ColorButton ( dist/build/Graphics/UI/Gtk/Selectors/ColorButton.hs, dist/build/Graphics/UI/Gtk/Selectors/ColorButton.o ) [ 83 of 208] Compiling Graphics.UI.Gtk.Selectors.ColorSelectionDialog ( dist/build/Graphics/UI/Gtk/Selectors/ColorSelectionDialog.hs, dist/build/Graphics/UI/Gtk/Selectors/ColorSelectionDialog.o ) [ 84 of 208] Compiling Graphics.UI.Gtk.Selectors.ColorSelection ( dist/build/Graphics/UI/Gtk/Selectors/ColorSelection.hs, dist/build/Graphics/UI/Gtk/Selectors/ColorSelection.o ) [ 85 of 208] Compiling Graphics.UI.Gtk.ActionMenuToolbar.UIManager ( dist/build/Graphics/UI/Gtk/ActionMenuToolbar/UIManager.hs, dist/build/Graphics/UI/Gtk/ActionMenuToolbar/UIManager.o ) [ 86 of 208] Compiling Graphics.UI.Gtk.ActionMenuToolbar.RecentAction ( dist/build/Graphics/UI/Gtk/ActionMenuToolbar/RecentAction.hs, dist/build/Graphics/UI/Gtk/ActionMenuToolbar/RecentAction.o ) [ 87 of 208] Compiling Graphics.UI.Gtk.MenuComboToolbar.SeparatorToolItem ( dist/build/Graphics/UI/Gtk/MenuComboToolbar/SeparatorToolItem.hs, dist/build/Graphics/UI/Gtk/MenuComboToolbar/SeparatorToolItem.o ) [ 88 of 208] Compiling Graphics.UI.Gtk.MenuComboToolbar.SeparatorMenuItem ( dist/build/Graphics/UI/Gtk/MenuComboToolbar/SeparatorMenuItem.hs, dist/build/Graphics/UI/Gtk/MenuComboToolbar/SeparatorMenuItem.o ) [ 89 of 208] Compiling Graphics.UI.Gtk.MenuComboToolbar.ToolPalette ( dist/build/Graphics/UI/Gtk/MenuComboToolbar/ToolPalette.hs, dist/build/Graphics/UI/Gtk/MenuComboToolbar/ToolPalette.o ) [ 90 of 208] Compiling Graphics.UI.Gtk.MenuComboToolbar.ToolItemGroup ( dist/build/Graphics/UI/Gtk/MenuComboToolbar/ToolItemGroup.hs, dist/build/Graphics/UI/Gtk/MenuComboToolbar/ToolItemGroup.o ) [ 91 of 208] Compiling Graphics.UI.Gtk.MenuComboToolbar.ToolItem ( dist/build/Graphics/UI/Gtk/MenuComboToolbar/ToolItem.hs, dist/build/Graphics/UI/Gtk/MenuComboToolbar/ToolItem.o ) [ 92 of 208] Compiling Graphics.UI.Gtk.MenuComboToolbar.TearoffMenuItem ( dist/build/Graphics/UI/Gtk/MenuComboToolbar/TearoffMenuItem.hs, dist/build/Graphics/UI/Gtk/MenuComboToolbar/TearoffMenuItem.o ) [ 93 of 208] Compiling Graphics.UI.Gtk.MenuComboToolbar.RadioMenuItem ( dist/build/Graphics/UI/Gtk/MenuComboToolbar/RadioMenuItem.hs, dist/build/Graphics/UI/Gtk/MenuComboToolbar/RadioMenuItem.o ) [ 94 of 208] Compiling Graphics.UI.Gtk.MenuComboToolbar.OptionMenu ( dist/build/Graphics/UI/Gtk/MenuComboToolbar/OptionMenu.hs, dist/build/Graphics/UI/Gtk/MenuComboToolbar/OptionMenu.o ) [ 95 of 208] Compiling Graphics.UI.Gtk.MenuComboToolbar.MenuShell ( dist/build/Graphics/UI/Gtk/MenuComboToolbar/MenuShell.hs, dist/build/Graphics/UI/Gtk/MenuComboToolbar/MenuShell.o ) [ 96 of 208] Compiling Graphics.UI.Gtk.MenuComboToolbar.MenuItem ( dist/build/Graphics/UI/Gtk/MenuComboToolbar/MenuItem.hs, dist/build/Graphics/UI/Gtk/MenuComboToolbar/MenuItem.o ) [ 97 of 208] Compiling Graphics.UI.Gtk.MenuComboToolbar.MenuBar ( dist/build/Graphics/UI/Gtk/MenuComboToolbar/MenuBar.hs, dist/build/Graphics/UI/Gtk/MenuComboToolbar/MenuBar.o ) [ 98 of 208] Compiling Graphics.UI.Gtk.MenuComboToolbar.CheckMenuItem ( dist/build/Graphics/UI/Gtk/MenuComboToolbar/CheckMenuItem.hs, dist/build/Graphics/UI/Gtk/MenuComboToolbar/CheckMenuItem.o ) [ 99 of 208] Compiling Graphics.UI.Gtk.ModelView.TreeRowReference ( dist/build/Graphics/UI/Gtk/ModelView/TreeRowReference.hs, dist/build/Graphics/UI/Gtk/ModelView/TreeRowReference.o ) [100 of 208] Compiling Graphics.UI.Gtk.ModelView.TreeSortable ( dist/build/Graphics/UI/Gtk/ModelView/TreeSortable.hs, dist/build/Graphics/UI/Gtk/ModelView/TreeSortable.o ) [101 of 208] Compiling Graphics.UI.Gtk.ModelView.TreeDrag ( dist/build/Graphics/UI/Gtk/ModelView/TreeDrag.hs, dist/build/Graphics/UI/Gtk/ModelView/TreeDrag.o ) [102 of 208] Compiling Graphics.UI.Gtk.ModelView.CustomStore ( dist/build/Graphics/UI/Gtk/ModelView/CustomStore.hs, dist/build/Graphics/UI/Gtk/ModelView/CustomStore.o ) [103 of 208] Compiling Graphics.UI.Gtk.ModelView.TreeModel ( dist/build/Graphics/UI/Gtk/ModelView/TreeModel.hs, dist/build/Graphics/UI/Gtk/ModelView/TreeModel.o ) [104 of 208] Compiling Graphics.UI.Gtk.ModelView.ListStore ( Graphics/UI/Gtk/ModelView/ListStore.hs, dist/build/Graphics/UI/Gtk/ModelView/ListStore.o ) [105 of 208] Compiling Graphics.UI.Gtk.ModelView.TreeModelSort ( dist/build/Graphics/UI/Gtk/ModelView/TreeModelSort.hs, dist/build/Graphics/UI/Gtk/ModelView/TreeModelSort.o ) [106 of 208] Compiling Graphics.UI.Gtk.ModelView.TreeSelection ( dist/build/Graphics/UI/Gtk/ModelView/TreeSelection.hs, dist/build/Graphics/UI/Gtk/ModelView/TreeSelection.o ) [107 of 208] Compiling Graphics.UI.Gtk.ModelView.TreeViewColumn ( dist/build/Graphics/UI/Gtk/ModelView/TreeViewColumn.hs, dist/build/Graphics/UI/Gtk/ModelView/TreeViewColumn.o ) [108 of 208] Compiling Graphics.UI.Gtk.ModelView.TreeModelFilter ( dist/build/Graphics/UI/Gtk/ModelView/TreeModelFilter.hs, dist/build/Graphics/UI/Gtk/ModelView/TreeModelFilter.o ) [109 of 208] Compiling Graphics.UI.Gtk.ModelView.TreeStore ( Graphics/UI/Gtk/ModelView/TreeStore.hs, dist/build/Graphics/UI/Gtk/ModelView/TreeStore.o ) [110 of 208] Compiling Graphics.UI.Gtk.ModelView.CellView ( dist/build/Graphics/UI/Gtk/ModelView/CellView.hs, dist/build/Graphics/UI/Gtk/ModelView/CellView.o ) [111 of 208] Compiling Graphics.UI.Gtk.ModelView.CellRendererToggle ( dist/build/Graphics/UI/Gtk/ModelView/CellRendererToggle.hs, dist/build/Graphics/UI/Gtk/ModelView/CellRendererToggle.o ) [112 of 208] Compiling Graphics.UI.Gtk.ModelView.CellRendererSpin ( dist/build/Graphics/UI/Gtk/ModelView/CellRendererSpin.hs, dist/build/Graphics/UI/Gtk/ModelView/CellRendererSpin.o ) [113 of 208] Compiling Graphics.UI.Gtk.ModelView.CellRendererText ( dist/build/Graphics/UI/Gtk/ModelView/CellRendererText.hs, dist/build/Graphics/UI/Gtk/ModelView/CellRendererText.o ) [114 of 208] Compiling Graphics.UI.Gtk.ModelView.CellRendererProgress ( dist/build/Graphics/UI/Gtk/ModelView/CellRendererProgress.hs, dist/build/Graphics/UI/Gtk/ModelView/CellRendererProgress.o ) [115 of 208] Compiling Graphics.UI.Gtk.ModelView.CellRendererPixbuf ( dist/build/Graphics/UI/Gtk/ModelView/CellRendererPixbuf.hs, dist/build/Graphics/UI/Gtk/ModelView/CellRendererPixbuf.o ) [116 of 208] Compiling Graphics.UI.Gtk.ModelView.CellRendererCombo ( dist/build/Graphics/UI/Gtk/ModelView/CellRendererCombo.hs, dist/build/Graphics/UI/Gtk/ModelView/CellRendererCombo.o ) [117 of 208] Compiling Graphics.UI.Gtk.ModelView.CellRendererSpinner ( dist/build/Graphics/UI/Gtk/ModelView/CellRendererSpinner.hs, dist/build/Graphics/UI/Gtk/ModelView/CellRendererSpinner.o ) [118 of 208] Compiling Graphics.UI.Gtk.ModelView.CellLayout ( dist/build/Graphics/UI/Gtk/ModelView/CellLayout.hs, dist/build/Graphics/UI/Gtk/ModelView/CellLayout.o ) [119 of 208] Compiling Graphics.UI.Gtk.MenuComboToolbar.ComboBox ( dist/build/Graphics/UI/Gtk/MenuComboToolbar/ComboBox.hs, dist/build/Graphics/UI/Gtk/MenuComboToolbar/ComboBox.o ) [120 of 208] Compiling Graphics.UI.Gtk.MenuComboToolbar.ComboBoxEntry ( dist/build/Graphics/UI/Gtk/MenuComboToolbar/ComboBoxEntry.hs, dist/build/Graphics/UI/Gtk/MenuComboToolbar/ComboBoxEntry.o ) [121 of 208] Compiling Graphics.UI.Gtk.Multiline.TextTagTable ( dist/build/Graphics/UI/Gtk/Multiline/TextTagTable.hs, dist/build/Graphics/UI/Gtk/Multiline/TextTagTable.o ) [122 of 208] Compiling Graphics.UI.Gtk.Multiline.TextMark ( dist/build/Graphics/UI/Gtk/Multiline/TextMark.hs, dist/build/Graphics/UI/Gtk/Multiline/TextMark.o ) [123 of 208] Compiling Graphics.UI.Gtk.Entry.SpinButton ( dist/build/Graphics/UI/Gtk/Entry/SpinButton.hs, dist/build/Graphics/UI/Gtk/Entry/SpinButton.o ) [124 of 208] Compiling Graphics.UI.Gtk.Entry.VScale ( dist/build/Graphics/UI/Gtk/Entry/VScale.hs, dist/build/Graphics/UI/Gtk/Entry/VScale.o ) [125 of 208] Compiling Graphics.UI.Gtk.Entry.HScale ( dist/build/Graphics/UI/Gtk/Entry/HScale.hs, dist/build/Graphics/UI/Gtk/Entry/HScale.o ) [126 of 208] Compiling Graphics.UI.Gtk.Entry.EntryCompletion ( dist/build/Graphics/UI/Gtk/Entry/EntryCompletion.hs, dist/build/Graphics/UI/Gtk/Entry/EntryCompletion.o ) [127 of 208] Compiling Graphics.UI.Gtk.Entry.EntryBuffer ( dist/build/Graphics/UI/Gtk/Entry/EntryBuffer.hs, dist/build/Graphics/UI/Gtk/Entry/EntryBuffer.o ) [128 of 208] Compiling Graphics.UI.Gtk.Entry.Editable ( dist/build/Graphics/UI/Gtk/Entry/Editable.hs, dist/build/Graphics/UI/Gtk/Entry/Editable.o ) [129 of 208] Compiling Graphics.UI.Gtk.Buttons.VolumeButton ( dist/build/Graphics/UI/Gtk/Buttons/VolumeButton.hs, dist/build/Graphics/UI/Gtk/Buttons/VolumeButton.o ) [130 of 208] Compiling Graphics.UI.Gtk.Buttons.ScaleButton ( dist/build/Graphics/UI/Gtk/Buttons/ScaleButton.hs, dist/build/Graphics/UI/Gtk/Buttons/ScaleButton.o ) [131 of 208] Compiling Graphics.UI.Gtk.Buttons.LinkButton ( dist/build/Graphics/UI/Gtk/Buttons/LinkButton.hs, dist/build/Graphics/UI/Gtk/Buttons/LinkButton.o ) [132 of 208] Compiling Graphics.UI.Gtk.Buttons.ToggleButton ( dist/build/Graphics/UI/Gtk/Buttons/ToggleButton.hs, dist/build/Graphics/UI/Gtk/Buttons/ToggleButton.o ) [133 of 208] Compiling Graphics.UI.Gtk.Buttons.RadioButton ( dist/build/Graphics/UI/Gtk/Buttons/RadioButton.hs, dist/build/Graphics/UI/Gtk/Buttons/RadioButton.o ) [134 of 208] Compiling Graphics.UI.Gtk.Buttons.CheckButton ( dist/build/Graphics/UI/Gtk/Buttons/CheckButton.hs, dist/build/Graphics/UI/Gtk/Buttons/CheckButton.o ) [135 of 208] Compiling Graphics.UI.Gtk.Display.Statusbar ( dist/build/Graphics/UI/Gtk/Display/Statusbar.hs, dist/build/Graphics/UI/Gtk/Display/Statusbar.o ) [136 of 208] Compiling Graphics.UI.Gtk.Display.Spinner ( dist/build/Graphics/UI/Gtk/Display/Spinner.hs, dist/build/Graphics/UI/Gtk/Display/Spinner.o ) [137 of 208] Compiling Graphics.UI.Gtk.Display.ProgressBar ( dist/build/Graphics/UI/Gtk/Display/ProgressBar.hs, dist/build/Graphics/UI/Gtk/Display/ProgressBar.o ) [138 of 208] Compiling Graphics.UI.Gtk.Display.AccelLabel ( dist/build/Graphics/UI/Gtk/Display/AccelLabel.hs, dist/build/Graphics/UI/Gtk/Display/AccelLabel.o ) [139 of 208] Compiling Graphics.UI.Gtk.Windows.WindowGroup ( dist/build/Graphics/UI/Gtk/Windows/WindowGroup.hs, dist/build/Graphics/UI/Gtk/Windows/WindowGroup.o ) [140 of 208] Compiling Graphics.UI.Gtk.Windows.MessageDialog ( dist/build/Graphics/UI/Gtk/Windows/MessageDialog.hs, dist/build/Graphics/UI/Gtk/Windows/MessageDialog.o ) [141 of 208] Compiling Graphics.UI.Gtk.Display.InfoBar ( dist/build/Graphics/UI/Gtk/Display/InfoBar.hs, dist/build/Graphics/UI/Gtk/Display/InfoBar.o ) [142 of 208] Compiling Graphics.UI.Gtk.Windows.Assistant ( dist/build/Graphics/UI/Gtk/Windows/Assistant.hs, dist/build/Graphics/UI/Gtk/Windows/Assistant.o ) [143 of 208] Compiling Graphics.UI.Gtk.Windows.AboutDialog ( dist/build/Graphics/UI/Gtk/Windows/AboutDialog.hs, dist/build/Graphics/UI/Gtk/Windows/AboutDialog.o ) [144 of 208] Compiling Graphics.UI.Gtk.Windows.Dialog ( dist/build/Graphics/UI/Gtk/Windows/Dialog.hs, dist/build/Graphics/UI/Gtk/Windows/Dialog.o ) [145 of 208] Compiling Graphics.UI.Gtk.Windows.OffscreenWindow ( dist/build/Graphics/UI/Gtk/Windows/OffscreenWindow.hs, dist/build/Graphics/UI/Gtk/Windows/OffscreenWindow.o ) [146 of 208] Compiling Graphics.UI.Gtk.Gdk.DisplayManager ( dist/build/Graphics/UI/Gtk/Gdk/DisplayManager.hs, dist/build/Graphics/UI/Gtk/Gdk/DisplayManager.o ) [147 of 208] Compiling Graphics.UI.Gtk.Gdk.Screen ( dist/build/Graphics/UI/Gtk/Gdk/Screen.hs, dist/build/Graphics/UI/Gtk/Gdk/Screen.o ) [148 of 208] Compiling Graphics.UI.Gtk.Windows.Invisible ( dist/build/Graphics/UI/Gtk/Windows/Invisible.hs, dist/build/Graphics/UI/Gtk/Windows/Invisible.o ) [149 of 208] Compiling Graphics.UI.Gtk.Gdk.Region ( dist/build/Graphics/UI/Gtk/Gdk/Region.hs, dist/build/Graphics/UI/Gtk/Gdk/Region.o ) [150 of 208] Compiling Graphics.UI.Gtk.Cairo ( dist/build/Graphics/UI/Gtk/Cairo.hs, dist/build/Graphics/UI/Gtk/Cairo.o ) [151 of 208] Compiling Graphics.UI.Gtk.Gdk.GC ( dist/build/Graphics/UI/Gtk/Gdk/GC.hs, dist/build/Graphics/UI/Gtk/Gdk/GC.o ) [152 of 208] Compiling Graphics.UI.Gtk.ModelView.CellRenderer ( dist/build/Graphics/UI/Gtk/ModelView/CellRenderer.hs, dist/build/Graphics/UI/Gtk/ModelView/CellRenderer.o ) [153 of 208] Compiling Graphics.UI.Gtk.Gdk.Drawable ( dist/build/Graphics/UI/Gtk/Gdk/Drawable.hs, dist/build/Graphics/UI/Gtk/Gdk/Drawable.o ) [154 of 208] Compiling Graphics.UI.Gtk.Gdk.Pixmap ( dist/build/Graphics/UI/Gtk/Gdk/Pixmap.hs, dist/build/Graphics/UI/Gtk/Gdk/Pixmap.o ) [155 of 208] Compiling Graphics.UI.Gtk.Gdk.Pixbuf ( dist/build/Graphics/UI/Gtk/Gdk/Pixbuf.hs, dist/build/Graphics/UI/Gtk/Gdk/Pixbuf.o ) [156 of 208] Compiling Graphics.UI.Gtk.Gdk.PixbufAnimation ( dist/build/Graphics/UI/Gtk/Gdk/PixbufAnimation.hs, dist/build/Graphics/UI/Gtk/Gdk/PixbufAnimation.o ) [157 of 208] Compiling Graphics.UI.Gtk.Gdk.Cursor ( dist/build/Graphics/UI/Gtk/Gdk/Cursor.hs, dist/build/Graphics/UI/Gtk/Gdk/Cursor.o ) [158 of 208] Compiling Graphics.UI.Gtk.General.RcStyle ( dist/build/Graphics/UI/Gtk/General/RcStyle.hs, dist/build/Graphics/UI/Gtk/General/RcStyle.o ) [159 of 208] Compiling Graphics.UI.Gtk.General.Style ( dist/build/Graphics/UI/Gtk/General/Style.hs, dist/build/Graphics/UI/Gtk/General/Style.o ) [160 of 208] Compiling Graphics.UI.Gtk.Gdk.Keys ( dist/build/Graphics/UI/Gtk/Gdk/Keys.hs, dist/build/Graphics/UI/Gtk/Gdk/Keys.o ) [161 of 208] Compiling Graphics.UI.Gtk.Gdk.EventM ( dist/build/Graphics/UI/Gtk/Gdk/EventM.hs, dist/build/Graphics/UI/Gtk/Gdk/EventM.o ) [162 of 208] Compiling Graphics.UI.Gtk.Gdk.AppLaunchContext ( dist/build/Graphics/UI/Gtk/Gdk/AppLaunchContext.hs, dist/build/Graphics/UI/Gtk/Gdk/AppLaunchContext.o ) [163 of 208] Compiling Graphics.UI.Gtk.Gdk.Display ( dist/build/Graphics/UI/Gtk/Gdk/Display.hs, dist/build/Graphics/UI/Gtk/Gdk/Display.o ) [164 of 208] Compiling Graphics.UI.Gtk.Entry.Entry ( dist/build/Graphics/UI/Gtk/Entry/Entry.hs, dist/build/Graphics/UI/Gtk/Entry/Entry.o ) [165 of 208] Compiling Graphics.UI.Gtk.Abstract.IMContext ( dist/build/Graphics/UI/Gtk/Abstract/IMContext.hs, dist/build/Graphics/UI/Gtk/Abstract/IMContext.o ) [166 of 208] Compiling Graphics.UI.Gtk.Gdk.Keymap ( dist/build/Graphics/UI/Gtk/Gdk/Keymap.hs, dist/build/Graphics/UI/Gtk/Gdk/Keymap.o ) [167 of 208] Compiling Graphics.UI.Gtk.Windows.Window ( dist/build/Graphics/UI/Gtk/Windows/Window.hs, dist/build/Graphics/UI/Gtk/Windows/Window.o ) [168 of 208] Compiling Graphics.UI.Gtk.Selectors.FileChooserDialog ( dist/build/Graphics/UI/Gtk/Selectors/FileChooserDialog.hs, dist/build/Graphics/UI/Gtk/Selectors/FileChooserDialog.o ) [169 of 208] Compiling Graphics.UI.Gtk.Display.Label ( dist/build/Graphics/UI/Gtk/Display/Label.hs, dist/build/Graphics/UI/Gtk/Display/Label.o ) [170 of 208] Compiling Graphics.UI.Gtk.Layout.Notebook ( dist/build/Graphics/UI/Gtk/Layout/Notebook.hs, dist/build/Graphics/UI/Gtk/Layout/Notebook.o ) [171 of 208] Compiling Graphics.UI.Gtk.ModelView.CellRendererAccel ( dist/build/Graphics/UI/Gtk/ModelView/CellRendererAccel.hs, dist/build/Graphics/UI/Gtk/ModelView/CellRendererAccel.o ) [172 of 208] Compiling Graphics.UI.Gtk.Gdk.Events ( dist/build/Graphics/UI/Gtk/Gdk/Events.hs, dist/build/Graphics/UI/Gtk/Gdk/Events.o ) [173 of 208] Compiling Graphics.UI.Gtk.Gdk.Gdk ( dist/build/Graphics/UI/Gtk/Gdk/Gdk.hs, dist/build/Graphics/UI/Gtk/Gdk/Gdk.o ) [174 of 208] Compiling Graphics.UI.Gtk.Multiline.TextTag ( dist/build/Graphics/UI/Gtk/Multiline/TextTag.hs, dist/build/Graphics/UI/Gtk/Multiline/TextTag.o ) [175 of 208] Compiling Graphics.UI.Gtk.Multiline.TextIter ( dist/build/Graphics/UI/Gtk/Multiline/TextIter.hs, dist/build/Graphics/UI/Gtk/Multiline/TextIter.o ) [176 of 208] Compiling Graphics.UI.Gtk.Multiline.TextBuffer ( dist/build/Graphics/UI/Gtk/Multiline/TextBuffer.hs, dist/build/Graphics/UI/Gtk/Multiline/TextBuffer.o ) [177 of 208] Compiling Graphics.UI.Gtk.Multiline.TextView ( dist/build/Graphics/UI/Gtk/Multiline/TextView.hs, dist/build/Graphics/UI/Gtk/Multiline/TextView.o ) [178 of 208] Compiling Graphics.UI.Gtk.ModelView.CellEditable ( dist/build/Graphics/UI/Gtk/ModelView/CellEditable.hs, dist/build/Graphics/UI/Gtk/ModelView/CellEditable.o ) [179 of 208] Compiling Graphics.UI.Gtk.ModelView.IconView ( dist/build/Graphics/UI/Gtk/ModelView/IconView.hs, dist/build/Graphics/UI/Gtk/ModelView/IconView.o ) [180 of 208] Compiling Graphics.UI.Gtk.ModelView.TreeView ( dist/build/Graphics/UI/Gtk/ModelView/TreeView.hs, dist/build/Graphics/UI/Gtk/ModelView/TreeView.o ) [181 of 208] Compiling Graphics.UI.Gtk.ModelView ( dist/build/Graphics/UI/Gtk/ModelView.hs, dist/build/Graphics/UI/Gtk/ModelView.o ) [182 of 208] Compiling Graphics.UI.Gtk.MenuComboToolbar.Menu ( dist/build/Graphics/UI/Gtk/MenuComboToolbar/Menu.hs, dist/build/Graphics/UI/Gtk/MenuComboToolbar/Menu.o ) [183 of 208] Compiling Graphics.UI.Gtk.General.Selection ( dist/build/Graphics/UI/Gtk/General/Selection.hs, dist/build/Graphics/UI/Gtk/General/Selection.o ) [184 of 208] Compiling Graphics.UI.Gtk.General.Settings ( dist/build/Graphics/UI/Gtk/General/Settings.hs, dist/build/Graphics/UI/Gtk/General/Settings.o ) [185 of 208] Compiling Graphics.UI.Gtk.General.Clipboard ( dist/build/Graphics/UI/Gtk/General/Clipboard.hs, dist/build/Graphics/UI/Gtk/General/Clipboard.o ) [186 of 208] Compiling Graphics.UI.Gtk.General.StockItems ( dist/build/Graphics/UI/Gtk/General/StockItems.hs, dist/build/Graphics/UI/Gtk/General/StockItems.o ) [187 of 208] Compiling Graphics.UI.Gtk.General.Drag ( dist/build/Graphics/UI/Gtk/General/Drag.hs, dist/build/Graphics/UI/Gtk/General/Drag.o ) [188 of 208] Compiling Graphics.UI.Gtk.Display.Image ( dist/build/Graphics/UI/Gtk/Display/Image.hs, dist/build/Graphics/UI/Gtk/Display/Image.o ) [189 of 208] Compiling Graphics.UI.Gtk.Display.StatusIcon ( dist/build/Graphics/UI/Gtk/Display/StatusIcon.hs, dist/build/Graphics/UI/Gtk/Display/StatusIcon.o ) [190 of 208] Compiling Graphics.UI.Gtk.Buttons.Button ( dist/build/Graphics/UI/Gtk/Buttons/Button.hs, dist/build/Graphics/UI/Gtk/Buttons/Button.o ) [191 of 208] Compiling Graphics.UI.Gtk.MenuComboToolbar.ImageMenuItem ( dist/build/Graphics/UI/Gtk/MenuComboToolbar/ImageMenuItem.hs, dist/build/Graphics/UI/Gtk/MenuComboToolbar/ImageMenuItem.o ) [192 of 208] Compiling Graphics.UI.Gtk.MenuComboToolbar.Toolbar ( dist/build/Graphics/UI/Gtk/MenuComboToolbar/Toolbar.hs, dist/build/Graphics/UI/Gtk/MenuComboToolbar/Toolbar.o ) [193 of 208] Compiling Graphics.UI.Gtk.MenuComboToolbar.ToolButton ( dist/build/Graphics/UI/Gtk/MenuComboToolbar/ToolButton.hs, dist/build/Graphics/UI/Gtk/MenuComboToolbar/ToolButton.o ) [194 of 208] Compiling Graphics.UI.Gtk.MenuComboToolbar.MenuToolButton ( dist/build/Graphics/UI/Gtk/MenuComboToolbar/MenuToolButton.hs, dist/build/Graphics/UI/Gtk/MenuComboToolbar/MenuToolButton.o ) [195 of 208] Compiling Graphics.UI.Gtk.MenuComboToolbar.ToggleToolButton ( dist/build/Graphics/UI/Gtk/MenuComboToolbar/ToggleToolButton.hs, dist/build/Graphics/UI/Gtk/MenuComboToolbar/ToggleToolButton.o ) [196 of 208] Compiling Graphics.UI.Gtk.MenuComboToolbar.RadioToolButton ( dist/build/Graphics/UI/Gtk/MenuComboToolbar/RadioToolButton.hs, dist/build/Graphics/UI/Gtk/MenuComboToolbar/RadioToolButton.o ) [197 of 208] Compiling Graphics.UI.Gtk.ActionMenuToolbar.Action ( dist/build/Graphics/UI/Gtk/ActionMenuToolbar/Action.hs, dist/build/Graphics/UI/Gtk/ActionMenuToolbar/Action.o ) [198 of 208] Compiling Graphics.UI.Gtk.ActionMenuToolbar.ToggleAction ( dist/build/Graphics/UI/Gtk/ActionMenuToolbar/ToggleAction.hs, dist/build/Graphics/UI/Gtk/ActionMenuToolbar/ToggleAction.o ) [199 of 208] Compiling Graphics.UI.Gtk.ActionMenuToolbar.RadioAction ( dist/build/Graphics/UI/Gtk/ActionMenuToolbar/RadioAction.hs, dist/build/Graphics/UI/Gtk/ActionMenuToolbar/RadioAction.o ) [200 of 208] Compiling Graphics.UI.Gtk.ActionMenuToolbar.ActionGroup ( dist/build/Graphics/UI/Gtk/ActionMenuToolbar/ActionGroup.hs, dist/build/Graphics/UI/Gtk/ActionMenuToolbar/ActionGroup.o ) [201 of 208] Compiling Graphics.UI.Gtk.Abstract.Widget ( dist/build/Graphics/UI/Gtk/Abstract/Widget.hs, dist/build/Graphics/UI/Gtk/Abstract/Widget.o ) [202 of 208] Compiling Graphics.UI.Gtk.Gdk.DrawWindow ( dist/build/Graphics/UI/Gtk/Gdk/DrawWindow.hs, dist/build/Graphics/UI/Gtk/Gdk/DrawWindow.o ) [203 of 208] Compiling Graphics.UI.Gtk.MenuComboToolbar.Combo ( dist/build/Graphics/UI/Gtk/MenuComboToolbar/Combo.hs, dist/build/Graphics/UI/Gtk/MenuComboToolbar/Combo.o ) [204 of 208] Compiling Graphics.UI.Gtk.Misc.DrawingArea ( dist/build/Graphics/UI/Gtk/Misc/DrawingArea.hs, dist/build/Graphics/UI/Gtk/Misc/DrawingArea.o ) [205 of 208] Compiling Graphics.UI.Gtk.General.IconTheme ( dist/build/Graphics/UI/Gtk/General/IconTheme.hs, dist/build/Graphics/UI/Gtk/General/IconTheme.o ) [206 of 208] Compiling Graphics.UI.Gtk.General.IconFactory ( dist/build/Graphics/UI/Gtk/General/IconFactory.hs, dist/build/Graphics/UI/Gtk/General/IconFactory.o ) [207 of 208] Compiling Graphics.UI.Gtk.General.General ( dist/build/Graphics/UI/Gtk/General/General.hs, dist/build/Graphics/UI/Gtk/General/General.o ) [208 of 208] Compiling Graphics.UI.Gtk ( dist/build/Graphics/UI/Gtk.hs, dist/build/Graphics/UI/Gtk.o ) In-place registering gtk-0.12.5.0... Running Haddock for gtk-0.12.5.0... Running hscolour for gtk-0.12.5.0... Preprocessing library gtk-0.12.5.0... Preprocessing library gtk-0.12.5.0... Warning: The documentation for the following packages are not installed. No links will be generated to these packages: rts-1.0 Graphics/UI/Gtk/Types.chs:843:27: Warning: In the use of `unsafeForeignPtrToPtr' (imported from Foreign.ForeignPtr): Deprecated: "Use Foreign.ForeignPtr.Unsafe.unsafeForeignPtrToPtr instead; This function will be removed in the next release" Haddock coverage: 50% ( 1 / 2) in 'Graphics.UI.Gtk.General.Threading' 100% ( 39 / 39) in 'Graphics.UI.Gtk.ModelView.Sequence' 75% ( 18 / 24) in 'Graphics.UI.Gtk.Gdk.Enums' 2% ( 1 / 65) in 'Graphics.UI.Gtk.Signals' 82% ( 62 / 76) in 'Graphics.UI.Gtk.General.Enums' 0% ( 2 /1368) in 'Graphics.UI.Gtk.Types' 87% ( 13 / 15) in 'Graphics.UI.Gtk.General.DNDTypes' 11% ( 1 / 9) in 'Graphics.UI.Gtk.Abstract.ContainerChildProperties' 100% ( 2 / 2) in 'Graphics.UI.Gtk.Embedding.Embedding' 35% ( 8 / 23) in 'Graphics.UI.Gtk.ModelView.Types' 67% ( 2 / 3) in 'Graphics.UI.Gtk.Gdk.PixbufData' 55% ( 6 / 11) in 'Graphics.UI.Gtk.Abstract.Separator' 55% ( 6 / 11) in 'Graphics.UI.Gtk.Abstract.Scrollbar' 78% ( 18 / 23) in 'Graphics.UI.Gtk.Abstract.Scale' 65% ( 13 / 20) in 'Graphics.UI.Gtk.Abstract.Object' 60% ( 25 / 42) in 'Graphics.UI.Gtk.Abstract.Paned' 74% ( 17 / 23) in 'Graphics.UI.Gtk.Builder' 69% ( 45 / 65) in 'Graphics.UI.Gtk.General.Structs' 89% ( 50 / 56) in 'Graphics.UI.Gtk.Abstract.Range' 79% ( 19 / 24) in 'Graphics.UI.Gtk.Embedding.Plug' 67% ( 18 / 27) in 'Graphics.UI.Gtk.Embedding.Socket' 71% ( 5 / 7) in 'Graphics.UI.Gtk.Multiline.Types' 1% ( 20 /1388) in 'Graphics.UI.GtkInternals' 76% ( 16 / 21) in 'Graphics.UI.Gtk.Abstract.Misc' 62% ( 8 / 13) in 'Graphics.UI.Gtk.Abstract.Bin' 78% ( 45 / 58) in 'Graphics.UI.Gtk.Abstract.Container' 76% ( 16 / 21) in 'Graphics.UI.Gtk.Abstract.ButtonBox' 84% ( 27 / 32) in 'Graphics.UI.Gtk.Abstract.Box' 81% ( 22 / 27) in 'Graphics.UI.Gtk.Misc.Viewport' 75% ( 15 / 20) in 'Graphics.UI.Gtk.Misc.Tooltips' 80% ( 16 / 20) in 'Graphics.UI.Gtk.Misc.Tooltip' 75% ( 18 / 24) in 'Graphics.UI.Gtk.Misc.SizeGroup' 67% ( 8 / 12) in 'Graphics.UI.Gtk.Misc.IMContextSimple' 62% ( 8 / 13) in 'Graphics.UI.Gtk.Misc.IMMulticontext' 84% ( 27 / 32) in 'Graphics.UI.Gtk.Misc.HandleBox' 76% ( 16 / 21) in 'Graphics.UI.Gtk.Misc.EventBox' 90% ( 43 / 48) in 'Graphics.UI.Gtk.Misc.Calendar' 70% ( 14 / 20) in 'Graphics.UI.Gtk.Misc.Arrow' 88% ( 36 / 41) in 'Graphics.UI.Gtk.Misc.Adjustment' 64% ( 9 / 14) in 'Graphics.UI.Gtk.Misc.Accessible' 64% ( 9 / 14) in 'Graphics.UI.Gtk.Scrolling.VScrollbar' 84% ( 32 / 38) in 'Graphics.UI.Gtk.Scrolling.ScrolledWindow' 64% ( 9 / 14) in 'Graphics.UI.Gtk.Scrolling.HScrollbar' 96% ( 25 / 26) in 'Graphics.UI.Gtk.Recent.RecentInfo' 88% ( 35 / 40) in 'Graphics.UI.Gtk.Recent.RecentChooser' 85% ( 23 / 27) in 'Graphics.UI.Gtk.Recent.RecentManager' 78% ( 18 / 23) in 'Graphics.UI.Gtk.Recent.RecentFilter' 69% ( 9 / 13) in 'Graphics.UI.Gtk.Recent.RecentChooserWidget' 73% ( 11 / 15) in 'Graphics.UI.Gtk.Recent.RecentChooserMenu' 77% ( 17 / 22) in 'Graphics.UI.Gtk.Printing.PrintContext' 89% ( 25 / 28) in 'Graphics.UI.Gtk.Printing.PaperSize' 89% ( 62 / 70) in 'Graphics.UI.Gtk.Printing.PrintOperation' 87% ( 59 / 68) in 'Graphics.UI.Gtk.Printing.PrintSettings' 88% ( 29 / 33) in 'Graphics.UI.Gtk.Printing.PageSetup' 62% ( 8 / 13) in 'Graphics.UI.Gtk.Ornaments.VSeparator' 62% ( 8 / 13) in 'Graphics.UI.Gtk.Ornaments.HSeparator' 83% ( 24 / 29) in 'Graphics.UI.Gtk.Ornaments.Frame' 62% ( 8 / 13) in 'Graphics.UI.Gtk.Layout.VPaned' 62% ( 8 / 13) in 'Graphics.UI.Gtk.Layout.VButtonBox' 62% ( 8 / 13) in 'Graphics.UI.Gtk.Layout.VBox' 89% ( 39 / 44) in 'Graphics.UI.Gtk.Layout.Table' 82% ( 31 / 38) in 'Graphics.UI.Gtk.Layout.Expander' 85% ( 29 / 34) in 'Graphics.UI.Gtk.Layout.Layout' 62% ( 8 / 13) in 'Graphics.UI.Gtk.Layout.HPaned' 78% ( 18 / 23) in 'Graphics.UI.Gtk.Layout.Fixed' 62% ( 8 / 13) in 'Graphics.UI.Gtk.Layout.HButtonBox' 62% ( 8 / 13) in 'Graphics.UI.Gtk.Layout.HBox' 75% ( 15 / 20) in 'Graphics.UI.Gtk.Layout.AspectFrame' 81% ( 21 / 26) in 'Graphics.UI.Gtk.Layout.Alignment' 74% ( 17 / 23) in 'Graphics.UI.Gtk.Selectors.FileFilter' 86% ( 84 / 98) in 'Graphics.UI.Gtk.Selectors.FileChooser' 67% ( 10 / 15) in 'Graphics.UI.Gtk.Selectors.FileChooserWidget' 75% ( 18 / 24) in 'Graphics.UI.Gtk.Selectors.FileChooserButton' 67% ( 8 / 12) in 'Graphics.UI.Gtk.Special.VRuler' 67% ( 8 / 12) in 'Graphics.UI.Gtk.Special.HRuler' 79% ( 15 / 19) in 'Graphics.UI.Gtk.Special.Ruler' 73% ( 16 / 22) in 'Graphics.UI.Gtk.Selectors.HSV' 86% ( 32 / 37) in 'Graphics.UI.Gtk.Selectors.FontButton' 78% ( 18 / 23) in 'Graphics.UI.Gtk.Selectors.FontSelectionDialog' 76% ( 16 / 21) in 'Graphics.UI.Gtk.Selectors.FontSelection' 81% ( 22 / 27) in 'Graphics.UI.Gtk.Selectors.FileSelection' 83% ( 25 / 30) in 'Graphics.UI.Gtk.Selectors.ColorButton' 72% ( 13 / 18) in 'Graphics.UI.Gtk.Selectors.ColorSelectionDialog' 84% ( 27 / 32) in 'Graphics.UI.Gtk.Selectors.ColorSelection' 90% ( 57 / 63) in 'Graphics.UI.Gtk.ActionMenuToolbar.UIManager' 73% ( 11 / 15) in 'Graphics.UI.Gtk.ActionMenuToolbar.RecentAction' 72% ( 13 / 18) in 'Graphics.UI.Gtk.MenuComboToolbar.SeparatorToolItem' 62% ( 8 / 13) in 'Graphics.UI.Gtk.MenuComboToolbar.SeparatorMenuItem' 83% ( 25 / 30) in 'Graphics.UI.Gtk.MenuComboToolbar.ToolPalette' 87% ( 27 / 31) in 'Graphics.UI.Gtk.MenuComboToolbar.ToolItemGroup' 90% ( 44 / 49) in 'Graphics.UI.Gtk.MenuComboToolbar.ToolItem' 62% ( 8 / 13) in 'Graphics.UI.Gtk.MenuComboToolbar.TearoffMenuItem' 77% ( 17 / 22) in 'Graphics.UI.Gtk.MenuComboToolbar.RadioMenuItem' 79% ( 19 / 24) in 'Graphics.UI.Gtk.MenuComboToolbar.OptionMenu' 86% ( 32 / 37) in 'Graphics.UI.Gtk.MenuComboToolbar.MenuShell' 72% ( 38 / 53) in 'Graphics.UI.Gtk.MenuComboToolbar.MenuItem' 77% ( 17 / 22) in 'Graphics.UI.Gtk.MenuComboToolbar.MenuBar' 83% ( 24 / 29) in 'Graphics.UI.Gtk.MenuComboToolbar.CheckMenuItem' 100% ( 10 / 10) in 'Graphics.UI.Gtk.ModelView.TreeRowReference' 74% ( 17 / 23) in 'Graphics.UI.Gtk.ModelView.TreeSortable' 88% ( 7 / 8) in 'Graphics.UI.Gtk.ModelView.TreeDrag' 87% ( 13 / 15) in 'Graphics.UI.Gtk.ModelView.CustomStore' 85% ( 45 / 53) in 'Graphics.UI.Gtk.ModelView.TreeModel' 95% ( 19 / 20) in 'Graphics.UI.Gtk.ModelView.ListStore' 74% ( 17 / 23) in 'Graphics.UI.Gtk.ModelView.TreeModelSort' 82% ( 33 / 40) in 'Graphics.UI.Gtk.ModelView.TreeSelection' 92% ( 72 / 78) in 'Graphics.UI.Gtk.ModelView.TreeViewColumn' 78% ( 21 / 27) in 'Graphics.UI.Gtk.ModelView.TreeModelFilter' 95% ( 20 / 21) in 'Graphics.UI.Gtk.ModelView.TreeStore' 78% ( 18 / 23) in 'Graphics.UI.Gtk.ModelView.CellView' 76% ( 22 / 29) in 'Graphics.UI.Gtk.ModelView.CellRendererToggle' 75% ( 12 / 16) in 'Graphics.UI.Gtk.ModelView.CellRendererSpin' 89% ( 56 / 63) in 'Graphics.UI.Gtk.ModelView.CellRendererText' 69% ( 11 / 16) in 'Graphics.UI.Gtk.ModelView.CellRendererProgress' 77% ( 17 / 22) in 'Graphics.UI.Gtk.ModelView.CellRendererPixbuf' 69% ( 11 / 16) in 'Graphics.UI.Gtk.ModelView.CellRendererCombo' 75% ( 12 / 16) in 'Graphics.UI.Gtk.ModelView.CellRendererSpinner' 89% ( 16 / 18) in 'Graphics.UI.Gtk.ModelView.CellLayout' 90% ( 61 / 68) in 'Graphics.UI.Gtk.MenuComboToolbar.ComboBox' 77% ( 17 / 22) in 'Graphics.UI.Gtk.MenuComboToolbar.ComboBoxEntry' 74% ( 14 / 19) in 'Graphics.UI.Gtk.Multiline.TextTagTable' 78% ( 18 / 23) in 'Graphics.UI.Gtk.Multiline.TextMark' 91% ( 50 / 55) in 'Graphics.UI.Gtk.Entry.SpinButton' 64% ( 9 / 14) in 'Graphics.UI.Gtk.Entry.VScale' 64% ( 9 / 14) in 'Graphics.UI.Gtk.Entry.HScale' 91% ( 48 / 53) in 'Graphics.UI.Gtk.Entry.EntryCompletion' 84% ( 21 / 25) in 'Graphics.UI.Gtk.Entry.EntryBuffer' 73% ( 30 / 41) in 'Graphics.UI.Gtk.Entry.Editable' 67% ( 8 / 12) in 'Graphics.UI.Gtk.Buttons.VolumeButton' 85% ( 22 / 26) in 'Graphics.UI.Gtk.Buttons.ScaleButton' 78% ( 14 / 18) in 'Graphics.UI.Gtk.Buttons.LinkButton' 85% ( 29 / 34) in 'Graphics.UI.Gtk.Buttons.ToggleButton' 84% ( 27 / 32) in 'Graphics.UI.Gtk.Buttons.RadioButton' 67% ( 10 / 15) in 'Graphics.UI.Gtk.Buttons.CheckButton' 79% ( 27 / 34) in 'Graphics.UI.Gtk.Display.Statusbar' 85% ( 11 / 13) in 'Graphics.UI.Gtk.Display.Spinner' 85% ( 28 / 33) in 'Graphics.UI.Gtk.Display.ProgressBar' 72% ( 13 / 18) in 'Graphics.UI.Gtk.Display.AccelLabel' 67% ( 10 / 15) in 'Graphics.UI.Gtk.Windows.WindowGroup' 74% ( 23 / 31) in 'Graphics.UI.Gtk.Windows.MessageDialog' 84% ( 21 / 25) in 'Graphics.UI.Gtk.Display.InfoBar' 90% ( 45 / 50) in 'Graphics.UI.Gtk.Windows.Assistant' 92% ( 56 / 61) in 'Graphics.UI.Gtk.Windows.AboutDialog' 86% ( 36 / 42) in 'Graphics.UI.Gtk.Windows.Dialog' 69% ( 11 / 16) in 'Graphics.UI.Gtk.Windows.OffscreenWindow' 76% ( 13 / 17) in 'Graphics.UI.Gtk.Gdk.DisplayManager' 81% ( 38 / 47) in 'Graphics.UI.Gtk.Gdk.Screen' 91% ( 10 / 11) in 'Graphics.UI.Gtk.Windows.Invisible' 91% ( 20 / 22) in 'Graphics.UI.Gtk.Gdk.Region' 100% ( 24 / 24) in 'Graphics.UI.Gtk.Cairo' Warning: Graphics.UI.Gtk.Gdk.GC: foreground is exported separately but will be documented under GCValues. Consider exporting it together with its parent(s) for code clarity. Warning: Graphics.UI.Gtk.Gdk.GC: background is exported separately but will be documented under GCValues. Consider exporting it together with its parent(s) for code clarity. Warning: Graphics.UI.Gtk.Gdk.GC: function is exported separately but will be documented under GCValues. Consider exporting it together with its parent(s) for code clarity. Warning: Graphics.UI.Gtk.Gdk.GC: fill is exported separately but will be documented under GCValues. Consider exporting it together with its parent(s) for code clarity. Warning: Graphics.UI.Gtk.Gdk.GC: tile is exported separately but will be documented under GCValues. Consider exporting it together with its parent(s) for code clarity. Warning: Graphics.UI.Gtk.Gdk.GC: stipple is exported separately but will be documented under GCValues. Consider exporting it together with its parent(s) for code clarity. Warning: Graphics.UI.Gtk.Gdk.GC: clipMask is exported separately but will be documented under GCValues. Consider exporting it together with its parent(s) for code clarity. Warning: Graphics.UI.Gtk.Gdk.GC: subwindowMode is exported separately but will be documented under GCValues. Consider exporting it together with its parent(s) for code clarity. Warning: Graphics.UI.Gtk.Gdk.GC: tsXOrigin is exported separately but will be documented under GCValues. Consider exporting it together with its parent(s) for code clarity. Warning: Graphics.UI.Gtk.Gdk.GC: tsYOrigin is exported separately but will be documented under GCValues. Consider exporting it together with its parent(s) for code clarity. Warning: Graphics.UI.Gtk.Gdk.GC: clipXOrigin is exported separately but will be documented under GCValues. Consider exporting it together with its parent(s) for code clarity. Warning: Graphics.UI.Gtk.Gdk.GC: clipYOrigin is exported separately but will be documented under GCValues. Consider exporting it together with its parent(s) for code clarity. Warning: Graphics.UI.Gtk.Gdk.GC: graphicsExposure is exported separately but will be documented under GCValues. Consider exporting it together with its parent(s) for code clarity. Warning: Graphics.UI.Gtk.Gdk.GC: lineWidth is exported separately but will be documented under GCValues. Consider exporting it together with its parent(s) for code clarity. Warning: Graphics.UI.Gtk.Gdk.GC: lineStyle is exported separately but will be documented under GCValues. Consider exporting it together with its parent(s) for code clarity. Warning: Graphics.UI.Gtk.Gdk.GC: capStyle is exported separately but will be documented under GCValues. Consider exporting it together with its parent(s) for code clarity. Warning: Graphics.UI.Gtk.Gdk.GC: joinStyle is exported separately but will be documented under GCValues. Consider exporting it together with its parent(s) for code clarity. 74% ( 17 / 23) in 'Graphics.UI.Gtk.Gdk.GC' 74% ( 29 / 39) in 'Graphics.UI.Gtk.ModelView.CellRenderer' 79% ( 22 / 28) in 'Graphics.UI.Gtk.Gdk.Drawable' 80% ( 8 / 10) in 'Graphics.UI.Gtk.Gdk.Pixmap' 93% ( 13 / 14) in 'Graphics.UI.Gtk.Gdk.Cursor' 88% ( 35 / 40) in 'Graphics.UI.Gtk.General.RcStyle' 65% ( 13 / 20) in 'Graphics.UI.Gtk.General.Style' 71% ( 10 / 14) in 'Graphics.UI.Gtk.Gdk.Keys' 93% ( 64 / 69) in 'Graphics.UI.Gtk.Gdk.EventM' 69% ( 11 / 16) in 'Graphics.UI.Gtk.Gdk.AppLaunchContext' 89% ( 40 / 45) in 'Graphics.UI.Gtk.Gdk.Display' 94% ( 78 / 83) in 'Graphics.UI.Gtk.Entry.Entry' 82% ( 23 / 28) in 'Graphics.UI.Gtk.Abstract.IMContext' 84% ( 21 / 25) in 'Graphics.UI.Gtk.Gdk.Keymap' 95% (149 /157) in 'Graphics.UI.Gtk.Windows.Window' 69% ( 11 / 16) in 'Graphics.UI.Gtk.Selectors.FileChooserDialog' 94% ( 80 / 85) in 'Graphics.UI.Gtk.Display.Label' 94% ( 94 /100) in 'Graphics.UI.Gtk.Layout.Notebook' 77% ( 17 / 22) in 'Graphics.UI.Gtk.ModelView.CellRendererAccel' 86% ( 25 / 29) in 'Graphics.UI.Gtk.Gdk.Events' 92% ( 12 / 13) in 'Graphics.UI.Gtk.Gdk.Gdk' 92% ( 84 / 91) in 'Graphics.UI.Gtk.Multiline.TextTag' 99% ( 93 / 94) in 'Graphics.UI.Gtk.Multiline.TextIter' 95% (111 /117) in 'Graphics.UI.Gtk.Multiline.TextBuffer' 94% (109 /116) in 'Graphics.UI.Gtk.Multiline.TextView' 79% ( 15 / 19) in 'Graphics.UI.Gtk.ModelView.CellEditable' 94% ( 75 / 80) in 'Graphics.UI.Gtk.ModelView.IconView' 97% (140 /145) in 'Graphics.UI.Gtk.ModelView.TreeView' 100% ( 24 / 24) in 'Graphics.UI.Gtk.ModelView' 89% ( 39 / 44) in 'Graphics.UI.Gtk.MenuComboToolbar.Menu' 100% ( 49 / 49) in 'Graphics.UI.Gtk.General.Selection' 50% ( 7 / 14) in 'Graphics.UI.Gtk.General.Settings' 83% ( 24 / 29) in 'Graphics.UI.Gtk.General.Clipboard' Warning: Graphics.UI.Gtk.General.StockItems: siStockId is exported separately but will be documented under StockItem. Consider exporting it together with its parent(s) for code clarity. Warning: Graphics.UI.Gtk.General.StockItems: siLabel is exported separately but will be documented under StockItem. Consider exporting it together with its parent(s) for code clarity. Warning: Graphics.UI.Gtk.General.StockItems: siModifier is exported separately but will be documented under StockItem. Consider exporting it together with its parent(s) for code clarity. Warning: Graphics.UI.Gtk.General.StockItems: siKeyval is exported separately but will be documented under StockItem. Consider exporting it together with its parent(s) for code clarity. Warning: Graphics.UI.Gtk.General.StockItems: siTransDom is exported separately but will be documented under StockItem. Consider exporting it together with its parent(s) for code clarity. 99% (110 /111) in 'Graphics.UI.Gtk.General.StockItems' 89% ( 50 / 56) in 'Graphics.UI.Gtk.General.Drag' 81% ( 35 / 43) in 'Graphics.UI.Gtk.Display.Image' 79% ( 57 / 72) in 'Graphics.UI.Gtk.Display.StatusIcon' 92% ( 61 / 66) in 'Graphics.UI.Gtk.Buttons.Button' 76% ( 16 / 21) in 'Graphics.UI.Gtk.MenuComboToolbar.ImageMenuItem' 92% ( 59 / 64) in 'Graphics.UI.Gtk.MenuComboToolbar.Toolbar' 86% ( 32 / 37) in 'Graphics.UI.Gtk.MenuComboToolbar.ToolButton' 72% ( 18 / 25) in 'Graphics.UI.Gtk.MenuComboToolbar.MenuToolButton' 77% ( 17 / 22) in 'Graphics.UI.Gtk.MenuComboToolbar.ToggleToolButton' 76% ( 16 / 21) in 'Graphics.UI.Gtk.MenuComboToolbar.RadioToolButton' 90% ( 47 / 52) in 'Graphics.UI.Gtk.ActionMenuToolbar.Action' 70% ( 19 / 27) in 'Graphics.UI.Gtk.ActionMenuToolbar.ToggleAction' 81% ( 21 / 26) in 'Graphics.UI.Gtk.ActionMenuToolbar.RadioAction' 87% ( 33 / 38) in 'Graphics.UI.Gtk.ActionMenuToolbar.ActionGroup' 92% (266 /289) in 'Graphics.UI.Gtk.Abstract.Widget' 83% ( 35 / 42) in 'Graphics.UI.Gtk.Gdk.DrawWindow' 77% ( 20 / 26) in 'Graphics.UI.Gtk.MenuComboToolbar.Combo' 69% ( 11 / 16) in 'Graphics.UI.Gtk.Misc.DrawingArea' 80% ( 39 / 49) in 'Graphics.UI.Gtk.General.IconTheme' 81% ( 39 / 48) in 'Graphics.UI.Gtk.General.IconFactory' 79% ( 34 / 43) in 'Graphics.UI.Gtk.General.General' 82% ( 42 / 51) in 'Graphics.UI.Gtk.Gdk.Pixbuf' 100% (223 /223) in 'Graphics.UI.Gtk' 57% ( 20 / 35) in 'Graphics.UI.Gtk.Gdk.PixbufAnimation' Warning: Graphics.UI.Gtk.Abstract.Object: could not find link destinations for: Graphics.UI.Gtk.Types.ItemFactory Warning: Graphics.UI.Gtk.Abstract.Bin: could not find link destinations for: Graphics.UI.Gtk.Types.Item Warning: Graphics.UI.Gtk.Abstract.Container: could not find link destinations for: Graphics.UI.Gtk.Types.CList Graphics.UI.Gtk.Types.List Warning: Graphics.UI.Gtk.Misc.Accessible: could not find link destinations for: Graphics.UI.Gtk.Types.AtkObject Graphics.UI.Gtk.Types.AtkObjectClass Warning: Graphics.UI.Gtk.Printing.PrintContext: could not find link destinations for: Graphics.Rendering.Cairo.Types.Cairo Warning: Graphics.UI.Gtk.Printing.PrintOperation: could not find link destinations for: Graphics.UI.Gtk.Printing.PrintOperation.printOperationSetNPages Graphics.UI.Gtk.Printing.PrintOperation.printOperationSetUseFullPage Graphics.UI.Gtk.Printing.PrintOperation.printOperationSetUnit Warning: Graphics.UI.Gtk.Special.Ruler: could not find link destinations for: Graphics.UI.Gtk.Special.Ruler.rulerSetRange Warning: Graphics.UI.Gtk.ActionMenuToolbar.UIManager: could not find link destinations for: Graphics.UI.Gtk.Types.AccelGroup Warning: Graphics.UI.Gtk.MenuComboToolbar.SeparatorMenuItem: could not find link destinations for: Graphics.UI.Gtk.Types.Item Warning: Graphics.UI.Gtk.MenuComboToolbar.TearoffMenuItem: could not find link destinations for: Graphics.UI.Gtk.Types.Item Warning: Graphics.UI.Gtk.MenuComboToolbar.RadioMenuItem: could not find link destinations for: Graphics.UI.Gtk.Types.Item Warning: Graphics.UI.Gtk.MenuComboToolbar.MenuItem: could not find link destinations for: Graphics.UI.Gtk.Types.Item Graphics.UI.Gtk.Types.ItemClass Warning: Graphics.UI.Gtk.MenuComboToolbar.CheckMenuItem: could not find link destinations for: Graphics.UI.Gtk.Types.Item Warning: Graphics.UI.Gtk.ModelView.CustomStore: could not find link destinations for: Graphics.UI.Gtk.ModelView.CustomStore.ColumnMap Warning: Graphics.UI.Gtk.ModelView.TreeModel: could not find link destinations for: Graphics.UI.Gtk.Types.ListStore Graphics.UI.Gtk.Types.TreeStore Warning: Graphics.UI.Gtk.ModelView.TreeStore: could not find link destinations for: Graphics.UI.Gtk.ModelView.TreeStore.Cache Warning: Graphics.UI.Gtk.ModelView.CellLayout: could not find link destinations for: Graphics.UI.Gtk.Types.CellLayout Warning: Graphics.UI.Gtk.MenuComboToolbar.ComboBox: could not find link destinations for: Graphics.UI.Gtk.Types.CellLayout Warning: Graphics.UI.Gtk.Entry.EntryCompletion: could not find link destinations for: Graphics.UI.Gtk.Types.CellLayout Warning: Graphics.UI.Gtk.Windows.Dialog: could not find link destinations for: Graphics.UI.Gtk.Types.InputDialog Warning: Graphics.UI.Gtk.Gdk.Screen: could not find link destinations for: Graphics.UI.Gtk.Types.Colormap Graphics.UI.Gtk.Types.Visual Warning: Graphics.UI.Gtk.General.RcStyle: could not find link destinations for: Graphics.UI.Gtk.Types.List Graphics.UI.Gtk.Types.CList Warning: Graphics.UI.Gtk.General.Style: could not find link destinations for: Graphics.UI.Gtk.General.Structs.widgetGetState Warning: Graphics.UI.Gtk.Gdk.EventM: could not find link destinations for: Graphics.UI.Gtk.Gdk.EventM.HasCoordinates Graphics.UI.Gtk.Gdk.EventM.HasRootCoordinates Graphics.UI.Gtk.Gdk.EventM.HasModifier Graphics.UI.Gtk.Gdk.EventM.HasTime Warning: Graphics.UI.Gtk.Gdk.Display: could not find link destinations for: Graphics.UI.Gtk.Types.Device Warning: Graphics.UI.Gtk.Windows.Window: could not find link destinations for: Graphics.UI.Gtk.Types.AccelGroup Warning: Graphics.UI.Gtk.Display.Label: could not find link destinations for: Graphics.UI.Gtk.Types.TipsQuery Warning: Graphics.UI.Gtk.ModelView.IconView: could not find link destinations for: Graphics.UI.Gtk.Types.TreeStore Graphics.UI.Gtk.Types.ListStore Warning: Graphics.UI.Gtk.ModelView.TreeView: could not find link destinations for: Graphics.UI.Gtk.Types.TreeStore Graphics.UI.Gtk.Types.ListStore Warning: Graphics.UI.Gtk.MenuComboToolbar.Menu: could not find link destinations for: Graphics.UI.Gtk.Types.AccelGroup Warning: Graphics.UI.Gtk.General.Selection: could not find link destinations for: Graphics.UI.Gtk.General.DNDTypes.PropertyTag Warning: Graphics.UI.Gtk.General.Clipboard: could not find link destinations for: Graphics.UI.Gtk.General.Clipboard.clipboardSetWithOwner Graphics.UI.Gtk.General.Clipboard.clipboardClear Warning: Graphics.UI.Gtk.MenuComboToolbar.ImageMenuItem: could not find link destinations for: Graphics.UI.Gtk.Types.Item Warning: Graphics.UI.Gtk.ActionMenuToolbar.Action: could not find link destinations for: Graphics.UI.Gtk.Types.AccelGroup Warning: Graphics.UI.Gtk.Abstract.Widget: could not find link destinations for: Graphics.UI.Gtk.General.Structs.Allocation Graphics.UI.Gtk.Types.AccelGroup Graphics.UI.Gtk.Types.ItemFactory Graphics.UI.Gtk.Types.Colormap Warning: Graphics.UI.Gtk.Gdk.Pixbuf: could not find link destinations for: Graphics.UI.Gtk.Types.Colormap Documentation created: dist/doc/html/gtk/index.html Installing library in /srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/gtk-0.12.5.0 Registering gtk-0.12.5.0... Installed gtk-0.12.5.0 [1 of 2] Compiling SetupWrapper ( /tmp/gtksourceview2-0.12.5.0-4299/gtksourceview2-0.12.5.0/SetupWrapper.hs, /tmp/gtksourceview2-0.12.5.0-4299/gtksourceview2-0.12.5.0/dist/setup/SetupWrapper.o ) [2 of 2] Compiling Main ( /tmp/gtksourceview2-0.12.5.0-4299/gtksourceview2-0.12.5.0/Setup.hs, /tmp/gtksourceview2-0.12.5.0-4299/gtksourceview2-0.12.5.0/dist/setup/Main.o ) Linking /tmp/gtksourceview2-0.12.5.0-4299/gtksourceview2-0.12.5.0/dist/setup/setup ... [1 of 2] Compiling Gtk2HsSetup ( Gtk2HsSetup.hs, dist/setup-wrapper/Gtk2HsSetup.o ) [2 of 2] Compiling Main ( SetupMain.hs, dist/setup-wrapper/Main.o ) Linking dist/setup-wrapper/setup ... Configuring gtksourceview2-0.12.5.0... Building gtksourceview2-0.12.5.0... Preprocessing library gtksourceview2-0.12.5.0... [ 1 of 22] Compiling Graphics.UI.Gtk.SourceView.Signals ( dist/build/Graphics/UI/Gtk/SourceView/Signals.hs, dist/build/Graphics/UI/Gtk/SourceView/Signals.o ) [ 2 of 22] Compiling Graphics.UI.Gtk.SourceView.Types ( dist/build/Graphics/UI/Gtk/SourceView/Types.hs, dist/build/Graphics/UI/Gtk/SourceView/Types.o ) Graphics/UI/Gtk/SourceView/Types.chs:125:27: Warning: In the use of `unsafeForeignPtrToPtr' (imported from Foreign.ForeignPtr): Deprecated: "Use Foreign.ForeignPtr.Unsafe.unsafeForeignPtrToPtr instead; This function will be removed in the next release" [ 3 of 22] Compiling Graphics.UI.Gtk.SourceView.Enums ( dist/build/Graphics/UI/Gtk/SourceView/Enums.hs, dist/build/Graphics/UI/Gtk/SourceView/Enums.o ) [ 4 of 22] Compiling Graphics.UI.Gtk.SourceView.SourceView ( dist/build/Graphics/UI/Gtk/SourceView/SourceView.hs, dist/build/Graphics/UI/Gtk/SourceView/SourceView.o ) [ 5 of 22] Compiling Graphics.UI.Gtk.SourceView.SourceUndoManager ( dist/build/Graphics/UI/Gtk/SourceView/SourceUndoManager.hs, dist/build/Graphics/UI/Gtk/SourceView/SourceUndoManager.o ) [ 6 of 22] Compiling Graphics.UI.Gtk.SourceView.SourceStyle ( Graphics/UI/Gtk/SourceView/SourceStyle.hs, dist/build/Graphics/UI/Gtk/SourceView/SourceStyle.o ) [ 7 of 22] Compiling Graphics.UI.Gtk.SourceView.SourceStyle.Internal ( dist/build/Graphics/UI/Gtk/SourceView/SourceStyle/Internal.hs, dist/build/Graphics/UI/Gtk/SourceView/SourceStyle/Internal.o ) [ 8 of 22] Compiling Graphics.UI.Gtk.SourceView.SourceStyleScheme ( dist/build/Graphics/UI/Gtk/SourceView/SourceStyleScheme.hs, dist/build/Graphics/UI/Gtk/SourceView/SourceStyleScheme.o ) [ 9 of 22] Compiling Graphics.UI.Gtk.SourceView.SourceStyleSchemeManager ( dist/build/Graphics/UI/Gtk/SourceView/SourceStyleSchemeManager.hs, dist/build/Graphics/UI/Gtk/SourceView/SourceStyleSchemeManager.o ) [10 of 22] Compiling Graphics.UI.Gtk.SourceView.SourceMark ( dist/build/Graphics/UI/Gtk/SourceView/SourceMark.hs, dist/build/Graphics/UI/Gtk/SourceView/SourceMark.o ) [11 of 22] Compiling Graphics.UI.Gtk.SourceView.SourceLanguageManager ( dist/build/Graphics/UI/Gtk/SourceView/SourceLanguageManager.hs, dist/build/Graphics/UI/Gtk/SourceView/SourceLanguageManager.o ) [12 of 22] Compiling Graphics.UI.Gtk.SourceView.SourceLanguage ( dist/build/Graphics/UI/Gtk/SourceView/SourceLanguage.hs, dist/build/Graphics/UI/Gtk/SourceView/SourceLanguage.o ) [13 of 22] Compiling Graphics.UI.Gtk.SourceView.SourceIter ( dist/build/Graphics/UI/Gtk/SourceView/SourceIter.hs, dist/build/Graphics/UI/Gtk/SourceView/SourceIter.o ) [14 of 22] Compiling Graphics.UI.Gtk.SourceView.SourceGutter ( dist/build/Graphics/UI/Gtk/SourceView/SourceGutter.hs, dist/build/Graphics/UI/Gtk/SourceView/SourceGutter.o ) [15 of 22] Compiling Graphics.UI.Gtk.SourceView.SourceCompletionProvider ( dist/build/Graphics/UI/Gtk/SourceView/SourceCompletionProvider.hs, dist/build/Graphics/UI/Gtk/SourceView/SourceCompletionProvider.o ) [16 of 22] Compiling Graphics.UI.Gtk.SourceView.SourceCompletionProposal ( dist/build/Graphics/UI/Gtk/SourceView/SourceCompletionProposal.hs, dist/build/Graphics/UI/Gtk/SourceView/SourceCompletionProposal.o ) [17 of 22] Compiling Graphics.UI.Gtk.SourceView.SourceCompletionItem ( dist/build/Graphics/UI/Gtk/SourceView/SourceCompletionItem.hs, dist/build/Graphics/UI/Gtk/SourceView/SourceCompletionItem.o ) [18 of 22] Compiling Graphics.UI.Gtk.SourceView.SourceCompletionInfo ( dist/build/Graphics/UI/Gtk/SourceView/SourceCompletionInfo.hs, dist/build/Graphics/UI/Gtk/SourceView/SourceCompletionInfo.o ) [19 of 22] Compiling Graphics.UI.Gtk.SourceView.SourceCompletionContext ( dist/build/Graphics/UI/Gtk/SourceView/SourceCompletionContext.hs, dist/build/Graphics/UI/Gtk/SourceView/SourceCompletionContext.o ) [20 of 22] Compiling Graphics.UI.Gtk.SourceView.SourceCompletion ( dist/build/Graphics/UI/Gtk/SourceView/SourceCompletion.hs, dist/build/Graphics/UI/Gtk/SourceView/SourceCompletion.o ) [21 of 22] Compiling Graphics.UI.Gtk.SourceView.SourceBuffer ( dist/build/Graphics/UI/Gtk/SourceView/SourceBuffer.hs, dist/build/Graphics/UI/Gtk/SourceView/SourceBuffer.o ) [22 of 22] Compiling Graphics.UI.Gtk.SourceView ( Graphics/UI/Gtk/SourceView.hs, dist/build/Graphics/UI/Gtk/SourceView.o ) In-place registering gtksourceview2-0.12.5.0... Running Haddock for gtksourceview2-0.12.5.0... Running hscolour for gtksourceview2-0.12.5.0... Preprocessing library gtksourceview2-0.12.5.0... Preprocessing library gtksourceview2-0.12.5.0... Warning: The documentation for the following packages are not installed. No links will be generated to these packages: rts-1.0 Graphics/UI/Gtk/SourceView/Types.chs:125:27: Warning: In the use of `unsafeForeignPtrToPtr' (imported from Foreign.ForeignPtr): Deprecated: "Use Foreign.ForeignPtr.Unsafe.unsafeForeignPtrToPtr instead; This function will be removed in the next release" Haddock coverage: 2% ( 2 /114) in 'Graphics.UI.Gtk.SourceView.Types' 10% ( 1 / 10) in 'Graphics.UI.Gtk.SourceView.Signals' 29% ( 2 / 7) in 'Graphics.UI.Gtk.SourceView.Enums' 88% ( 60 / 68) in 'Graphics.UI.Gtk.SourceView.SourceView' 88% ( 14 / 16) in 'Graphics.UI.Gtk.SourceView.SourceUndoManager' 50% ( 1 / 2) in 'Graphics.UI.Gtk.SourceView.SourceStyle' 33% ( 1 / 3) in 'Graphics.UI.Gtk.SourceView.SourceStyle.Internal' 53% ( 10 / 19) in 'Graphics.UI.Gtk.SourceView.SourceStyleScheme' 88% ( 15 / 17) in 'Graphics.UI.Gtk.SourceView.SourceStyleSchemeManager' 79% ( 11 / 14) in 'Graphics.UI.Gtk.SourceView.SourceMark' 83% ( 15 / 18) in 'Graphics.UI.Gtk.SourceView.SourceLanguageManager' 82% ( 18 / 22) in 'Graphics.UI.Gtk.SourceView.SourceLanguage' 83% ( 5 / 6) in 'Graphics.UI.Gtk.SourceView.SourceIter' 88% ( 14 / 16) in 'Graphics.UI.Gtk.SourceView.SourceGutter' 89% ( 16 / 18) in 'Graphics.UI.Gtk.SourceView.SourceCompletionProvider' 88% ( 14 / 16) in 'Graphics.UI.Gtk.SourceView.SourceCompletionProposal' 86% ( 12 / 14) in 'Graphics.UI.Gtk.SourceView.SourceCompletionItem' 75% ( 15 / 20) in 'Graphics.UI.Gtk.SourceView.SourceCompletionInfo' 79% ( 11 / 14) in 'Graphics.UI.Gtk.SourceView.SourceCompletionContext' 94% ( 30 / 32) in 'Graphics.UI.Gtk.SourceView.SourceCompletion' 87% ( 41 / 47) in 'Graphics.UI.Gtk.SourceView.SourceBuffer' 94% ( 17 / 18) in 'Graphics.UI.Gtk.SourceView' Warning: Graphics.UI.Gtk.SourceView.SourceGutter: could not find link destinations for: Graphics.UI.Gtk.SourceView.SourceGutter.SourceGutterDataFunc Graphics.UI.Gtk.SourceView.SourceGutter.SourceGutterSizeFunc Documentation created: dist/doc/html/gtksourceview2/index.html Installing library in /srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/gtksourceview2-0.12.5.0 Registering gtksourceview2-0.12.5.0... Installed gtksourceview2-0.12.5.0 cabal: Error: some packages failed to install: leksah-0.4.0.3 depends on regex-posix-0.72.0.3 which failed to install. regex-posix-0.72.0.3 failed during the building phase. The exception was: ExitFailure 1