graph-rewriting-gl 0.7.5 → 0.7.6
raw patch · 2 files changed
+10/−7 lines, 2 filesdep ~GLUTdep ~OpenGLdep ~basePVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: GLUT, OpenGL, base, graph-rewriting, graph-rewriting-layout
API changes (from Hackage documentation)
- GraphRewriting.GL.Render: render :: Render a => a -> IO ()
+ GraphRewriting.GL.Render: render :: Render a ⇒ a -> IO ()
- GraphRewriting.GL.UI: run :: (View Position n, Render n', View Position n', View Rotation n', PortSpec n', View [Port] n') => Int -> (Graph n -> Graph n') -> (Node -> Rewrite n a) -> Graph n -> LabelledTree (Rule n) -> IO ()
+ GraphRewriting.GL.UI: run :: (View Position n, Render n', View Position n', View Rotation n', PortSpec n', View [Port] n') ⇒ Int -> (Graph n -> Graph n') -> (Node -> Rewrite n a) -> Graph n -> LabelledTree (Rule n) -> IO ()
- GraphRewriting.GL.UI: showLabelledTree :: Show a => Int -> a -> (a -> a -> a) -> LabelledTree a -> String
+ GraphRewriting.GL.UI: showLabelledTree :: Show a ⇒ Int -> a -> (a -> a -> a) -> LabelledTree a -> String
Files
- AUTHORS +2/−0
- graph-rewriting-gl.cabal +8/−7
+ AUTHORS view
@@ -0,0 +1,2 @@+Jan Rochel+Chas Leichner (Google Inc.)
graph-rewriting-gl.cabal view
@@ -1,5 +1,5 @@ Name: graph-rewriting-gl-Version: 0.7.5+Version: 0.7.6 Copyright: (c) 2010, Jan Rochel License: BSD3 License-File: LICENSE@@ -13,15 +13,16 @@ Once a graph rewriting system has been specified using the @graph-rewriting@ library this package can be used to create an application that allows to experiment with this system by interactively applying the rewrite rules. The usage of the interface is the same for all applications. In the center you will see the graph. It might be moving around which is due the force-directed layouting. On the top-left corner you will find a menu with the individual rewriting rules of the rewriting system. The controls are described in the "GraphRewriting.GL.UI" module. Category: Graphs, Graphics Cabal-Version: >= 1.6+Extra-Source-Files: AUTHORS Library Build-Depends:- base >= 4 && < 4.8,+ base >= 4 && < 4.9, base-unicode-symbols >= 0.2 && < 0.3,- graph-rewriting >= 0.7 && < 0.8,- graph-rewriting-layout >= 0.4 && < 0.6,- GLUT >= 2.2 && < 2.6,- OpenGL >= 2.4 && < 2.10,+ graph-rewriting >= 0.7.8 && < 0.8,+ graph-rewriting-layout >= 0.5.4 && < 0.6,+ GLUT >= 2.2 && < 2.8,+ OpenGL == 3.*, containers >= 0.3 && < 0.6, AC-Vector >= 2.3 && < 2.4 Exposed-Modules:@@ -39,4 +40,4 @@ MultiParamTypeClasses TypeSynonymInstances OverlappingInstances- GHC-Options: -fno-warn-duplicate-exports -fwarn-unused-binds -fwarn-unused-imports -fwarn-unused-do-bind -fwarn-wrong-do-bind -fwarn-unrecognised-pragmas+ GHC-Options: -fno-warn-duplicate-exports -fwarn-unused-binds -fwarn-unused-imports -fwarn-unused-do-bind -fwarn-wrong-do-bind -fwarn-unrecognised-pragmas -fno-warn-tabs