Personal tools

Diagrams

From HaskellWiki

(Difference between revisions)
Jump to: navigation, search
(add link to GHC 7.6 status page)
Current revision (19:48, 13 February 2013) (edit) (undo)
(add GSoC link)
 
(2 intermediate revisions not shown.)
Line 13: Line 13:
* [[/Contributing|How to contribute]]
* [[/Contributing|How to contribute]]
* [[/Projects|Projects]]: who is working on what.
* [[/Projects|Projects]]: who is working on what.
 +
* [[/GSoC|Google Summer of Code projects]]
* [[/GHC7.6|Current status of diagrams and GHC 7.6]]
* [[/GHC7.6|Current status of diagrams and GHC 7.6]]
-
* [[/Migrate0.5|0.4 to 0.5 migration]]: Description of API changes that may affect diagrams 0.4 code, with explanations of how to migrate to 0.5
+
* [[/Dev/Migrate0.6|0.5 to 0.6 migration]]: Description of API changes that may affect diagrams 0.5 code, with explanations of how to migrate to 0.6
* [[/Dev|Developer wiki]]: notes on wanted features, style guidelines, best practices, etc.
* [[/Dev|Developer wiki]]: notes on wanted features, style guidelines, best practices, etc.

Current revision

Image:Diagrams-logo.png

The diagrams framework provides an embedded domain-specific language (EDSL) for declarative drawing.

This is the diagrams wiki, for collecting tips and tricks, examples, information about related projects, and any other related information. If you are looking for more structured documentation (tutorial, user manual, API reference), see the diagrams web page. There is also a bug tracker.

  • 0.5 to 0.6 migration: Description of API changes that may affect diagrams 0.5 code, with explanations of how to migrate to 0.6
  • Developer wiki: notes on wanted features, style guidelines, best practices, etc.