Resolving dependencies... [1 of 1] Compiling Main ( /tmp/SDL-0.6.5-18550/SDL-0.6.5/Setup.lhs, /tmp/SDL-0.6.5-18550/SDL-0.6.5/dist/setup/Main.o ) Linking /tmp/SDL-0.6.5-18550/SDL-0.6.5/dist/setup/setup ... Configuring SDL-0.6.5... configure: WARNING: unrecognized options: --with-compiler, --with-gcc checking for sdl-config... /usr/bin/sdl-config configure: creating ./config.status config.status: creating config.mk config.status: creating SDL.buildinfo config.status: creating includes/HsSDLConfig.h configure: WARNING: unrecognized options: --with-compiler, --with-gcc Building SDL-0.6.5... Preprocessing library SDL-0.6.5... [ 1 of 16] Compiling Graphics.UI.SDL.Utilities ( Graphics/UI/SDL/Utilities.hs, dist/build/Graphics/UI/SDL/Utilities.o ) [ 2 of 16] Compiling Graphics.UI.SDL.CPUInfo ( Graphics/UI/SDL/CPUInfo.hs, dist/build/Graphics/UI/SDL/CPUInfo.o ) [ 3 of 16] Compiling Graphics.UI.SDL.Version ( dist/build/Graphics/UI/SDL/Version.hs, dist/build/Graphics/UI/SDL/Version.o ) [ 4 of 16] Compiling Graphics.UI.SDL.Keysym ( dist/build/Graphics/UI/SDL/Keysym.hs, dist/build/Graphics/UI/SDL/Keysym.o ) [ 5 of 16] Compiling Graphics.UI.SDL.Color ( Graphics/UI/SDL/Color.hs, dist/build/Graphics/UI/SDL/Color.o ) [ 6 of 16] Compiling Graphics.UI.SDL.Audio ( dist/build/Graphics/UI/SDL/Audio.hs, dist/build/Graphics/UI/SDL/Audio.o ) [ 7 of 16] Compiling Graphics.UI.SDL.Types ( dist/build/Graphics/UI/SDL/Types.hs, dist/build/Graphics/UI/SDL/Types.o ) [ 8 of 16] Compiling Graphics.UI.SDL.Time ( Graphics/UI/SDL/Time.hs, dist/build/Graphics/UI/SDL/Time.o ) [ 9 of 16] Compiling Graphics.UI.SDL.Rect ( dist/build/Graphics/UI/SDL/Rect.hs, dist/build/Graphics/UI/SDL/Rect.o ) [10 of 16] Compiling Graphics.UI.SDL.General ( dist/build/Graphics/UI/SDL/General.hs, dist/build/Graphics/UI/SDL/General.o ) [11 of 16] Compiling Graphics.UI.SDL.WindowManagement ( dist/build/Graphics/UI/SDL/WindowManagement.hs, dist/build/Graphics/UI/SDL/WindowManagement.o ) [12 of 16] Compiling Graphics.UI.SDL.RWOps ( Graphics/UI/SDL/RWOps.hs, dist/build/Graphics/UI/SDL/RWOps.o ) [13 of 16] Compiling Graphics.UI.SDL.Video ( dist/build/Graphics/UI/SDL/Video.hs, dist/build/Graphics/UI/SDL/Video.o ) [14 of 16] Compiling Graphics.UI.SDL.Events ( dist/build/Graphics/UI/SDL/Events.hs, dist/build/Graphics/UI/SDL/Events.o ) [15 of 16] Compiling Graphics.UI.SDL.Joystick ( dist/build/Graphics/UI/SDL/Joystick.hs, dist/build/Graphics/UI/SDL/Joystick.o ) [16 of 16] Compiling Graphics.UI.SDL ( Graphics/UI/SDL.hs, dist/build/Graphics/UI/SDL.o ) In-place registering SDL-0.6.5... Running Haddock for SDL-0.6.5... Running hscolour for SDL-0.6.5... Preprocessing library SDL-0.6.5... Preprocessing library SDL-0.6.5... Warning: The documentation for the following packages are not installed. No links will be generated to these packages: rts-1.0 Haddock coverage: 14% ( 1 / 7) in 'Graphics.UI.SDL.Utilities' 89% ( 8 / 9) in 'Graphics.UI.SDL.CPUInfo' 0% ( 0 / 3) in 'Graphics.UI.SDL.Version' 25% ( 1 / 4) in 'Graphics.UI.SDL.Keysym' 33% ( 1 / 3) in 'Graphics.UI.SDL.Color' 25% ( 1 / 4) in 'Graphics.UI.SDL.Audio' 4% ( 1 / 26) in 'Graphics.UI.SDL.Types' 33% ( 1 / 3) in 'Graphics.UI.SDL.Time' 50% ( 1 / 2) in 'Graphics.UI.SDL.Rect' 38% ( 5 / 13) in 'Graphics.UI.SDL.General' 90% ( 9 / 10) in 'Graphics.UI.SDL.WindowManagement' 17% ( 1 / 6) in 'Graphics.UI.SDL.RWOps' 58% ( 46 / 80) in 'Graphics.UI.SDL.Video' 93% ( 25 / 27) in 'Graphics.UI.SDL.Events' 100% ( 18 / 18) in 'Graphics.UI.SDL.Joystick' 100% ( 14 / 14) in 'Graphics.UI.SDL' Warning: Graphics.UI.SDL.Types: could not find link destinations for: Graphics.UI.SDL.Types.Pixels Warning: Graphics.UI.SDL.Events: could not find link destinations for: Graphics.UI.SDL.Events.SafePtr Warning: Graphics.UI.SDL.Joystick: could not find link destinations for: Graphics.UI.SDL.Joystick.JoystickIndex Documentation created: dist/doc/html/SDL/index.html Installing library in /srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/SDL-0.6.5 Registering SDL-0.6.5... Installed SDL-0.6.5 Downloading phraskell-0.1.2.1... Configuring phraskell-0.1.2.1... Building phraskell-0.1.2.1... Preprocessing executable 'phraskell' for phraskell-0.1.2.1... [ 1 of 10] Compiling Fractal ( src/Fractal.hs, dist/build/phraskell/phraskell-tmp/Fractal.o ) src/Fractal.hs:10:19: Warning: Defaulting the following constraint(s) to type `Integer' (Integral b0) arising from a use of `^' at src/Fractal.hs:10:19 (Num b0) arising from the literal `2' at src/Fractal.hs:10:20 In the first argument of `(+)', namely `z ^ 2' In the expression: z ^ 2 + c In an equation for `mandelbrot': mandelbrot z c = z ^ 2 + c [ 2 of 10] Compiling Default ( src/Default.hs, dist/build/phraskell/phraskell-tmp/Default.o ) [ 3 of 10] Compiling Viewer ( src/Viewer.hs, dist/build/phraskell/phraskell-tmp/Viewer.o ) [ 4 of 10] Compiling FractalModel ( src/FractalModel.hs, dist/build/phraskell/phraskell-tmp/FractalModel.o ) src/FractalModel.hs:30:15: Warning: Defaulting the following constraint(s) to type `Integer' (Integral b0) arising from a use of `^' at src/FractalModel.hs:30:15 (Num b0) arising from the literal `2' at src/FractalModel.hs:30:16 In the first argument of `(+)', namely `rp ^ 2' In the first argument of `(>)', namely `rp ^ 2 + ip ^ 2' In the expression: rp ^ 2 + ip ^ 2 > 4.0 src/FractalModel.hs:30:22: Warning: Defaulting the following constraint(s) to type `Integer' (Integral b0) arising from a use of `^' at src/FractalModel.hs:30:22 (Num b0) arising from the literal `2' at src/FractalModel.hs:30:23 In the second argument of `(+)', namely `ip ^ 2' In the first argument of `(>)', namely `rp ^ 2 + ip ^ 2' In the expression: rp ^ 2 + ip ^ 2 > 4.0 [ 5 of 10] Compiling Render ( src/Render.hs, dist/build/phraskell/phraskell-tmp/Render.o ) src/Render.hs:12:3: Warning: This binding for `screen' shadows the existing binding imported from `FractalModel' at src/Render.hs:6:1-19 (and originally defined at src/FractalModel.hs:10:1-6) src/Render.hs:39:19: Warning: This binding for `r' shadows the existing binding bound at src/Render.hs:38:10 src/Render.hs:39:21: Warning: This binding for `g' shadows the existing binding bound at src/Render.hs:38:12 src/Render.hs:39:23: Warning: This binding for `b' shadows the existing binding bound at src/Render.hs:38:14 src/Render.hs:45:11: Warning: Defined but not used: `width' src/Render.hs:46:11: Warning: Defined but not used: `height' [ 6 of 10] Compiling GUI ( src/GUI.hs, dist/build/phraskell/phraskell-tmp/GUI.o ) src/GUI.hs:24:3: Warning: A do-notation statement discarded a result of type Bool. Suppress this warning by saying "_ <- ($) lift setAlpha zoomArea [Graphics.UI.SDL.Types.SrcAlpha] 127", or by using the flag -fno-warn-unused-do-bind src/GUI.hs:26:3: Warning: A do-notation statement discarded a result of type Bool. Suppress this warning by saying "_ <- ($) lift fillRect zoomArea (Data.Maybe.Nothing) pixel", or by using the flag -fno-warn-unused-do-bind [ 7 of 10] Compiling Application ( src/Application.hs, dist/build/phraskell/phraskell-tmp/Application.o ) src/Application.hs:30:3: Warning: A do-notation statement discarded a result of type Bool. Suppress this warning by saying "_ <- blitSurface (guiZoomArea g) (Data.Maybe.Nothing) (appScreen app) (($) Data.Maybe.Just Graphics.UI.SDL.Rect.Rect rx ry rw rh)", or by using the flag -fno-warn-unused-do-bind [ 8 of 10] Compiling UI.Impl ( src/UI/Impl.hs, dist/build/phraskell/phraskell-tmp/UI/Impl.o ) src/UI/Impl.hs:6:1: Warning: The import of `Graphics.UI.SDL' is redundant except perhaps to import instances from `Graphics.UI.SDL' To import instances alone, use: import Graphics.UI.SDL() [ 9 of 10] Compiling UI ( src/UI.hs, dist/build/phraskell/phraskell-tmp/UI.o ) src/UI.hs:4:1: Warning: The import of `Control.Monad' is redundant except perhaps to import instances from `Control.Monad' To import instances alone, use: import Control.Monad() src/UI.hs:45:8: Warning: This binding for `quit' shadows the existing binding imported from `Graphics.UI.SDL' at src/UI.hs:5:1-22 (and originally defined in `Graphics.UI.SDL.General') [10 of 10] Compiling Main ( src/Phraskell.hs, dist/build/phraskell/phraskell-tmp/Main.o ) src/Phraskell.hs:3:1: Warning: The import of `Control.Monad.State' is redundant except perhaps to import instances from `Control.Monad.State' To import instances alone, use: import Control.Monad.State() src/Phraskell.hs:6:1: Warning: The import of `Fractal' is redundant except perhaps to import instances from `Fractal' To import instances alone, use: import Fractal() src/Phraskell.hs:10:1: Warning: The import of `Render' is redundant except perhaps to import instances from `Render' To import instances alone, use: import Render() src/Phraskell.hs:23:1: Warning: Defined but not used: `title' src/Phraskell.hs:38:1: Warning: Defined but not used: `usage' src/Phraskell.hs:56:8: Warning: Defined but not used: `n' src/Phraskell.hs:76:1: Warning: Top-level binding with no type signature: main :: IO () src/Phraskell.hs:83:15: Warning: Defined but not used: `maybeScreen' src/Phraskell.hs:97:13: Warning: A do-notation statement discarded a result of type Bool. Suppress this warning by saying "_ <- enableKeyRepeat 200 10", or by using the flag -fno-warn-unused-do-bind src/Phraskell.hs:104:17: Warning: A do-notation statement discarded a result of type Bool. Suppress this warning by saying "_ <- blitSurface (appFractalFrame app) (Data.Maybe.Nothing) (appScreen app) (Data.Maybe.Nothing)", or by using the flag -fno-warn-unused-do-bind Linking dist/build/phraskell/phraskell ... Warning: No documentation was generated as this package does not contain a library. Perhaps you want to use the --executables, --tests or --benchmarks flags. Installing executable(s) in /srv/hackage/var/build/tmp-install/bin Warning: The directory /srv/hackage/var/build/tmp-install/bin is not in the system search path. Installed phraskell-0.1.2.1