I'm on a shared Linux server where I can't install software. It seems like installing OpenGL from source is a major pain (I stopped after finding that Mesa depends on libxml2), and I don't use it in any of my Haskell programs.
How do I disable OpenGL in the Haskell platform? I got around the configure checks by deleting those, but when I add --disable-OpenGLRaw
or --without-OpenGLRaw
to the ./configure
options, it says "unrecognized options" and doesn't actually disable the packages.
Also, I've tried using the cabal-install bootstrap, but for some reason cabal-install 0.14.0
doesn't work with GHC 7.6.3.
Thank you very much!!
bootstrap.sh
as instructions list), and I'll mark it as correct. Thanks!! – gatoatigrado