packages feed

linear-opengl 0.2.0.7 → 0.2.0.8

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~tagged

Dependency ranges changed: tagged

Files

linear-opengl.cabal view
@@ -1,5 +1,5 @@ name:                linear-opengl-version:             0.2.0.7+version:             0.2.0.8 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@@ -23,7 +23,7 @@                        linear >=1.10 && <1.19,                        lens >=4.2 && <4.10,                        distributive >=0.4 && <0.5,-                       tagged >= 0.7 && < 0.8,+                       tagged >= 0.7 && < 0.9,                        OpenGL >=2.9 && <2.13,                        OpenGLRaw >= 1.5 && <2.5   hs-source-dirs:      src