Resolving dependencies...
cabal: cannot configure OpenGL-0.1.0.0. It requires OpenGL >=2.8 && <2.10
For the dependency on OpenGL >=2.8 && <2.10 there are these packages:
OpenGL-2.8.0.0, OpenGL-2.9.0.0, OpenGL-2.9.1.0 and OpenGL-2.9.2.0. However
none of them are available.
OpenGL-2.8.0.0 was excluded because of the top level constraint OpenGL
==0.1.0.0
OpenGL-2.9.0.0 was excluded because of the top level constraint OpenGL
==0.1.0.0
OpenGL-2.9.1.0 was excluded because of the top level constraint OpenGL
==0.1.0.0
OpenGL-2.9.2.0 was excluded because of the top level constraint OpenGL
==0.1.0.0
What is this top level constraint OpenGL? I'm on Mac OS X Yosemite and my OpenGL is 3.3, according to this. Is that the problem?
Also I've tried this within a sandbox and hsenv and both gives the same error.
I'm using a very simple cabal file that simply requires:
but when I try:
I get:
What is this top level constraint OpenGL? I'm on Mac OS X Yosemite and my OpenGL is 3.3, according to this. Is that the problem?
Also I've tried this within a sandbox and hsenv and both gives the same error.