name: wumpus-basic version: 0.2.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: . Very preliminary release... . Changelog: . 0.1.1 to 0.2.0: . * Added the module @Wumpus.Basic.Graphic@. . * SafeFonts changed to be size neutral. PostScript\'s @scalefont@ command (which wumpus-core uses in the generated output) should be able to scale to any integer size. . * New demo @ColourCharts.hs@. . build-type: Simple stability: highly unstable cabal-version: >= 1.2 extra-source-files: CHANGES, LICENSE, demo/FontPic.hs, demo/ColourCharts.hs, demo/ColourDefns.hs library hs-source-dirs: src build-depends: base < 5, vector-space >= 0.6, monadLib >= 3.6, wumpus-core >= 0.20.0 exposed-modules: Wumpus.Basic.Graphic, Wumpus.Basic.Monads.TraceMonad, Wumpus.Basic.Monads.TurtleMonad, Wumpus.Basic.SafeFonts, Wumpus.Basic.SVGColours, Wumpus.Basic.X11Colours, Wumpus.Basic.Utils.HList, Wumpus.Basic.VersionNumber other-modules: extensions: ghc-options: includes: