opengl-spacenavigator 0.1.5.4 → 0.1.5.5
raw patch · 1 files changed
+5/−5 lines, 1 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
@@ -1,5 +1,5 @@ name: opengl-spacenavigator-version: 0.1.5.4+version: 0.1.5.5 synopsis: Library and example for using a SpaceNavigator-compatible 3-D mouse with OpenGL description: This package contains functions for managing input from a SpaceNavigator \<<http://www.3dconnexion.com/products/spacemouse/spacenavigator.html>\>, or a 3D mouse compatible with its protocols. OpenGL callbacks are provided, along with utilities for quantizing the input from the mouse or tracking its six degrees of freedom. license: MIT@@ -11,19 +11,19 @@ build-type: Simple cabal-version: >= 1.10 stability: Stable-homepage: https://bitbucket.org/bwbush/opengl-spacenavigator+homepage: https://bitbucket.org/functionally/opengl-spacenavigator bug-reports: https://bwbush.atlassian.net/projects/HOGLSPNV/issues/-package-url: https://bitbucket.org/bwbush/opengl-spacenavigator/downloads/opengl-spacenavigator-0.1.5.4.tar.gz+package-url: https://bitbucket.org/functionally/opengl-spacenavigator/downloads/opengl-spacenavigator-0.1.5.5.tar.gz extra-source-files: ReadMe.md source-repository head type: git- location: https://bwbush@bitbucket.org/bwbush/opengl-spacenavigator+ location: https://bitbucket.org/functionally/opengl-spacenavigator library exposed-modules: Graphics.UI.SpaceNavigator- build-depends: base >= 4.8.1 && < 5+ build-depends: base >= 4.8 && < 5 , binary >= 0.7.5 , data-default >= 0.5.3 , GLUT >= 2.7.0.1