packages feed

graph-rewriting-gl 0.7.7 → 0.7.8

raw patch · 1 files changed

+7/−7 lines, 1 filesdep ~AC-Vectordep ~GLUTdep ~OpenGLPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: AC-Vector, GLUT, OpenGL, base, base-unicode-symbols, containers

API changes (from Hackage documentation)

Files

graph-rewriting-gl.cabal view
@@ -1,5 +1,5 @@ Name:           graph-rewriting-gl-Version:        0.7.7+Version:        0.7.8 Copyright:      (c) 2010, Jan Rochel License:        BSD3 License-File:   LICENSE@@ -17,14 +17,14 @@  Library   Build-Depends:-    base >= 4 && < 5,-    base-unicode-symbols >= 0.2,+    base >= 4.8 && < 4.10,+    base-unicode-symbols >= 0.2 && < 0.3,     graph-rewriting >= 0.7.8,     graph-rewriting-layout >= 0.5.4,-    GLUT >= 2.2,-    OpenGL >= 3.0,-    containers >= 0.3,-    AC-Vector >= 2.3+    GLUT >= 2.2 && < 2.8,+    OpenGL >= 3.0 && < 3.1,+    containers >= 0.3 && < 0.6,+    AC-Vector >= 2.3 && < 2.4   Exposed-Modules:     GraphRewriting.GL.UI     GraphRewriting.GL.Render