Tag: 小组

Cabal在需要分析库时不安装依赖关系?

我想用分析来编译我的程序,所以我运行: $ cabal configure –enable-executable-profiling … $ cabal build … Could not find module 'Graphics.UI.GLUT': Perhaps you havent installed the profiling libraries for package 'GLUT-2.2.2.0'? … $ # indeed I have not installed the prof libs for GLUT, so.. $ cabal install -p GLUT –reinstall … Could not find module 'Graphics.Rendering.OpenGL': Perhaps you havent installed […]