packages feed

diagrams-0.2.2.3: diagrams.cabal

Name:                diagrams
Version:             0.2.2.3
Stability:           unsupported
Description:         An embedded domain-specific language (EDSL) for 
                     creating simple diagrams, built on top of the Cairo
                     rendering engine.  NOTE: This package is deprecated,
                     see the diagrams-core, diagrams-lib, and diagrams-cairo
                     packages instead.
Homepage:            http://code.haskell.org/diagrams
Synopsis:            An EDSL for creating simple diagrams
License:             BSD3
License-file:        LICENSE
Extra-source-files:  README,CHANGES,example/*.hs
Author:              Brent Yorgey
Maintainer:          byorgey@gmail.com
Category:            Graphics
Build-type:          Simple
Cabal-version:       >= 1.6
Tested-with:         GHC==6.12.1, GHC==6.10.4, GHC==7.0.1

flag testing
  description: Testing mode
  default: False

library
  ghc-options:       -Wall
  if flag(testing)
    ghc-options: -Werror
  Build-Depends:     base >= 2 && < 5, mtl >= 2.0 && < 2.1,
                     containers >= 0.2 && < 0.5,
                     cairo >= 0.9 && < 0.13, colour >= 2.2.1 && < 2.4
  Exposed-Modules:   Graphics.Rendering.Diagrams,
                     Graphics.Rendering.Diagrams.Types,
                     Graphics.Rendering.Diagrams.Paths,
                     Graphics.Rendering.Diagrams.Shapes,
                     Graphics.Rendering.Diagrams.Attributes,
                     Graphics.Rendering.Diagrams.Layouts,
                     Graphics.Rendering.Diagrams.Engine