linear-opengl 0.2.0.0 → 0.2.0.1
raw patch · 2 files changed
+3/−3 lines, 2 filesdep ~lensPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: lens
API changes (from Hackage documentation)
Files
- linear-opengl.cabal +2/−2
- src/Linear/OpenGL.hs +1/−1
linear-opengl.cabal view
@@ -1,5 +1,5 @@ name: linear-opengl-version: 0.2.0.0+version: 0.2.0.1 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@@ -21,7 +21,7 @@ other-modules: Linear.OpenGL.MatrixUniforms build-depends: base >=4.6 && <4.8, linear >=1.10 && <1.11,- lens >=4.2 && <4.3,+ lens >=4.2 && <4.4, distributive >=0.4 && <0.5, tagged >= 0.7 && < 0.8, OpenGL >=2.9 && <2.10,
src/Linear/OpenGL.hs view
@@ -1,6 +1,6 @@ -- | In addition to providing isomorphisms between GL and linear -- vector, point, and matrix types, this module also provides--- @Uniform@ instances for linear's matrix types.+-- 'Uniform' instances for linear's matrix types. module Linear.OpenGL ( -- * Matrices