gearbox 1.0.0.1 → 1.0.0.2
raw patch · 2 files changed
+4/−6 lines, 2 filesdep −Vec-OpenGLRawdep ~OpenGLRaw
Dependencies removed: Vec-OpenGLRaw
Dependency ranges changed: OpenGLRaw
Files
- GearBox.hs +0/−1
- gearbox.cabal +4/−5
GearBox.hs view
@@ -10,7 +10,6 @@ import Data.Fixed (mod') import Data.IORef (IORef, newIORef, readIORef, modifyIORef) import Data.Vec hiding (last, map, scale, take)-import Data.Vec.OpenGLRaw () import Foreign (Ptr, Storable(..), alloca, allocaArray, castPtr, nullPtr, with, withArray) import Foreign.C (withCString, peekCStringLen) import Graphics.UI.GLUT
gearbox.cabal view
@@ -1,5 +1,5 @@ Name: gearbox-Version: 1.0.0.1+Version: 1.0.0.2 Synopsis: zooming rotating fractal gears graphics demo Description: OpenGL gearbox iterated function system. Usage: @gearbox quality@ where quality is an integer between@@ -17,9 +17,8 @@ Build-depends: base < 5, GLUT >= 2.2 && < 2.4,- OpenGLRaw >= 1.1 && < 1.3,- Vec >= 1 && < 2,- Vec-OpenGLRaw >= 0.2 && < 0.3+ OpenGLRaw >= 1.3 && < 1.4,+ Vec >= 1 && < 2 Source-repository head type: git@@ -28,4 +27,4 @@ Source-repository this type: git location: git://gitorious.org/maximus/gearbox.git- tag: v1.0.0.1+ tag: v1.0.0.2