Haskell: OpenGL, how to prevent immediate window closing
- by Yasir Arsanukaev
Hello.
Whenever I close OpenGL window it makes ghci console from which the app was started to immediately disappear. Is there a way to prevent this behaviour? A sample app.
Thanks.