gloss
是一个很棒的图形库。问题是,当我在ghci
中运行时,它会在我退出后立即关闭ghci
。我尝试使用forkIO
,但在关闭窗口后它仍会关闭ghci。如何让gloss
不关闭ghci(或者至少保留历史记录),或者只使用文件更好?
答案 0 :(得分:0)
正如网站建议的那样(http://gloss.ouroborus.net/)
A2: Try installing gloss to use the GLFW window manager
interface instead of GLUT: cabal install gloss --flags="GLFW -GLUT"
我可以使用ghc-7.6.3(在窗口按ESC后,我回到ghci)
但是我无法为ghc-7.8.4编译这个(因为cabal抱怨)
next goal: GLFW-b (dependency of gloss-1.9.2.1:+glfw)
rejecting: GLFW-b-1.4.7.2, 1.4.7.1, 1.4.7, 1.4.6, 1.4.5, 1.4.4, 1.4.3, 1.4.2,
1.4.1, 1.4, 1.3, 1.2.1, 1.2.0, 1.1.0, 1.0.2, 1.0.1, 1.0.0, 0.1.0.5, 0.1.0.4,
0.1.0.3, 0.1.0.2, 0.1.0.1, 0.1.0.0, 0.0.2.10, 0.0.2.9, 0.0.2.8, 0.0.2.7,
0.0.2.6, 0.0.2.5, 0.0.2.4, 0.0.2.3, 0.0.2.2, 0.0.2.1, 0.0.2, 0.0.1 (conflict:
gloss-1.9.2.1:glfw => GLFW-b>=0.1.4.1 && <0.2)