The latest version of wumpus-basic is 0.24.0-0.

wumpus-basic

Version 0.8.0 revision 0 uploaded by StephenTetley.

Package meta

Synopsis
Common drawing utilities built on wumpus-core.
Description

** WARNING ** - this package is sub-alpha. It was released to Hackage prematurely - designing a higher-level drawing library turns out to be much more demanding than designing a low-level one (Wumpus-Core).

A few of the modules (SafeFonts, SVGColours, X11Colours) are fairly stable others simply aren't and may even disappear in subsequent updates.

Changelog:

  1. 7.0 to 0.8.0:

  • Re-introduced LRText and LRSymbol - they now work with Wumpus-Core's kerning support.

  • Changes to Graphic.Basic.BaseTypes - DrawingObject renamed to DrawingF. HPrim wrapped as a newtype to support a Monoid instance. Removed appendGraphic and gcat as they can be achieved with mappend and mconcat. appendAt renamed to lgappend. PointT remaned to PointF.

  • Changes to Graphic.Basic.Drawing - drawAt, drawAtImg, drawConn, drawConnImg all removed. They are replaced by draw and drawi together with then new at and conn combinators.

  • Changes to Basic.Graphic.PrimGraphic - localDrawingContext renamed to localLG and moved to Basic.Graphic.BaseTypes.

  • Updates to Basic.SafeFonts to work with changes to Wumpus.Core.

Author
n/a
Bug reports
n/a
Category
Graphics
Copyright
Stephen Tetley <stephen.tetley@gmail.com>
Homepage
http://code.google.com/p/copperbox/
Maintainer
Stephen Tetley <stephen.tetley@gmail.com>
Package URL
n/a
Stability
highly unstable

Components