packages feed

vinyl-gl 0.1.3.1 → 0.1.3.2

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~vinyl

Dependency ranges changed: vinyl

Files

vinyl-gl.cabal view
@@ -1,5 +1,5 @@ name:          vinyl-gl-version:       0.1.3.1+version:       0.1.3.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@@ -27,7 +27,7 @@                        Graphics.VinylGL.Vertex   -- other-modules:          build-depends:       base >= 4.6 && < 5, transformers >= 0.3, -                       vinyl >= 0.3 && < 4,+                       vinyl >= 0.3 && < 0.4,                        containers >= 0.5, GLUtil >= 0.6.4, OpenGL >= 2.8,                         tagged >= 0.4, vector >= 0.10, linear >= 1.1.3   hs-source-dirs:      src