name: wumpus-basic version: 0.6.0 license: BSD3 license-file: LICENSE copyright: Stephen Tetley maintainer: Stephen Tetley homepage: http://code.google.com/p/copperbox/ category: Graphics synopsis: Common drawing utilities built on wumpus-core. description: . \*\* WARNING \*\* - this package is sub-alpha. It is only on Hackage to support other packages (Wumpus-Tree, Wumpus-Microprint) that are slighly more stable. . A few of the modules (SafeFonts, SVGColours, X11Colours) are fairly stable others simply aren\'t and may even disappear in subsequent updates. . . Changelog: . 0.5.0 to 0.6.0: . * Updates to work with wumpus-core-0.30.0. . * The code from @Basic.Graphic@ has been moved in to @Basic.Graphic.Primitive@ - this module is due a major overhaul. @Basic.Graphic@ is now an /import/ shim for @Basic.Graphic.Primitive@. . 0.4.0 to 0.5.0: . * Re-worked the PictureLanguage module. . * SVGColours and X11Colours moved into @Wumpus.Basic.Colour@. Naming scheme for colours changed to use underscore between words rather than camelCase. . * Updates to work with wumpus-core-0.30.0. . . build-type: Simple stability: highly unstable cabal-version: >= 1.2 extra-source-files: CHANGES, LICENSE, demo/DotPic.hs, demo/ColourCharts.hs, demo/ColourDefns.hs, demo/FontPic.hs, demo/Picture.hs library hs-source-dirs: src build-depends: base < 5, containers >= 0.3 && <= 0.4, vector-space >= 0.6, wumpus-core == 0.31.0 exposed-modules: Wumpus.Basic.Anchors, Wumpus.Basic.Arrows, Wumpus.Basic.Arrows.Tips, Wumpus.Basic.Colour.SVGColours, Wumpus.Basic.Colour.X11Colours, Wumpus.Basic.Dots, Wumpus.Basic.Dots.Base, Wumpus.Basic.Graphic, Wumpus.Basic.Graphic.DrawingAttr, Wumpus.Basic.Graphic.Primitive, Wumpus.Basic.Graphic.PointSupply, Wumpus.Basic.Monads.Drawing, Wumpus.Basic.Monads.DrawingMonad, Wumpus.Basic.Monads.DrawingCtxClass, Wumpus.Basic.Monads.TraceClass, Wumpus.Basic.Monads.TurtleClass, Wumpus.Basic.Monads.TurtleMonad, Wumpus.Basic.Paths, Wumpus.Basic.Paths.Base, Wumpus.Basic.Paths.Construction, Wumpus.Basic.SafeFonts, Wumpus.Basic.Text.LRSymbol, Wumpus.Basic.Text.LRText, Wumpus.Basic.Utils.Combinators, Wumpus.Basic.Utils.HList, Wumpus.Basic.Utils.Intersection, Wumpus.Basic.VersionNumber, Wumpus.Basic.PictureLanguage other-modules: extensions: ghc-options: includes: