Everytime I want to compile a Haskell .hs file with Ghci, it fails as shown in the picture.
please I need help, I'm a newbie!!

aaa another thing may be in relationn, here is the source code of the file
import Graphics.Rendering.OpenGL import Graphics.UI.GLUT main :: IO () main = do (progname, _) <- getArgsAndInitialize createWindow "Hello World" displayCallback $= flush mainLoop