I am on a shared Linux server where I cannot install the software. Installing OpenGL from the source seems to be a major pain (I stopped after discovering that Mesa is dependent on libxml2), and I don't use it in any of my Haskell programs.
How to disable OpenGL on the Haskell platform? I bypassed the configure checks by deleting them, but when I add --disable-OpenGLRaw or --without-OpenGLRaw to the ./configure options, it says “unrecognized options” and doesn't actually disable packages.
In addition, I tried using the boot bootstrap cabal, but for some reason cabal-install 0.14.0 does not work with GHC 7.6.3.
Many thanks!
haskell haskell-platform cabal
gatoatigrado
source share