added openGL-demo

This commit is contained in:
Stefan Dresselhaus
2013-12-23 00:00:51 +01:00
parent c46e24befd
commit 26fc2dc711
3 changed files with 90 additions and 12 deletions

View File

@ -9,6 +9,8 @@ executable Pioneers
main-is: Main.hs
build-depends:
base >= 4,
gtk
gtk,
OpenGL >=2.8.0 && <2.9,
gtkglext >=0.12
ghc-options: -Wall