i keep getting this error when trying to use gloss on ubuntu. this is my code.
import Graphics.Gloss
main :: IO ()
main = display window background drawing
where
window = InWindow "Nice Window" (200, 200) (0, 0)
background = white
drawing = Circle 80
Can you guys help me??