packages feed

vinyl-gl 0.2.0.1 → 0.2.0.2

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~vinylPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: vinyl

API changes (from Hackage documentation)

Files

vinyl-gl.cabal view
@@ -1,5 +1,5 @@ name:          vinyl-gl-version:       0.2.0.1+version:       0.2.0.2 synopsis:      Utilities for working with OpenGL's GLSL shading language and vinyl records. description:   Using "Data.Vinyl" records (similar in spirit to @HList@)                to carry GLSL uniform parameters and vertex data enables@@ -28,7 +28,7 @@                        Graphics.VinylGL.Vertex   -- other-modules:          build-depends:       base >= 4.6 && < 5, transformers >= 0.3, -                       vinyl >= 0.4.2 && < 0.4.3,+                       vinyl >= 0.4.2 && < 0.5,                        containers >= 0.5, GLUtil >= 0.6.4, OpenGL >= 2.8,                         tagged >= 0.4, vector >= 0.10, linear >= 1.1.3   hs-source-dirs:      src