cabal - How can I disable OpenGL in the Haskell Platform? -


i'm on shared linux server can't install software. seems installing opengl source major pain (i stopped after finding mesa depends on libxml2), , don't use in of haskell programs.

how disable opengl in haskell platform? got around configure checks deleting those, when add --disable-openglraw or --without-openglraw ./configure options, says "unrecognized options" , doesn't disable packages.

also, i've tried using cabal-install bootstrap, reason cabal-install 0.14.0 doesn't work ghc 7.6.3.

thank much!!

you can use cabal-install 1.16.x ghc 7.6.3. 'cabal' webpage lags - seems no 1 considers job update page. see hackage page instead (http://hackage.haskell.org/package/cabal-install).


Comments

Popular posts from this blog

plot - Remove Objects from Legend When You Have Also Used Fit, Matlab -

java - Why does my date parsing return a weird date? -

Need help in packaging app using TideSDK on Windows -