diagrams 0.2.2.2 → 0.2.2.3
raw patch · 3 files changed
+18/−4 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGES +5/−0
- README +7/−0
- diagrams.cabal +6/−4
CHANGES view
@@ -1,3 +1,8 @@+Version 0.2.2.3: May 2011++ * Mark package as deprecated in favor of diagrams-core,+ diagrams-lib, diagrams-cairo+ Version 0.2.2.2: December 3, 2010 * Update containers dependency
README view
@@ -1,4 +1,11 @@ +NOTE: This package is DEPRECATED. Instead, please see the+diagrams-core, diagrams-lib, and diagrams-cairo packages. The rest of+the README is retained for historical purposes.++------------------------------------------------------------------------++ Graphics.Rendering.Diagrams provides an embedded domain-specific language (EDSL) for creating simple graphics in a compositional style.
diagrams.cabal view
@@ -1,9 +1,11 @@ Name: diagrams-Version: 0.2.2.2-Stability: experimental+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. + 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@@ -14,7 +16,7 @@ Category: Graphics Build-type: Simple Cabal-version: >= 1.6-Tested-with: GHC==7.0.1, GHC==6.12.1, GHC==6.10.4+Tested-with: GHC==6.12.1, GHC==6.10.4, GHC==7.0.1 flag testing description: Testing mode