SGdemo 1.0 → 1.0.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~GLUTdep ~OpenGLdep ~base
Dependency ranges changed: GLUT, OpenGL, base
Files
- SGdemo.cabal +2/−2
SGdemo.cabal view
@@ -1,5 +1,5 @@ name: SGdemo-version: 1.0+version: 1.0.1 synopsis: An example of using the SG and OpenGL libraries description: This program serves as a demonstration of the functions of the SG library (to be found on Hackage:@@ -14,7 +14,7 @@ maintainer: neil@twistedsquare.com copyright: Copyright (c) 2009, Neil Brown stability: Provisional-build-depends: base, SG, OpenGL, GLUT+build-depends: base > 3 && < 5, SG, OpenGL < 2.3, GLUT < 2.2 build-type: Simple executable: sgdemo