linear-opengl 0.1.0.1 → 0.1.0.2
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- linear-opengl.cabal +1/−1
- src/Linear/OpenGL.hs +1/−1
linear-opengl.cabal view
@@ -1,5 +1,5 @@ name: linear-opengl-version: 0.1.0.1+version: 0.1.0.2 synopsis: Isomorphisms between linear and OpenGL types description: This provides various useful utilities for mapping OpenGL vectors, vertices, and matrices to their analogues in the `linear` package homepage: http://www.github.com/bgamari/linear-opengl
src/Linear/OpenGL.hs view
@@ -8,7 +8,7 @@ import Linear.Affine import Graphics.Rendering.OpenGL.GL import Control.Lens -import Foreign+import Foreign hiding (unsafePerformIO) import System.IO.Unsafe (unsafePerformIO) glMatrixToM44 :: MatrixComponent a => GLmatrix a -> IO (M44 a)