graph-rewriting-ww 0.3.6 → 0.3.7
raw patch · 1 files changed
+7/−7 lines, 1 filesdep ~GLUTdep ~IndentParserdep ~OpenGL
Dependency ranges changed: GLUT, IndentParser, OpenGL, base, base-unicode-symbols, parsec
Files
- graph-rewriting-ww.cabal +7/−7
graph-rewriting-ww.cabal view
@@ -1,5 +1,5 @@ Name: graph-rewriting-ww-Version: 0.3.6+Version: 0.3.7 Copyright: (c) 2010, Jan Rochel License: BSD3 License-File: LICENSE@@ -16,15 +16,15 @@ Executable ww Main-Is: Main.hs 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, graph-rewriting-gl >= 0.7.6,- parsec >= 3.1,- GLUT >= 2.2,- OpenGL >= 3.0,- IndentParser >= 0.2+ parsec >= 3.1 && < 3.2,+ GLUT >= 2.2 && < 2.8,+ OpenGL >= 3.0 && < 3.1,+ IndentParser >= 0.2 && < 0.3 Extensions: UnicodeSyntax FlexibleInstances