I have the following gloss program:
module Easy where import Graphics.Gloss main :: IO () main = display (InWindow "My Window" (200,200) (10,10))