I'm trying to install qtHaskell, to use haskell for building GUI - http://qthaskell.berlios.de/ . But so far l I get the following error:
Setup.hs: At least the following dependencies are missing:
OpenGL -any
I searched a bit, and found out that library named hOpengGL will do. And after more googling I found out, that it was removed from repository.
https://launchpad.net/ubuntu/gutsy/+source/ghc6/6.6-3
* Drop ghc6-hopengl package as HOpenGL is now split off from the
GHC core.
* Removed:
* ghc6-hopengl.README.debian
* ghc6-hopengl.examples
* ghc6-hopengl.postinst.in
* ghc6-hopengl.prerm.in
* Removed opengl examples.
et.c.
Is there any backport for it?
Edit: It looks like the problem is solved after installing libghc6-glut-dev.
Setup.hs: At least the following dependencies are missing:
OpenGL -any
I searched a bit, and found out that library named hOpengGL will do. And after more googling I found out, that it was removed from repository.
https://launchpad.net/ubuntu/gutsy/+source/ghc6/6.6-3
* Drop ghc6-hopengl package as HOpenGL is now split off from the
GHC core.
* Removed:
* ghc6-hopengl.README.debian
* ghc6-hopengl.examples
* ghc6-hopengl.postinst.in
* ghc6-hopengl.prerm.in
* Removed opengl examples.
et.c.
Is there any backport for it?
Edit: It looks like the problem is solved after installing libghc6-glut-dev.