not-gloss 0.6.0.0 → 0.6.0.1
raw patch · 1 files changed
+5/−5 lines, 1 filesdep ~GLUTdep ~OpenGLRawdep ~spatial-math
Dependency ranges changed: GLUT, OpenGLRaw, spatial-math, time
Files
- not-gloss.cabal +5/−5
not-gloss.cabal view
@@ -1,5 +1,5 @@ name: not-gloss-version: 0.6.0.0+version: 0.6.0.1 stability: Experimental synopsis: Painless 3D graphics, no affiliation with gloss description:{@@ -36,10 +36,10 @@ other-modules: build-depends: base >= 4.5 && < 5,- GLUT >= 2.3.0.0 && < 2.6,- time == 1.4.*,- OpenGLRaw >= 1.2.0.0 && < 1.5,- spatial-math >= 0.2.0 && < 0.3+ GLUT >= 2.3.0,+ time >= 1.4.0,+ OpenGLRaw >= 1.2.0,+ spatial-math >= 0.2.0 ghc-options: -O2